@charset "UTF-8";
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes fadee {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadee {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadee {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadee {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loadd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loadd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ani, .anis * {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

/*
----------------------------------------------------------------------------------
Default css 
----------------------------------------------------------------------------------
*/
/* Reset all of the document's element styles to zero... */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY - TOP LEVEL ELEMENTS */
#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
}

.elevpreview {
  display: block;
}

.clear {
  clear: both;
}

a.replay {
  color: black;
}

html {
  background: #101010;
}

body {
  margin-top: 0px;
  font-family: Arial;
  padding: 0;
  margin: 0px 0px 0px 0px;
  background: #000 center center;
  background-size: cover;
  background-attachment: fixed;
}

.body {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div, form {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: lato;
  font-size: 48px;
  font-weight: 300;
  line-height: 72px;
  text-align: left;
}

h2 {
  font-family: lato;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 10px;
  text-align: left;
}

h3 {
  font-family: lato;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

h4 {
  font-family: lato;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}

p {
  margin: 0 0 10px;
}

a {
  font-family: Arial;
}

a:hover {
  text-decoration: underline;
  color: #7C7C7C;
}

img {
  display: inline-block;
}

.input {
  margin: 4px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style-type: decimal;
}

ol {
  margin-left: 25px;
  line-height: 15px;
  font-size: 10px;
  padding: 0px;
}

.right_col {
  min-width: 250px !important;
}

/* WRAPPER */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: center;
  min-height: 97vh;
  width: 100%;
  background: #1d1d1d;
}

.wrapper_liquid {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  border-top: 0px;
  background-color: #fff;
  border-top: #333 solid 4px;
}

/* GLOBAL STYLES - SITE-WIDE STYLES */
.thumbs {
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.thumbs {
  height: auto;
  width: 100%;
}

.lefty .thumbs {
  height: auto;
  width: auto;
}

.thumbs-gallery {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.thumbs_border_light {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.plain_text {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.small_text {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.banner-text {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.title_bar {
  background-image: url("images/titlebar.gif");
  background-size: contain;
  border-bottom: 1px solid #747474;
  color: #ffffff;
  font-family: arial;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: lighter;
  line-height: 43px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}

.title_bar_center {
  background: none repeat scroll 0 0 #111111;
  border-top: 1px solid #ff0000;
  -webkit-box-shadow: 0 -20px 40px -30px white inset;
  -moz-box-shadow: 0 -20px 40px -30px white inset;
  box-shadow: 0 -20px 40px -30px white inset;
  color: #fff;
  font-family: lato;
  font-size: 36px;
  font-variant: small-caps;
  font-weight: 300;
  line-height: 72px;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.title_bar_center .tabs {
  bottom: -31px;
  display: inline-block;
  float: right;
  position: relative;
  vertical-align: bottom;
}
.title_bar_center .tabs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.title_bar_center .tabs a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 1px 0 1px #909090 inset;
  -moz-box-shadow: 0 1px 0 1px #909090 inset;
  box-shadow: 0 1px 0 1px #909090 inset;
  margin-left: 10px;
}
.title_bar_center .tabs .sort_link {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
}
.title_bar_center .tabs .sort_link a {
  background-color: #4e4e4e;
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-family: lato !important;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  top: 0;
  height: auto;
}
.title_bar_center .tabs .sort_link a:hover {
  -webkit-text-shadow: 0 0 7px #ff0000;
  -moz-text-shadow: 0 0 7px #ff0000;
  text-shadow: 0 0 7px #ff0000;
  padding-bottom: 15px;
  text-decoration: underline;
  top: -5px;
}
.title_bar_center .tabs .sort_link_current {
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
}
.title_bar_center .tabs .sort_link_current a {
  background: url("img/squared_metal.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-family: lato !important;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}
.title_bar_center .tabs .sort_link_current a:hover {
  text-decoration: none;
  color: #7C7C7C;
}

.subtitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #353535;
}

.section_title {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.column_background {
  text-align: left;
  background-color: #BCBCBC;
  padding: 4px;
}

/*Pagination*/
.big-links {
  font-weight: bold;
  font-size: 14px;
  color: #E61414 !important;
  background: #000;
}

.pagenav, .big-links {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.pagenav *, .big-links * {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.pagenav.nxt, .pagenav.prv {
  border: solid 1px #5E5E5E;
}

.pagenav:hover, .big-links {
  color: #A8A8A8;
  background: #1F1F1F;
  border-top: solid 1px #000;
  text-decoration: none;
}

.page_links {
  font-weight: bold;
  font-size: 14px;
  color: #0056CC;
}

.page_links_count {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  color: #000;
  margin-top: 30px;
}

.page_links_current {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

#model_a-z-links {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-left: 30px;
}

#model_a-z-links a {
  color: #ff0000;
  line-height: 22px;
  padding: 9px;
  text-decoration: none;
  display: inline-block;
}

#model_a-z-links a:hover {
  text-decoration: underline;
  color: #ff0000;
  -webkit-box-shadow: 0 0 0 1px white inset;
  -moz-box-shadow: 0 0 0 1px white inset;
  box-shadow: 0 0 0 1px white inset;
}

.model_category_link {
  font-weight: normal;
  font-size: 11px;
  color: #0056CC;
}

.model_title {
  line-height: 13px;
  font-weight: normal;
  font-size: 11px;
  color: #0056CC;
}

.site_title1 {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}

.site_title2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.update_description {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.date {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.link_light {
  font-family: Verdana;
  font-size: 10px;
  color: #fff;
}

.mailing_list {
  font-weight: normal;
  font-size: 12px;
}

.toplist_link {
  font-weight: normal;
  font-size: 10px;
  color: #0056CC;
}

.red_hilite {
  font-weight: bold;
  color: red;
}

/* FAVORITES */
.favorites_link {
  font-weight: bold;
  font-size: 12px;
  color: #0056CC;
}

.favorites_hr {
  size: 1px;
  height: 1px;
  border: 0px;
  background-color: #808080;
  color: #C0C0C0;
}

.tags_heading {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.tag_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #0056CC;
}

.tag_info {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

.delete_tag_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 10px;
  color: #0056CC;
}

/* TWITTER */
.twitter_image {
  width: 104px;
  height: 31px;
}

.column_background_twitter {
  text-align: left;
  background-color: #c9c9c9;
  padding: 4px;
}

#twitter_account {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
}

#twitter_account a {
  color: #0056CC;
}

#tweets {
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  line-height: 18px;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #323232;
}

#tweets a {
  color: #0056CC;
}

/* FACEBOOK */
.facebook_image {
  width: 26px;
  height: 26px;
}

.column_background_facebook {
  text-align: left;
  background-color: #c9c9c9;
  padding: 4px;
}

#facebook_account {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
}

#facebook_account a {
  color: #0056CC;
}

#facebook {
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  line-height: 18px;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #323232;
}

#facebook a {
  color: #0056CC;
}

/* FAQ */
faq {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
}

.faq_link {
  line-height: 22px;
  font-weight: normal;
  font-family: Arial;
  font-size: 14px;
  color: #0056CC;
}

.faq_title {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.faq_description {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

/* BONUS */
#bonus_filter_form {
  background-color: #9b9b9b;
  margin: 1px;
}

#bonus_filter_form td {
  text-align: left;
  padding: 4px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.bonus_title {
  font-weight: normal;
  font-family: Arial;
  font-size: 11px;
  color: #0056CC;
}

.bonus_title_story {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

.bonus_description {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

/* GALLERY */
.suggest_tags {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.suggest_tags_instruction {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.suggest_tags_link {
  font-weight: bold;
  font-size: 12px;
  color: #0056CC;
}

.gallery_description {
  text-align: left;
  padding: 4px;
  padding-right: 8px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.full_download_table {
  background-color: #808080;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-spacing: 1px;
}

.full_download_option {
  text-align: center;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
}

.full_download_option_title {
  text-align: center;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
}

.full_play_option {
  text-align: center;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
}

.full_play_option_title {
  text-align: center;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
}

.full_download_link_default {
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  color: #000;
}

.full_download_link {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #0056CC;
}

.full_download_link_selected {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #808080;
}

.vodtitle {
  font-weight: bold;
  font-size: 11px;
  background-color: #e8e8e8;
  text-align: left;
}

.cliptitle {
  font-weight: bold;
  font-size: 11px;
  background-color: #e8e8e8;
  text-align: center;
}

.vodtable {
  font-size: 11px;
  text-align: left;
}

.vodtabledownload {
  font-size: 11px;
  text-align: left;
}

.photo_sizes_table {
  background-color: #808080;
  padding: 0px;
  margin: 0px;
  border-spacing: 1px;
}

.photo_sizes_option {
  text-align: center;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}

.photo_sizes_link {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #0056CC;
}

.zip_link {
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  color: #0056CC;
}

.movie_options_title_bar {
  width: 100%;
  line-height: 30px;
  white-space: nowrap;
  text-align: left;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-image: url(images/titlebar.gif);
}

.download_instructions {
  padding: 6px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.clip_options_heading {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}

.clip_options_title {
  font-size: 11px;
  color: #000;
  font-weight: normal;
}

.movie_background {
  width: 100%;
}

#content_tab_link {
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  background-color: #cecece;
}

#content_tab_link_current {
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  background-color: #9b9b9b;
}

#content_tab_link a {
  text-decoration: underline;
  color: #000;
}

#content_tab_link a:hover {
  text-decoration: underline;
  color: #7C7C7C;
}

#content_tab_link_current a {
  text-decoration: underline;
  color: #000;
}

#content_tab_link_current a:hover {
  text-decoration: underline;
  color: #7C7C7C;
}

/* IMAGE */
.full_photo_wrapper {
  padding: 10px;
  background-color: #000;
}

.slideshow_title {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.slideshow_text {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}

.image_nav_link {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

/* VOD */
#vodtokenbanner {
  margin-top: 5px;
  width: 990;
  height: 152px;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  font-weight: bold;
  background-image: url(images/vodtokenbanner.jpg);
}

#tokenbannertoptext {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

#tokenbannertoptext a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

#tokenbannertoptext a:hover {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #808080;
  font-weight: bold;
}

#tokenbannerbottomtext {
  height: 74px;
  margin-top: 30px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.vod_form_text {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  color: #000;
  padding: 2px;
}

.vod_form_text_error {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  color: #ff0000;
  padding: 2px;
}

.vod_form_link {
  font-weight: normal;
  font-size: 12px;
  color: #0056CC;
}

.vod_confirm_text {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  padding: 2px;
  line-height: 22px;
}

.account_table_heading {
  padding: 10px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  background-color: #9b9b9b;
}

.account_data_text {
  padding-left: 10px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.account_data_text_current {
  padding-left: 10px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: green;
}

.account_data_text_expired {
  padding-left: 10px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: red;
}

.account_sort_link {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.account_content_URL {
  padding-left: 10px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0056CC;
}

/* NEWS */
.news {
  padding: 4px;
  width: 90percent;
}

.news_link {
  font-weight: normal;
  font-size: 10px;
  color: #0056CC;
}

.news_title {
  font-weight: bold;
  font-size: 11px;
  color: #3B3B3B;
}

.news_tag_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #0056CC;
}

.news_comment_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #0056CC;
}

.news_title_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 14px;
  color: #0056CC;
}

.news_info {
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.news_body {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.news_body_small {
  line-height: 14px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.news_hr {
  size: 1px;
  height: 1px;
  border: 0px;
  background-color: #C0C0C0;
  color: #C0C0C0;
}

/* CUSTOM PAGES */
.custompages {
  width: 90percent;
}

.custompages_link {
  font-weight: normal;
  font-size: 10px;
  color: #0056CC;
}

.custompages_title {
  font-weight: bold;
  font-size: 11px;
  color: #3B3B3B;
}

.custompages_title_link {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #0056CC;
}

.custompages_info {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}
.custompages_info.listen {
  background: rgba(0, 0, 0, 0) url("img/dsbtv-radio-bg.jpg") repeat scroll center -60px/cover;
  color: #dddddd;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.custompages_info.listen h3 {
  font-size: 3rem;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 6rem;
  text-align: center;
}
.custompages_info.listen #get_access {
  max-height: 0;
  display: block;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  overflow: hidden;
}
.custompages_info.listen #get_access.show {
  max-height: 500px;
}
.custompages_info.listen .cp-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 100px;
  box-shadow: 0 0 0 2px #ffffff;
  box-sizing: border-box;
  height: 120px;
  padding: 0;
  width: 120px;
}
.custompages_info.listen .cp-container ul.cp-controls {
  border-radius: 100px;
  height: 120px;
  padding: 0;
}
.custompages_info.listen .cp-controls .cp-play {
  background-position: left top;
}
.custompages_info.listen .cp-controls .cp-play:hover {
  background-position: right top !important;
}
.custompages_info.listen .cp-controls .cp-play, .custompages_info.listen .cp-controls .cp-pause, .custompages_info.listen .cp-controls .cp-play:hover, .custompages_info.listen .cp-controls .cp-pause:hover {
  background-image: url("jpl/skin/circle.skin/controls-bg.png") !important;
  border-radius: 100px;
  height: 120px;
  left: 0;
  overflow: hidden;
  width: 120px;
}
.custompages_info.listen .cp-controls .cp-pause:hover {
  background-position: right bottom !important;
}
.custompages_info.listen .cp-controls .cp-pause {
  background-position: left bottom !important;
}
.custompages_info.listen .cp-progress-holder {
  display: none !important;
}

.custompages_body {
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.custompages_body_small {
  line-height: 14px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.custompages_hr {
  size: 1px;
  height: 1px;
  border: 0px;
  background-color: #C0C0C0;
  color: #C0C0C0;
}

.videoo {
  height: 0;
  margin: 0;
  overflow: inherit;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 0;
}

.videoo iframe {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* COMMENTS */
.comments_wrapper {
  width: 996px;
  text-align: left;
}

.comments_box {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 26px;
  margin-bottom: 2px;
  background-color: #e8e8e8;
  font-family: Arial;
  font-size: 12px;
  font-color: #393939;
  font-weight: normal;
  width: 100%;
  text-align: left;
}

.comments_box_admin {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 26px;
  margin-bottom: 2px;
  background-color: #cfcfcf;
  font-family: Arial;
  font-size: 12px;
  font-color: #181818;
  font-weight: normal;
  width: 100%;
  text-align: left;
}

.comments_heading {
  padding-left: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.comments_user {
  font-weight: bold;
  font-size: 12px;
  color: #393939;
}

.comments_field {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #393939;
}

.comments_info {
  line-height: 24px;
  font-weight: normal;
  font-size: 12px;
  color: #393939;
}

.comments_note {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #FF0000;
}

.comments_body {
  line-height: 24px;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

/* PRIVATE MESSAGING */
.message_link {
  color: #0056CC;
  font-size: 12px;
  text-decoration: underline;
}

/* HEADER & FOOTER */
.header_image {
  width: 994px;
  height: 150px;
}

.footer_fixed_width {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}

.footer_liquid {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 12px;
  background-image: url(images/footer2.gif);
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer_link {
  color: #fff;
}

.subfooter {
  font-weight: normal;
  font-size: 10px;
  color: #fff;
}

#footer {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 1000px;
}
#footer .info {
  border-bottom: medium solid #ff0000;
  clear: both !important;
  display: block !important;
  padding: 10px 20px;
}
#footer .info:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
#footer .quicknav {
  float: right;
}
#footer img {
  width: 180px;
  float: left;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #808080;
}

/*  UNIVERSAL NAVIGATION BAR */
#universal_navbar {
  width: 100%;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #2b2b2b;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  background: #000;
}

#universal_navbar span {
  margin: 0 6px 4px 6px;
  color: #fff;
}

#universal_navbar table {
  width: 100%;
  margin-left: auto;
  max-width: 1000px;
  margin-right: auto;
}

#universal_navbar td {
  color: #fff;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}

#universal_navbar td:last-child {
  text-align: right;
}

#universal_navbar a {
  font-family: verdana;
  font-size: 12px;
  font-weight: 100;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
}

#universal_navbar a:hover {
  text-decoration: underline;
  color: #727272;
}

#universal_navbar a.newmessage {
  color: #ff0000;
}

.sublogo {
  font-size: 12px;
  color: #858585;
  text-align: left;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

img.topicon {
  line-height: 24px;
  width: 13px;
  height: 24px;
  vertical-align: middle;
  display: inline;
}

.topiconlink {
  display: inline;
  vertical-align: middle;
  padding: 4px;
}

/*  ADVANCED SEARCH */
.filterd table {
  width: 100% !important;
}

.filterd table:last-child {
  display: block;
  overflow: hidden;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  background: url("img/squared_metal.png") repeat scroll 0 0 transparent;
  padding: 15px;
}
.filterd table:last-child tbody {
  clear: both !important;
  display: inline-block;
  float: left;
  width: 960px;
}
.filterd table:last-child td {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
.filterd table:last-child tr {
  clear: both;
  display: block;
  float: left !important;
  width: 100% !important;
}
.filterd table:last-child tr td:nth-child(2n-1) {
  width: 60px;
}
.filterd table:last-child * {
  color: #000;
}

.filterd table:nth-child(3) b {
  pointer-events: auto;
  background: url("img/squared_metal.png") repeat scroll 0 0 transparent;
  border-top: 3px solid #fff;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 10px 50px;
  text-transform: uppercase;
}

.filterd .plaintext {
  width: 13%;
}

.filterd input[type=checkbox] {
  width: 100%;
}

/* SEARCH */
.search_image {
  width: 24px;
  height: 40px;
}

.search_decription {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.search_hr {
  size: 1px;
  height: 1px;
  border: 0px;
  background-color: #808080;
  color: #C0C0C0;
}

/*  TOP NAVIGATION AND SEARCH MENU */
.site_logobar {
  padding: 30px 20px 20px 20px;
  position: relative;
  height: 130px;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site_logobar:hover .sublogo b {
  text-decoration: underline;
}

.nav_fixed_width {
  background: #100f10;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 9;
}

.nav_liquid {
  width: 100%;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-top: 0px;
}

.navbar_bottom {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 10px;
  background-image: url(images/ripped-edge2.gif);
  background-size: 100%;
  background-repeat: no-repeat;
}

#search_bar {
  background: none repeat scroll 0 0 transparent;
  color: #c0c0c0;
  display: inline;
  float: right;
  font-family: Arial;
  font-size: 12px;
  overflow: hidden;
  font-weight: bold;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}

#search_bar * {
  line-height: 10px;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

#search_bar button.search_image, #search_bar .link_light {
  display: none;
}

#search_bar button.search_image {
  background: none repeat scroll 0 0 #000;
  border: none;
  -webkit-box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset;
  -moz-box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset;
  box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  pointer-events: auto;
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
  width: 10% !important;
  z-index: 90;
}

#search_bar input.input:focus + .link_light + button.search_image,
.searchpg #search_bar .link_light,
.searchpg #search_bar button.search_image,
#search_bar input.input:focus + .link_light,
#search_bar button.search_image:hover {
  display: inline-block;
  z-index: 81;
}

#search_bar input.input {
  background: #ff0000;
  border: medium none;
  line-height: 40px;
  padding: 0 4px;
  width: 100px;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

#search_bar input.input:focus,
.searchpg #search_bar input.input,
#search_bar input.input.searching {
  background: none repeat scroll 0 0 #000;
  border: none;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  width: 90%;
  margin-right: 10%;
  -webkit-box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset, 0 0 12px 1px red, 0 0 17px red inset;
  -moz-box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset, 0 0 12px 1px red, 0 0 17px red inset;
  box-shadow: 0 0 0 2px black inset, 0 0 0 3px red inset, 0 0 12px 1px red, 0 0 17px red inset;
}

/*#search_bar:after {
  -moz-osx-font-smoothing: grayscale;
  background: none repeat scroll 0 0 #ff0000;
  color: #000;
  content: "";
  display: inline-block;
  font-family: 'bono';
  font-size: 24px;
  line-height: 36px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 80; }*/
.site_navbar_wrapper {
  height: 40px;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  background: #000;
  border-top: #500D0D SOLID 1px;
  border-bottom: #500D0D SOLID 1px;
  z-index: 150;
  position: relative;
  box-shadow: 0 11px 30px #0F0F0F;
}

#site_navbar {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

#site_navbar span {
  margin: 0 6px 4px 6px;
}

