@charset "UTF-8";

@media only screen and (max-width: 768px) {
  body {
    font-size:14px;
    color:rgb(102,102,102);
    font-family:sans-serif;
  }
  
  [class*="gr-"] {
    width:100%;
  }
  
  .dmenu {
    position:relative;
    top:0;
    left:0;
    z-index:9999;
    background-color:rgb(153,51,153);
  }
  
  .dmenu a,.dmenu a:visited {
    display:block;
    width:80%;
    height:auto;
    padding:6px 12px;
    text-align:center;
    font-size:16px;
    color:rgba(255,255,255,0.5);
    text-decoration:none;
    margin:0 auto;
  }
  
  .dmenu a:hover {
    color:rgb(255,255,255);
    text-decoration:none;
  }
  
  .boxed p {
    font-size:14px;
    color:rgb(119,119,119);
  }
  
  h1.headingsd {
    display:block;
    width:100%;
    height:auto;
    font-size:23px;
    padding:3px 0 7px;
    text-align:center;
    color:rgb(153,51,153);
    font-family:sans-serif;
  }
  
  ul.social li {
    display:block;
    width:90%;
    height:auto;
    list-style:none;
    float:none;
    margin:0 auto;
    clear:left;
  }
  
  .social li a,.social li a:visited {
    display:block;
    width:90%;
    height:auto;
    text-align:center;
    margin:5px;
    padding:7px 12px;
    text-decoration:none;
    border-radius:30px;
    background-color:rgb(153,102,204);
    color:rgb(255,255,255);
    line-height:14px;
    font-family:Tahoma,sans-serif;
    font-size:13px;
    font-weight:100;
    background-image:none;
    transition:all .4s ease 0;
    box-shadow:rgb(51,51,51) 0 1px 1px;
    position:relative;
  }
  
  .social li a:hover {
    background-color:rgb(153,51,153);
    color:rgb(255,255,255);
    background-image:none;
    box-shadow:rgb(153,51,153) 0 0 4px;
    top:-2px;
  }
  
  .social li {
  }
  
  .social li:hover {
    -webkit-box-reflect:below -1px -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),color-stop(0.15,transparent),to(rgba(250,250,250,0.2)));
  }
  
  ul li {
    list-style:none;
  }
  
  #credits {
    opacity:0;
    transition:all .4s ease-in-out 0;
    height:0!important;
  }
  
  .tabcgc #credits:target {
    opacity:1;
    z-index:10000;
    height:auto!important;
  }
  
  .margincredits {
    float:none;
    clear:left;
    margin:2px auto 3px;
  }
  
  #credits {
    background-color:rgb(255,255,255);
    border-radius:10px;
  }
  
  .margincredits p {
    color:rgb(119,119,119);
  }
  
  .close a,.close a:visited {
    display:block;
    width:30px;
    height:30px;
    padding:5px 8px 7px;
    line-height:normal;
    background-color:rgb(153,51,153);
    color:rgb(255,255,255);
    font-size:19px;
    text-align:center;
    border-radius:30px;
    transform:rotate(45deg);
    float:right;
    position:relative;
    top:-3px;
    right:-3px;
    box-shadow:rgb(153,153,153) 0 2px 5px;
  }
  
  .close a:hover {
    background-color:rgb(34,34,34);
    color:rgb(255,255,255);
  }
  
  .creditstitle div:nth-child(1) {
    display:block;
    width:90%;
    height:auto;
    margin:0 auto;
    padding:0;
    line-height:normal;
    float:left;
    text-align:left;
  }
  
  .creditstitle div:nth-child(2) {
    display:block;
    width:10%;
    height:auto;
    margin:0 auto;
    padding:0;
    line-height:normal;
    float:left;
    text-align:right;
  }
  
  img.sronly {
    width:110px;
    height:auto;
  }
  
  body {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-color:rgb(233,233,233)!important;
    background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/04/22124821/bglarge.png)!important;
  }
}

a:link,a:visited {
  color:rgb(0,153,204);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

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

body {
  width:97%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(85,85,85);
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  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:sans-serif;
  background-color:rgb(233,233,233);
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/04/22124821/bglarge.png);
}

