@charset "UTF-8";
body, html {
  overflow-x: hidden
}
::-webkit-scrollbar {
  width: 15px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#27292f));
  background: linear-gradient(to bottom, #999, #27292f)
}

#header {
  height: 80px;
  background-color: #0c1013;
  -webkit-box-shadow: 0 0 19px 2px rgba(0, 0, 0, .91);
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, .91);
  position: relative;
  z-index: 100
}
#header .logo {
  display: inline-block;
  margin-top: 7px
}
#header .logo > a > img {
  width: 57px;
  display: inline-block;
  -webkit-transition: .5s opacity ease-in;
  -o-transition: .5s opacity ease-in;
  transition: .5s opacity ease-in
}
#header .logo > a > img:hover {
  opacity: .8
}
#header .logo > div {
  display: inline-block;
  margin-left: 13px;
  margin-top: 15px;
  vertical-align: top
}
#header .logo h1 {
  color: #fff;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1px;
  margin: 0;
}
#header .logo h1 > a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  text-decoration: none
}
#header .logo h1 > a:hover {
  color: #ff8a00
}
#header .logo h2 {
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  margin-top: 2px;
  letter-spacing: -.01px
}
#header .top-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  margin-left: 50px
}
#header .top-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#header .top-menu > ul > li {
  display: inline-block;
  position: relative
}
#header .top-menu > ul > li:not(:first-child) {
  margin-left: 10px
}
#header .top-menu > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: #c6c6c6;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color;
  padding: 10px 0
}
#header .top-menu > ul > li > a:hover {
  color: #0d38c7
}
#header .top-menu > ul > li > a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}
#header .top-menu > ul > li > a:after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 10px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .4s -webkit-transform;
  -o-transition: .4s -webkit-transform;
  transition: .4s -webkit-transform;
  -webkit-transition: .4s transform;
  -o-transition: .4s transform;
  transition: .4s transform;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #0d38c7;
  opacity: .9;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 333
}
#header .search {
  float: right;
  margin-top: 20px
}
#header .search > form {
  position: relative
}
#header .search > form > input {
  width: 442px;
  height: 38px;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
  border: 1px solid rgba(6, 6, 6, .99);
  background-color: #0f1012;
  outline: 0;
  color: #d1d1d1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 70.58px;
  padding-left: 10px;
  padding-right: 45px;
  padding-right: 45px
}
#header .search > form > input::-webkit-input-placeholder {
  color: #676767;
  font-weight: 400
}
#header .search > form > input::-moz-placeholder {
  color: #676767;
  font-weight: 400
}
#header .search > form > input:-ms-input-placeholder {
  color: #676767;
  font-weight: 400
}
#header .search > form > input::-ms-input-placeholder {
  color: #676767;
  font-weight: 400
}
#header .search > form > input::placeholder {
  color: #676767;
  font-weight: 400
}
#header .search > form > input:focus + button + small {
  opacity: .3
}
#header .search > form > button {
  position: absolute;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  right: 10px;
  top: 4px;
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity
}
#header .search > form > button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/media/icons/search.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  opacity: .3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
#header .search > form > button:hover::before {
  cursor: pointer;
  background-image: url(/media/icons/magnifier-tool.svg);
  opacity: .9
}
#header .search > form > small {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  top: 10px;
  right: 50px;
  background-color: #d1d1d1;
  color: #080c0f;
  padding: 1px 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