#site_navbar a {
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
  margin: 0;
  float: left;
}

#site_navbar a:hover {
  color: #727272;
}

#site_navbar a.hilite {
  color: #E61414;
}

#VOD_menu {
  text-align: center;
  color: #000;
  font-family: Arial;
  font-size: 14px;
}

#VOD_menu span {
  margin: 0 10px 8px 8px;
}

#VOD_menu a {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #0056CC;
}

#universal_navbar a:hover {
  text-decoration: underline;
  color: #808080;
}

#universal_navbar a.hilite {
  color: #ff0000;
}

ul.quicknav {
  list-style-type: none;
  float: right;
}
ul.quicknav * {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
ul.quicknav li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  width: 82px;
}
ul.quicknav li a {
  text-decoration: none;
  color: #a20000;
  opacity: 0.8;
}
ul.quicknav li a i {
  font-size: 50px;
  display: block;
  line-height: 50px;
  color: #a20000 !important;
}
ul.quicknav li a.hilite {
  color: #fff;
  display: block;
  font-weight: 800;
  position: relative;
  opacity: 1;
  -webkit-text-shadow: 0 0 41px #a20000, 0 3px 0 black;
  -moz-text-shadow: 0 0 41px #a20000, 0 3px 0 black;
  text-shadow: 0 0 41px #a20000, 0 3px 0 black;
}
ul.quicknav li a.hilite:after {
  border-color: transparent transparent #a20000;
  border-style: solid;
  border-width: 15px;
  bottom: -23px;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 0;
}
ul.quicknav li a.hilite i {
  color: #a20000;
  font-weight: 100;
}
ul.quicknav:hover .hilite, ul.quicknav:hover .hilite * {
  text-decoration: none;
  color: #a20000 !important;
  opacity: 0.8;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
}
ul.quicknav:hover .hilite:hover, ul.quicknav:hover .hilite *:hover {
  color: #fff !important;
  opacity: 1;
}
ul.quicknav:hover .hilite:hover i, ul.quicknav:hover .hilite *:hover i {
  color: #a20000 !important;
}
ul.quicknav:hover li:hover a {
  opacity: 1;
  color: #fff;
}
ul.quicknav:hover li:hover i {
  color: #a20000 !important;
}