.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: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(153,51,102);
  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;
}

html {
}

.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:41.66%;
}

.gr-6 {
  width:50%;
}

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

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

.dividercgc {
  display:block;
  width:100%;
  height:0;
  float:none;
  clear:left;
  opacity:0;
  overflow-x:hidden;
  overflow-y:hidden;
}

#main {
}

.dmenu {
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  background-color:rgb(153,51,153);
  text-align:center;
  box-shadow:rgb(153,153,153) 0 1px 3px;
}

.dmenu a,.dmenu a:visited {
  display:inline-block;
  padding-top:11px;
  padding-right:12px;
  padding-bottom:11px;
  padding-left:12px;
  text-align:center;
  font-size:14px;
  color:rgba(255,255,255,0.5);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  line-height:33px;
}

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

.dheader {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:44px;
  margin-left:auto;
  text-align:center;
  -webkit-box-reflect:below -90px -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),color-stop(0.7,transparent),to(rgba(250,250,250,0.3)));
}

.marginit {
  float:none;
  clear:left;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:33px;
  margin-left:auto;
}

.boxed p {
  font-size:17px;
  color:rgb(119,119,119);
}

h1.headingsd {
  display:block;
  width:100%;
  height:auto;
  font-size:33px;
  padding-top:6px;
  padding-right:0;
  padding-bottom:19px;
  padding-left:0;
  text-align:center;
  color:rgb(153,51,153);
  font-family:sans-serif;
}

ul.social li {
  display:block;
  list-style-type:none;
  list-style-position:initial;
  list-style-image:initial;
  float:left;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.social li a,.social li a:visited {
  text-align:center;
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-left:5px;
  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-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
  background-color:rgb(153,102,204);
  color:rgb(255,255,255);
  line-height:44px;
  font-family:Tahoma,sans-serif;
  font-size:13px;
  font-weight:100;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/04/22124844/shvrbg.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:333px 150px;
  background-position-x:0;
  background-position-y:0;
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  box-shadow:rgb(51,51,51) 0 1px 1px;
  position:relative;
}

.social li a:hover {
  background-color:rgb(153,51,153);
  color:rgb(255,255,255);
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/04/22124844/shvrbg.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:333px 150px;
  background-position-x:0;
  background-position-y:-75px;
  box-shadow:rgb(153,51,153) 0 0 4px;
  top:-2px;
}

.social li {
}

.social li:hover {
  -webkit-box-reflect:below -1px -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),color-stop(0.15,transparent),to(rgba(250,250,250,0.2)));
}

