@charset "UTF-8";

a:link,a:visited {
  color:#09c;
}

a:hover {
  color:#f39;
}

body {
  margin:0 auto;
  color:#ccc;
  font-family:monospace;
  font-family:monospace;
  background-color:#999;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/16110215/580fabc49e182f1cb83a66d35bf6d5b0.png);
  background-repeat:repeat;
  background-size:auto;
  background-position:0 0;
  background-attachment:fixed;
}

.profile_section_content {
  color:#666;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:gray;
  color:#fff;
  font-family:monospace;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
  -webkit-text-shadow:0 0 0 #777;
  text-shadow:0 0 0 #777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#about_me_label {
  display:none;
}

#avatar_holder,#status_container,#blurb_container,#unix_last_broadcast_container,#unix_last_updated_container {
  display:none;
}

#header_bar,#footer_bar,#profile_main_photo,#tags_container,#about_me_label,#cam_score_container,#profile_friends .heading,#friends_container,#profile_header,#profile_about_me>.heading,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

#about_me_container span#about_me_label,#profile_friends .heading,#profile_friends #friends_container,#profile_friends #favorite_models_container,#profile_about_me #tags_container,#profile_schedule,#profile_about_me div#occupation_container {
  display:none;
}

#about_me_value {
}

.xcr::-webkit-scrollbar {
  width:8px;
}

.xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#fb89ff;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #333;
}

* {
  box-sizing:border-box;
}

html {
}

* {
  box-sizing:border-box;
}

.line::after {
  content:"";
  clear:both;
  display:inline-table;
}

[class*="cl-"] {
  float:left;
  padding:15px;
  border:0 solid red;
}

.cl-1 {
  width:8.33%;
}

.cl-2 {
  width:16.66%;
}

.cl-3 {
  width:25%;
}

.cl-4 {
  width:33.33%;
}

.cl-5 {
  width:41.66%;
}

.cl-6 {
  width:50%;
}

.cl-7 {
  width:58.33%;
}

.cl-8 {
  width:66.66%;
}

.cl-9 {
  width:75%;
}

.cl-10 {
  width:83.33%;
}

.cl-11 {
  width:91.66%;
}

.cl-12 {
  width:100%;
}

.no {
  padding:0;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

.tcenter {
  text-align:center;
}

.tfleft {
  float:left;
}

.tfright {
  float:right;
}

.imgresp img,img.imgresp {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.divider {
  opacity:0;
}

body {
  width:85%;
}

#main {
  background-color:#963;
  color:#f1f1f1;
  font-size:20px;
  margin:30px auto 44px;
  font-family:monospace;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09072724/platform-dirt-w01.png);
  background-repeat:repeat;
  background-position:0 0;
  text-shadow:0 0 4px #000;
  border:3px dotted #000;
  -webkit-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 12px #000;
  box-shadow:0 0 12px #000;
}

.clmenu ul {
  width:100%;
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
  background-color:#09c;
  position:relative;
  top:0;
  left:0;
  z-index:10000;
}

.clmenu li {
  float:left;
}

.clmenu li a {
  display:block;
  color:#ccc;
  text-align:center;
  padding:23px 19px;
  text-decoration:none;
  font-size:15px;
  text-transform:uppercase;
}

.clmenu li a:hover:not(.active) {
  color:#fff;
  background-color:rgba(102,102,204,.5);
}

.clmenu .active {
  color:#f1f1f1;
}

.clmenu .active:hover {
  color:#fff;
  background-color:rgba(0,204,204,1);
}

.clmenu .flright {
  float:right;
  color:#fff;
}

.brand p {
  color:#fff;
  padding-left:12px;
  padding-right:22px;
  font-size:20px;
}

.md p {
  display:block;
}

.md img {
  display:none;
}

.mmargins {
  margin:10px auto 22px!important;
  clear:left;
  float:none;
}

.boxed {
  background-color:rgba(0,0,0,.5);
}

.tiprequest {
  border-bottom:1px solid #000;
}

.disprems {
  background-color:rgba(0,0,0,.5);
}

.disprems p {
  text-indent:19px;
  font-style:normal;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09102014/coin.gif);
  background-repeat:no-repeat;
  background-size:17px 17px;
  background-position:0 3px;
}

.btn a,.btnc a,.btn a:visited,.btnc a:visited {
  padding:3px 12px;
  text-align:center;
  background-color:#f7ce93;
  color:#930;
  border:3px solid #000;
  font-size:17px;
  text-shadow:none;
}

