@charset "UTF-8";

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

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

@-webkit-keyframes circle {
  0% {
    transform:rotate(0deg);
  }
  
  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes circle {
  0% {
    transform:rotate(0deg);
  }
  
  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes dots {
  0% {
    transform:rotate(0deg);
  }
  
  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes dots {
  0% {
    transform:rotate(0deg);
  }
  
  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes flair {
  0% {
    transform:rotate(360deg);
  }
  
  100% {
    transform:rotate(0deg);
  }
}

@-webkit-keyframes flair {
  0% {
    transform:rotate(360deg);
  }
  
  100% {
    transform:rotate(0deg);
  }
}

@media only screen and (max-width: 728px) {
  body {
    margin-top:10px;
    font-size:13px;
    color:rgb(102,102,102);
    font-family:Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  }
  
  [class*="cl-"] {
    width:100%;
  }
  
  .clmenu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:rgb(51,51,51);
  }
  
  .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;
  }
  
  .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;
  }
  
  .social {
    text-align:center;
  }
  
  .sronly {
    display:block;
    font-size:14px;
  }
  
  .mdonly {
    display:none;
  }
  
  .srtcenter,.srtleft,.srtright {
    text-align:center;
  }
  
  h1.headerz,h1.schedh {
    display:block;
    text-align:center;
    font-size:16px;
  }
  
  .wrp h1 {
    font-size:15px;
  }
  
  .box {
    display:block;
    width:90%;
    height:auto;
    margin:0 auto 12px;
    padding:10px;
  }
  
  .box p,.rules p {
    font-size:15px;
    font-weight:normal;
  }
  
  .rules,.tiprequest {
    display:block;
    width:90%;
    height:auto;
    margin:0 auto 12px;
    padding:10px;
  }
  
  .tiprequest {
    height:auto;
    overflow:auto;
  }
  
  .tipwr {
    background-color:rgb(241,241,241);
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:rgb(255,255,255);
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:rgb(255,255,255);
  }
  
  .tipwr:hover {
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:rgb(204,204,204);
    border-top-width:2px;
    border-top-style:solid;
    border-top-color:rgb(204,204,204);
  }
  
  .btnbuy a,.btnbuy a:visited {
    display:block;
    text-align:center;
    width:80%;
    height:auto;
    padding:9px 12px;
    text-decoration:none;
    color:rgb(255,255,255);
    margin:6px auto 3px;
    background-color:rgb(251,137,255);
    font-size:13px;
    -webkit-box-shadow:rgb(153,153,153) 0 1px 3px;
    box-shadow:rgb(153,153,153) 0 1px 3px;
    text-shadow:rgb(153,153,153) 0 -1px 1px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    transition:all .4s;
  }
  
  .btnbuy a:hover {
    color:rgb(255,255,255);
    background-color:rgb(153,51,204);
    box-shadow:rgb(255,255,255) 0 1px 3px;
  }
  
  p.dayoff,p.day {
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(204,204,204);
    font-weight:bold;
    font-size:19px;
  }
  
  .sched {
    background-image:linear-gradient(135deg,rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
    color:rgb(255,255,255);
  }
  
  .sch {
    background-color:rgba(102,102,102,0.0980392);
    border-left-width:0;
    border-left-style:solid;
    border-left-color:rgb(204,204,204);
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:rgba(102,102,102,0);
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:rgba(102,102,102,0);
    transition:all .4s;
  }
  
  .sched .sch:hover {
    background-color:rgb(255,255,255);
    border-left-width:0;
    border-left-style:solid;
    border-left-color:rgb(204,204,204);
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:rgb(255,51,153);
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:rgb(255,51,153);
    box-shadow:rgb(0,0,0) 0 6px 6px -4px;
  }
  
  p.dayoff,p.day,p.schours {
    color:rgb(241,241,241);
  }
  
  p.schours {
    font-size:13px;
    color:rgb(241,241,241);
  }
  
  .sch:hover p.dayoff {
    color:rgb(255,51,153);
  }
  
  .sch:hover p.day {
    color:rgb(119,119,119);
  }
  
  .sch:hover p.schours {
    font-size:13px;
    color:rgb(119,119,119);
  }
  
  .gcrown {
    box-shadow:rgb(0,0,0) 0 0 7px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    z-index:10000;
    transform:scale(0.99,0.99);
    overflow:hidden;
  }
  
  .gdown {
    z-index:9;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    box-shadow:rgb(0,0,0) 0 0 4px;
    margin:10px auto;
    overflow:hidden;
  }
  
  .tiplist {
    height:auto;
    overflow:auto;
  }
  
  .tiplistcrown {
    height:auto;
    overflow:auto;
  }
  
  .generic {
    background-color:rgb(0,0,0);
  }
  
  .generic img {
    opacity:.7;
    transition:all .4s;
  }
  
  .gcrown:hover .generic img,.gdown:hover .generic img {
    opacity:1;
    transform:scale(1.1,1.1);
  }
}

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

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

body {
  width:90%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  background-color:rgb(0,0,0);
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://mfcpro.files.wordpress.com/2014/06/mainbg1.gif);
  background-position-x:50%;
  background-position-y:50%;
  -webkit-background-size:cover;
  background-size:cover;
  background-attachment:fixed;
}

.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;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  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;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  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;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  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;
}

#profile_friends #friends_container,#profile_friends #favorite_models_container {
  display:block;
}

