body {
  background: #000;
  background-size: auto;
  background-position: 50% 50%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

p {
  color: #fff; }

h1, h2, h3, h4 {
  color: #ff0000;
  font-family: 'Coustard', sans-serif; }

a {
  color: #ff0000; }
  a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    color: #990000; }

header {
  background-color: rgba(28, 28, 28, 0.8);
  min-height: 50px;
  position: fixed;
  top: 0px;
  left: 15px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 5; }
  header nav.menu {
    text-align: right; }
    header nav.menu a {
      display: inline-block;
      text-transform: uppercase;
      padding: 8px 30px;
      font-size: 24px;
      color: #fff;
      font-weight: 900;
      font-family: "Coustard", "arial"; }
      @media (max-width: 767px) {
        header nav.menu a {
          font-size: 20px; } }
      @media (max-width: 1199px) {
        header nav.menu a {
          padding: 8px 15px; } }
      header nav.menu a:hover {
        text-decoration: none;
        text-shadow: 0px 0px 7px #ff0000;
        color: #ff0000; }
      header nav.menu a .join-btn {
        animation: color_change .4s infinite alternate; }
        header nav.menu a .join-btn:hover {
          animation: none; }
  @media (max-width: 991px) {
    header {
      min-height: 100px; }
      header .logo {
        text-align: center; }
      header nav.menu {
        text-align: center; } }
  @media (max-width: 400px) {
    header nav.menu a {
      padding: 6px 8px; }
    header .logo {
      max-width: 100%; } }

footer {
  text-align: center; }
  footer a {
    color: #fff;
    font-weight: normal; }
    footer a:hover, footer a:focus {
      color: #ff0000; }
  footer .join-big a {
    font-size: 32px;
    font-weight: bold;
    animation: color_change .4s infinite alternate; }
    footer .join-big a:hover {
      animation: none; }

.btn-default.retro {
  background-color: #ff0000;
  color: #fff;
  border: none; }
  .btn-default.retro:hover {
    background-color: #fff;
    color: #ff0000; }

.gutter-6 {
  padding-left: 3px;
  padding-right: 3px; }

.mt-5 {
  margin-top: 5px; }

.mt-15 {
  margin-top: 15px; }

.mt-25 {
  margin-top: 25px; }

.black-row {
  background-color: black;
  margin: 0; }
  .black-row h2 {
    font-weight: bold; }

.buffer-row {
  background-color: black;
  min-height: 100px; }
  @media (max-width: 630px) {
    .buffer-row {
      min-height: 150px; } }

.text-light-grey {
  color: #dedede; }

@-webkit-keyframes color_change {
  from {
    color: #fff; }
  to {
    color: #ff0000; } }
@-moz-keyframes color_change {
  from {
    color: #fff; }
  to {
    color: #ff0000; } }
@-ms-keyframes color_change {
  from {
    color: #fff; }
  to {
    color: #ff0000; } }
@-o-keyframes color_change {
  from {
    color: #fff; }
  to {
    color: #ff0000; } }
@keyframes color_change {
  from {
    color: #fff; }
  to {
    color: #ff0000; } }
.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
  .carousel-fade .carousel-inner .item img {
    margin: 0 auto;
    border: 0; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

nav.paginator {
  text-align: center;
  padding-top: 5px; }
  nav.paginator .pagination {
    margin: 5px auto; }
    nav.paginator .pagination li a {
      background-color: #ff0000;
      color: #fff;
      border-color: #ff0000;
      margin: 0 1px;
      font-size: 12px; }
      nav.paginator .pagination li a:hover {
        background-color: #fff;
        border-color: #fff;
        color: #ff0000; }
    nav.paginator .pagination li.active a {
      color: #ff0000;
      background-color: #fff;
      border-color: #fff;
      font-weight: bold; }
    nav.paginator .pagination li.disabled a {
      color: #ff0000;
      background-color: #fff;
      border-color: #fff; }

.banner {
  height: 500px;
  margin: 50px auto 0 auto;
  background-image: url("/images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center bottom; }
  .banner .banner-text {
    position: absolute;
    left: 0px;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    max-width: 475px;
    padding: 10px 10px 10px 20px; }
    .banner .banner-text h4 {
      font-weight: 600; }
  @media (max-width: 991px) {
    .banner {
      margin-top: 100px;
      height: 350px;
      background-image: url("/images/banner.jpg");
      background-position: center left; }
      .banner .banner-text {
        bottom: 40px; }
        .banner .banner-text p {
          font-size: 12px;
          line-height: 16px; } }

.offer {
  background: url("/images/70-procent.jpg");
  background-position: top left;
  height: 236px;
  width: 194px; }
  .offer:hover {
    background-position: top right;
    cursor: pointer; }

.tag-row {
  background-color: black;
  margin: 20px 0; }
  .tag-row .tag {
    color: #fff;
    -webkit-text-stroke: 1px #ff0000;
    font-family: 'Coustard', 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin: 0; }
    @media (min-width: 1200px) {
      .tag-row .tag {
        font-size: 18px; } }

.magazines-row {
  background-color: black;
  background: url("/images/updates-bg.jpg");
  background-size: cover;
  margin: 20px 0 0 0; }
  .magazines-row h4, .magazines-row h3, .magazines-row h2 {
    font-weight: bold; }
  .magazines-row .large-thumb {
    width: 100%;
    text-align: center; }
    .magazines-row .large-thumb img {
      display: inline-block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 300px; }

.thumbs-row {
  color: #fff;
  font-size: 12px;
  padding: 0 10px; }
  .thumbs-row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .thumbs-row .small-thumb {
    min-height: 205px;
    max-height: 205px;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 5px; }
    @media (max-width: 991px) {
      .thumbs-row .small-thumb {
        max-height: 150px;
        min-height: 150px; } }
    .thumbs-row .small-thumb img {
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      max-width: 100%;
      vertical-align: middle;
      display: inline-block; }
  .thumbs-row .download {
    width: 100%;
    text-align: center; }
  .thumbs-row a {
    color: #fff;
    font-size: 12px; }
    .thumbs-row a:hover {
      color: #ff0000;
      text-shadow: 0px 0px 5px #ff0000; }

body.join-page {
  min-height: 100vh; }
  body.join-page h2, body.join-page h3, body.join-page h4 {
    font-weight: bold; }
  body.join-page p {
    color: #626262; }
  body.join-page label {
    font-weight: normal; }
  body.join-page .container {
    background-color: black; }
  body.join-page .join-info-row {
    border-top: 1px solid #dedede; }
  body.join-page .form-container {
    background: url("/images/OFFER-1.png");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: 1px solid #626262; }
    @media (max-width: 991px) {
      body.join-page .form-container {
        background: #000; } }
  body.join-page .form {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    margin: 20px auto 50px auto;
    padding: 1.5em 3em; }
    body.join-page .form .lock {
      color: #474747;
      font-size: 0.9em;
      margin-bottom: 10px;
      margin-top: 10px; }
    body.join-page .form h3 {
      color: #626262;
      font-family: 'Poppins',sans-serif; }
    body.join-page .form #email, body.join-page .form #password {
      height: 50px;
      display: block;
      font-size: 1.2em;
      margin-bottom: 10px;
      padding: 1.25em;
      text-align: center;
      width: 100%;
      border: 1px solid #dedede; }
    body.join-page .form ul {
      list-style: none;
      padding-left: 0; }
      body.join-page .form ul li {
        border: 0; }
        body.join-page .form ul li label {
          padding: 0.5em 0; }
    body.join-page .form ul.options {
      list-style: none;
      padding-left: 0px; }
      body.join-page .form ul.options li {
        border: 1px solid #dedede;
        margin: 10px 0;
        line-height: 30px;
        padding-left: 5px;
        position: relative; }
        body.join-page .form ul.options li input {
          vertical-align: middle;
          margin: 0; }
        body.join-page .form ul.options li label {
          margin-bottom: 0;
          padding: 0.75em 0; }
      body.join-page .form ul.options li.radio_selected {
        background-color: #ff0000;
        color: #fff;
        border-color: #ff0000; }
        body.join-page .form ul.options li.radio_selected label {
          font-weight: bold; }
    body.join-page .form input[type="button"] {
      padding: 1em; }

.pornstars-row {
  margin-left: 0px;
  padding-left: 20px;
  margin-right: 0px; }
  .pornstars-row h2 {
    font-weight: bold;
    margin-left: -15px; }
  .pornstars-row .frame {
    position: absolute;
    top: -15px;
    left: 0px; }
  .pornstars-row a:hover p {
    color: #ff0000; }
  .pornstars-row p {
    margin-top: 15px;
    margin-left: -15px; }
  @media (max-width: 991px) {
    .pornstars-row {
      padding-left: 0; }
      .pornstars-row .pornstar-col {
        text-align: center; }
        .pornstars-row .pornstar-col img {
          border: 1px solid #fff; }
      .pornstars-row .frame {
        display: none; }
      .pornstars-row p {
        margin-top: 5px; }
      .pornstars-row h2 {
        margin-left: 0; } }

.pornstar-row {
  margin-left: 0; }
  .pornstar-row p {
    margin-bottom: 5px; }
  .pornstar-row label {
    color: #fff; }
  .pornstar-row img {
    border: 1px solid #fff;
    margin: 0 auto; }
  .pornstar-row ul {
    padding-left: 15px;
    color: #fff; }

@media (min-width: 1200px) {
  .dvds-row {
    margin-right: 0px; } }
.dvds-row uppercase
img {
  border: 1px solid #fff; }
.dvds-row h2 {
  text-align: left; }
.dvds-row p {
  font-size: 12px;
  text-align: center; }

.ellipsis {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (max-width: 480px) {
  .col-xxs-6 {
    width: 50%; } }

.friends-row a {
  color: #fff;
  font-size: 16px; }
  .friends-row a:hover {
    color: #ff0000; }

/*# sourceMappingURL=rodox.css.map */