.btn a:hover,.btnc a:hover {
  background-color:#930;
  color:#f7ce93;
}

.socialfloat {
  display:block;
  width:40px;
  height:auto;
  position:fixed;
  top:166px;
  left:0;
  text-align:center;
  text-align:center;
  list-style:none;
  box-sizing:border-box;
  padding:8px 0 10px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09072724/platform-dirt-w01.png);
  background-repeat:repeat;
  background-position:0 0;
  z-index:999;
}

.socialfloat a,.socialfloat a:visited {
  display:block;
  width:35px;
  height:37px;
  border-bottom:1px solid #000;
}

.socialfloat a:hover {
}

.socialfloat img {
  display:block;
  width:35px;
  height:35px;
  opacity:.7;
}

.socialfloat a:hover img {
  opacity:1;
}

#msgme {
  display:block;
  width:270px;
  height:auto;
  text-align:center;
  font-size:17px;
  color:#fff;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09072724/platform-dirt-w01.png);
  background-repeat:repeat;
  background-position:0 0;
  position:fixed;
  top:166px;
  left:-300px;
  z-index:50;
  padding:5px 11px;
  text-decoration:none;
  -webkit-transition:all .4s;
  transition:all .4s;
}

#twt {
  display:block;
  width:270px;
  height:auto;
  text-align:center;
  font-size:17px;
  color:#fff;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09072724/platform-dirt-w01.png);
  background-repeat:repeat;
  background-position:0 0;
  position:fixed;
  top:208px;
  left:-300px;
  z-index:50;
  padding:5px 11px;
  text-decoration:none;
  -webkit-transition:all .4s;
  transition:all .4s;
}

#mycgc {
  display:block;
  width:270px;
  height:auto;
  text-align:center;
  font-size:17px;
  color:#fff;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/02/09072724/platform-dirt-w01.png);
  background-repeat:repeat;
  background-position:0 0;
  position:fixed;
  top:246px;
  left:-300px;
  z-index:50;
  padding:5px 11px;
  text-decoration:none;
  -webkit-transition:all .4s;
  transition:all .4s;
}

#msgme:target {
  position:fixed;
  top:170px;
  left:40px;
}

#twt:target {
  position:fixed;
  top:208px;
  left:40px;
}

#mycgc:target {
  position:fixed;
  top:246px;
  left:40px;
}

#msgme a,#twt a,#mycgc a,#msgme a:visited,#twt a:visited,#mycgc a:visited {
  display:block;
  width:250px;
  height:auto;
  color:#f1f1f1;
  text-decoration:none;
  padding:4px 0 5px;
  border-bottom:none;
}

#msgme a:hover,#twt a:hover,#mycgc a:hover {
  color:#fff;
  text-decoration:underline;
}

#customfooter {
  background-color:rgba(0,0,0,.5);
}

.developer {
  display:block;
  width:90%;
  margin:10px auto 20px 10px;
  text-align:right;
  font-size:12px;
  color:#666;
}

frame {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

iframe {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

embade {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  width:90%;
  position:relative;
  margin:0 auto;
  margin:25px auto;
  background-color:rgba(0,0,0,.8);
  border:1px solid #000;
  padding:10px 17px;
  color:#ccc;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  font-family:monospace;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(0,0,0,.5);
  border:1px solid #111;
  color:#444;
}

textarea:focus {
  -webkit-transition:height .4s ease-in-out;
  transition:height .4s ease-in-out;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(0,0,0,.8);
  color:#fff;
  margin:10px auto;
  font-family:monospace;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-color:#f1f1f1;
  margin-top:1px;
  margin-left:-5px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0);
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-color:#ccc;
  box-shadow:0 0 6px #999;
  -ms-box-shadow:0 0 6px #999;
  -o-box-shadow:0 0 6px #999;
  -webkit-box-shadow:0 0 6px #999;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom:1px dotted #666;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  background-color:rgba(0,0,0,.7);
  border:1px solid #222;
  margin:25px auto;
  padding:10px 17px;
  color:#666;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:monospace;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:transparent rgba(0,0,0,0);
  background-repeat:no-repeat;
  background-position:top right;
}

.wall_post a,.wall_post a:visited {
  color:#444;
  text-decoration:none;
}

.wall_post a:hover {
  color:#f3c;
  text-decoration:none;
}

div#comments {
  padding:10px;
  margin-top:30px;
  background:none;
}