/* end quicknav*/
/* INDEX PAGE */
.totals {
  text-align: center;
  margin: 6px;
  font-weight: 200;
  font-family: lato;
  font-size: 16px;
  color: #777;
}
.totals strong {
  color: red;
}

.coming_soon {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top: 0px;
  background-color: #000;
}

.coming_soon_info {
  text-align: left;
  background-color: #BCBCBC;
}

.coming_soon_title {
  text-align: left;
  font-size: 12px;
  font-family: Arial;
  color: #000;
}

#bookmark {
  margin-bottom: 8px;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
}

#bookmark a {
  font-size: 12px;
  color: #fff;
}

.model_info_overlay {
  text-align: left;
  white-space: normal;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
}

.model_info_overlay_title {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  color: #fff;
}

.dvd_box_index {
  margin-top: 3px;
  width: 180px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

#index_offer {
  margin: 10px;
  padding: 4px;
}

#index_offer a {
  color: #000;
  font-size: 12px;
}

#index_offer a:hover {
  color: #FF0000;
}

#index_offer img {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

#suggested_site_index {
  width: 100%;
  background-color: #BCBCBC;
  padding: 4px;
}

#suggested_site_index a {
  color: #000;
  font-size: 12px;
}

#suggested_site_index a:hover {
  color: #FF0000;
}

.index_offer_nothanks {
  color: #000;
}

/* SETS */
.model_info {
  line-height: 18px;
  font-family: Arial;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

#model_bio_banner {
  width: 100%;
  padding: 4px;
}

#model_bio_banner a {
  color: #000;
  font-size: 12px;
}

#model_bio_banner img {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

#model_bio_banner a:hover {
  color: #FF0000;
}

.model_description {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

/* DVDS */
.dvd_box {
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

#dvd_index {
  margin-left: auto;
  margin-right: auto;
}

#dvd_index td {
  text-align: center;
  width: 20percent;
  padding: 6px;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 12px;
  color: #0056CC;
}

.dvd_title {
  font-weight: normal;
  font-family: Arial;
  font-size: 11px;
  color: #0056CC;
}

#dvd_info {
  width: 100%;
  background-color: #BCBCBC;
}

.dvd_title_info {
  line-height: 18px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.buy_links {
  line-height: 18px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #0056CC;
}

.dvd_description {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}

.dvd_hr {
  size: 1px;
  height: 1px;
  border: 0px;
  background-color: #808080;
  color: #C0C0C0;
}

/* POLL */
#poll {
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
}

.poll {
  padding: 10px;
}

.poll_hr {
  height: 1px;
  width: 100%;
  text-align: center;
  color: #808080;
}

.poll_title {
  font-weight: bold;
  font-size: 12px;
  color: #3B3B3B;
}

.poll_votes {
  font-weight: normal;
  font-size: 11px;
  color: #000;
}

.poll_answer {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.bar {
  font-weight: normal;
  margin: 0 0 1em 0;
  border: 1px #DDDDDD solid;
  font-size: 10px;
}

.barAnswer {
  font-size: 10px;
  text-align: left;
  margin: 0.5em 0 0 0;
}

.barColor {
  background: #AAAAAA;
  border: 1px #DDDDDD solid;
  border-bottom: 1px #555555 solid;
  border-right: 1px #555555 solid;
}

.barPercent {
  padding: 0.3em;
  font-size: 12px;
  background: #EEEEEE;
  color: #555555;
}

.barVotes {
  padding: 0.3em;
  font-size: 12px;
  background: #EEEEEE;
  color: #555555;
  white-space: nowrap;
}

.totalVotes {
  float: right;
}

/* CALENDAR */
.calendar_link_background {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #FF1175;
}

.calendarday {
  font-size: 12px;
  color: #000;
  background-color: #e9e9e9;
}

.calendarmonth {
  padding: 2px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background-color: #F5F5F5;
}

.calendarinfo {
  height: 100px;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}

.calendarheading {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

.calendar_event_title {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.calendar_description {
  font-size: 11px;
  color: #000;
}

.calendarpopup {
  position: absolute;
  top: -500px;
  left: 0;
  padding: 3px;
  visibility: hidden;
  border: 1px solid black;
  font: normal 12px Arial;
  line-height: 18px;
  z-index: 100;
  background-color: white;
  width: 600px;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

.gallery_background {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  background-color: #000;
}

.content-link3 {
  font-weight: bold;
  font-size: 10px;
  color: #0056CC;
}

.vid-link {
  font-weight: bold;
  font-size: 10px;
  color: #0056CC;
}

.nav_vis {
  visibility: visible;
}

.nav_hid {
  visibility: hidden;
}

.mailboxtitlebar {
  padding: 2px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  background-color: #EEEEEE;
}

.mailboxinfo {
  padding: 2px;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  background-color: #DDDDDD;
}

.mailboxtext {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

#mycarousel {
  height: 280px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

#mycarousel li {
  float: left;
  width: 305px;
}

.replay {
  color: #fff;
}

#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.pricing_header {
  background-color: #e8e8e8;
  font-weight: bold;
  font-size: 10pt;
}

.buy_button {
  font-family: arial;
  font-size: 10px;
  vertical-align: middle;
  text-decoration: none;
}

.buy-button-link {
  text-decoration: none;
}

.overlay {
  background: url("images/overlay-sm.png") top left repeat;
}

.purchased_notification {
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
}

.purchased_notification img {
  margin-bottom: 5px;
}

.video_length {
  background: #e8e8e8;
  padding: 2px;
}

.vod-purchase-types {
  text-align: center;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.buy-button-container {
  text-align: center;
  font-size: 10px;
}

.clip-download-label {
  text-align: left;
  font-size: 10px;
}

.clip-download-container {
  padding: 5px;
}

#slides {
  background-color: #222222;
  box-shadow: black 0px 0px 40px 20px inset;
}

table tbody tr td .update_title img {
  width: 220px;
  display: block;
  margin-right: 10px;
}

#header_ad {
  width: 72%;
  display: block;
  max-width: 824px;
  float: right;
}

#header_ad img {
  width: 100%;
}

#customPlay_wrapper {
  width: 100% !important;
}

.looper a:hover img, .updates a:hover img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.looper > table, .updates > table {
  width: 95%;
  margin: 0 auto;
}
.looper > table > tbody > tr > td, .updates > table > tbody > tr > td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
  padding: 10px !important;
  width: 25% !important;
}
.looper > table > tbody > tr > td table, .updates > table > tbody > tr > td table {
  min-width: 100%;
  max-width: 100%;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.looper > table > tbody > tr > td td, .updates > table > tbody > tr > td td {
  position: relative;
}
.looper > table > tbody > tr > td td:hover .update_title, .updates > table > tbody > tr > td td:hover .update_title {
  background: none repeat scroll 0 0 #fff;
}
.looper > table br, .updates > table br {
  line-height: 0;
  height: 0;
  margin: 0;
}
.looper > table .update_info, .updates > table .update_info {
  position: absolute !important;
}
.looper > table .contentnavlink img, .updates > table .contentnavlink img {
  width: 100%;
  max-width: 100%;
}

.updates > table > tbody > tr > td {
  width: 33.333% !important;
}

.update_title, .update_title .model_title {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  height: 40px;
  color: #6B0000;
  display: block;
}

a.update_title:hover, .update_title a.model_title:hover {
  text-decoration: underline;
}

.updates br {
  display: none;
}

.updates .update_title {
  border-radius: 5px 5px 0 0;
  background: #fff;
  padding: 5px;
  max-height: 45px;
}

/*.updates > table > tbody > tr > td {
    width: 25% !important;
}
*/
.updates .date {
  text-align: left;
}

.updates .date + td {
  width: 50% !important;
}

.updates table {
  max-width: 100% !important;
  box-sizing: border-box;
}

.updates table td table {
  max-width: 100%;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: 0px;
}

.update_info {
  background: none repeat scroll 0 0 #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 5px;
  color: #fff;
  display: inline-block;
  font-family: Arial;
  pointer-events: none;
  font-size: 12px;
  font-weight: normal;
  min-width: 0 !important;
  padding: 4px 6px;
  right: 5px;
  text-transform: uppercase;
  width: auto;
  z-index: 100;
}

.plg_banner_img {
  display: inline-block;
}

.container.header {
  background: none repeat scroll 0 0 #100f10 !important;
  border-bottom: 3px solid #e61414;
  max-width: 100% !important;
  width: 100% !important;
}

.container.content {
  background: url("img/squared_metal.png") repeat scroll 0 0 transparent;
}

.wrapper {
  /*radiosuzy1*/
}
.wrapper .cp-container {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.wrapper > * {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 1000px;
}

.modelset {
  background: none repeat scroll 0 0 #5f5f5f;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 20px;
}
.modelset * {
  color: #fff;
}
.modelset > div {
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  padding: 20px;
  position: relative;
  vertical-align: top;
  z-index: 3;
}
.modelset > div > div {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  width: 100%;
}
.modelset > div > div.avi {
  background: #2b2b2b;
  border: 1px solid #000000;
  padding: 5px;
}
.modelset .sponsor {
  background: none repeat scroll 0 0 #7d7d7d !important;
  border: 2px solid #dddddd;
  padding: 30px;
}
.modelset .comments_box * {
  color: black;
}
.modelset .comments_box {
  border-radius: 11px;
}
.modelset > div > .block, .modelset > div > [style=block] {
  border: none;
  padding: 0;
}

#backdrop {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  z-index: 2;
}
#backdrop.visible {
  opacity: 0.5;
}
#backdrop.visible:hover {
  opacity: 0.8;
}