@media (max-width:1364px) {
  #header .search > form > input {
    width: 300px
  }
  #header .top-menu {
    margin-top: 20px;
    margin-left: 40px
  }
  #header .top-menu > ul > li > a {
    font-size: 18px
  }
}
@media (max-width:1199px) {
  #header > .container {
    padding: 0 10px
  }
  #header .search {
    position: fixed;
    top: 100px;
    width: 50% !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 150px;
    display: none
  }
  #header .search input {
    width: 100% !important;
    padding: 30px 30px !important;
    font-size: 30px !important
  }
  #header .search button {
    height: 53px !important;
    width: 50px !important
  }
  #header .search small {
    font-size: 25px !important;
    top: 15px !important;
    right: 80px !important
  }
  #header > .container {
    position: relative
  }
  #header #mobile-search {
    display: inline-block !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 0;
    opacity: .7
  }
  #header #mobile-search:hover {
    opacity: 1
  }
  #header #mobile-search > img {
    width: 40px
  }
  body.search-overlay #content::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: -webkit-gradient(linear, left top, left bottom, from(#27a03f), to(transparent));
    background: -o-linear-gradient(top, #27a03f, transparent);
    background: linear-gradient(to bottom, #27a03f, transparent)
  }
}
@media (max-width:991px) {
  #header .logo > div {
    display: none
  }
  #header #mobile-search {
    right: 10px
  }
  #header .search {
    width: 90% !important
  }
  #header .search > form > input {
    width: 100%;
    height: auto;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
    border: 1px solid rgba(6, 6, 6, .99);
    background-color: #0f1012;
    outline: 0;
    color: #d1d1d1 !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    line-height: inherit
  }
  #header .search > form > input::-webkit-input-placeholder {
    color: #676767;
    font-weight: 400
  }
  #header .search > form > input::-moz-placeholder {
    color: #676767;
    font-weight: 400
  }
  #header .search > form > input:-ms-input-placeholder {
    color: #676767;
    font-weight: 400
  }
  #header .search > form > input::-ms-input-placeholder {
    color: #676767;
    font-weight: 400
  }
  #header .search > form > input::placeholder {
    color: #676767;
    font-weight: 400
  }
  #header .search > form > button {
    top: 20px;
    right: 20px
  }
}
@media (max-width:750px) {
  #header .top-menu {
    display: none
  }
  #header .logo > div {
    display: inline-block
  }
  #header .search > form > small {
    display: none !important
  }
}
#content {
  margin-top: 52px
}
#content > .inner {
  min-height: 1000px;
  background-image: url(media/images/decor.png);
  background-repeat: no-repeat;
  background-size: 100%
}
#content > .inner > section.materials {
  padding: 36px
}
#content > .inner > section.materials > header {
  margin-top: 25px
}
#content > .inner > section.materials > header > h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #d1d1d1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .1px;
  position: relative
}
#content > .inner > section.materials > header > h1 + sup {
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 10px;
  color: silver;
  background: #000;
  padding: 3px 7px;
  border-radius: 3px;
  opacity: .5;
  top: 0;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity
}
#content > .inner > section.materials > header > h1 + sup:hover {
  opacity: 1
}
#content > .inner > section.materials > header > h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #ff8a00;
  background: -webkit-gradient(linear, left top, right top, from(#c57418), to(#da1b60));
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff7300, #da1b60)
}
#content > .inner > section.materials > header > h1.with-icon {
  margin-bottom: 5px
}
#content > .inner > section.materials > header > h1.with-icon > img {
  vertical-align: middle;
  margin-right: 10px
}
#content > .inner > section.materials > header > h1.with-icon > span {
  vertical-align: middle
}
#content > .inner > section.materials > header > h1.with-icon::before {
  bottom: -10px
}
#content > .inner > section.materials > article {
  display: table;
  margin: 15px 0;
  font-size: 0;
  position: relative
}
#content > .inner > section.materials > article .toolkit {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity
}
#content > .inner > section.materials > article .toolkit > a {
  text-decoration: none;
  opacity: .3;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity
}
#content > .inner > section.materials > article .toolkit > a:hover {
  opacity: 1
}
#content > .inner > section.materials > article:hover > .toolkit {
  opacity: 1
}
#content > .inner > section.materials > article > .poster {
  display: inline-block;
  vertical-align: top;
  width: 372px;
  min-height: 250px;
  overflow: hidden;
  background-color: #000;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}
#content > .inner > section.materials > article > .poster > img {
  max-width: 372px;
  border-radius: 3px 0 0 3px;
  vertical-align: middle
}
#content > .inner > section.materials > article > .details {
  display: table-cell;
  vertical-align: top;
  background-color: #080c0f;
  min-height: 250px;
  width: 100%;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  padding: 15px 22px;
  position: relative
}
#content > .inner > section.materials > article > .details > h1 {
  display: inline-block;
  text-shadow: 0 0 4px rgba(55, 55, 55, .54);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-weight: 600
}
#content > .inner > section.materials > article > .details > h1 > a {
  color: #fea431;
  color: #ffc14e;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  -webkit-transition: .1s opacity;
  -o-transition: .1s opacity;
  transition: .1s opacity;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fea431), to(#ff8a00));
  background: -o-linear-gradient(left, #fea431, #ff8a00);
  background: linear-gradient(to right, #fea431, #ff8a00);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none
}
#content > .inner > section.materials > article > .details > h1 > a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff8a00, #da1b60);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none
}
#content > .inner > section.materials > article > .details > .meta {
  margin-top: 10px
}
#content > .inner > section.materials > article > .details > .meta .status.over5k {
  color: #7b68ee;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat
}
#content > .inner > section.materials > article > .details > .meta .status.over10k {
  color: #32cd32;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
#content > .inner > section.materials > article > .details > .meta .status.over100k {
  color: #daa520;
  font-weight: 700;
  font-size: 20px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-shadow: 0 0 3px #000;
  position: relative;
  top: -2px
}
#content > .inner > section.materials > article > .details > .meta > .pubdate {
  display: inline-block;
  vertical-align: top;
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 19px
}
#content > .inner > section.materials > article > .details > .meta > .cat {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-right: 17px;
  opacity: .9;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center
}
#content > .inner > section.materials > article > .details > .meta > .cat > a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color
}
#content > .inner > section.materials > article > .details > .meta > .cat > a:hover {
  color: #00bfff;
  background-image: url(/media/images/bg/bg8.gif)
}
#content > .inner > section.materials > article > .details > .meta > .cat.icon > a > img {
  vertical-align: middle;
  margin-right: 3px
}
#content > .inner > section.materials > article > .details > .meta > .downloads {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  opacity: .7;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  background-position: center;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left -2px
}
#content > .inner > section.materials > article > .details > .meta > .downloads > a {
  color: inherit;
  text-decoration: none
}
#content > .inner > section.materials > article > .details > .meta > .downloads > a:hover {
  color: orange
}
#content > .inner > section.materials > article > .details > blockquote {
  font-family: Roboto, sans-serif;
  color: #88919d;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}