.trequest {
  text-align:left;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.tiprquest p {
  display:block;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  line-height:normal;
  margin-top:11px;
  margin-right:auto;
  margin-bottom:-8px;
  margin-left:auto;
  float:none;
  clear:left;
}

.tiprquest {
  display:block;
  width:70%;
  height:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  float:left;
  box-sizing:border-box;
}

.tipbutton {
  display:block;
  width:30%;
  height:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  float:left;
  box-sizing:border-box;
}

.tbtn {
  text-align:center;
}

.tbtn a,.tbtn a:visited {
  display:block;
  width:80%;
  height:auto;
  padding-top:10px;
  padding-right:0;
  padding-bottom:10px;
  padding-left:0;
  text-align:center;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  float:none;
  clear:left;
  font-size:14px;
  color:rgb(153,51,153);
  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(153,51,153);
  border-right-color:rgb(153,51,153);
  border-bottom-color:rgb(153,51,153);
  border-left-color:rgb(153,51,153);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.tbtn a:hover {
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:linear-gradient(rgb(229,112,231) 0%,rgb(200,94,199) 47%,rgb(168,73,163) 51%,rgb(168,73,163) 51%,rgb(168,73,163) 99%);
  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;
}

.items {
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.thmb {
  background-color:rgb(153,51,153);
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
}

.items:hover {
  background-color:rgb(241,241,241);
  box-shadow:rgb(153,153,153) 0 10px 20px -12px;
}

.items img {
  opacity:.7;
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

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

.ittitle {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  text-align:left;
  font-size:16px;
}

.itbutton a,.itbutton a:visited {
  display:block;
  width:80%;
  height:auto;
  float:none;
  clear:left;
  margin-top:5px;
  margin-right:auto;
  margin-bottom:8px;
  margin-left:auto;
  text-align:center;
  font-size:15px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-color:rgb(153,102,204);
  color:rgb(255,255,255);
  padding-top:8px;
  padding-right:10px;
  padding-bottom:8px;
  padding-left:10px;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
}

.itbutton a:hover {
  background-color:rgb(153,51,153);
  color:rgb(255,255,255);
  box-shadow:rgb(153,153,153) 0 9px 8px -7px;
}

span.camgirlcloud {
  display:block;
  width:80%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:2px;
  margin-left:11px;
  padding-top:12px;
  padding-right:0;
  padding-bottom:1px;
  padding-left:0;
}

.listed {
  transition-duration:.4s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  box-shadow:rgb(153,153,153) 0 4px 5px -7px;
}

.listed img {
  filter:grayscale(100%);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.listed:hover img {
  filter:grayscale(0%);
  background-color:rgba(255,255,255,0.5);
}

.listed p {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  float:none;
  clear:left;
  line-height:normal;
  font-size:14px;
  padding-top:3px;
  padding-right:5px;
  padding-bottom:3px;
  padding-left:5px;
  text-align:left;
}

.listed p:hover {
  color:rgb(68,68,68);
}

.listed:hover {
  box-shadow:rgb(153,153,153) 0 11px 13px -5px;
}

.grfooter {
  background-color:rgb(153,51,153);
  margin-top:60px;
  margin-right:auto;
  margin-bottom:22px;
  margin-left:auto;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
}

.grfooter h2,.grfooter p,.credits p {
  line-height:normal;
}

.grfooter h2 {
  color:rgba(255,255,255,0.7);
  font-size:26px;
  font-weight:normal;
}

.grfooter p {
  color:rgba(255,255,255,0.5);
  font-size:15px;
}

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

.grfooter ul li {
  list-style-type:none;
  list-style-position:initial;
  list-style-image:initial;
}

.grfooter li a,.grfooter li a:visited,.credits a,.credits a:visited {
  color:rgba(255,255,255,0.4);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:rgb(153,51,102) 0 1px 0;
  font-size:14px;
}

.grfooter li a:hover,.credits a:hover {
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  color:rgb(255,255,255);
}

.credits {
  text-align:center;
}

.tabcgc #credits {
  opacity:0;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:all;
  height:0;
}

.tabcgc #credits:target {
  opacity:1;
  z-index:10000;
  height:100px;
}

.smallers {
  font-size:12px;
}

.margincredits {
  float:none;
  clear:left;
  margin-top:2px;
  margin-right:auto;
  margin-bottom:3px;
  margin-left:auto;
}

#credits {
  background-color:rgb(255,255,255);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.margincredits p {
  color:rgb(119,119,119);
}

.close a,.close a:visited {
  display:block;
  width:30px;
  height:30px;
  padding-top:5px;
  padding-right:8px;
  padding-bottom:7px;
  padding-left:8px;
  line-height:normal;
  background-color:rgb(153,51,153);
  color:rgb(255,255,255);
  font-size:19px;
  text-align:center;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
  transform:rotate(45deg);
  float:right;
  position:relative;
  top:-3px;
  right:-3px;
  box-shadow:rgb(153,153,153) 0 2px 5px;
}

.close a:hover {
  background-color:rgb(34,34,34);
  color:rgb(255,255,255);
}

.creditstitle div:nth-child(1) {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  line-height:normal;
  float:left;
  text-align:left;
}

.creditstitle div:nth-child(2) {
  display:block;
  width:10%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  line-height:normal;
  float:left;
  text-align:right;
}

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: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(255,255,255,0.8);
  color:rgb(85,85,85);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family: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(153,51,153);
}

.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: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(153,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:sans-serif;
  padding-top:5px;
  padding-right:7px;
  padding-bottom:12px;
  padding-left:7px;
}

p {
  font-family: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:sans-serif;
  font-weight:300;
}

#about_me_container,#about_me_value {
  font-family: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-color:rgb(153,102,204);
  color:rgb(68,68,68);
}

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

* html .line {
  height:1%;
}