@charset "UTF-8";

@font-face {
  font-family:Charmonman;
  font-style:normal;
  font-weight:400;
  src:local("Charmonman Regular"),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaIKivYdh.woff2) format("woff2");
  unicode-range:U+E01-E5B,U+200C-200D,U+25CC;
}

@font-face {
  font-family:Charmonman;
  font-style:normal;
  font-weight:400;
  src:local("Charmonman Regular"),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJmivYdh.woff2) format("woff2");
  unicode-range:U+102-103,U+110-111,U+1EA0-1EF9,U+20AB;
}

@font-face {
  font-family:Charmonman;
  font-style:normal;
  font-weight:400;
  src:local("Charmonman Regular"),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJiivYdh.woff2) format("woff2");
  unicode-range:U+100-24F,U+259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:Charmonman;
  font-style:normal;
  font-weight:400;
  src:local("Charmonman Regular"),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJaivQ.woff2) format("woff2");
  unicode-range:U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family:Questrial;
  font-style:normal;
  font-weight:400;
  src:local(Questrial),local(Questrial-Regular),url(https://fonts.gstatic.com/s/questrial/v7/QdVUSTchPBm7nuUeVf70viFl.woff2) format("woff2");
  unicode-range:U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@-webkit-keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }
  
  100% {
    transform:scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }
  
  100% {
    transform:scale(1);
  }
}

@media only screen and (max-width: 728px) {
  body {
    font-size:13px;
    color:rgb(102,102,102);
    font-family:Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  }
  
  [class*="cl-"] {
    width:100%;
  }
  
  .clmenu ul {
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:rgb(51,51,51);
    position:relative;
  }
  
  .clmenu li {
    float:none;
    clear:left;
  }
  
  .clmenu li a {
    display:block;
    color:rgb(255,255,255);
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    font-size:15px;
  }
  
  .clmenu li a:hover:not(.active) {
    background-color:rgb(17,17,17);
  }
  
  .clmenu .active {
    background-color:rgb(153,102,204);
  }
  
  .clmenu .active:hover {
    background-color:rgb(153,102,204);
  }
  
  .clmenu .flright {
    float:none;
    clear:right;
  }
  
  .ttle {
    color:rgb(0,102,204);
    font-size:18px;
    font-weight:normal;
  }
  
  #main {
    display:block;
    width:100%;
    height:auto;
    margin:10px auto 22px;
    padding:0;
  }
  
  .deskonly {
    display:none;
  }
}

a:link,a:visited {
  color:rgb(0,153,204);
}

a:hover {
  color:rgb(255,51,153);
}

body {
  width:98%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(204,204,204);
  background-color:rgb(0,0,0);
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/clte_gman_main_bg.gif);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:cover;
  background-position-x:50%;
  background-position-y:50%;
  background-attachment:fixed;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

.profile_section_content {
  color:rgb(102,102,102);
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-left:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:rgb(119,119,119) 0 0 0;
}

.profile_section_background {
  background-color:transparent;
  opacity:1;
}

.img_radius_shadow {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  box-shadow:rgb(119,119,119) 0 0 0;
}

.profile_section_content .heading {
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  background-color:gray;
  color:rgb(255,255,255);
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  box-shadow:rgb(119,119,119) 0 0 0;
  text-shadow:rgb(119,119,119) 0 0 0;
  display:none;
}

.content {
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left: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 {
  box-shadow:rgba(0,0,0,0.3) 0 0 6px inset;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(251,137,255);
  box-shadow:rgba(0,0,0,0.5) 0 0 6px inset;
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(204,0,0,0.4);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

* {
  box-sizing:border-box;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

html {
}

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

[class*="cl-"] {
  float:left;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:red;
  border-right-color:red;
  border-bottom-color:red;
  border-left-color:red;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.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-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left: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-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

#main {
  background-color:rgb(0,0,0);
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  box-shadow:rgb(0,0,0) 0 4px 22px;
}

#main h1,#main h2,#main h3,#main h4,#main p,#main {
}

#main a,#main a:visited {
  color:rgb(255,51,102);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

#main a:hover {
  color:rgb(255,255,255);
}

.clmenu ul {
  width:100%;
  list-style-type:none;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  overflow-x:hidden;
  overflow-y:hidden;
}

.clmenu li {
  float:left;
}

.clmenu li a {
  display:block;
  text-align:center;
  padding-top:14px;
  padding-right:16px;
  padding-bottom:14px;
  padding-left:16px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  color:rgb(204,204,204);
}

.clmenu li a:hover:not(.active) {
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
}

.clmenu .active {
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
}

.clmenu .active:hover {
  color:rgb(255,255,255);
  background-color:rgb(0,0,0);
}

.clmenu .flright {
  float:right;
  color:rgb(255,255,255);
}

.pink {
  background-color:rgb(255,0,102);
  color:rgb(255,255,255);
}

.pink p,.pink h1,.boxedinside p,.boxedinside h1 {
  color:rgb(255,255,255);
}

.boxeddark {
  background-color:rgb(34,34,34);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}

h1.boxedtitle {
  display:block;
  text-align:center;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  line-height:normal;
  color:rgb(241,241,241);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(68,68,68);
  font-weight:normal;
}

.boxedinside {
  height:300px;
  overflow-x:auto;
  overflow-y:auto;
}

.deskonly {
  display:block;
  width:80%;
  height:auto;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-color:rgba(0,0,0,0.7);
  margin-top:-340px;
  margin-right:auto;
  margin-bottom:auto;
  margin-left:-10px;
  text-align:right;
  position:relative;
  z-index:10000;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgba(255,51,153,0.1);
  border-right-color:rgba(255,51,153,0.1);
  border-bottom-color:rgba(255,51,153,0.1);
  border-left-color:rgba(255,51,153,0.1);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  float:right;
}

.deskonly h1 {
  font-size:44px;
  color:rgb(255,0,102);
  font-weight:normal;
}

.deskonly p {
  font-size:20px;
  color:rgb(204,204,204);
}

.modellogo img {
  opacity:.7;
}

.hder:hover img,.modellogo:hover img {
  opacity:1;
}

#aboutme h1 {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,102,153);
}