form#new_comment.hidden {
  padding:10px;
  background:rgba(0,0,0,0);
  border:0 solid #fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-radius:8px;
  height:auto;
  margin-top:60px;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  background-color:rgba(0,0,0,.8);
  color:#666;
  border-radius:5px;
  -webkit-border-radius:5px;
  margin:10px auto 4px;
  font-family:monospace;
}

p {
  font-family:monospace;
  font-weight:300;
}

#profile_about_me {
  padding:0;
  margin:0 auto;
}

.photo_gallery_count {
  color:#777;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#848080;
  font-family:monospace;
  font-weight:300;
}

#about_me_container,#about_me_value {
  visibility:visible!important;
  font-family:monospace,sans-serif;
}

#profile_friends {
  display:block;
  width:90%;
  margin:10px auto 30px!important;
  color:#ccc;
  padding:10px 13px;
  background-color:rgba(0,0,0,.8);
  border:1px solid #000;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  border:1px solid #ccc;
  background-color:#111;
  color:#444;
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#96c;
  color:#fff;
}

.profile_section_content .heading {
  display:none;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

#profile_interests_content .label {
  display:block;
  width:96%;
  height:auto;
  margin:4px auto 7px 3px;
  padding:3px 15px;
}

.credits p {
  font-size:14px;
}

.tb #pop {
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10000!important;
  background-color:rgba(0,0,0,.8);
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
}

.tb #pop:target {
  display:block;
}

.wrapping {
  display:block;
  width:80%;
  height:auto;
  padding:0;
  margin:10% auto;
  background-color:#f1f1f1;
  font-family:sans-serif;
  text-shadow:none;
}

.dvider {
  opacity:0;
  font-size:1px;
}

.ttle {
  color:#06c;
  font-size:22px;
  font-weight:normal;
}

font-family:sans-serif;.close {
  text-align:right;
}

.close a,.close a:visited {
  display:block;
  overflow:hidden;
  width:32px;
  height:42px;
  padding:5px 7px 11px;
  margin:-8px 6px auto 2px;
  color:#fff;
  background-color:#09c;
  font-size:20px;
  -webkit-clip-path:polygon(100% 0,100% 100%,49% 89%,0 100%,0 0);
  clip-path:polygon(100% 0,100% 100%,49% 89%,0 100%,0 0);
}

.close a:hover {
  background-color:#09f;
  color:#fff;
  overflow:hidden;
}

.close span.led:before {
  content:"+";
  display:block;
  width:20px;
  height:20px;
  transform:rotate(45deg);
  text-align:center;
}

.wrapping p {
  font-family:sans-serif;
  display:block;
  text-align:left;
  font-size:19px;
  margin:0 auto;
  line-height:normal;
  color:#555;
}

#pop p,.ttle {
  color:#555;
  font-family:sans-serif;
}

.cntnt a,.cntnt a:visited {
  color:#09c!important;
}

.cntnt a:hover {
  color:#f63!important;
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform:scale(.6);
  }

  100% {
    -webkit-transform:scale(1);
  }
}

@-moz-keyframes fadeInScale {
  0% {
    -moz-transform:scale(.6);
  }

  100% {
    -moz-transform:scale(1);
  }
}

@-o-keyframes fadeInScale {
  0% {
    -o-transform:scale(.6);
  }

  100% {
    -o-transform:scale(1);
  }
}

@-ms-keyframes fadeInScale {
  0% {
    -ms-transform:scale(.6);
  }

  100% {
    -ms-transform:scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    transform:scale(.6);
  }

  100% {
    transform:scale(1);
  }
}

@media only screen and (max-width:728px) {
  body {
    font-size:13px;
    color:#666;
    font-family:monospace;
  }

  [class*="cl-"] {
    width:100%;
  }

  .clmenu ul {
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#333;
    position:relative;
  }

  .clmenu li {
    float:none;
    clear:left;
  }

  .clmenu li a {
    display:block;
    color:#fff;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    font-size:15px;
  }

  .clmenu li a:hover:not(.active) {
    background-color:#111;
  }

  .clmenu .active {
    background-color:#96c;
  }

  .clmenu .active:hover {
    background-color:#96c;
  }

  .clmenu .flright {
    float:none;
    clear:right;
  }

  .deskonly {
    display:none;
  }
}

* {
  text-decoration:none;
}

* html .line {
  height:1%;
}

@media only screen and (max-width:728px) {
  body {
    font-size:13px;
    color:#666;
    font-family:Verdana,Geneva,sans-serif;
  }

  [class*="cl-"] {
    width:100%;
  }
}

* html .line {
  height:1%;
}