#content > .inner > section.materials > article > .details > .actions {
  position: absolute;
  right: 22px;
  bottom: 15px;
  font-size: 0
}
#content > .inner > section.materials > article > .details > .actions > .btn:first-child {
  border-radius: 3px 0 0 3px;
  margin-right: 1px;
  opacity: .7
}
#content > .inner > section.materials > article > .details > .actions > .btn:first-child + .btn {
  border-radius: 0 3px 3px 0
}
#content > .inner > section.materials > article > .details > .actions > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-right: 1px;
  opacity: .7
}
#content > .inner > section.materials > article > .details > .actions > .btn:not(:first-child):not(:last-child):hover {
  opacity: 1
}
#content > .inner > section.materials > article > .details > .actions > .btn:last-child {
  border-radius: 0 3px 3px 0;
  margin-right: 1px;
  opacity: .7
}
#content > .inner > section.materials > article > .details > .actions > .btn:last-child + .btn {
  border-radius: 0 3px 3px 0
}
#content > .inner > section.materials > article > .details > .actions > .btn:last-child:hover {
  opacity: 1
}
#content > .inner > section.materials > article > .details > .actions > .btn:only-child {
  border-radius: 3px !important
}
#content > .inner > section.materials > article:hover .meta > .cat {
  opacity: 1
}
#content > .inner > section.materials > article:hover .meta > .downloads {
  opacity: 1
}
#content > .inner > section.materials > article:hover .actions > .btn:first-child {
  opacity: 1
}
@media (max-width:1364px) {
  #content > .inner > section.materials > header > h1 {
    font-size: 26px
  }
  #content > .inner > section.materials > article > .details > h1 {
    font-size: 25px
  }
  #content > .inner > section.materials > article > .details > blockquote {
    font-size: 17px;
    line-height: 24px;
    -webkit-line-clamp: 4
  }
  .btn {
    font-size: 16px !important
  }
  #paginator > header > h1 {
    font-size: 30px !important
  }
  #paginator > .paginator-wrapper > .paginator-box {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin-top: 15px
  }
  #paginator > .paginator-wrapper > small:first-child {
    display: none
  }
  #paginator > .paginator-wrapper > small:last-child {
    display: none
  }
}
@media (max-width:991px) {
  #wrapper {
    overflow-y: hidden
  }
  #content > .inner > section.materials > article > .details > h1 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 10px
  }
  #content > .inner > section.materials > article > .details > blockquote {
    -webkit-line-clamp: initial;
    font-size: 18px;
    line-height: 25px
  }
  #content > .inner > section.materials > article > .poster {
    display: block;
    width: 100%;
    min-height: auto;
    max-height: 650px
  }
  #content > .inner > section.materials > article > .poster > img {
    max-width: none;
    width: inherit !important
  }
  #content > .inner > section.materials > article > .details {
    display: block
  }
  #content > .inner > section.materials > article > .details > .actions {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none
  }
  #content > .inner > section.materials > article {
    display: block
  }
  #content > .inner > section.materials > article > .details > .meta > .cat {
    display: none
  }
  #content > .inner > section.materials {
    padding: 0
  }
}
#paginator {
  text-align: center
}
#paginator > header {
  margin-bottom: 20px
}
#paginator > header > h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #d1d1d1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .1px;
  position: relative
}
#paginator > header > h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #86bf45;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff8a00, #da1b60)
}
#paginator > .paginator-wrapper {
  margin-bottom: 150px;
  position: relative
}
#paginator > .paginator-wrapper > small {
  display: inline-block;
  opacity: .75;
  color: #d3d3d3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle
}
#paginator > .paginator-wrapper > small:first-child {
  margin-right: 15px;
  color: #88db47
}
#paginator > .paginator-wrapper > small:last-child {
  margin-left: 15px
}
#paginator > .paginator-wrapper > .paginator-box {
  display: inline-block;
  background: #000;
  width: 500px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #070808;
  background-color: #171a20;
  vertical-align: middle;
  overflow: hidden;
  position: relative
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end, #paginator > .paginator-wrapper > .paginator-box > .pb-start {
  height: 100%
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul {
  padding: 0;
  margin: 0;
  list-style: none
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li {
  display: inline-block;
  line-height: 43px
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 1px;
  border: 1px solid #070808;
  border-radius: 3px;
  background-color: #171a20;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a1c24), to(#20232a));
  background-image: -o-linear-gradient(bottom, #1a1c24 0, #20232a 100%);
  background-image: linear-gradient(to top, #1a1c24 0, #20232a 100%);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .7);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .7);
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  color: #d5dae3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a.current, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a.current {
  color: #8ac547;
  cursor: not-allowed;
  opacity: .5
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a.last, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a.last {
  width: auto;
  padding: 0 15px
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a:not(.current):hover, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a:not(.current):hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#20222a), to(#2b2e35));
  background-image: -o-linear-gradient(bottom, #20222a 0, #2b2e35 100%);
  background-image: linear-gradient(to top, #20222a 0, #2b2e35 100%)
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a::before, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border-left: 1px solid rgba(150, 150, 150, .1);
  border-top: 1px solid rgba(150, 150, 150, .1);
  border-right: 1px solid rgba(100, 100, 100, .1);
  border-bottom: 1px solid rgba(100, 100, 100, .1)
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end > nav > ul > li > a.chosen, #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a.chosen {
  color: #8ac547;
  cursor: not-allowed;
  opacity: .5
}
#paginator > .paginator-wrapper > .paginator-box > .pb-start {
  background-color: #171a20;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
  text-align: left;
  padding-left: 10px;
  position: absolute;
  z-index: 10;
  padding-right: 10px;
  left: 0
}
#paginator > .paginator-wrapper > .paginator-box > .pb-start::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -70%;
  height: 200%;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #13151a), color-stop(70%, #16191e), to(#13151a));
  background-image: -o-linear-gradient(top, #13151a 30%, #16191e 70%, #13151a 100%);
  background-image: linear-gradient(to bottom, #13151a 30%, #16191e 70%, #13151a 100%);
  border-right: 2px solid #456789;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg)
}
#paginator > .paginator-wrapper > .paginator-box > .pb-start.pb-single {
  position: static;
  text-align: center
}
#paginator > .paginator-wrapper > .paginator-box > .pb-start.pb-single::before {
  display: none
}
#paginator > .paginator-wrapper > .paginator-box > .pb-end {
  background-color: #0e131a;
  text-align: right;
  padding-right: 10px
}
#sidebar-mobile.col-s::after, #sidebar.col-s::after {
  content: " ";
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .54);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .54);
  background-color: #1f2326;
  position: fixed;
  top: 0;
  width: 328px;
  height: 100vh
}
#sidebar-mobile > .inner, #sidebar > .inner {
  z-index: 9
}
#sidebar-mobile > .inner > .statistics, #sidebar > .inner > .statistics {
  position: relative;
  z-index: 3;
  padding: 18px;
  height: 69px
}
#sidebar-mobile > .inner > .statistics > div, #sidebar > .inner > .statistics > div {
  height: 70px
}
#sidebar-mobile > .inner > .statistics .info, #sidebar > .inner > .statistics .info {
  z-index: 10
}
#sidebar-mobile > .inner > .statistics > .online, #sidebar > .inner > .statistics > .online {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px
}
#sidebar-mobile > .inner > .statistics > .online > .pulse::before, #sidebar > .inner > .statistics > .online > .pulse::before {
  background-color: #00bf08
}
#sidebar-mobile > .inner > .statistics > .online > .pulse::after, #sidebar > .inner > .statistics > .online > .pulse::after {
  background-color: #00bf08;
  -webkit-animation: online-cdot linear 3s;
  animation: online-cdot linear 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
