html,
body {
  overflow-x: hidden;
}
body {
  background-color: #000;
  color: #fff;
}
.btn,
#add-ajax,
input,
label {
  text-transform: uppercase;
}
.btn {
  padding-top: 7px;
}
span {
  font-size: 13px;
}
input[type="text"]:not(.search-text) {
  padding-top: 9px !important;
}
.search-text,
#sort-run {
  padding-top: 14px !important;
}
.hamburger {
  text-align: right;
}
.hamburger i {
  font-size: 39px;
  cursor: pointer;
}
.menu {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 10px;
  width: 50%;
  height: 100%;
}
.menu i.fa-xmark {
  font-size: 39px;
  cursor: pointer;
}
.menu .navbar-nav {
  border-top: 1px solid #fff;
}
.menu .navbar-nav a {
  font-size: 17px;
}
.menu .navbar-nav a:hover {
  color: #aaa;
}
.menu .navbar-nav i {
  font-size: 20px;
}
.menu .dropdown > div {
  background: none;
  border: none;
  display: block;
}
.menu .dropdown > div a {
  color: #fff;
  background: none !important;
}
.content-footer-bottom {
  padding-bottom: 100px;
  padding-top: 11px;
}
.content-footer-bottom .navbar-nav {
  flex-direction: row;
  justify-content: end;
}
.content-footer-bottom .navbar-nav .nav-item {
  margin: 0 9px 0;
}
.menu-top .navbar-nav {
  margin-bottom: 14px;
  flex-direction: row;
  justify-content: end;
}
.menu-top .navbar-nav .nav-item:not(:last-child) {
  margin-right: 34px;
}
.menu-top .dropdown-menu {
  position: fixed !important;
  width: 100%;
  background-color: #000;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.menu-top .dropdown-menu a {
  color: #fff;
}
.menu-top .dropdown-menu a:hover {
  color: #aaa;
  background: unset !important;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#scroll-top {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.5;
}
#scroll-top i {
  color: #000;
}
.logo-text {
  font-size: 20px;
}
.logo-text a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
.logo-text a i {
  font-size: 26px;
}
.logo img {
  max-width: 260px;
}
.search i {
  color: #fff;
}
.search form {
  display: flex;
  justify-content: center;
  padding-left: 41px;
}
.search form input {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  width: 500px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search form a {
  width: auto;
}
#sort-run {
  background: none;
  border-color: #fff;
  padding: 12px;
  color: #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0px auto;
  width: 300px;
  text-transform: uppercase;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.login i {
  font-size: 38px;
  cursor: pointer;
  float: right;
  margin-top: 2px;
}
.login .btn {
  margin-top: -1px;
  padding-top: 6px;
}
.login-content {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #f8f9fa;
  color: #000;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.login-content i {
  font-size: 39px;
  cursor: pointer;
}
.login-content > div.container {
  padding: 20px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  text-transform: uppercase;
  background-color: #fff;
}
.login-content > div.container input {
  border-color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.login-content > div.container .btn {
  margin-right: 5px;
  background: #f8f9fa;
  color: #000;
  text-transform: uppercase !important;
}
.login-content > div.container .form-login {
  border-right: 1px solid #000;
}
.login-content .facebook {
  text-align: center;
  margin-top: 26px;
  border: 1px solid #000;
  padding-bottom: 16px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.user {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #f8f9fa;
  color: #000;
  padding: 10px;
  width: 100%;
  height: 100%;
  min-height: 2000px;
}
.user i {
  font-size: 16px;
}
.user i.fa-xmark {
  font-size: 39px;
  cursor: pointer;
}
.user table a {
  color: #000;
}
.user-box {
  text-align: center;
  border-right: 1px solid #000;
  min-height: 100%;
}
.user-box .avatar {
  height: 72px;
  width: auto;
  margin-bottom: 6px;
  background-color: #000;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  padding: 5px;
}
.user-box .user-id {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
}
.user-box .about {
  font-size: 13px;
}
span.user-stat {
  position: absolute;
  background: #000;
  z-index: 1;
  border: 1px solid #fff;
  margin-top: -13px;
  margin-left: 4px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
span.user-stat i:first-child {
  display: none;
  position: absolute;
  bottom: -4px;
  color: #000;
  font-size: 32px;
  left: 1px;
}
span.user-stat i:not(:first-child) {
  position: relative;
  z-index: 2;
  font-size: 17px;
}
#chat-box .user-box {
  background: none;
}
#notice-bell {
  float: right;
  cursor: pointer;
  position: relative;
}
#notice-bell i {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#notice-bell em {
  background-color: #a00000;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: -8px;
}
#notice-content {
  display: none;
  position: absolute;
  width: 500px;
  right: 42px;
  background-color: #fff;
  z-index: 1;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px #b1b1b1;
  -moz-box-shadow: 0px 3px 6px -1px #b1b1b1;
  box-shadow: 0px 3px 6px -1px #b1b1b1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#notice-content .dt-search {
  display: none;
}
#user-post {
  margin-top: 75px;
}
#user-post .dt-search {
  margin-bottom: 10px;
}
#user-post .dt-search input {
  padding: 5px;
  border: 1px solid #aaa;
}
.dt-paging button {
  font-size: 27px;
  background: none;
  border: none;
}
.dt-paging button.current {
  outline: 1px solid #000;
}
.ad {
  margin-bottom: 16px;
}
.ad img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}
#add-ajax,
#add-ajax-chat {
  padding: 16px;
  background-color: #fff;
  margin: 15px 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #000;
}
#add-ajax i,
#add-ajax-chat i {
  cursor: pointer;
}
#add-ajax #title-reply,
#add-ajax-chat #title-reply,
#add-ajax #title-reply-chat,
#add-ajax-chat #title-reply-chat {
  text-align: center;
}
#add-ajax {
  display: none;
  opacity: 0.9;
}
#add-ajax-chat {
  width: 90%;
  margin-left: 5%;
}
.box {
  margin: 13px 0 0;
  padding: 20px;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.box .add-like {
  cursor: pointer;
}
.box .add-reply,
.box .add-reply-post {
  color: #fff;
  text-decoration: unset;
  font-size: 13px;
}
.box .add-reply i,
.box .add-reply-post i {
  color: #fff;
  font-size: 16px !important;
}
.box .h5 {
  font-weight: bold;
}
.box .h5 a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
}
.box .h5 i {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.box .children-forum {
  margin-top: 10px;
  padding-left: 0;
}
.box .children-forum li {
  line-height: 26px;
  list-style-type: none;
  padding: 8px 6px;
  border-top: 1px solid #f8f9fa;
}
.box .children-forum li a {
  color: #000;
  text-decoration: none;
}
.box .content-box {
  font-size: 14px;
}
.box .content-box h2,
.box .content-box h2 strong {
  font-size: 18px;
}
.box .box-bottom i:not(.fa-medal) {
  font-size: 20px;
}
.box .box-bottom span {
  margin-right: 12px;
}
.box .box-bottom em {
  font-style: unset;
}
.box .date-box {
  text-align: right;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.box .gallery-box img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
}
.box[data-top="on"] {
  border: 2px solid #444;
}
.mrc-btn {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
}
.footer {
  background-color: #000;
  color: #fff;
}
#scroll-top {
  background-color: #fff;
}
.content-top {
  margin-bottom: 16px;
}
.content-top img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.im-alert-top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
#content-cover {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 3;
  color: #fff;
  padding-top: 20px;
}
#content-cover a {
  color: #fff;
}
#content-cover .content-allow {
  text-align: center;
}
#content-cover .content-allow ul {
  padding: 0;
}
#content-cover .content-allow ul li {
  list-style-type: none;
}
#forum .date-box,
#zdrowie-hormonalne .date-box,
#dzial-ogolny .date-box {
  display: none;
}
#chat {
  position: fixed;
  bottom: 0;
  left: 20%;
  width: 60%;
  z-index: 2;
}
#chat #show-chat {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100px;
  margin: 0 auto;
  background-color: #000;
  border: 1px solid #fff;
  border-bottom: none;
}
#chat #show-chat i {
  padding: 5px;
  border: 2px solid #000;
}
#chat #chat-box {
  height: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  -webkit-box-shadow: 0px -7px 25px -16px #42445a;
  -moz-box-shadow: 0px -7px 25px -16px #42445a;
  box-shadow: 0px -7px 25px -16px #42445a;
  overflow-y: hidden;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: 0 solid #000;
}
#chat #chat-box #chat-content {
  padding-bottom: 13px;
}
#chat #chat-box #chat-content .box {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding: 10px;
  background-color: #000;
  color: #fff;
}
#chat #chat-box #chat-content .box a,
#chat #chat-box #chat-content .box i {
  color: #fff;
}
#chat #chat-box #chat-content .box .avatar {
  height: 50px;
  margin: 0;
}
@media (max-width: 1200px) {
  #chat {
    left: 2%;
    width: 96%;
  }
}
@media (max-width: 992px) {
  .form-login {
    border: none !important;
    margin-bottom: 15px;
  }
  .login-content {
    position: absolute;
  }
  .logo-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .menu-top {
    display: flex;
    justify-content: center;
  }
  .user-box {
    border-right: none;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
  }
  .logo {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .menu,
  .user,
  .facebook {
    width: 100%;
  }
  .content-footer-bottom .navbar-nav {
    flex-direction: column;
    margin-left: 8px;
  }
  .search form {
    padding-left: 0;
  }
  .search form input {
    width: 360px !important;
  }
}
@media (max-width: 576px) {
  .search form {
    padding-left: 0;
  }
  .search form input {
    width: 300px !important;
  }
  .search form a {
    padding: 7px 5px 7px;
  }
  .search form a.search-run {
    display: none;
  }
  .menu-top .navbar-nav .nav-item:not(:last-child) {
    margin-right: 12px;
  }
  .menu-top .navbar-nav #user {
    font-size: 14px;
  }
  .menu-top .navbar-nav a {
    font-size: 13px;
  }
  .login i {
    font-size: 20px;
  }
  #logout {
    padding-left: 5px;
  }
}
/*# sourceMappingURL=main.css.map */