.bottomline p {
  display:block;
  width:100%;
  height:auto;
  line-height:normal;
  padding-top:0;
  padding-right:0;
  padding-bottom:5px;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  font-size:15px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(51,51,51);
  color:rgb(102,102,102);
}

.cntact img,.goodies img {
  opacity:.7;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.cntact img:hover,.goodies img:hover {
  opacity:1;
  background-color:rgb(255,51,153);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  box-shadow:rgb(255,102,204) 0 0 20px;
}

#rules {
}

.roomrules {
  display:block;
  width:90%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.tmenu img {
  opacity:.5;
  filter:grayscale(100%);
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.tmenu:hover img {
  opacity:1;
  filter:grayscale(0);
  transform:scale(1.1);
}

.buy a,.buy a:visited {
  padding-top:7px;
  padding-right:22px;
  padding-bottom:7px;
  padding-left:22px;
  text-align:center;
  background-color:rgb(255,51,102);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,51,102);
  border-right-color:rgb(255,51,102);
  border-bottom-color:rgb(255,51,102);
  border-left-color:rgb(255,51,102);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  border-bottom-left-radius:40px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(255,255,255);
}

.buy a:hover {
  padding-top:7px;
  padding-right:22px;
  padding-bottom:7px;
  padding-left:22px;
  text-align:center;
  background-color:rgb(17,17,17);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,51,102);
  border-right-color:rgb(255,51,102);
  border-bottom-color:rgb(255,51,102);
  border-left-color:rgb(255,51,102);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:40px;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  border-bottom-left-radius:40px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.pcont {
  height:340px;
  overflow-x:auto;
  overflow-y:auto;
}

.pcont p {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  line-height:normal;
  text-align:center;
}

.prems {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/10/27145346/cgc_divider.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:100%;
  background-position-x:50%;
  background-position-y:100%;
}

.prems img {
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-right-radius:100%;
  border-bottom-left-radius:100%;
  opacity:.5;
  filter:grayscale(100%);
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.prems:hover img {
  opacity:1;
  filter:grayscale(0);
  transform:scale(1.1);
}

.ama,.twt {
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat-x:repeat;
  background-repeat-y:repeat;
  background-position-x:0;
  background-position-y:0;
}

.ama img,.twt img,.vid img {
  opacity:.7;
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:rgb(17,17,17);
}

.ama img:hover {
  opacity:1;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-image:linear-gradient(140deg,rgb(255,207,86),rgb(239,157,74),rgb(232,118,53));
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

.vid img:hover {
  opacity:1;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:rgb(0,0,0);
}

.twt img:hover {
  opacity:1;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-image:linear-gradient(140deg,rgb(70,158,206),rgb(46,152,209),rgb(26,123,175));
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

h1 {
  font-family:Charmonman,cursive;
}

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;
  background-color:rgba(0,0,0,0.8);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:rgb(204,204,204);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:width;
  padding-top:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-left:12px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0.5);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(17,17,17);
  border-right-color:rgb(17,17,17);
  border-bottom-color:rgb(17,17,17);
  border-left-color:rgb(17,17,17);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(68,68,68);
}

textarea:focus {
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:height;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0.8);
  color:rgb(255,255,255);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-color:rgb(241,241,241);
  margin-top:1px;
  margin-left:-5px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgba(255,255,255,0);
  border-right-color:rgba(255,255,255,0);
  border-bottom-color:rgba(255,255,255,0);
  border-left-color:rgba(255,255,255,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-color:rgb(204,204,204);
  box-shadow:rgb(153,153,153) 0 0 6px;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:rgb(102,102,102);
}

div.wall_post {
  display:block;
  font-size:18px;
  background-color:rgba(0,0,0,0.7);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(34,34,34);
  border-right-color:rgb(34,34,34);
  border-bottom-color:rgb(34,34,34);
  border-left-color:rgb(34,34,34);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:rgb(102,102,102);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  transition-duration:.9s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:100%;
  background-position-y:0;
}

.wall_post a,.wall_post a:visited {
  color:rgb(68,68,68);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.wall_post a:hover {
  color:rgb(255,51,204);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

div#comments {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  margin-top:30px;
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

form#new_comment.hidden {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0);
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-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,0.8);
  color:rgb(102,102,102);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:4px;
  margin-left:auto;
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

p {
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  font-weight:300;
}

#profile_about_me {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.photo_gallery_count {
  color:rgb(119,119,119);
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:rgb(132,128,128);
  font-family:Questrial,"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  font-weight:300;
}

#about_me_container,#about_me_value {
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  visibility:visible;
}

#profile_friends {
  display:block;
  width:90%;
  color:rgb(204,204,204);
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  background-color:rgba(0,0,0,0.8);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  font-size:15px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(17,17,17);
  color:rgb(68,68,68);
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(153,102,204);
  color:rgb(255,255,255);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat-x:repeat;
  background-repeat-y:repeat;
  background-position-x:0;
  background-position-y:0;
}