#sidebar-mobile > .inner > .statistics > .online > .pulse .wave, #sidebar > .inner > .statistics > .online > .pulse .wave {
  background-color: rgba(0, 191, 8, .4);
  -webkit-animation: online-radarWave cubic-bezier(0, .54, .53, 1) 3s 0s;
  animation: online-radarWave cubic-bezier(0, .54, .53, 1) 3s 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
#sidebar-mobile > .inner > .statistics > .online > .pulse .wave::after, #sidebar > .inner > .statistics > .online > .pulse .wave::after {
  background-color: rgba(0, 191, 8, .4);
  -webkit-animation: online-radarWave cubic-bezier(0, .54, .53, 1) 3s .1s;
  animation: online-radarWave cubic-bezier(0, .54, .53, 1) 3s .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
#sidebar-mobile > .inner > .statistics > .online > .info, #sidebar > .inner > .statistics > .online > .info {
  position: absolute;
  top: 26px;
  left: 26px
}
#sidebar-mobile > .inner > .statistics > .online > .info > span.num, #sidebar > .inner > .statistics > .online > .info > span.num {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #00bf08
}
#sidebar-mobile > .inner > .statistics > .online > .info > small, #sidebar > .inner > .statistics > .online > .info > small {
  display: block;
  color: #535a60;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  position: relative;
  top: 0
}
@-webkit-keyframes online-cdot {
  0% {
    opacity: .3;
    background: #00bf08
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(0, 191, 8, 0)
  }
}
@keyframes online-cdot {
  0% {
    opacity: .3;
    background: #00bf08
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(0, 191, 8, 0)
  }
}
@-webkit-keyframes online-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(0, 191, 8, .4);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0, 191, 8, 0)
  }
}
@keyframes online-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(0, 191, 8, .4);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0, 191, 8, 0)
  }
}
#sidebar-mobile > .inner > .statistics > .files, #sidebar > .inner > .statistics > .files {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 90px
}
#sidebar-mobile > .inner > .statistics > .files > .pulse::before, #sidebar > .inner > .statistics > .files > .pulse::before {
  background-color: #ff8130
}
#sidebar-mobile > .inner > .statistics > .files > .pulse::after, #sidebar > .inner > .statistics > .files > .pulse::after {
  background-color: #ff8130;
  -webkit-animation: files-cdot linear 5s;
  animation: files-cdot linear 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
#sidebar-mobile > .inner > .statistics > .files > .pulse .wave, #sidebar > .inner > .statistics > .files > .pulse .wave {
  background-color: rgba(255, 129, 48, .4);
  -webkit-animation: files-radarWave cubic-bezier(0, .54, .53, 1) 5s 0s;
  animation: files-radarWave cubic-bezier(0, .54, .53, 1) 5s 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
#sidebar-mobile > .inner > .statistics > .files > .pulse .wave::after, #sidebar > .inner > .statistics > .files > .pulse .wave::after {
  background-color: rgba(255, 129, 48, .4);
  -webkit-animation: files-radarWave cubic-bezier(0, .54, .53, 1) 5s .1s;
  animation: files-radarWave cubic-bezier(0, .54, .53, 1) 5s .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
#sidebar-mobile > .inner > .statistics > .files > .info, #sidebar > .inner > .statistics > .files > .info {
  position: absolute;
  top: 26px;
  left: 26px
}
#sidebar-mobile > .inner > .statistics > .files > .info > span.num, #sidebar > .inner > .statistics > .files > .info > span.num {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ff8130
}
#sidebar-mobile > .inner > .statistics > .files > .info > small, #sidebar > .inner > .statistics > .files > .info > small {
  display: block;
  color: #535a60;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  position: relative;
  top: 0
}
@-webkit-keyframes files-cdot {
  0% {
    opacity: .3;
    background: #ff8130
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(255, 129, 48, 0)
  }
}
@keyframes files-cdot {
  0% {
    opacity: .3;
    background: #ff8130
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(255, 129, 48, 0)
  }
}
@-webkit-keyframes files-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(255, 129, 48, .4);
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    background: rgba(255, 129, 48, 0)
  }
}
@keyframes files-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(255, 129, 48, .4);
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    background: rgba(255, 129, 48, 0)
  }
}
#sidebar-mobile > .inner > .statistics > .downloads, #sidebar > .inner > .statistics > .downloads {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 83px
}
#sidebar-mobile > .inner > .statistics > .downloads > .pulse::before, #sidebar > .inner > .statistics > .downloads > .pulse::before {
  background: #2096f3
}
#sidebar-mobile > .inner > .statistics > .downloads > .pulse::after, #sidebar > .inner > .statistics > .downloads > .pulse::after {
  background: #2096f3;
  -webkit-animation: downloads-cdot linear 7s;
  animation: downloads-cdot linear 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