.star_profile {
  width: 35%;
}

#redfix {
  -webkit-transition: all 1100ms ease-in-out;
  -moz-transition: all 1100ms ease-in-out;
  -o-transition: all 1100ms ease-in-out;
  transition: all 1100ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
}

.desc * {
  color: #fff;
}

.thumbs {
  border: none;
  margin: 0;
}

.updates br {
  line-height: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.topreviews .slidesjs-navigation {
  display: none;
}

#sliderNav {
  display: block;
  width: 100%;
}
#sliderNav span {
  display: inline-block;
  float: left;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

#slides {
  display: block;
  width: 100%;
  height: 545px;
}

#slides li {
  height: 545px;
  width: 1000px;
  font-size: 0px;
}

#slides li a, #slides li a img {
  border: none;
  width: 100%;
}

#slides .slidesjs-navigation {
  margin-top: 5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(img/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}

a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
  margin-left: 5px;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width: 15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  display: none;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

.slidesjs-slide {
  list-style-type: none;
}

#slides a:link,
#slides a:visited {
  color: #333333;
}

#slides a:hover,
#slides a:active {
  color: #9e2020;
}

.navbar {
  overflow: hidden;
}

a.slidesjs-previous {
  background-position: 0 0;
  margin-left: 5px;
}

.container {
  margin: 0 auto;
}

/* Join Page */
.fineprint {
  font-weight: normal;
  font-size: 9px;
}

/*#bg {background:#222;}*/
#bg .bg-fade {
  /*background: rgba(0, 0, 0, 0) url("http://drsusanblock.tv/galleries/dsbtv-join.jpg") repeat scroll center center / cover ;*/
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
#bg .bg-fade.init {
  opacity: 1;
}

#join > table {
  width: 100%;
  z-index: 2;
  position: relative;
}

#wrap {
  width: 980px;
  color: #000;
  margin: 0 auto;
}

#left {
  width: 980px;
  float: left;
  display: inline;
}

#left #head {
  padding: 11px 0;
  background: #1b1b1b;
  margin: 0 0 3px 0;
}

#left .save75 #head {
  background: url(http://img1.mxn.com/images/join-head.gif) no-repeat 300px 12px #1b1b1b;
}

#left #head h1 {
  background: url(http://img1.mxn.com/images/join/logo.gif) no-repeat;
  width: 288px;
  height: 117px;
  text-indent: -9999px;
  margin: 0 0 0 15px;
}

#left #head #secure {
  background: url(http://img1.mxn.com/images/join/secure.gif) no-repeat;
  width: 386px;
  height: 63px;
  float: right;
  margin: 21px 27px 0 0;
  display: inline;
}

#left h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 30px;
}

#left h2 span {
  color: #cc0000;
}

#form {
  /*height: 650px;*/
}
#form > form {
  background: #5f5f5f none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 7px #bdbdbd;
  -moz-box-shadow: 0 0 7px #bdbdbd;
  box-shadow: 0 0 7px #bdbdbd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#form > form > div {
  display: table-cell !important;
  float: none !important;
  height: 100% !important;
}

/*end form*/
#form .left {
  width: 320px;
  float: left;
  display: inline;
}

#form .left2 {
  width: 320px;
  float: left;
  display: inline;
  position: relative;
}

#form .right {
  width: 340px;
  float: left;
  display: inline;
  position: relative;
}

#form .right img.save75gif {
  position: absolute;
  top: 48px;
  right: 32px;
}

#form input.txt {
  background: #dfdfdf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border: 3px solid rgba(0, 0, 0, 0);
  font-family: Lora;
  font-size: 1.2rem;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  margin-right: 0;
  width: 242px;
  padding: 10px;
}
#form input.txt[type=text], #form input.txt[type=password] {
  width: 100%;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px !important;
}
#form input.txt[type=file] {
  border: 2px dashed #9d9d9d;
  margin-bottom: 10px;
  cursor: pointer;
}
#form input.txt[type=file]:hover {
  border-color: #ddd;
}
#form input.txt:active, #form input.txt:focus {
  border-bottom: 3px solid #dddddd !important;
  border-left: medium none !important;
  border-right: medium none !important;
}
#form input.txt[type=text]:hover:not(:focus), #form input.txt[type=password]:hover:not(:focus), #form input.txt[type=textarea]:hover:not(:focus) {
  -webkit-box-shadow: 0 0 5px -2px #c0c0c0 inset;
  -moz-box-shadow: 0 0 5px -2px #c0c0c0 inset;
  box-shadow: 0 0 5px -2px #c0c0c0 inset;
}

#form p {
  padding: 10px 20px 10px 60px;
}
#form h2 {
  background: #404040 none repeat scroll 0 0;
  -webkit-box-shadow: 0 40px 50px -40px #000000 inset;
  -moz-box-shadow: 0 40px 50px -40px #000000 inset;
  box-shadow: 0 40px 50px -40px #000000 inset;
}

#form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 1px 0;
  color: #cccccc;
}

#form .rdo {
  padding: 10px;
}

#form .rdo label {
  background: url(images/join_label.png) no-repeat 0 0;
  padding: 10px;
  margin-bottom: 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: normal;
  color: #ffffff;
}

#form .rdo label:hover {
  background: url(images/join_label_hover.png) no-repeat 0 0;
}

#form .rdo label.active {
  background: url(images/join_label_select.png) no-repeat 0 0;
  padding: 8px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

#form .rdo label input {
  float: left;
  display: inline;
  margin: 1px 8px 0 0;
}

#form .right .rdo label input {
  margin-top: 4px;
}

#form .eu_billing {
  margin: 0 0 20px 30px;
}

.ie_all #form .rdo label input {
  float: left;
  display: inline;
  margin: 0 8px 0 0;
}

#form .right .rdo label {
  font-size: 16px;
  text-align: left;
}

#form .right .rdo label span.price {
  float: right;
}

#form .right .rdo label span.price span {
  font-size: 11px;
  padding-left: 2px;
}

#form .right .rdo label span.value {
  background: url(http://img1.mxn.com/images/join/special.gif) no-repeat 0 0;
  padding: 4px 25px 3px 24px;
  font-size: 10px;
  float: right;
}

#form .right button {
  background: url(images/join_button.png) no-repeat;
  width: 296px;
  height: 44px;
  border: none;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #620200;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
}

#form .phone button {
  text-align: center;
  padding-right: 35px;
  padding-left: 0;
}

#form .phone p {
  text-align: center;
  font-size: 13px;
  padding: 60px 80px 30px 80px;
}

#form .phone p strong {
  display: block;
  font-size: 15px;
}

.ie_all #form .right button {
  height: 55px;
}

#form .right div.btn {
  width: 300px;
  margin: auto;
  padding-bottom: 20px;
  margin: 10px auto 10px auto;
}

#foot {
  background: url(http://img1.mxn.com/images/join/foot_bg.gif) repeat-y right #1b1b1b;
  clear: left;
}

#satisfaction {
  padding: 0 0 0;
  width: 728px;
  float: left;
  display: inline;
}

#satisfaction img.secure {
  float: left;
  display: inline;
  margin: 5px 0 5px 10px;
}

#satisfaction p {
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 22px;
  padding: 16px 0;
}

#right {
  float: left;
  display: inline;
  width: 249px;
  margin-left: 3px;
  padding: 25px 0 0 0;
}

#right .onePass {
  background: url(http://img1.mxn.com/images/join/right_01.gif) no-repeat;
  width: 224px;
  height: 111px;
  margin: 0 0 0 auto;
  color: #e2bd05;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#right .onePass p {
  line-height: 24px;
  padding: 8px 0 0 0;
}

#right .onePass span {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 15px;
}

#right ul.stats li {
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #191919;
  border-top: 1px solid #3f3f40;
  font-size: 24px;
  padding: 13px 0;
  margin: 0 0 0 20px;
}

#right ul.stats li span {
  font-size: 13px;
  font-weight: normal;
  color: #999;
  display: block;
}

#wrap #surfSafe {
  width: 249px;
  padding: 13px 0;
  float: left;
  display: inline;
}

#wrap #surfSafe p {
  font-size: 10px;
  color: #ccc;
  background: url(http://img1.mxn.com/images/join/right_02.gif) no-repeat;
  padding: 0 0 0 40px;
  text-align: center;
  width: 145px;
  margin: 0 auto;
  color: #999;
}

#wrap #surfSafe p span {
  display: block;
  padding: 28px 0 0 0;
}

/*START new root_page*/
html {
  background: #000;
}

.root_page p {
  margin: 0 auto 10px;
}
.root_page .enter h3 {
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-size: 1.24rem;
  line-height: 2rem;
}
.root_page .enter {
  padding: 0 0 20PX;
}
.root_page .wrapper {
  padding: 0 0 1px;
}
.root_page .color {
  max-width: 100%;
  background: #000;
  padding-bottom: 30px;
}
.root_page .wrapper > * {
  max-width: 100% !important;
  min-width: 100%;
}

/* END new root_page */
/* screenshot/video */
span#watch_img {
  padding: 30px;
  display: block;
  background: black;
  width: 100%;
  position: relative;
}
span#watch_img img.screenshot {
  opacity: 0.5;
  z-index: 1;
  position: relative;
  width: 100%;
}
span#watch_img:hover img.screenshot {
  opacity: 0.7;
}
span#watch_img img.playvideo {
  width: 100px;
  position: absolute;
  top: 50%;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 2;
}
span#watch_img img.playvideo:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

/* For tablets & smart phones */
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: auto;
  }
}
/* For smartphones */
@media (max-width: 480px) {
  .container {
    width: auto;
  }
}
/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px;
  }
}
/* For larger displays */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.right.bon {
  float: right !important;
}

.bonobo input[type=submit] {
  background: none repeat scroll 0 0 #707070;
  border: 2px solid #A0A0A0 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 3px -5px #259161;
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 11px 0;
  margin-bottom: 7px;
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
}

.bonobo form:first-child input[type=submit], .right.bon {
  background: none repeat scroll 0 0 #5CC898;
  border: 2px solid #3CA878 !important;
}

.bonobo:hover input[type=submit], .bonobo:hover form:first-child input[type=submit] {
  background: #707070;
  border: 2px solid #A0A0A0 !important;
}

.bonobo:hover input[type=submit]:hover, .bonobo:hover form:first-child input[type=submit]:hover {
  opacity: 1;
  background: #5CC898;
  border: 2px solid #3CA878 !important;
}

