@charset "UTF-8";

@-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: 768px) {
  body {
    font-size:14px;
    color:rgb(102,102,102);
    font-family:Verdana,Geneva,sans-serif;
  }

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

  h1,h2,h3,h4,h5,h6,.aboutme h1,.rules-heading h1,.ttle,.tipmenu-heading h1,.dinfo h3,.tipmenu-wrapper h3 {
    font-size:20px;
    font-weight:lighter;
  }

  .main-wrapper {
    padding:0;
    margin:0 auto;
  }

  .dan-menu {
    margin:0 auto;
    text-align:center;
  }

  .dan-menu a,.dan-menu a:visited {
    display:block;
    padding:7px 0;
    text-align:center;
    text-decoration:none;
    color:rgb(241,241,241);
    font-size:13px;
    margin:0 auto;
  }

  .dan-menu a:hover {
    color:rgb(255,255,255);
    text-decoration:none;
  }

  .rules-heading h1::before,.rules-heading h1::after {
    content:"";
    display:none;
  }

  .rules-wrapper,.store-wrapper {
    background-color:rgb(153,51,153);
    padding:5% 0 6%;
    clip-path:polygon(0px 0px,100% 0%,100% 100%,0% 100%);
  }

  .store-wrapper,.credits-wrapper,.credits-wrapper p,.credits p,.aboutme p,.rules-lines p,p,p.sm-only {
    font-size:14px;
  }

  .deskonly {
    display:none;
  }

  .margins-wrapper {
    display:block;
    width:80%;
    margin:0 auto;
    padding:2% 3% 3%;
  }

  .tip-wrapper {
    margin:2px auto;
    border-bottom:1px solid rgb(241,241,241);
  }

  .tiprequest {
    display:block;
    width:70%;
    padding:3px 7px;
    text-align:left;
    float:left;
    margin:0 auto;
  }

  .tiplore {
    display:block;
    width:28%;
    padding:3px 0;
    text-align:center;
    float:left;
    margin:0 auto;
  }

  .tipbtn a,.tipbtn a:visited {
    display:block;
    width:94%;
    padding:5px 0;
    text-align:center;
    font-size:13px;
    color:rgba(255,255,255,0.8);
    background-color:rgb(153,0,204);
    text-decoration:none;
  }

  .tipbtn a:hover {
    display:block;
    width:94%;
    background-color:rgb(153,51,153);
    color:rgb(255,255,255);
  }

  .dinfo h3 {
    display:block;
    width:90%;
    height:auto;
    margin:0 auto 6px;
    font-weight:lighter;
  }

  .tipbtninfo a,.tipbtninfo a:visited {
    display:block;
    width:80%;
    padding:8px 18px;
    text-align:center;
    font-size:15px;
    color:rgba(255,255,255,0.8);
    background-color:rgb(153,0,204);
    text-decoration:none;
    margin:5px auto 12px;
  }

  .tipbtninfo a:hover {
    background-color:rgb(153,51,153);
    color:rgb(255,255,255);
    box-shadow:rgb(153,153,153) 0 0 3px;
  }

  .active-msg::before {
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 -32px auto 14px;
    background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/09124353/spicn.png);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:0 0;
    float:left;
  }

  .show-tip::before {
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 -32px auto 14px;
    background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/09124353/monicn.png);
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:0 0;
    float:left;
  }
}

html {
}

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

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

body {
  width:89%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(85,85,85);
  background-color:rgb(255,255,255);
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://2.bp.blogspot.com/-I4s3UWRaYzY/WbC5SfYf23I/AAAAAAAAGcw/KVWXz-p-EcEWNdwxOZY9A_5x1AtzErt2QCLcBGAs/s1600/main_bg2.jpg);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:cover;
  background-position-x:center;
  background-position-y:center;
  background-attachment:fixed;
  font-family:"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:"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;
}

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

[class*="gr-"] {
  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;
}

.gr-1 {
  width:8.33%;
}

.gr-2 {
  width:16.66%;
}

.gr-3 {
  width:25%;
}