#sidebar-mobile > .inner > .statistics > .downloads > .pulse .wave, #sidebar > .inner > .statistics > .downloads > .pulse .wave {
  background-color: rgba(32, 150, 243, .4);
  -webkit-animation: downloads-radarWave cubic-bezier(0, .54, .53, 1) 7s 0s;
  animation: downloads-radarWave cubic-bezier(0, .54, .53, 1) 7s 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
#sidebar-mobile > .inner > .statistics > .downloads > .pulse .wave::after, #sidebar > .inner > .statistics > .downloads > .pulse .wave::after {
  background-color: rgba(32, 150, 243, .4);
  -webkit-animation: downloads-radarWave cubic-bezier(0, .54, .53, 1) 7s .1s;
  animation: downloads-radarWave cubic-bezier(0, .54, .53, 1) 7s .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
#sidebar-mobile > .inner > .statistics > .downloads > .info, #sidebar > .inner > .statistics > .downloads > .info {
  position: absolute;
  top: 26px;
  left: 26px
}
#sidebar-mobile > .inner > .statistics > .downloads > .info > span.num, #sidebar > .inner > .statistics > .downloads > .info > span.num {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2c93c7
}
#sidebar-mobile > .inner > .statistics > .downloads > .info > small, #sidebar > .inner > .statistics > .downloads > .info > small {
  display: block;
  color: #535a60;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  position: relative;
  top: 0
}
@-webkit-keyframes downloads-cdot {
  0% {
    opacity: .3;
    background: #2096f3
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(32, 150, 243, 0)
  }
}
@keyframes downloads-cdot {
  0% {
    opacity: .3;
    background: #2096f3
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1;
    background: rgba(32, 150, 243, 0)
  }
}
@-webkit-keyframes downloads-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(32, 150, 243, .4);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background: rgba(32, 150, 243, 0)
  }
}
@keyframes downloads-radarWave {
  0% {
    opacity: .1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  5% {
    background: rgba(32, 150, 243, .4);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background: rgba(32, 150, 243, 0)
  }
}
#sidebar-mobile > .inner > section, #sidebar > .inner > section {
  position: relative;
  z-index: 2;
  padding: 18px
}
#sidebar-mobile > .inner > section:last-child, #sidebar > .inner > section:last-child {
  margin-bottom: 50px
}
#sidebar-mobile > .inner > section > header, #sidebar > .inner > section > header {
  margin-top: 25px
}
#sidebar-mobile > .inner > section > header > h1, #sidebar > .inner > section > header > h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #d1d1d1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1px;
  position: relative
}
#sidebar-mobile > .inner > section > header > h1::before, #sidebar > .inner > section > header > h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #ff8a00;
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: linear-gradient(to right, #ff8a00, #da1b60)
}
#sidebar-mobile > .inner > section.hollow, #sidebar > .inner > section.hollow {
  padding: 0
}
#sidebar-mobile > .inner > section.hollow > header, #sidebar > .inner > section.hollow > header {
  padding: 18px
}
#sidebar-mobile > .inner > section.default > header, #sidebar > .inner > section.default > header {
  margin-bottom: 18px
}
#sidebar-mobile > .inner > .side-menu, #sidebar > .inner > .side-menu {
  padding: 0
}
#sidebar-mobile > .inner > .side-menu > header, #sidebar > .inner > .side-menu > header {
  padding: 18px
}
#sidebar-mobile > .inner > .side-menu > nav, #sidebar > .inner > .side-menu > nav {
  background-color: rgba(0, 0, 0, .05)
}
#sidebar-mobile > .inner > .side-menu > nav > ul, #sidebar > .inner > .side-menu > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a, #sidebar > .inner > .side-menu > nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 18px;
  text-transform: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a:hover, #sidebar > .inner > .side-menu > nav > ul > li > a:hover {
  background-color: rgba(11, 12, 14, .75)
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a.with-icon, #sidebar > .inner > .side-menu > nav > ul > li > a.with-icon {
  padding-left: 54px
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a.with-icon:hover, #sidebar > .inner > .side-menu > nav > ul > li > a.with-icon:hover {
  cursor: pointer
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a.with-icon > .icon-fg, #sidebar > .inner > .side-menu > nav > ul > li > a.with-icon > .icon-fg {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 12.5px;
  z-index: 10
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a.with-icon > .icon-fg > .icon-bg, #sidebar > .inner > .side-menu > nav > ul > li > a.with-icon > .icon-fg > .icon-bg {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -6px;
  top: -6px;
  opacity: .3;
  z-index: 5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li > a.with-icon:hover > .icon-fg > .icon-bg, #sidebar > .inner > .side-menu > nav > ul > li > a.with-icon:hover > .icon-fg > .icon-bg {
  -webkit-filter: blur(1px);
  filter: blur(1px)
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.active > a, #sidebar > .inner > .side-menu > nav > ul > li.active > a {
  background-color: rgba(11, 12, 14, .75)
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li span.emoji-ic, #sidebar > .inner > .side-menu > nav > ul > li span.emoji-ic {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 5px
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > a::after, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #434648;
  opacity: .3;
  border-radius: 50%;
  right: 18px;
  top: 18px
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, .3);
  display: none
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 18px;
  text-transform: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a:hover, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a:hover {
  background-color: rgba(11, 12, 14, .5);
  color: #fea431
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a > small, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a > small {
  position: absolute;
  right: 18px;
  opacity: .5
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a > small.warning, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a > small.warning {
  opacity: .7;
  color: #efce49
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon {
  padding-left: 54px
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon > .icon-fg, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon > .icon-fg {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 19px;
  top: 12.5px;
  z-index: 10
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon > .icon-fg > .icon-bg, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon > .icon-fg > .icon-bg {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -4px;
  top: -4px;
  opacity: .3;
  z-index: 5;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon:hover > .icon-fg > .icon-bg, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a.with-icon:hover > .icon-fg > .icon-bg {
  -webkit-filter: blur(1px);
  filter: blur(1px)
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li.active > a, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li.active > a {
  background-color: rgba(11, 12, 14, .5);
  color: #fea431
}
#sidebar-mobile > .inner > .side-menu > nav > ul > li.with-dropdown.dropdown-opened > a, #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown.dropdown-opened > a {
  background-color: rgba(11, 12, 14, .75)
}
#sidebar-mobile section.special {
  margin-top: 30px
}
#sidebar-mobile section.special > .special-top-tip {
  position: relative;
  width: 285px;
  height: 100px;
  margin: 0 auto;
  border-radius: 5px;
  text-shadow: 0 0 4px rgba(55, 55, 55, .54);
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 15px;
  text-align: center;
  z-index: 10;
  background-color: #ff8a00;
  background: -o-linear-gradient(left, #ff8a00, #da1b60);
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: linear-gradient(to right, #ff8a00, #da1b60);
  color: #fff !important
}
#sidebar-mobile section.special > .special-top-tip > a {
  color: gold !important;
  text-transform: none;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none
}
#sidebar-mobile section.special > .special-top-tip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ed5430;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto
}
#sidebar-mobile section.special > .special-bottom-tip {
  position: relative;
  width: 200px;
  height: 55px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0b0d10;
  text-shadow: 0 0 4px rgba(55, 55, 55, .54);
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  z-index: 10;
  margin-top: 20px
}
#sidebar-mobile section.special > .special-bottom-tip > a {
  color: #fc7234;
  text-decoration: none
}
#sidebar-mobile section.special > .special-copyright {
  position: relative;
  margin: 0 auto;
  text-shadow: 0 0 3px #000;
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  z-index: 10;
  margin-top: 20px
}
#sidebar-mobile section.special > .special-copyright > span {
  color: #6c00ff;
  font-weight: 700
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(.75, .75, 1);
    transform: scale3d(.75, .75, 1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(.75, .75, 1);
    transform: scale3d(.75, .75, 1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
  }
}
#sidebar-mobile section.special > .special-ripple > .request-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 123px;
  width: 123px;
  background: #00b4db;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  opacity: .9;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
#sidebar-mobile section.special > .special-ripple > .request-loader:hover {
  opacity: 1;
  background: #00beea
}
#sidebar-mobile section.special > .special-ripple > .request-loader img {
  width: 60px;
  margin-right: 5px
}
#sidebar-mobile section.special > .special-ripple > .request-loader::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -21%;
  left: -21%;
  right: 0;
  bottom: 0;
  content: '';
  height: 125%;
  width: 125%;
  border: 11px solid rgba(0, 169, 221, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
#sidebar-mobile section.special > .special-ripple > .request-loader::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -21%;
  left: -21%;
  right: 0;
  bottom: 0;
  content: '';
  height: 125%;
  width: 125%;
  border: 11px solid rgba(0, 169, 221, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
#sidebar-mobile .search {
  margin-top: 20px
}
#sidebar-mobile .search > form {
  position: relative
}
#sidebar-mobile .search > form > input {
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .6);
  border: 1px solid rgba(6, 6, 6, .99);
  background-color: #0f1012;
  outline: 0;
  color: #d1d1d1 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px
}
#sidebar-mobile .search > form > input::-webkit-input-placeholder {
  color: #676767;
  font-weight: 400
}
#sidebar-mobile .search > form > input::-moz-placeholder {
  color: #676767;
  font-weight: 400
}
#sidebar-mobile .search > form > input:-ms-input-placeholder {
  color: #676767;
  font-weight: 400
}
#sidebar-mobile .search > form > input::-ms-input-placeholder {
  color: #676767;
  font-weight: 400
}
#sidebar-mobile .search > form > input::placeholder {
  color: #676767;
  font-weight: 400
}
#sidebar-mobile .search > form > input:focus + button + small {
  opacity: .3
}
#sidebar-mobile .search > form > button {
  position: absolute;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: none;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity
}
#sidebar-mobile .search > form > button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/media/icons/search.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center center;
  opacity: .3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