@font-face {
  font-family: "bono";
  src: url("fonts/bono.eot?-3z892f");
  src: url("fonts/bono.eot?#iefix-3z892f") format("embedded-opentype"), url("fonts/bono.woff?-3z892f") format("woff"), url("fonts/bono.ttf?-3z892f") format("truetype"), url("fonts/bono.svg?-3z892f#bono") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=bono-], [class*=" bono-"] {
  font-family: "bono";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bono-number:before {
  content: "";
}

.bono-number2:before {
  content: "";
}

.bono-number3:before {
  content: "";
}

.bono-number4:before {
  content: "";
}

.bono-number5:before {
  content: "";
}

.bono-number6:before {
  content: "";
}

.bono-number7:before {
  content: "";
}

.bono-number8:before {
  content: "";
}

.bono-number9:before {
  content: "";
}

.bono-number10:before {
  content: "";
}

.bono-number11:before {
  content: "";
}

.bono-number12:before {
  content: "";
}

.bono-number13:before {
  content: "";
}

.bono-number14:before {
  content: "";
}

.bono-number15:before {
  content: "";
}

.bono-number16:before {
  content: "";
}

.bono-number17:before {
  content: "";
}

.bono-number18:before {
  content: "";
}

.bono-number19:before {
  content: "";
}

.bono-number20:before {
  content: "";
}

.bono-quote:before {
  content: "";
}

.bono-quote2:before {
  content: "";
}

.bono-tag:before {
  content: "";
}

.bono-tag2:before {
  content: "";
}

.bono-link:before {
  content: "";
}

.bono-link2:before {
  content: "";
}

.bono-cabinet:before {
  content: "";
}

.bono-cabinet2:before {
  content: "";
}

.bono-calendar:before {
  content: "";
}

.bono-calendar2:before {
  content: "";
}

.bono-calendar3:before {
  content: "";
}

.bono-file:before {
  content: "";
}

.bono-file2:before {
  content: "";
}

.bono-file3:before {
  content: "";
}

.bono-files:before {
  content: "";
}

.bono-phone:before {
  content: "";
}

.bono-tablet:before {
  content: "";
}

.bono-window:before {
  content: "";
}

.bono-monitor:before {
  content: "";
}

.bono-ipod:before {
  content: "";
}

.bono-tv:before {
  content: "";
}

.bono-camera:before {
  content: "";
}

.bono-camera2:before {
  content: "";
}

.bono-camera3:before {
  content: "";
}

.bono-film:before {
  content: "";
}

.bono-film2:before {
  content: "";
}

.bono-film3:before {
  content: "";
}

.bono-microphone:before {
  content: "";
}

.bono-microphone2:before {
  content: "";
}

.bono-microphone3:before {
  content: "";
}

.bono-drink:before {
  content: "";
}

.bono-drink2:before {
  content: "";
}

.bono-drink3:before {
  content: "";
}

.bono-drink4:before {
  content: "";
}

.bono-coffee:before {
  content: "";
}

.bono-mug:before {
  content: "";
}

.bono-icecream:before {
  content: "";
}

.bono-cake:before {
  content: "";
}

.bono-inbox:before {
  content: "";
}

.bono-download:before {
  content: "";
}

.bono-upload:before {
  content: "";
}

.bono-inbox2:before {
  content: "";
}

.bono-checkmark:before {
  content: "";
}

.bono-checkmark2:before {
  content: "";
}

.bono-cancel:before {
  content: "";
}

.bono-cancel2:before {
  content: "";
}

.bono-plus:before {
  content: "";
}

.bono-plus2:before {
  content: "";
}

.bono-minus:before {
  content: "";
}

.bono-minus2:before {
  content: "";
}

.bono-notice:before {
  content: "";
}

.bono-notice2:before {
  content: "";
}

.bono-cog:before {
  content: "";
}

.bono-cogs:before {
  content: "";
}

.bono-cog2:before {
  content: "";
}

.bono-warning:before {
  content: "";
}

.bono-health:before {
  content: "";
}

.bono-suitcase:before {
  content: "";
}

.bono-suitcase2:before {
  content: "";
}

.bono-suitcase3:before {
  content: "";
}

.bono-picture:before {
  content: "";
}

.bono-pictures:before {
  content: "";
}

.bono-pictures2:before {
  content: "";
}

.bono-android:before {
  content: "";
}

.bono-marvin:before {
  content: "";
}

.bono-pacman:before {
  content: "";
}

.bono-cassette:before {
  content: "";
}

.bono-watch:before {
  content: "";
}

.bono-chronometer:before {
  content: "";
}

.bono-watch2:before {
  content: "";
}

.bono-alarmclock:before {
  content: "";
}

.bono-time:before {
  content: "";
}

.bono-time2:before {
  content: "";
}

.bono-headphones:before {
  content: "";
}

.bono-wallet:before {
  content: "";
}

.bono-checkmark3:before {
  content: "";
}

.bono-cancel3:before {
  content: "";
}

.bono-eye:before {
  content: "";
}

.bono-position:before {
  content: "";
}

.bono-sitemap:before {
  content: "";
}

.bono-sitemap2:before {
  content: "";
}

.bono-cloud:before {
  content: "";
}

.bono-upload2:before {
  content: "";
}

.bono-chart:before {
  content: "";
}

.bono-chart2:before {
  content: "";
}

.bono-chart3:before {
  content: "";
}

.bono-chart4:before {
  content: "";
}

.bono-chart5:before {
  content: "";
}

.bono-chart6:before {
  content: "";
}

.bono-location:before {
  content: "";
}

.bono-download2:before {
  content: "";
}

.bono-basket:before {
  content: "";
}

.bono-folder:before {
  content: "";
}

.bono-gamepad:before {
  content: "";
}

.bono-alarm:before {
  content: "";
}

.bono-alarm-cancel:before {
  content: "";
}

.bono-phone2:before {
  content: "";
}

.bono-phone3:before {
  content: "";
}

.bono-image:before {
  content: "";
}

.bono-open:before {
  content: "";
}

.bono-sale:before {
  content: "";
}

.bono-direction:before {
  content: "";
}

.bono-map:before {
  content: "";
}

.bono-trashcan:before {
  content: "";
}

.bono-vote:before {
  content: "";
}

.bono-graduate:before {
  content: "";
}

.bono-lab:before {
  content: "";
}

.bono-tie:before {
  content: "";
}

.bono-football:before {
  content: "";
}

.bono-eightball:before {
  content: "";
}

.bono-bowling:before {
  content: "";
}

.bono-bowlingpin:before {
  content: "";
}

.bono-baseball:before {
  content: "";
}

.bono-soccer:before {
  content: "";
}

.bono-dglasses:before {
  content: "";
}

.bono-microwave:before {
  content: "";
}

.bono-refrigerator:before {
  content: "";
}

.bono-oven:before {
  content: "";
}

.bono-washingmachine:before {
  content: "";
}

.bono-mouse:before {
  content: "";
}

.bono-smiley:before {
  content: "";
}

.bono-sad:before {
  content: "";
}

.bono-mute:before {
  content: "";
}

.bono-hand:before {
  content: "";
}

.bono-radio:before {
  content: "";
}

.bono-satellite:before {
  content: "";
}

.bono-medal:before {
  content: "";
}

.bono-medal2:before {
  content: "";
}

.bono-switch:before {
  content: "";
}

.bono-key:before {
  content: "";
}

.bono-cord:before {
  content: "";
}

.bono-locked:before {
  content: "";
}

.bono-unlocked:before {
  content: "";
}

.bono-locked2:before {
  content: "";
}

.bono-unlocked2:before {
  content: "";
}

.bono-magnifier:before {
  content: "";
}

.bono-zoomin:before {
  content: "";
}

.bono-zoomout:before {
  content: "";
}

.bono-stack:before {
  content: "";
}

.bono-stack2:before {
  content: "";
}

.bono-stack3:before {
  content: "";
}

.bono-davidstar:before {
  content: "";
}

.bono-cross:before {
  content: "";
}

.bono-moonandstar:before {
  content: "";
}

.bono-transformers:before {
  content: "";
}

.bono-batman:before {
  content: "";
}

.bono-spaceinvaders:before {
  content: "";
}

.bono-skeletor:before {
  content: "";
}

.bono-lamp:before {
  content: "";
}

.bono-lamp2:before {
  content: "";
}

.bono-umbrella:before {
  content: "";
}

.bono-streetlight:before {
  content: "";
}

.bono-bomb:before {
  content: "";
}

.bono-archive:before {
  content: "";
}

.bono-battery:before {
  content: "";
}

.bono-battery2:before {
  content: "";
}

.bono-battery3:before {
  content: "";
}

.bono-battery4:before {
  content: "";
}

.bono-battery5:before {
  content: "";
}

.bono-megaphone:before {
  content: "";
}

.bono-megaphone2:before {
  content: "";
}

.bono-patch:before {
  content: "";
}

.bono-pil:before {
  content: "";
}

.bono-injection:before {
  content: "";
}

.bono-thermometer:before {
  content: "";
}

.bono-lamp3:before {
  content: "";
}

.bono-lamp4:before {
  content: "";
}

.bono-lamp5:before {
  content: "";
}

.bono-cube:before {
  content: "";
}

.bono-box:before {
  content: "";
}

.bono-box2:before {
  content: "";
}

.bono-diamond:before {
  content: "";
}

.bono-bag:before {
  content: "";
}

.bono-moneybag:before {
  content: "";
}

.bono-grid:before {
  content: "";
}

.bono-grid2:before {
  content: "";
}

.bono-list:before {
  content: "";
}

.bono-list2:before {
  content: "";
}

.bono-ruler:before {
  content: "";
}

.bono-ruler2:before {
  content: "";
}

.bono-layout:before {
  content: "";
}

.bono-layout2:before {
  content: "";
}

.bono-layout3:before {
  content: "";
}

.bono-layout4:before {
  content: "";
}

.bono-layout5:before {
  content: "";
}

.bono-layout6:before {
  content: "";
}

.bono-layout7:before {
  content: "";
}

.bono-layout8:before {
  content: "";
}

.bono-layout9:before {
  content: "";
}

.bono-layout10:before {
  content: "";
}

.bono-layout11:before {
  content: "";
}

.bono-layout12:before {
  content: "";
}

.bono-layout13:before {
  content: "";
}

.bono-layout14:before {
  content: "";
}

.bono-tools:before {
  content: "";
}

.bono-screwdriver:before {
  content: "";
}

.bono-paint:before {
  content: "";
}

.bono-hammer:before {
  content: "";
}

.bono-brush:before {
  content: "";
}

.bono-pen:before {
  content: "";
}

.bono-chat:before {
  content: "";
}

.bono-comments:before {
  content: "";
}

.bono-chat2:before {
  content: "";
}

.bono-chat3:before {
  content: "";
}

.bono-volume:before {
  content: "";
}

.bono-volume2:before {
  content: "";
}

.bono-volume3:before {
  content: "";
}

.bono-equalizer:before {
  content: "";
}

.bono-resize:before {
  content: "";
}

.bono-resize2:before {
  content: "";
}

.bono-stretch:before {
  content: "";
}

.bono-narrow:before {
  content: "";
}

.bono-resize3:before {
  content: "";
}

.bono-download3:before {
  content: "";
}

.bono-calculator:before {
  content: "";
}

.bono-library:before {
  content: "";
}

.bono-auction:before {
  content: "";
}

.bono-justice:before {
  content: "";
}

.bono-stats:before {
  content: "";
}

.bono-stats2:before {
  content: "";
}

.bono-attachment:before {
  content: "";
}

.bono-hourglass:before {
  content: "";
}

.bono-abacus:before {
  content: "";
}

.bono-pencil:before {
  content: "";
}

.bono-pen2:before {
  content: "";
}

.bono-pin:before {
  content: "";
}

.bono-pin2:before {
  content: "";
}

.bono-discout:before {
  content: "";
}

.bono-edit:before {
  content: "";
}

.bono-scissors:before {
  content: "";
}

.bono-profile:before {
  content: "";
}

.bono-profile2:before {
  content: "";
}

.bono-profile3:before {
  content: "";
}

.bono-rotate:before {
  content: "";
}

.bono-rotate2:before {
  content: "";
}

.bono-reply:before {
  content: "";
}

.bono-forward:before {
  content: "";
}

.bono-retweet:before {
  content: "";
}

.bono-shuffle:before {
  content: "";
}

.bono-loop:before {
  content: "";
}

.bono-crop:before {
  content: "";
}

.bono-square:before {
  content: "";
}

.bono-square2:before {
  content: "";
}

.bono-circle:before {
  content: "";
}

.bono-dollar:before {
  content: "";
}

.bono-dollar2:before {
  content: "";
}

.bono-coins:before {
  content: "";
}

.bono-pig:before {
  content: "";
}

.bono-bookmark:before {
  content: "";
}

.bono-bookmark2:before {
  content: "";
}

.bono-addressbook:before {
  content: "";
}

.bono-addressbook2:before {
  content: "";
}

.bono-safe:before {
  content: "";
}

.bono-envelope:before {
  content: "";
}

.bono-envelope2:before {
  content: "";
}

.bono-radioactive:before {
  content: "";
}

.bono-music:before {
  content: "";
}

.bono-presentation:before {
  content: "";
}

.bono-male:before {
  content: "";
}

.bono-female:before {
  content: "";
}

.bono-aids:before {
  content: "";
}

.bono-heart:before {
  content: "";
}

.bono-info:before {
  content: "";
}

.bono-info2:before {
  content: "";
}

.bono-piano:before {
  content: "";
}

.bono-rain:before {
  content: "";
}

.bono-snow:before {
  content: "";
}

.bono-lightning:before {
  content: "";
}

.bono-sun:before {
  content: "";
}

.bono-moon:before {
  content: "";
}

.bono-cloudy:before {
  content: "";
}

.bono-cloudy2:before {
  content: "";
}

.bono-car:before {
  content: "";
}

.bono-bike:before {
  content: "";
}

.bono-truck:before {
  content: "";
}

.bono-bus:before {
  content: "";
}

.bono-bike2:before {
  content: "";
}

.bono-plane:before {
  content: "";
}

.bono-paperplane:before {
  content: "";
}

.bono-rocket:before {
  content: "";
}

.bono-book:before {
  content: "";
}

.bono-book2:before {
  content: "";
}

.bono-barcode:before {
  content: "";
}

.bono-barcode2:before {
  content: "";
}

.bono-expand:before {
  content: "";
}

.bono-collapse:before {
  content: "";
}

.bono-popout:before {
  content: "";
}

.bono-popin:before {
  content: "";
}

.bono-target:before {
  content: "";
}

.bono-badge:before {
  content: "";
}

.bono-badge2:before {
  content: "";
}

.bono-ticket:before {
  content: "";
}

.bono-ticket2:before {
  content: "";
}

.bono-ticket3:before {
  content: "";
}

.bono-microphone4:before {
  content: "";
}

.bono-cone:before {
  content: "";
}

.bono-blocked:before {
  content: "";
}

.bono-stop:before {
  content: "";
}

.bono-keyboard:before {
  content: "";
}

.bono-keyboard2:before {
  content: "";
}

.bono-radio2:before {
  content: "";
}

.bono-printer:before {
  content: "";
}

.bono-checked:before {
  content: "";
}

.bono-error:before {
  content: "";
}

.bono-add:before {
  content: "";
}

.bono-minus3:before {
  content: "";
}

.bono-alert:before {
  content: "";
}

.bono-pictures3:before {
  content: "";
}

.bono-atom:before {
  content: "";
}

.bono-eyedropper:before {
  content: "";
}

.bono-globe:before {
  content: "";
}

.bono-globe2:before {
  content: "";
}

.bono-shipping:before {
  content: "";
}

.bono-yingyang:before {
  content: "";
}

.bono-compass:before {
  content: "";
}

.bono-zip:before {
  content: "";
}

.bono-zip2:before {
  content: "";
}

.bono-anchor:before {
  content: "";
}

.bono-lockedheart:before {
  content: "";
}

.bono-magnet:before {
  content: "";
}

.bono-navigation:before {
  content: "";
}

.bono-tags:before {
  content: "";
}

.bono-heart2:before {
  content: "";
}

.bono-heart3:before {
  content: "";
}

.bono-usb:before {
  content: "";
}

.bono-clipboard:before {
  content: "";
}

.bono-clipboard2:before {
  content: "";
}

.bono-clipboard3:before {
  content: "";
}

.bono-switch2:before {
  content: "";
}

.bono-ruler3:before {
  content: "";
}

/* SPLASH PAGE POPUP WINDOW - ADULT CONTENT AGE WARNING */
.container.header, #universal_navbar {
  position: relative;
  z-index: 90;
}