.gr-4 {
  width:33.33%;
}

.gr-5 {
  width:20%;
}

.gr-6 {
  width:30%;
}

.gr-7 {
  width:58.33%;
}

.gr-8 {
  width:66.66%;
}

.gr-9 {
  width:75%;
}

.gr-10 {
  width:83.33%;
}

.gr-11 {
  width:91.66%;
}

.gr-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;
}

.tjustify {
  text-align:justify;
}

.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;
}

.divider {
  opacity:0;
}

.main-wrapper {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:5%;
  margin-left:auto;
  background-color:rgba(255,255,255,0.9);
  box-shadow:rgb(153,153,153) 0 0 20px,rgb(153,153,153) 0 10px 33px;
}

.leader {
  color:rgb(241,241,241);
  overflow-x:hidden;
  overflow-y:hidden;
  height:130px;
}

.leader p {
  display:block;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  font-size:15px;
}

.dan-menu {
  text-align:center;
  background-color:rgb(153,51,204);
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.dan-menu a,.dan-menu a:visited {
  display:inline-block;
  padding-top:11px;
  padding-right:14px;
  padding-bottom:11px;
  padding-left:14px;
  text-align:center;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  color:rgba(255,255,255,0.7);
  font-size:15px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
}

.dan-menu a:hover {
  background-color:rgba(0,0,0,0.3);
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.dan-menu a::after,.dan-menu a:visited::after {
  content:"";
  display:block;
  width:1%;
  height:1px;
  margin-top:7px;
  margin-right:auto;
  margin-bottom:-8px;
  margin-left:1px;
  background-color:rgba(255,255,255,0);
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
}

.dan-menu a:hover::after {
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:rgb(255,255,255);
}

.dan-header {
  height:65vh;
}

.dan-inner-header {
  display:block;
  width:70%;
  min-height:40vh;
  padding-top:4px;
  padding-right:20px;
  padding-bottom:12px;
  padding-left:20px;
  margin-top:5%;
  margin-right:auto;
  margin-bottom:5%;
  margin-left:auto;
  background-color:rgba(0,0,0,0.7);
  position:relative;
}

.dan-inner-header h1 {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:2px;
  padding-right:0;
  padding-bottom:12px;
  padding-left:0;
  color:rgb(255,255,255);
  font-size:4vw;
  font-weight:100;
  line-height:normal;
  text-align:center;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(255,255,255,0.5);
}

.aboutme {
  margin-top:40px;
  margin-right:auto;
  margin-bottom:42px;
  margin-left:auto;
  clear:left;
  float:none;
  position:relative;
}

.aboutme h1 {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:2px;
  padding-right:0;
  padding-bottom:12px;
  padding-left:0;
  color:rgb(153,51,153);
  font-size:33px;
  font-weight:100;
  line-height:normal;
  text-align:center;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(153,51,153);
}

.aboutme p {
  color:rgb(102,102,102);
  text-align:center;
  font-size:20px;
}

.rules-wrapper,.store-wrapper {
  background-color:rgb(153,51,153);
  padding-top:5%;
  padding-right:0;
  padding-bottom:6%;
  padding-left:0;
  clip-path:polygon(0px 3%,100% 0%,100% 96%,0% 100%);
}

.rules-heading h1 {
  display:block;
  width:80%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:2px;
  padding-right:0;
  padding-bottom:12px;
  padding-left:0;
  color:rgb(241,241,241);
  font-size:33px;
  font-weight:100;
  line-height:normal;
  text-align:center;
}

.rules-heading h1::before {
  content:"";
  display:inline-block;
  width:30%;
  height:1px;
  background-color:rgba(255,255,255,0.5);
  vertical-align:middle;
  margin-right:10px;
}

.rules-heading h1::after {
  content:"";
  display:inline-block;
  width:30%;
  height:1px;
  background-color:rgba(255,255,255,0.5);
  vertical-align:middle;
  margin-left:10px;
}

.rules-lines p {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:3px;
  padding-right:11px;
  padding-bottom:3px;
  padding-left:11px;
  line-height:normal;
  color:rgb(242,242,242);
}

.rules-image img {
  opacity:1;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
}

.rules-image img:hover {
  opacity:1;
  box-shadow:rgb(0,0,0) 0 0 12px;
}

.tipmenu-heading h1 {
  display:block;
  width:80%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:2px;
  padding-right:0;
  padding-bottom:12px;
  padding-left:0;
  color:rgb(153,51,153);
  font-size:33px;
  font-weight:100;
  line-height:normal;
  text-align:center;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(153,51,153);
}

.tipmenu-wrapper {
  padding-top:7%;
  padding-right:0;
  padding-bottom:8%;
  padding-left:0;
}

.margins-wrapper {
  display:block;
  width:80%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:3%;
  padding-right:5%;
  padding-bottom:4%;
  padding-left:5%;
}

.tip-wrapper {
  margin-top:2px;
  margin-right:auto;
  margin-bottom:2px;
  margin-left:auto;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
  line-height:normal;
}

.tiprequest {
  display:block;
  width:70%;
  padding-top:4px;
  padding-right:12px;
  padding-bottom:4px;
  padding-left:12px;
  text-align:left;
  float:left;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.tiplore {
  display:block;
  width:27%;
  padding-top:4px;
  padding-right:0;
  padding-bottom:4px;
  padding-left:0;
  text-align:center;
  float:left;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.tipbtn a,.tipbtn a:visited {
  padding-top:7px;
  padding-right:18px;
  padding-bottom:7px;
  padding-left:18px;
  text-align:center;
  font-size:14px;
  color:rgba(255,255,255,0.8);
  background-color:rgb(153,0,204);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.tipbtn a:hover {
  background-color:rgb(153,51,153);
  color:rgb(255,255,255);
}

.dinfo h3 {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:6px;
  margin-left:auto;
  font-weight:lighter;
}

.tipbtninfo a,.tipbtninfo a:visited {
  padding-top:8px;
  padding-right:38px;
  padding-bottom:8px;
  padding-left:38px;
  text-align:center;
  font-size:16px;
  color:rgba(255,255,255,0.8);
  background-color:rgb(153,0,204);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.tipbtninfo a:hover {
  background-color:rgb(153,51,153);
  color:rgb(255,255,255);
  box-shadow:rgb(153,153,153) 0 0 12px;
}

.dinfo-store h3 {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:6px;
  margin-left:auto;
  font-weight:lighter;
  color:rgba(255,255,255,0.8);
}

.tipstore {
  display:block;
  width:90%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  text-align:center;
}

.tipstore a,.tipstore a:visited {
  padding-top:11px;
  padding-right:28px;
  padding-bottom:11px;
  padding-left:28px;
  text-align:center;
  line-height:35px;
  font-size:15px;
  color:rgba(255,255,255,0.8);
  background-color:rgba(0,0,0,0.5);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  margin-top:5px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  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(153,51,153,0);
  border-right-color:rgba(153,51,153,0);
  border-bottom-color:rgba(153,51,153,0);
  border-left-color:rgba(153,51,153,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
}

.tipstore a:hover {
  color:rgb(255,255,255);
  box-shadow:rgb(0,0,0) 0 7px 32px;
  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,51,153);
  border-right-color:rgb(204,51,153);
  border-bottom-color:rgb(204,51,153);
  border-left-color:rgb(204,51,153);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.item-info {
  display:block;
  width:90%;
  margin-top:8px;
  margin-right:auto;
  margin-bottom:8px;
  margin-left:auto;
  text-align:left;
  color:rgb(255,255,255);
  font-size:15px;
}

.item {
  background-color:rgba(0,0,0,0.7);
  padding-bottom:10px;
}

.item:hover {
  box-shadow:rgb(0,0,0) 0 0 12px;
}

.item-thumbnail {
  background-color:rgb(153,0,153);
  overflow-x:hidden;
  overflow-y:hidden;
}

.item-thumbnail img {
  opacity:.5;
  transition-duration:1.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.item:hover img {
  opacity:1;
  transform:scale(1.1,1.1);
}

.crown {
  overflow-x:hidden;
  overflow-y:hidden;
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
}

.crown img {
  opacity:.5;
  transition-duration:1.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.tippers-wrapper:hover img {
  opacity:1;
  transform:scale(1.1,1.1) rotateY(180deg);
}

.tpremiums {
  background-color:rgb(241,241,241);
  padding-top:10px;
  padding-right:0;
  padding-bottom:12px;
  padding-left:0;
}

.tpremiums p {
  display:block;
  width:77%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:3px;
  padding-right:18px;
  padding-bottom:3px;
  padding-left:18px;
  font-size:15px;
}

.tpremiums p::before {
  content:"â˜†";
  margin-right:12px;
  color:rgb(102,102,102);
}

.tpremiums p:hover::before {
  content:"â˜…";
  margin-right:12px;
  color:rgb(153,0,153);
}

.goup a,.goup a:visited {
  display:block;
  width:30px;
  height:30px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  background-color:rgb(153,0,153);
  clip-path:polygon(50% 32%,100% 61%,100% 86%,50% 56%,0px 86%,0px 62%);
  opacity:.5;
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.goup a:hover {
  opacity:1;
  transform:scale(1.1,1.1);
}

.footer-themed {
  background-color:rgb(153,0,153);
  padding-top:5%;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}

.footer-themed h2,.footer-themed p {
  color:rgba(255,255,255,0.7);
}

.footer-themed a,.footer-themed a:visited {
  color:rgba(255,255,255,0.5);
  text-decoration-line:underline;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.footer-themed a:hover {
  color:rgb(255,255,255);
}

#model-header {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/17093028/3b540d2df5d2043ca7ed857ce37f0197.jpeg);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size:cover;
  background-attachment:fixed;
}

#roomrules {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/14150215/b6a9f6ab01904dd0ac45060ff649b7e4.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size:cover;
  background-attachment:fixed;
}

#store {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/14150126/2a3087871d1b227528858959c54e9fc3.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size:cover;
  background-attachment:fixed;
}

#customfooter {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/27085309/footer_bg.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size:cover;
  background-attachment:fixed;
}

.active-msg::before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  margin-top:0;
  margin-right:12px;
  margin-bottom:auto;
  margin-left:-5px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/09124353/spicn.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:20px 20px;
  background-position-x:0;
  background-position-y:0;
  float:left;
}

.show-tip::before {
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  margin-top:0;
  margin-right:12px;
  margin-bottom:auto;
  margin-left:-5px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/12/09124353/monicn.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:20px 20px;
  background-position-x:0;
  background-position-y:0;
  float:left;
}

.ripple {
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  transform:translate3d(0px,0px,0px);
}

.ripple::after {
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  background-image:radial-gradient(circle,rgb(0,0,0) 10%,transparent 10.01%);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:50%;
  background-position-y:center;
  transform:scale(10,10);
  opacity:0;
  transition-duration:0.5s,1s;
  transition-timing-function:ease,ease;
  transition-delay:0s,0;
  transition-property:transform,opacity;
}

.ripple:active::after {
  transform:scale(0,0);
  opacity:.2;
  transition-duration:0;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

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(255,255,255,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(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;
  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:"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(255,255,255,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(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;
  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:"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(255,255,255,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(241,241,241);
  border-right-color:rgb(241,241,241);
  border-bottom-color:rgb(241,241,241);
  border-left-color:rgb(241,241,241);
  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:"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:right;
  background-position-y:top;
}

.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(255,255,255,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:"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
}

p {
  font-family:"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:"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(255,255,255,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(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;
  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-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(153,102,204);
  color:rgb(255,255,255);
}

.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);
  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);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.close a:hover {
  background-color:rgb(0,153,255);
  color:rgb(255,255,255);
  overflow-x:hidden;
  overflow-y:hidden;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

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

.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);
}

* html .line {
  height:1%;
}