#sidebar-mobile .search > form > button:hover::before {
  cursor: pointer;
  background-image: url(/media/icons/magnifier-tool.svg);
  opacity: .9
}
#sidebar-mobile .search > form > small {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  top: 10px;
  right: 50px;
  background-color: #d1d1d1;
  color: #080c0f;
  padding: 1px 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
@media (max-width:1499px) {
  #sidebar.col-s::after {
    width: 303px
  }
  #vk_groups {
    max-width: 100%;
    overflow: hidden;
    border-radius: 3px
  }
  #sidebar > .inner > .side-menu > nav > ul > li.with-dropdown > ul.dropdown > li > a > small {
    font-size: 11px
  }
  #sidebar > .inner > .statistics span.num {
    font-size: 18px !important
  }
  #sidebar > .inner > .statistics > div {
    width: 75px !important
  }
}
footer#footer > .footer-content {
  height: 320px;
  background-color: #0b0d10;
  padding: 45px 0
}
footer#footer > .footer-content > .container {
  position: relative
}
footer#footer > .footer-content .logo {
  display: inline-block;
  margin-top: 7px
}
footer#footer > .footer-content .logo > a > img {
  width: 57px;
  display: inline-block;
  -webkit-transition: .5s opacity ease-in;
  -o-transition: .5s opacity ease-in;
  transition: .5s opacity ease-in
}
footer#footer > .footer-content .logo > a > img:hover {
  opacity: .8
}
footer#footer > .footer-content .logo > div {
  display: inline-block;
  margin-left: 13px;
  margin-top: 15px;
  vertical-align: top
}
footer#footer > .footer-content .logo h1 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: .1px;
  margin: 0
}
footer#footer > .footer-content .logo h1 > a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  text-decoration: none
}
footer#footer > .footer-content .logo h1 > a:hover {
  color: #da1b60
}
footer#footer > .footer-content .logo h2 {
  color: #888;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: .1px;
  margin-top: 2px;
  letter-spacing: -.01px
}
footer#footer > .footer-content p.cowners-text {
  width: 330px;
  font-family: Roboto, sans-serif;
  color: #c1c6cf;
  color: #929393;
  line-height: 19px;
  font-size: 14px;
  text-align: left
}
footer#footer > .footer-content section.special {
  position: absolute;
  height: 380px;
  width: 291px;
  right: 18px;
  top: -80px;
  padding: 0;
  z-index: 10
}
footer#footer > .footer-content section.special > .special-top-tip {
  position: relative;
  width: 285px;
  height: 100px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0b0d10;
  text-shadow: 0 0 4px rgba(55, 55, 55, .54);
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 15px;
  text-align: center;
  z-index: 10
}
footer#footer > .footer-content section.special > .special-top-tip > a {
  color: #fc7234;
  text-decoration: none
}
footer#footer > .footer-content section.special > .special-top-tip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0b0d10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto
}
footer#footer > .footer-content section.special > .special-bottom-tip {
  position: relative;
  width: 200px;
  height: 55px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0b0d10;
  text-shadow: 0 0 4px rgba(55, 55, 55, .54);
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  z-index: 10;
  margin-top: 20px
}
footer#footer > .footer-content section.special > .special-bottom-tip > a {
  color: #fc7234;
  text-decoration: none
}
footer#footer > .footer-content section.special > .special-copyright {
  position: relative;
  margin: 0 auto;
  text-shadow: 0 0 3px #000;
  color: #b6b6b6;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  z-index: 10;
  margin-top: 20px
}
footer#footer > .footer-content section.special > .special-copyright > span {
  color: #006eff;
  font-weight: 700
}
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(.75, .75, 1);
    transform: scale3d(.75, .75, 1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
  }
}
footer#footer > .footer-content section.special > .special-ripple > .request-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 123px;
  width: 123px;
  background: #00b4db;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  opacity: .9;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