.container.content {
  position: relative;
  z-index: 20;
}

.popup #advanced_search {
  background: none repeat scroll 0 0 #3e3e3e;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.popup #advanced_search tbody {
  display: table !important;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}

/* only for search */
#advsearch .column_background tr:first-child {
  display: none;
}
#advsearch .column_background tr:nth-child(n+2) {
  display: table-cell;
  width: 50%;
}
#advsearch .column_background tr td {
  display: table-cell;
  padding: 6px;
  width: 20% !important;
}
#advsearch .popup {
  -webkit-transform: none;
  transform: none;
  top: 0 !important;
}

.splash_warning_message {
  width: 100%;
  height: 150px;
  margin-bottom: 8px;
  padding: 10px;
  margin-top: 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid #ffffff;
}

/************** DO NOT RENAME - BACKUP BEFORE EDITING *******************/
table.splash_login .login.btn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
table.splash_login .login.btn span:nth-child(2) {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
table.splash_login .login.btn.loading span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
table.splash_login .login.btn.loading span:nth-child(2) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* ????? */
.js #mask {
  background: transparent;
  pointer-events: none;
  position: absolute;
  left: 320px;
  top: 0;
  z-index: 10;
  display: inline-block;
  width: 100px;
  height: 110px;
  transform: scale(0.5);
  z-index: 99;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background: linear-gradient(to bottom, #1e1e21, #17171b);
  height: 100%;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Payment SCSS
 * @since 08/27/2019
 * @author abe <unscenecreative@gmail.com>
 *
 *
 * - age_verification
 * - popup_wrapper
 * - rotate loading animation
 * - rotate loading animation keyframes
 * - bouncy loading animation
 * - bouncy loading animation keyframes
 *
 *
 * 
 */
/* START age verification */
#age_verification {
  margin: 5px 0 20px;
}
#age_verification a.submit_birthday {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  z-index: 9;
  font-size: 1rem;
}
#age_verification table select {
  width: 100%;
  border-width: 1px;
  line-height: 3rem !important;
  height: 3rem;
  padding: 0 5px 0 8px;
}
#age_verification table td:first-child select {
  border-radius: 10px 0 0 10px;
  border-right-color: transparent;
}
#age_verification table td:last-child select {
  border-radius: 0 10px 10px 0;
  border-left-color: transparent;
}
#age_verification table td:first-child:not(:hover) select {
  border-right-color: transparent;
}
#age_verification table td:last-child:not(:hover) select {
  border-left-color: transparent;
}
#age_verification table td:hover select,
#age_verification table td select:hover,
#age_verification table td select:active,
#age_verification table td select:focus {
  border-color: #fff;
}
#age_verification table td:nth-child(2) select {
  border-radius: 0 !important;
}
#age_verification table select {
  border: 1px solid #333;
  background: #555;
  font-family: lato !important;
  -webkit-appearance: none;
}
#age_verification table.outline {
  background: linear-gradient(to bottom, #0e0e0e, #000);
  padding: 30px 20px !important;
}
#age_verification select {
  border: 2px solid #464646;
  background: transparent;
  color: #fff;
  font-size: 1rem;
}
#age_verification select option {
  color: #000;
  background: #fff;
}
#age_verification table {
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 10px !important;
  border-radius: 10px;
  transition: height 1s ease 0s, padding 1s ease 0s, width 1s ease 0s;
}
#age_verification table td:nth-child(1),
#age_verification table td:nth-child(2) {
  display: none;
}
#age_verification table td:nth-child(3) select {
  border-radius: 10px !important;
  -webkit-appearance: menulist !important;
}
#age_verification:not(.animate_checking) .loader_ani {
  opacity: 0;
  height: 0;
}
#age_verification:not(.animate_checking) table {
  height: 110px;
}
#age_verification.animate_checking .loader_ani {
  opacity: 1;
  height: 64px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
#age_verification.animate_checking table {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  width: 0%;
  transition: height 1s ease 0s, padding 1s ease 0s, width 2s ease 1s;
}