#about_me_value {
}

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

.xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:rgba(0,0,0,0.298039) 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);
  -webkit-box-shadow:rgba(0,0,0,0.498039) 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(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;
}

* {
  box-sizing:border-box;
  text-decoration:none;
}

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 {
  margin-top:50px;
  margin-right:auto;
  margin-bottom:50px;
  margin-left:auto;
}

.corpus {
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:rgb(255,255,255);
  box-shadow:rgb(0,0,0) 0 0 8px;
}

.clmenu ul {
  list-style-type:none;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  overflow-x:hidden;
  overflow-y:hidden;
  background-color:rgb(51,51,51);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  background-image:url(https://mfcpro.files.wordpress.com/2016/05/patt_hover.gif);
  background-position-x:0;
  background-position-y:0;
}

.clmenu li {
  float:left;
}

.clmenu li a {
  display:block;
  color:rgb(255,51,51);
  text-align:center;
  padding-top:14px;
  padding-right:16px;
  padding-bottom:14px;
  padding-left:16px;
  text-decoration:none;
}

.clmenu li a:hover:not(.active) {
  color:rgb(255,255,255);
  box-shadow:rgb(0,0,0) 4px 7px 5px -4px;
  background-image:linear-gradient(rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
  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;
}

.clmenu .active {
  background-image:linear-gradient(rgb(183,0,9) 0%,rgb(169,3,41) 100%);
  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;
  color:rgb(255,255,255);
}

.clmenu .active:hover {
  color:rgb(255,255,255);
  background-image:linear-gradient(rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
  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;
}

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

.social {
  background-color:rgb(51,51,51);
}

.social img {
  opacity:.7;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-image:url(https://mfcpro.files.wordpress.com/2018/05/socbg.jpg);
  background-size:cover;
  background-position-x:50%;
  background-position-y:-147px;
  box-shadow:rgba(0,0,0,0.0980392) 1px 0 1px,rgba(0,0,0,0.0980392) -1px 0 1px;
}

.social img:hover {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  opacity:1;
  background-image:url(https://mfcpro.files.wordpress.com/2018/05/socbg.jpg);
  background-size:cover;
  background-position-x:50%;
  background-position-y:0;
  box-shadow:rgb(0,0,0) 1px 0 3px,rgb(0,0,0) -1px 0 3px;
}

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

.banner {
  background-image:linear-gradient(135deg,rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
  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;
}

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

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

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

.vid:hover,.criz,.crizy {
  background-color:rgb(241,241,241);
}

.criz {
  z-index:9;
}

.crizy {
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  z-index:10000;
}

.gcrown {
  box-shadow:rgb(0,0,0) 0 0 18px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  z-index:10000;
  transform:scale(0.99,0.99);
  overflow-x:hidden;
  overflow-y:hidden;
}

.gdown {
  z-index:9;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
  box-shadow:rgb(0,0,0) 0 0 6px;
  margin-top:40px;
  overflow-x:hidden;
  overflow-y:hidden;
}

.tiplist {
  height:280px;
  overflow-x:auto;
  overflow-y:auto;
}

.tiplistcrown {
  height:380px;
  overflow-x:auto;
  overflow-y:auto;
}

.generic {
  background-color:rgb(0,0,0);
}

.generic img {
  opacity:.7;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  filter:grayscale(100%);
}

.gcrown:hover .generic img,.gdown:hover .generic img {
  opacity:1;
  transform:scale(1.1,1.1);
  filter:brightness(110%);
}

.clemfcfooter {
  margin-top:10px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-color:rgba(0,0,0,0.74902);
}

.kelog {
  position:relative;
  padding-top:20px;
  padding-right:0;
  padding-bottom:50px;
  padding-left:0;
}

.kelog img {
  margin-top:0;
  margin-right:auto;
  margin-bottom:-30px;
  margin-left:auto;
  transition-duration:.5s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.kelog:hover img {
  margin-top:-140px;
  margin-right:auto;
  margin-bottom:24px;
  margin-left:auto;
  box-shadow:rgba(0,0,0,0.74902) 0 5px 11px;
  -webkit-box-shadow:rgba(0,0,0,0.74902) 0 5px 11px;
}

#credits p {
  font-size:15px;
  color:rgb(119,119,119);
}

#credits a,#credits a:visited {
  color:rgb(255,102,204);
  text-decoration:none;
}

#credits a:hover {
  color:rgb(204,204,204);
  text-decoration:none;
}

.kelog:hover {
  background-color:rgb(239,10,118);
  box-shadow:rgb(0,0,0) 0 7px 12px -7px;
  -webkit-box-shadow:rgb(0,0,0) 0 7px 12px -7px;
}

.cbox {
  opacity:0;
  margin-top:8px;
  margin-right:auto;
  margin-bottom:45px;
  margin-left:auto;
}

.kelog:hover .cbox {
  margin-top:4px;
  margin-right:auto;
  margin-bottom:45px;
  margin-left:auto;
  opacity:1;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
}

.goup p {
  display:block;
  text-align:center;
  clear:both;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background-image:url(https://mfcpro.files.wordpress.com/2014/06/top1.png);
  background-position-x:initial;
  background-position-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
  background-size:100%;
  text-align:center;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:dotted;
  border-right-style:dotted;
  border-bottom-style:dotted;
  border-left-style:dotted;
  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;
  top:10px;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  overflow-x:hidden;
  overflow-y:hidden;
  opacity:.7;
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  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;
  top:-5px;
  opacity:1;
  filter:none;
  box-shadow:rgb(0,0,0) 0 3px 8px;
  -webkit-box-shadow:rgb(0,0,0) 0 3px 8px;
}

.tab #hire {
  display:none;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-delay:initial;
  animation-iteration-count:initial;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:fadeInScale;
  z-index:500;
  font-size:20px;
  color:rgb(136,136,136);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

.tab #hire:target {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/overley_grid.png);
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0.901961);
  z-index:1001;
}

.additional {
  padding-top:25px;
  padding-right:25px;
  padding-bottom:25px;
  padding-left:25px;
}

#hire .close a:link,#hire .close a:visited {
}

#hire .close a:hover {
}

.close img {
  background-color:rgb(0,153,204);
  padding-top:7px;
  padding-right:7px;
  padding-bottom:7px;
  padding-left:7px;
}

.close img:hover {
  background-color:rgb(51,51,51);
  padding-top:7px;
  padding-right:7px;
  padding-bottom:7px;
  padding-left:7px;
}

.designer h1 {
  display:block;
  font-size:30px;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  line-height:normal;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  text-indent:28px;
  text-transform:uppercase;
}

.wrp {
  display:table;
  width:100%;
  background-color:rgb(241,241,241);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.designer {
  display:table;
  width:80%;
  height:auto;
  float:none;
  clear:both;
  position:relative;
  margin-top:3%;
  margin-right:auto;
  margin-bottom:2%;
  margin-left:auto;
  background-color:rgb(255,255,255);
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  box-shadow:rgb(0,0,0) 0 6px 7px -6px;
}

.designer p {
  font-size:16px;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

.clesas {
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-size:11px;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  opacity:0;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.seal:hover .clesas {
  opacity:1;
}

.clesas p {
  display:block;
  width:90%;
  height:20px;
  margin-top:0;
  margin-right:-400px;
  margin-bottom:auto;
  margin-left:auto;
  font-size:11px;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.seal:hover .clesas p {
  display:block;
  width:90%;
  height:20px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.topbutton img {
  margin-top:40px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.topbutton img:hover {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  -webkit-box-reflect:below -7px -webkit-linear-gradient(bottom,rgba(255,255,255,0.901961) 0%,transparent 50%,transparent 100%);
}

.dexfooter {
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-size:100%;
  background-position-x:0;
  background-position-y:0;
  background-color:rgb(34,34,34);
  color:rgb(119,119,119);
  text-align:center;
  font-size:15px;
}

.sronly {
  display:none;
}

.srtcenter,.srtleft {
  text-align:left;
}

.srtright {
  text-align:right;
}

h1.headerz {
  display:block;
  text-align:center;
  font-size:35px;
  color:rgb(102,102,102);
}

h1.schedh {
  display:block;
  text-align:center;
  font-size:35px;
  color:rgb(255,255,255);
}

.box {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.box p,.rules p {
  font-size:20px;
  font-weight:normal;
}

.rules,.tiprequest {
  display:block;
  width:80%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.tiprequest {
  height:550px;
  overflow-x:auto;
  overflow-y:auto;
}

.tipwr {
  background-color:rgb(241,241,241);
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,255,255);
  border-top-width:2px;
  border-top-style:solid;
  border-top-color:rgb(255,255,255);
}

.tipwr:hover {
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
  border-top-width:2px;
  border-top-style:solid;
  border-top-color:rgb(204,204,204);
}

.btnbuy a,.btnbuy a:visited {
  display:block;
  text-align:center;
  width:90%;
  height:auto;
  padding-top:9px;
  padding-right:12px;
  padding-bottom:9px;
  padding-left:12px;
  text-decoration:none;
  color:rgb(255,255,255);
  margin-top:6px;
  margin-right:auto;
  margin-bottom:3px;
  margin-left:auto;
  background-image:linear-gradient(rgb(183,0,9) 0%,rgb(169,3,41) 100%);
  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;
  -webkit-box-shadow:rgb(153,153,153) 0 1px 3px;
  box-shadow:rgb(153,153,153) 0 1px 3px;
  text-shadow:rgb(153,153,153) 0 -1px 1px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.btnbuy a:hover {
  color:rgb(255,255,255);
  background-image:linear-gradient(rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
  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;
  box-shadow:rgb(255,255,255) 0 1px 3px;
}

p.dayoff,p.day {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
  font-weight:bold;
  font-size:19px;
}

.sched {
  background-image:linear-gradient(135deg,rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
  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;
  color:rgb(255,255,255);
}

.sch {
  background-color:rgba(102,102,102,0.0980392);
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:rgb(204,204,204);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgba(102,102,102,0);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(102,102,102,0);
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.schi {
  background-color:rgba(102,102,102,0.0980392);
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:rgba(0,0,0,0);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgba(102,102,102,0);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(102,102,102,0);
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.sched .sch:hover {
  background-color:rgb(255,255,255);
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:rgb(204,204,204);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(255,51,153);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,51,153);
  box-shadow:rgb(0,0,0) 0 6px 6px -4px;
}

.sched .schi:hover {
  background-color:rgb(255,255,255);
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:rgb(204,204,204);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(255,51,153);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,51,153);
  box-shadow:rgb(0,0,0) 0 6px 6px -4px;
}

p.dayoff,p.day,p.schours {
  color:rgb(241,241,241);
}

p.schours {
  font-size:12px;
  color:rgb(241,241,241);
}

.schi:hover p.dayoff {
  color:rgb(255,51,153);
}

.sch:hover p.day {
  color:rgb(119,119,119);
}

.sch:hover p.schours {
  font-size:12px;
  color:rgb(119,119,119);
}

.schi:hover p.schours {
  font-size:12px;
  color:rgb(119,119,119);
}

.hdrimage {
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-color:rgb(34,34,34);
}

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:rgb(241,241,241);
  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(85,85,85);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  font-family:"Century Gothic",Arial,Helvetica,"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:initial;
  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:rgb(241,241,241);
  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:initial;
  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.498039);
  color:rgb(255,255,255);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:"Century Gothic",Arial,Helvetica,"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:initial;
  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;
  -webkit-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.0980392);
  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,0,0);
  border-right-color:rgb(153,0,0);
  border-bottom-color:rgb(153,0,0);
  border-left-color:rgb(153,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(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:initial;
  transition-delay:initial;
  transition-property:all;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

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

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

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

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.298039);
  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;
  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: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:10px;
  margin-right:auto;
  margin-bottom:4px;
  margin-left:auto;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

p {
  font-family:"Century Gothic",Arial,Helvetica,"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(241,241,241);
  font-family:"Century Gothic",Arial,Helvetica,"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:100%;
  color:rgb(241,241,241);
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  background-image:linear-gradient(rgb(127,25,27) 0%,rgba(127,25,27,0.992157) 1%,rgba(79,42,48,0) 100%);
  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;
  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:none;
  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;
  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:none;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(153,0,0);
  color:rgb(255,255,255);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  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:90%;
  height:auto;
  margin-top:4px;
  margin-right:auto;
  margin-bottom:7px;
  margin-left:auto;
  padding-top:3px;
  padding-right:15px;
  padding-bottom:3px;
  padding-left:15px;
}

.hideit {
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.hideit #wraps {
  display:block;
  width:100px;
  height:100px;
  position:fixed;
  bottom:39px;
  right:47px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:10000;
  transition-duration:.5s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.hideit #wraps .closeds {
  display:none;
  text-align:right;
}

.closeds a {
  display:block;
  width:20px;
  height:20px;
  text-align:center;
  opacity:.2;
}

.closeds a:hover {
  display:block;
  width:20px;
  height:20px;
  text-align:center;
  opacity:1;
}

.closeds img {
  opacity:.4;
  filter:invert(100%);
}

.closeds:hover img {
  width:20px;
  height:20px;
  opacity:1;
  filter:invert(100%);
}

.hideit #wraps:target {
  display:block;
  width:450px;
  height:250px;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow-x:hidden;
  overflow-y:hidden;
  background-color:rgb(34,34,34);
  background-image:url(https://mfcpro.files.wordpress.com/2018/05/legs_bg.jpg);
  background-size:cover;
  background-position-x:50%;
  background-position-y:50%;
  z-index:10000;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  box-shadow:rgb(0,0,0) 0 2px 11px;
}

.hideit #wraps:target .closeds {
  display:block;
}

.coinfo {
  display:block;
  width:90%;
  height:200px;
  overflow-x:hidden;
  overflow-y:hidden;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

#wraps:target > .coinfo {
  display:block;
  width:90%;
  height:170px;
  overflow-x:auto;
  overflow-y:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  opacity:1;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
}

.coinfo p {
  font-size:15px;
  line-height:normal;
  font-family:"Century Gothic",Tahoma,Geneva,sans-serif;
  color:rgb(241,241,241);
}

.goreadall {
  display:block;
  text-align:center;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
}

img.viewz {
  display:block;
  width:117px;
  height:117px;
  opacity:1;
  float:left;
}

.flaire {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:99;
  width:140px;
  height:140px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2018/05/circle1.png);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  animation-duration:12s;
  animation-timing-function:initial;
  animation-delay:initial;
  animation-iteration-count:infinite;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:circle;
}

.flaire2 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2018/05/flair_2.png);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  animation-duration:19s;
  animation-timing-function:initial;
  animation-delay:initial;
  animation-iteration-count:infinite;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:flair;
}

.flaire3 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2018/05/flair_4.png);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  animation-duration:25s;
  animation-timing-function:initial;
  animation-delay:initial;
  animation-iteration-count:infinite;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:flair;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

#izyter {
  display:block;
  width:150px;
  height:150px;
}

#izyter:hover .flaire3 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2018/05/flair_4b.png);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  animation-duration:25s;
  animation-timing-function:initial;
  animation-delay:initial;
  animation-iteration-count:infinite;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:flair;
}

.goreadall a,.goreadall a:visited,.goreadall a:active {
  padding-top:7px;
  padding-right:12px;
  padding-bottom:7px;
  padding-left:12px;
  background-color:rgb(0,153,153);
  color:rgb(241,241,241);
  text-decoration:none;
}

.goreadall a:hover {
  background-color:rgb(34,34,34);
  color:rgb(255,255,255);
  text-decoration:none;
}

* html .clearfix {
  height:1%;
}