footer#footer > .footer-content section.special > .special-ripple > .request-loader:hover {
  opacity: 1;
  background: #00beea
}
footer#footer > .footer-content section.special > .special-ripple > .request-loader img {
  width: 60px;
  margin-right: 5px
}
footer#footer > .footer-content section.special > .special-ripple > .request-loader::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -21%;
  left: -21%;
  right: 0;
  bottom: 0;
  content: '';
  height: 125%;
  width: 125%;
  border: 11px solid rgba(0, 169, 221, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
footer#footer > .footer-content section.special > .special-ripple > .request-loader::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -21%;
  left: -21%;
  right: 0;
  bottom: 0;
  content: '';
  height: 125%;
  width: 125%;
  border: 11px solid rgba(0, 169, 221, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
footer#footer > div.footer-copyright {
  height: 80px;
  line-height: 50px;
  font-family: Roboto, sans-serif;
  color: #929393;
  font-size: 14px;
  background-color: #040506
}
footer#footer > div.footer-copyright span {
  color: #eee
}
footer#footer > div.footer-copyright small {
  color: #8ac547
}
@media (max-width:1499px) {
  footer#footer > .footer-content section.special {
    right: 5px
  }
}
@media (max-width:1364px) {
  #footer .container {
    padding: 0 10px
  }
  footer#footer > .footer-content section.special > .special-top-tip {
    background-color: #000000;
    background: -o-linear-gradient(left, #000000, #000000);
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background: linear-gradient(to right, #000000, #000000);
    color: #fff !important
  }
  footer#footer > .footer-content section.special > .special-top-tip > a {
    color: gold !important;
    text-transform: none;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
  }
  footer#footer > .footer-content section.special > .special-top-tip::before {
    border-top: 15px solid #ed5430 !important
  }
  footer#footer > .footer-content p.cowners-text {
    font-size: 16px;
    line-height: 22px;
    width: 450px
  }
  footer#footer > .footer-content section.special > .special-bottom-tip {
    background-color: rgba(0, 0, 0, .7)
  }
}
@media (max-width:991px) {
  footer#footer > .footer-content section.special {
    display: none
  }
  footer#footer > .footer-content p.cowners-text {
    font-size: 20px;
    line-height: 24px
  }
  footer#footer > .footer-content {
    height: auto
  }
  .footer-copyright {
    text-align: center;
    font-size: 16px !important
  }
}
@media (max-width:750px) {
  .footer-copyright .container {
    padding: 0 !important
  }
  #paginator {
    margin-top: 50px
  }
  #paginator > .paginator-wrapper > .paginator-box {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: auto;
    width: auto;
    background: 0 0;
    border: none
  }
  #paginator > .paginator-wrapper > .paginator-box > .pb-start {
    position: static;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    border: none
  }
  #paginator > .paginator-wrapper > .paginator-box > .pb-start::before {
    display: none
  }
  #paginator > .paginator-wrapper > .paginator-box > .pb-end {
    display: none
  }
  #paginator > .paginator-wrapper > .paginator-box > .pb-start > nav > ul > li > a {
    font-size: 25px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 5px
  }
  footer#footer > .footer-content p.cowners-text {
    width: auto
  }
  .row {
    margin-left: 0;
    margin-right: 0
  }
}