/* END age verification */
/* START popups */
.popup_wrapper {
  background: rgba(14, 14, 14, 0.99);
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
  overflow: auto !important;
  line-height: 0;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 16px;
  width: 100%;
  z-index: 2147483647;
  /* START popup action btns */
  /* END popup action btns */
  /* START payment forms */
  /* START payment inputs */
  /* END payment inputs */
  /* END payment forms */
  /* START layout*/
  /* END layout*/
}
.popup_wrapper p {
  font-size: 1rem;
}
.popup_wrapper a {
  color: white;
  font-weight: normal;
}
.popup_wrapper .popup {
  color: #8f8f8f;
  background: #000;
  display: inline-block;
  max-width: 800px;
  width: 100%;
  margin: 40px auto 40px;
  min-height: 588px;
  padding: 0 0 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 1000px !important;
  z-index: 99999;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
}
.popup_wrapper .popup, .popup_wrapper .popup b {
  line-height: 18px;
}
.popup_wrapper .header {
  margin: 2px;
  line-height: 50px;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background-color: #272626;
  position: relative;
}
.popup_wrapper .popup_text {
  width: 50%;
  float: left;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.15rem;
  color: #fff;
  text-align: justify;
  border-right: 1px solid #292929;
  padding: 10px 20px 30px;
}
.popup_wrapper .popup_text p {
  line-height: 1.15rem;
  margin: 0 0 10px;
  font-family: "Arial", sans-serif !important;
}
.popup_wrapper h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-family: "Lato", "Arial", sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.popup_wrapper strong {
  color: #fff;
}
.popup_wrapper ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 60px;
  min-height: 50px;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.popup_wrapper ul {
  text-align: left;
}
.popup_wrapper ul li > i.bono-checkmark2 {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 30px;
  font-size: 2rem;
  text-align: center;
  color: red;
  line-height: 30px;
}
.popup_wrapper .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  border-radius: 30px;
  background: #424242;
  color: #1f1f1f !important;
  width: 30px;
  display: block;
  height: 30px;
  line-height: 33px;
  border: 1px solid #636363;
}
.popup_wrapper .close-btn:hover {
  background-color: #adadad;
  border-color: #adadad;
  text-decoration: none;
}
.popup_wrapper .btn.grey {
  background: #797979;
  box-shadow: inset 0 -12px 20px #9e9e9e, 0 3px 0 #828282;
}
.popup_wrapper .btn {
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  width: auto;
  min-width: 200px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.popup_wrapper .btn i {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  display: inline-block;
}
.popup_wrapper .btn:hover {
  color: #fff;
}
.popup_wrapper form#init_sub {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 490px;
  justify-content: center;
}
.popup_wrapper form#init_sub .enter {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.popup_wrapper form#init_sub div {
  padding: 10px 0;
}
.popup_wrapper input::placeholder {
  color: #fff;
  font-weight: bold;
}
.popup_wrapper input[type=email],
.popup_wrapper input[type=text],
.popup_wrapper input[type=password] {
  width: 100%;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  max-width: 100%;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
  font-weight: bold;
  font-size: 0.9rem;
  box-sizing: border-box;
  border: none;
  background: #222;
  color: #fff;
}
.popup_wrapper input[type=email]:focus, .popup_wrapper input[type=email]:focus:hover,
.popup_wrapper input[type=text]:focus,
.popup_wrapper input[type=text]:focus:hover,
.popup_wrapper input[type=password]:focus,
.popup_wrapper input[type=password]:focus:hover {
  background: #fff;
  color: #000;
}
.popup_wrapper input[type=email]:hover,
.popup_wrapper input[type=text]:hover,
.popup_wrapper input[type=password]:hover {
  background: #333;
  color: #fff;
}
.popup_wrapper .header .btn {
  border: 1px solid #ffffff3d;
}
.popup_wrapper .btn {
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  font-size: 1rem;
  display: inline-block;
  background: #333333;
  box-shadow: 0 0 0 #aaa;
  text-decoration: none;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: inset 0 -12px 20px #060606, 0 3px 0px #525252;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.popup_wrapper .btn:hover {
  box-shadow: inset 0 -12px 20px #2d2d2d, 0 3px 0px #ffffff;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.popup_wrapper .btn.btn-large {
  width: 278px;
  border: none;
  height: 66px;
  line-height: 66px;
  box-sizing: border-box;
  font-size: 28px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.popup_wrapper .btn:hover,
.popup_wrapper .btn:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.popup_wrapper .btn.red,
.popup_wrapper .btn.red:hover,
.popup_wrapper .btn.red:active,
.popup_wrapper .btn.red:focus {
  background: #850000;
  box-shadow: inset 0 -12px 20px #b60000, 0 3px 0px #790000;
}
.popup_wrapper .btn.green,
.popup_wrapper .btn.green:hover,
.popup_wrapper .btn.green:active,
.popup_wrapper .btn.green:focus {
  background: #00bb88;
  box-shadow: inset 0 -12px 20px #00b684, 0 3px 0px #008863;
}
.popup_wrapper .btn.right {
  position: absolute;
  right: 10px;
  top: 15px;
}
.popup_wrapper.mini .popup {
  max-width: 420px;
}
@media screen and (min-height: 650px) {
  .popup_wrapper .popup {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50% !important;
    position: relative;
    margin: 0;
  }
}

/* END popups */
/* START forms */
table.enter_amount td {
  width: 20%;
}

table.enter_amount.paid td:first-child {
  /*display: none;*/
}

table.enter_membership td {
  width: 50%;
}

table.outline {
  border: solid 1px #292929;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
table.outline b {
  pointer-events: none;
  clear: both;
  display: block;
  text-align: center;
}
table.outline label {
  display: block;
  text-align: center;
}
table.outline label.disabled {
  pointer-events: none !important;
}
table.outline label input[type=radio] {
  background: #212121;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  -webkit-appearance: unset;
}
table.outline label input[type=radio]:checked {
  background: #0000ff;
}
table.outline tbody {
  display: table !important;
  width: 100%;
}
table.outline label input[type=radio] {
  -webkit-box-shadow: 0 0 0 5px #464646 inset, 0 0 0 0px #00a3d466, 0 0 0 0px #6f6f6f66;
  box-shadow: 0 0 0 5px #464646 inset, 0 0 0 0px #00a3d466, 0 0 0 0px #6f6f6f66;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: box-shadow 200ms ease, transform 1s ease !important;
  transition: box-shadow 200ms ease, transform 1s ease !important;
}
table.outline label input[type=radio]:checked {
  -webkit-box-shadow: 0 0 0 11px #00a3d4 inset, 0 0 0 7px #00a3d466, 0 0 0 10px #6f6f6f66;
  box-shadow: 0 0 0 11px #00a3d4 inset, 0 0 0 7px #00a3d466, 0 0 0 10px #6f6f6f66;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  background: #2b2b2b;
}
table.outline label input[type=radio]:hover:not(:checked) {
  -webkit-box-shadow: 0 0 0 5px #464646 inset;
  box-shadow: 0 0 0 5px #464646 inset;
}

table.enter_membership td table td {
  vertical-align: middle;
}

#splash .enter {
  margin: 0 0 60px;
}

.popup_wrapper .enter > b {
  color: #d91201;
  margin-bottom: 10px;
  background: black;
  padding: 0 8px;
  display: inline-block;
}
.popup_wrapper .enter > b.form_title {
  float: left;
  margin: -10px 0 0px 10px;
}
.popup_wrapper hr {
  border-top: none;
  border-bottom: 1px solid #292929;
  border-right: none;
  border-left: none;
}
.popup_wrapper .header {
  margin-bottom: 40px;
}
.popup_wrapper table b {
  display: block;
}
.popup_wrapper table label {
  display: block;
  pointer-events: auto;
}
.popup_wrapper table label .disabled {
  pointer-events: none;
  opacity: 0.3;
}
.popup_wrapper td > input[type=email],
.popup_wrapper td > input[type=password] {
  margin-top: 10px !important;
  display: block;
  vertical-align: middle;
  line-height: 38px;
}
.popup_wrapper label {
  box-sizing: border-box;
}
.popup_wrapper input[type=checkbox], .popup_wrapper input[type=radio] {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  margin: 0 0.25em 0 0;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  -webkit-border-radius: 0.25em;
  vertical-align: text-top;
}
.popup_wrapper p {
  margin: 0 0 10px;
}
.popup_wrapper .btn {
  box-sizing: border-box;
}
.popup_wrapper :focus {
  outline: 0;
}

/* END forms */
.error_message, .red {
  color: #FF0000;
}

.exit {
  color: #d6d6d6;
  text-decoration: underline;
}

.enter {
  margin-left: auto;
  margin-right: auto;
}
.enter a {
  text-decoration: none;
}

/* rotate loading animation */
.rotate {
  -webkit-animation: rotateMe 500ms infinite linear;
  animation: rotateMe 500ms infinite linear;
}

/* rotate loading animation keyframes */
@-webkit-keyframes rotateMe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotateMe {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* bouncy loading animation */
.bouncywrap {
  position: relative;
}

.dotcon {
  display: block;
  float: left;
  width: 50px;
  position: absolute;
}

.dc1 {
  -webkit-animation: bouncy1 1.5s infinite;
  left: -40px;
  animation: bouncy1 1.5s infinite;
}

.dc2 {
  -webkit-animation: bouncy2 1.5s infinite;
  animation: bouncy2 1.5s infinite;
  left: 0;
}

.dc3 {
  -webkit-animation: bouncy3 1.5s infinite;
  animation: bouncy3 1.5s infinite;
  left: 40px;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: red;
}

/* bouncy loading animation keyframes */
@-webkit-keyframes bouncy1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(40px, 0px) rotate(-180deg);
  }
}
@keyframes bouncy1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(180deg);
  }
  100% {
    transform: translate(40px, 0px) rotate(-180deg);
  }
}
@-webkit-keyframes bouncy2 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(-40px);
  }
}
@keyframes bouncy2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@-webkit-keyframes bouncy3 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
  }
}
@keyframes bouncy3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-40px);
  }
}
/* Clearing Floats Class STARTS */
.Wrapper {
  display: inline-block;
}

.Wrapper:after {
  Content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .Wrapper {
  height: 1%;
}

.Wrapper {
  display: block;
}

/* Clearing Floats Class ENDS  */
/*  */
.hide, .Hide {
  display: none;
}

.clear {
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  overflow: hidden;
}

.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1000px;
  height: 300px;
}

.iosSlider .slider {
  width: 100%;
  height: 100%;
}

.iosSlider .slider .item {
  float: left;
  width: 1000px;
  background-size: cover !important;
  height: 300px;
  left: 23552px;
  background-position: center center;
  background-color: #333;
}

html, body {
  background: black;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
}

body.root_page .color {
  background: black;
  box-shadow: 0 -340px 100px -240px #101010 inset;
}
body.root_page .loader_ani {
  height: 64px;
  opacity: 0;
  height: 0;
  transition: 1s ease;
}
body.root_page .error_message.red {
  line-height: 1rem;
  margin: 0 0 20px;
}
body.root_page:not(.init) a.submit_birthday,
body.root_page:not(.init) #age_verification table,
body.root_page:not(.init) .enter b {
  opacity: 0;
  pointer-events: none;
}
body.root_page.init a.submit_birthday,
body.root_page.init #age_verification table,
body.root_page.init .enter b {
  pointer-events: auto;
}
body.root_page.init.age_verified #age_verification table {
  width: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