.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-top:4px;
  margin-right:auto;
  margin-bottom:7px;
  margin-left:3px;
  padding-top:3px;
  padding-right:15px;
  padding-bottom:3px;
  padding-left:15px;
}

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

.tb #pop {
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.8);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat-x:repeat;
  background-repeat-y:repeat;
  background-position-x:0;
  background-position-y:0;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode:none;
  animation-play-state:running;
  animation-name:fadeInScale;
  z-index:10000;
}

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

.wrapping {
  display:block;
  width:80%;
  height:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:10%;
  margin-right:auto;
  margin-bottom:10%;
  margin-left:auto;
  background-color:rgb(241,241,241);
}

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

.ttle {
  color:rgb(0,102,204);
  font-size:22px;
  font-weight:normal;
}

.close {
  text-align:right;
}

.close a,.close a:visited {
  display:block;
  overflow-x:hidden;
  overflow-y:hidden;
  width:32px;
  height:42px;
  padding-top:5px;
  padding-right:7px;
  padding-bottom:11px;
  padding-left:7px;
  margin-top:-8px;
  margin-right:6px;
  margin-bottom:auto;
  margin-left:2px;
  color:rgb(255,255,255);
  background-color:rgb(0,153,204);
  font-size:20px;
  clip-path:polygon(100% 0px,100% 100%,49% 89%,0px 100%,0px 0px);
}

.close a:hover {
  background-color:rgb(0,153,255);
  color:rgb(255,255,255);
  overflow-x:hidden;
  overflow-y:hidden;
}

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

.wrapping p {
  display:block;
  text-align:left;
  font-size:19px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  line-height:normal;
  color:rgb(85,85,85);
}

#pop p,.ttle {
  color:rgb(85,85,85);
}

.cntnt a,.cntnt a:visited {
  color:rgb(0,153,204);
}

.cntnt a:hover {
  color:rgb(255,102,51);
}

.fsocial a:nth-child(1) {
  background-color:rgb(0,153,204);
  padding-top:3px;
  padding-right:11px;
  padding-bottom:3px;
  padding-left:11px;
  text-align:center;
  color:rgb(255,255,255);
}

.fsocial a:nth-child(2) {
  background-color:rgb(204,0,0);
  padding-top:3px;
  padding-right:11px;
  padding-bottom:3px;
  padding-left:11px;
  text-align:center;
  color:rgb(255,255,255);
}

.fsocial a:nth-child(3) {
  background-color:rgb(255,51,102);
  padding-top:3px;
  padding-right:11px;
  padding-bottom:3px;
  padding-left:11px;
  text-align:center;
  color:rgb(255,255,255);
}

.fsocial a:nth-child(1):hover {
  background-color:rgb(51,153,204);
}

.fsocial a:nth-child(2):hover {
  background-color:rgb(153,0,0);
}

.fsocial a:nth-child(3):hover {
  background-color:rgb(34,34,34);
  padding-top:3px;
  padding-right:11px;
  padding-bottom:3px;
  padding-left:11px;
  text-align:center;
  color:rgb(255,255,255);
}

.fsocial a:nth-child(1),.fsocial a:nth-child(2),.fsocial a:nth-child(3) {
  display:inline-block;
  margin-left:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}

* html .line {
  height:1%;
}