#slideout-open {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 110px;
  height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  visibility: hidden
}
#slideout-open > .request-loader img:last-child {
  display: none
}
#slideout-open.opened > .request-loader img:first-child {
  display: none
}
#slideout-open.opened > .request-loader img:last-child {
  display: block
}
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(.75, .75, 1);
    transform: scale3d(.75, .75, 1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1)
  }
}
#slideout-open.special-ripple > .request-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  opacity: .9;
  text-align: center;
  line-height: 75px;
  background-color: #ff8a00;
  background: rgb(0,211,255);
  background: linear-gradient(81deg, rgba(0,211,255,1) 24%, rgba(0,255,136,1) 83%);
  background: -o-linear-gradient(81deg, rgba(0,211,255,1) 24%, rgba(0,255,136,1) 83%);
  background: -webkit-linear-gradient(81deg, rgba(0,211,255,1) 24%, rgba(0,255,136,1) 83%);
  background: -moz-linear-gradient(81deg, rgba(0,211,255,1) 24%, rgba(0,255,136,1) 83%);
  background: -ms-linear-gradient(81deg, rgba(0,211,255,1) 24%, rgba(0,255,136,1) 83%);
}
#slideout-open.special-ripple > .request-loader:hover {
  opacity: 1
}
#slideout-open.special-ripple > .request-loader img {
  width: 62px
}
#slideout-open.special-ripple > .request-loader::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: -9px;
  right: 0;
  bottom: 0;
  content: '';
  height: 70px;
  width: 70px;
  border: 11px solid rgba(125, 133, 144, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
#slideout-open.special-ripple > .request-loader::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: -9px;
  right: 0;
  bottom: 0;
  content: '';
  height: 70px;
  width: 70px;
  border: 11px solid rgba(125, 133, 144, .7);
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1
}
@media (max-width:1364px) {
  #sidebar {
    display: none
  }
  #slideout-open {
    visibility: visible !important
  }
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 370px;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #1f2326
}
.slideout-menu > #sidebar-mobile > .inner > .statistics {
  padding-top: 10px
}
.slideout-menu-left {
  left: 0
}
.slideout-menu-right {
  right: 0
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #14171a;
  min-height: 100vh
}
.slideout-open, .slideout-open .slideout-panel, .slideout-open body {
  overflow: hidden
}
.slideout-open .slideout-menu {
  display: block
}
.btn {
  display: inline-block;
  background-color: #181e23;
  color: #d1d1d1;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 3px;
  margin: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
.btn > .label {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  background: #31383f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  border-radius: 2px;
  padding: 2px 5px;
  margin-left: 5px;
  opacity: .5;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all
}
.btn.btn-darkblue:hover {
  background-color: #276fa9;
  color: #fff
}
.btn.btn-darkblue:hover > .label {
  opacity: .9
}
.btn.btn-orange:hover {
  background-color: orange;
  color: #fff
}
.btn.btn-orange:hover > .label {
  opacity: .9
}
.btn.btn-green:hover {
  background-color: #41b14f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ec14c), to(#41b14f));
  background-image: -o-linear-gradient(#9ec14c, #41b14f);
  background-image: linear-gradient(#9ec14c, #41b14f);
  color: #fff
}
.btn.btn-green:hover > .label {
  opacity: .9
}
.btn.btn-blue:hover {
  background-color: #0bbff5;
  color: #fff
}
.btn.btn-blue:hover > .label {
  opacity: .9
}
.btn.btn-dark:hover {
  background-color: #2f4f4f;
  color: #fff
}
.btn.btn-dark:hover > .label {
  opacity: .9
}
.pulse {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0;
  left: -43px;
  top: -5px;
  z-index: 5
}
.pulse::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .5
}
.pulse::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.pulse .wave {
  position: absolute;
  left: 7%;
  top: 7%;
  width: 86%;
  height: 86%;
  border-radius: 50%;
  opacity: 0
}
.pulse .wave::after {
  content: '';
  position: absolute;
  left: 7%;
  top: 7%;
  width: 86%;
  height: 86%;
  border-radius: 50%;
  opacity: 0
}
.icon.icon-books {
  background-image: url(/media/icons/upload/book.svg)
}
.icon.icon-downloads {
  background-image: url(/media/icons/download.svg)
}
[class*=hint--]:after {
  color: #ddd;
  text-transform: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px
}
hr {
  border: none;
  border-top: 2px dotted #1d3d42;
  background-color: transparent;
  height: 1px;
  width: 75%
}