body.root_page.init.age_verified a.submit_birthday,
body.root_page.init.age_verified #age_verification table {
  opacity: 0;
  pointer-events: none;
}

/* START responsive website */
.update-item {
  width: 33.333%;
  float: left;
  display: inline-block;
  padding: 10px;
}

.update-list {
  width: 100%;
  overflow: hidden;
}

.update-item table {
  width: 100% !important;
  display: block;
}

.update-item > table,
.update-item > table > tbody,
.update-item > table > tbody > tr,
.update-item > table > tbody > tr > td {
  width: 100%;
  position: relative;
  display: block;
}

.update-item a.contentnavlink img {
  max-width: 100%;
  width: 100% !important;
}
.update-item a.contentnavlink {
  overflow: hidden;
  display: block;
}
.update-item .update_info {
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 10px;
  top: auto;
}

@media screen and (min-width: 961px) {
  .updates:not(.looper) .update-item {
    width: 33.333%;
  }
  .updates:not(.looper) .update-item:nth-child(3n+1) {
    clear: left;
  }
  .updates.looper .update-item {
    width: 25%;
  }
  .updates.looper .update-item:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 960px) {
  .updates .update-item {
    width: 50%;
  }
  .updates .update-item:nth-child(2n+1) {
    clear: left;
  }
}

.contentwrap {
  clear: both;
}
.contentwrap .side-left {
  width: 75%;
  float: left;
}
.contentwrap .side-right.right_col {
  float: left;
  width: 25%;
}

@media screen and (max-width: 960px) {
  .body {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .wrapper > * {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .iosSlider {
    max-width: 100% !important;
    width: 100% !important;
  }

  .contentwrap .side-right.right_col, .contentwrap .side-left {
    width: 100%;
    clear: both;
  }

  .container.content a img {
    max-width: 100%;
  }

  span#footer {
    width: 100%;
  }

  #universal_navbar td {
    display: block;
  }

  #universal_navbar a {
    display: block;
    text-align: center;
    padding: 0;
  }

  .site_logobar {
    height: auto;
    padding: 10px;
  }

  .site_logobar a {
    display: block;
    text-align: center;
  }

  .site_logobar img {
    float: none !important;
    width: auto !important;
    height: 30px;
  }

  ul.quicknav li {
    width: 20%;
  }

  #footer ul.quicknav li {
    width: 16.6666666%;
  }

  #footer img {
    float: none;
  }

  ul.quicknav {
    width: 100%;
    float: none;
  }

  .sublogo {
    display: none;
  }

  ul.quicknav:after {
    content: "";
    display: block;
    clear: both;
  }

  div#universal_navbar {
    display: none;
  }

  .popup_wrapper .popup {
    width: 100%;
    min-width: 100%;
    top: 0 !important;
    max-width: 100%;
    transform: translateY(0px);
  }

  .popup_wrapper .popup > div {
    width: 100% !important;
    clear: both;
  }

  .popup_wrapper {
    overflow: overlay;
  }

  .popup_wrapper .popup_text {
    width: 100%;
    max-height: 190px;
    overflow-y: scroll;
  }

  .popup_wrapper form#init_sub {
    width: 100%;
    min-width: 100%;
  }
}
/* END responsive website */
/* START search function 08 2020*/
#search_bar {
  /*   border:1px solid black; */
  /*   margin:100px; */
  /*   max-width: 450px; */
  overflow: visible;
}

#search_bar .search_hover {
  margin: 0;
  font-family: arial;
  background: #424242;
  pointer-events: auto;
  color: white;
  padding: 10px;
  display: flex;
  border: 1px solid #696565;
  margin: 0px;
  box-shadow: 0 13px 110px #000;
  flex-flow: row wrap;
  position: relative;
}

#search_bar .search_hover li {
  display: block;
  text-align: left;
  width: calc(25% - 10px);
  line-height: 48px;
  float: left;
  position: relative;
}

#search_bar .search_hover img {
  /* max-height: 38px; */
  margin: 0 0 2px;
  max-width: 100%;
}

#search_bar .search_hover b,
#search_bar .search_hover img {
  vertical-align: middle;
}

#search_bar .search_hover:after, #search_bar .search_hover li a:after {
  content: "";
  display: block;
  clear: both;
}

#search_bar .search_hover b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 9;
  transition: 0s;
  padding: 10px;
  font-size: 1.29rem;
  line-height: 1.5rem;
}

#search_bar .search_hover li a:after {
  box-shadow: 0 -100px 68px 5px #00000087 inset, 0 -50px 24px -25px #00000087 inset;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

#search_bar .search_hover li {
  overflow: hidden;
  margin: 5px;
}

#search_bar .search_hover img {
  height: 100%;
  max-height: 100% !important;
  width: auto !important;
  max-width: 500% !important;
  margin: 0 -12.5%;
  pointer-events: none;
  position: relative;
}

#search_bar a {
  pointer-events: auto;
  display: block;
  height: 100%;
  color: white;
}

#search_bar a:hover {
  transition: 0s ease;
  color: white;
}

#search_bar .search_hover li:hover a:after {
  /* opacity: .2; */
  transition: 750ms ease;
  box-shadow: 0 -100px 68px 5px #f8260052 inset, 0 -50px 24px -25px #f8260054 inset;
}

.container.content {
  z-index: 999;
}

.nav_fixed_width {
  z-index: 101;
}

#search_bar input.input:focus {
  transition: 0s ease;
}

.nav_fixed_width div {
  vertical-align: middle;
  line-height: 40px;
  display: inline-block;
  float: left;
  width: 100%;
}

.nav_fixed_width div * {
  /*   box-sizing: border-box; */
  /*   line-height: inherit; */
}

.nav_fixed_width {
  line-height: 40px;
  vertical-align: middle;
  height: 50px;
}

#model_a-z-links {
  padding: 0 100px 0px 0;
  height: 40px;
  vertical-align: top;
  float: none !important;
}

#search_bar {
  top: 0;
}

#search_bar .search_hover:after, #search_bar .search_hover li a:after {
  width: 100% !important;
}

.nav_fixed_width div {
  /*   height: 40px; */
  position: relative;
}

#search_bar button {
  background: none repeat scroll 0 0 #ff0000;
  color: white;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  z-index: 80;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#search_bar button i {
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 5px;
}

#search_bar input {
  height: 40px !important;
  box-sizing: border-box;
}

#search_bar input.input:focus {
  background: black;
}

#search_bar input.input {
  background: transparent;
}

#search_bar input.searching + button, #search_bar input:focus + button {
  pointer-events: auto;
  cursor: pointer;
}

#search_bar input.searching + button, #search_bar input:focus + button {
  border-radius: 0 10px 10px 0;
  border: 2px solid #000;
  line-height: 36px;
}

#search_bar button {
  border: 2px solid #000;
  transition: 0s ease;
  line-height: 36px;
}

#search_bar input {
  border-radius: 10px 0 0 10px !important;
}

#search_bar input.input {
  border-radius: 10px 0 0 10px;
  transition: 0s ease;
}

#search_bar .search_hover li {
  max-height: 200px;
  min-height: 200px;
}

#search_bar .search_hover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  margin: 0;
}

#search_bar .search_hover li:hover img {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

/* END search function 08 2020*/
.category-updates .col.md-2 {
  background: #131313 url("https://drsusanblock.tv/main/images/fdr-radio-background.jpg");
  width: 50%;
  padding: 100px 0 40px 0;
  height: 170px;
  position: relative;
}

.category-updates {
  display: flex;
  width: 100%;
}

.category-updates a {
  color: white;
  margin: 0 5px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #ffffff24;
  display: inline-block;
  z-index: 3;
  text-decoration: none;
  position: relative;
}

.category-updates .col.md-2:nth-child(2) {
  background: #131313 url("https://drsusanblock.tv/main/images/drsusanblock-tv-background.jpg");
}

.category-updates .col.md-2 .link-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 50px 0 0 0;
  z-index: 1;
  border-radius: 0;
  background: transparent;
}

.category-updates a:hover {
  background: #ffffff40;
}

.category-updates .col.md-2 .link-logo:hover {
  background: #aaaaaa26;
}

@media screen and (max-width: 767px) {
  .category-updates .col.md-2 {
    width: 100%;
  }

  .category-updates {
    flex-flow: column wrap;
    width: 100%;
  }
}
ul.quicknav li {
  padding: 0 0 0 0;
}

ul.quicknav li a {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

ul.quicknav li a.hilite {
  color: white;
}

ul.quicknav li a i {
  margin-bottom: 7px;
}

.site_logobar {
  padding: 15px 20px 15px 20px;
}

ul.quicknav li a,
ul.quicknav li a i,
.site_logobar {
  transition: 0s !important;
}

ul.quicknav,
ul.quicknav li,
ul.quicknav li a {
  height: 115px;
}

ul.quicknav li a {
  display: block;
  width: 100%;
}

ul.quicknav li a.hilite:after {
  bottom: 0;
}

ul.quicknav:hover li a.hilite:not(:hover) {
  color: #ff9393 !important;
  opacity: 0.4;
}

ul.quicknav li a {
  color: #ff9393;
}

ul.quicknav li a:not(.hilite),
ul.quicknav li a:not(.hilite) i {
  opacity: 0.6;
}

.site_logobar > a {
  width: auto;
  display: inline-block;
  float: left;
  padding: 10px 0 0;
}

div#model_a-z-links, #search_bar {
  margin: 5px;
  width: calc(100% - 10px);
}

#model_a-z-links a {
  font-size: 0.9rem;
  padding: 0 8px;
}

@media screen and (min-width: 961px) {
  .updates:not(.looper) .update-item:nth-child(3n+1) {
    clear: none;
  }

  .updates:not(.looper) .update-list {
    display: flex;
    flex-flow: row wrap;
  }
}
#footer ul.quicknav li a, #footer ul.quicknav li, #footer ul.quicknav {
  height: 50px;
}

#footer .info {
  padding-bottom: 0;
}

ul.quicknav li a.hilite:after {
  bottom: -1px;
}

#footer ul.quicknav, #footer ul.quicknav li, #footer ul.quicknav li a {
  height: 60px;
  line-height: 60px;
}

#footer .quicknav {
  margin-bottom: -1px;
}

#footer .info {
  padding: 0;
  margin-bottom: 20px;
}

#footer img {
  margin: 10px 20px;
}

#footer a {
  padding: 0;
}

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