@charset "UTF-8";

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

a:hover {
  color:#F39;
}

body {
  width:90%;
  margin:0 auto;
  color:#666666;
  font-family:Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  background-color:#000;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/clte_gman_main_bg.gif);
  background-repeat:no-repeat;
  background-position:center;
  -webkit-background-size:cover;
  background-size:cover;
  background-attachment:fixed;
}

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

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

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

.profile_section_content .heading {
  padding:5px;
  background-color:#808080;
  color:#FFFFFF;
  font-family:Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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

#about_me_label {
  display:none;
}

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

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

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

#about_me_value {
}

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

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

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

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

* {
  box-sizing:border-box;
}

html {
}

* {
  box-sizing:border-box;
}

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

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

.cl-1 {
  width:8.33%;
}

.cl-2 {
  width:16.66%;
}

.cl-3 {
  width:25%;
}

.cl-4 {
  width:33.33%;
}

.cl-5 {
  width:41.66%;
}

.cl-6 {
  width:50%;
}

.cl-7 {
  width:58.33%;
}

.cl-8 {
  width:66.66%;
}

.cl-9 {
  width:75%;
}

.cl-10 {
  width:83.33%;
}

.cl-11 {
  width:91.66%;
}

.cl-12 {
  width:100%;
}

.no {
  padding:0;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

.tcenter {
  text-align:center;
}

.tfleft {
  float:left;
}

.tfright {
  float:right;
}

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

#main {
  margin:50px auto;
}

.corpus {
  margin:0 auto;
  padding:0;
  background-color:#ffffff;
  box-shadow:0 0 8px #000;
}

.clmenu ul {
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
  background-color:#333;
  border-radius:5px 5px 0 0;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/09/11054454/pattern2-footer.jpg);
  background-repeat:repeat;
  background-position:0 0;
}

.clmenu li {
  float:left;
}

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

.clmenu li a:hover:not(.active) {
  color:#ffffff;
  box-shadow:4px 7px 5px -4px #000;
  background:#a90329;
  background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

.clmenu .active {
  background:#b70009;
  background:-moz-linear-gradient(top,#b70009 0%,#a90329 100%);
  background:-webkit-linear-gradient(top,#b70009 0%,#a90329 100%);
  background:linear-gradient(to bottom,#b70009 0%,#a90329 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b70009',endColorstr='#a90329',GradientType=0);
  color:#ffffff;
}

.clmenu .active:hover {
  color:#ffffff;
  background:#a90329;
  background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

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

.social {
  background-color:#333;
}

.social img {
  opacity:.7;
  transition:all .4s;
  padding:10px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/11/01115427/bgzboh.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center -147px;
  box-shadow:1px 0 1px rgba(0,0,0,0.10),-1px 0 1px rgba(0,0,0,0.10);
}

.social img:hover {
  padding:10px;
  opacity:1;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/11/01115427/bgzboh.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 0;
  box-shadow:1px 0 3px #000,-1px 0 3px #000;
}

.lima {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png);
  background-repeat:repeat;
  background-position:0 0;
}

.banner {
  background:#a90329;
  background:-moz-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(135deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=1);
}

.ama,.twt {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png);
  background-repeat:repeat;
  background-position:0 0;
}

.ama img,.twt img,.vid img {
  opacity:.7;
  transition:all .4s;
  padding:0;
  background-color:#223;
}

.ama img:hover {
  opacity:1;
  padding:0;
  background:linear-gradient(140deg,#ffcf56,#ef9d4a,#e87635);
}

.vid img:hover {
  opacity:1;
  padding:0;
  background-color:#000;
}

.twt img:hover {
  opacity:1;
  padding:0;
  background:linear-gradient(140deg,#469ece,#2e98d1,#1a7baf);
}

.vid:hover,.criz,.crizy {
  background-color:#f1f1f1;
}

.criz {
  z-index:9;
}

.crizy {
  -webkit-border-radius:8px;
  border-radius:8px;
  z-index:10000;
}

.gcrown {
  box-shadow:0 0 18px #000;
  border-radius:8px;
  z-index:10000;
  transform:scale(0.99,0.99);
  overflow:hidden;
}

.gdown {
  z-index:9;
  border-radius:6px;
  box-shadow:0 0 6px #000;
  margin-top:40px;
  overflow:hidden;
}

.tiplist {
  height:280px;
  overflow:auto;
}

.tiplistcrown {
  height:380px;
  overflow:auto;
}

.generic {
  background-color:#000;
}

.generic img {
  opacity:.7;
  transition:all .4s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

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

.clemfcfooter {
  margin:10px auto 0;
  background-color:rgba(0,0,0,0.75);
}

.kelog {
  position:relative;
  padding:20px 0 50px;
}

.kelog img {
  margin:0 auto -30px;
  transition:all .5s;
  -webkit-transition:all .5s;
}

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

#credits p {
  font-size:15px;
  color:#777;
}

#credits a,#credits a:visited {
  color:#F6C;
  text-decoration:none;
}

#credits a:hover {
  color:#CCC;
  text-decoration:none;
}

.kelog:hover {
  background-color:#ef0a76;
  box-shadow:0 7px 12px -7px #000;
  -webkit-box-shadow:0 7px 12px -7px #000;
}

.cbox {
  opacity:0;
  margin:8px auto 45px;
}

.kelog:hover .cbox {
  margin:4px auto 45px;
  opacity:1;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png);
  background-repeat:repeat;
  background-position:0 0;
}

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

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/12/23100718/top1.png);
  background-size:100%;
  background-repeat:no-repeat;
  border-radius:20px;
  text-align:center;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px dotted #000;
  top:10px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  overflow:hidden;
  opacity:.7;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px solid #000;
  top:-5px;
  opacity:1;
  -webkit-filter:none;
  filter:none;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.tab #hire {
  display:none;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  z-index:500;
  font-size:20px;
  color:#888;
  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:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png) repeat;
  background-color:rgba(0,0,0,0.90);
  z-index:1001;
}

.additional {
  padding:25px;
}

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

#hire .close a:hover {
}

.close img {
  background-color:#09C;
  padding:7px;
}

.close img:hover {
  background-color:#333;
  padding:7px;
}

.designer h1 {
  display:block;
  font-size:30px;
  color:#666;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
  line-height:normal;
  margin:0;
  text-indent:28px;
  text-transform:uppercase;
}

.wrp {
  display:table;
  width:100%;
  background-color:#f1f1f1;
  border-bottom:1px solid #ccc;
}

.designer {
  display:table;
  width:80%;
  height:auto;
  float:none;
  clear:both;
  position:relative;
  margin:3% auto 2%;
  background-color:#fff;
  padding:0;
  box-shadow:0 6px 7px -6px #000;
}

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

.clesas {
  height:50px;
  overflow:hidden;
  font-size:11px;
  color:#666;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
  opacity:0;
  transition:all .4s;
  -webkit-transition:all .4s;
}

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

.clesas p {
  display:block;
  width:90%;
  height:20px;
  margin:0 -400px auto auto;
  font-size:11px;
  transition:all .4s;
  -webkit-transition:all .4s;
}

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

.topbutton img {
  margin:40px auto 10px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

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

.dexfooter {
  margin:10px auto;
  background-repeat:no-repeat;
  background-size:100%;
  background-position:0 0;
  background-color:#222;
  color:#777;
  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:#666;
}

h1.schedh {
  display:block;
  text-align:center;
  font-size:35px;
  color:#fff;
}

.box {
  display:block;
  width:90%;
  height:auto;
  margin:0 auto 12px;
  padding:20px;
}

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

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

.tiprequest {
  height:550px;
  overflow:auto;
}

.tipwr {
  background-color:#f1f1f1;
  border-bottom:2px solid #fff;
  border-top:2px solid #fff;
}

.tipwr:hover {
  border-bottom:2px solid #ccc;
  border-top:2px solid #ccc;
}

.btnbuy a,.btnbuy a:visited {
  display:block;
  text-align:center;
  width:90%;
  height:auto;
  padding:9px 12px;
  text-decoration:none;
  color:#fff;
  margin:6px auto 3px;
  background:#b70009;
  background:-moz-linear-gradient(top,#b70009 0%,#a90329 100%);
  background:-webkit-linear-gradient(top,#b70009 0%,#a90329 100%);
  background:linear-gradient(to bottom,#b70009 0%,#a90329 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b70009',endColorstr='#a90329',GradientType=0);
  -webkit-box-shadow:0 1px 3px #999;
  box-shadow:0 1px 3px #999;
  text-shadow:0 -1px 1px #999;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-transition:all .4s;
  transition:all .4s;
}

.btnbuy a:hover {
  color:#fff;
  background:#a90329;
  background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
  box-shadow:0 1px 3px #fff;
}

p.dayoff,p.day {
  border-bottom:1px solid #ccc;
  font-weight:bold;
  font-size:19px;
}

.sched {
  background:#a90329;
  background:-moz-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(135deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=1);
  color:#fff;
}

.sch {
  background-color:rgba(102,102,102,0.10);
  border-left:1px solid #ccc;
  border-top:1px solid rgba(102,102,102,0.0);
  border-bottom:1px solid rgba(102,102,102,0.0);
  transition:all .4s;
}

.schi {
  background-color:rgba(102,102,102,0.10);
  border-left:1px solid rgba(0,0,0,0.0);
  border-top:1px solid rgba(102,102,102,0.0);
  border-bottom:1px solid rgba(102,102,102,0.0);
  transition:all .4s;
}

.sched .sch:hover {
  background-color:#fff;
  border-left:1px solid #ccc;
  border-top:1px solid #F39;
  border-bottom:1px solid #F39;
  box-shadow:0 6px 6px -4px #000;
}

.sched .schi:hover {
  background-color:#fff;
  border-left:1px solid rgba(0,0,0,0.0);
  border-top:1px solid #F39;
  border-bottom:1px solid #F39;
  box-shadow:0 6px 6px -4px #000;
}

p.dayoff,p.day,p.schours {
  color:#f1f1f1;
}

p.schours {
  font-size:12px;
  color:#f1f1f1;
}

.schi:hover p.dayoff {
  color:#F39;
}

.sch:hover p.day {
  color:#777;
}

.sch:hover p.schours {
  font-size:12px;
  color:#777;
}

.sched .schi:hover {
  background-color:#fff;
  border-left:1px solid #ccc;
  border-top:1px solid #F39;
  border-bottom:1px solid #F39;
  box-shadow:0 6px 6px -4px #000;
}

.schi:hover p.schours {
  font-size:12px;
  color:#777;
}

.hdrimage {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png);
  background-repeat:repeat;
  background-color:#222;
}

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

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

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

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  width:90%;
  position:relative;
  margin:0 auto;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  margin:25px auto;
  padding:10px 17px;
  color:#555;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-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;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:#f1f1f1;
  border:1px solid #ccc;
  color:#444;
}

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

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(0,0,0,.50);
  color:#fff;
  margin:10px auto;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

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

#no_profile_avatar {
  display:none;
}

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

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

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

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  background-color:rgba(255,255,255,0.10);
  border:1px solid #900;
  margin:25px auto;
  padding:10px 17px;
  color:#666;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
}

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

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

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

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

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

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  background-color:rgba(0,0,0,0.30);
  color:#666;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:2px solid #000;
  margin:10px auto 4px;
  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:0;
  margin:0 auto;
}

.photo_gallery_count {
  color:#777;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#f1f1f1;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
  font-weight:300;
}

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

#profile_friends {
  display:block;
  width:100%;
  margin:10px auto 30px!important;
  color:#f1f1f1;
  padding:10px 13px;
  background:-moz-linear-gradient(top,rgba(127,25,27,1) 0%,rgba(127,25,27,0.99) 1%,rgba(79,42,48,0) 100%);
  background:-webkit-linear-gradient(top,rgba(127,25,27,1) 0%,rgba(127,25,27,0.99) 1%,rgba(79,42,48,0) 100%);
  background:linear-gradient(to bottom,rgba(127,25,27,1) 0%,rgba(127,25,27,0.99) 1%,rgba(79,42,48,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f191b',endColorstr='#004f2a30',GradientType=0);
  border:1px solid #000;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

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

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#900;
  color:#fff;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102105/c2c3be80a9a79136ba230e47436abc59.png);
  background-repeat:repeat;
  background-position:0 0;
}

/***Reset***/
.profile_section_content .heading {
  display:none;
}

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

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

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

.hideit {
  padding:20px;
}

.hideit #wraps {
  display:block;
  width:100px;
  height:100px;
  position:fixed;
  bottom:39px;
  right:47px;
  overflow:hidden;
  z-index:10000;
  transition:all .5s;
}

.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:hidden;
  background-color:#222;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/01/02063555/legs_bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  z-index:10000;
  border-radius:7px;
  box-shadow:0 2px 11px #000;
}

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

.coinfo {
  display:block;
  width:90%;
  height:200px;
  overflow:hidden;
  margin:0 auto;
}

#wraps:target > .coinfo {
  display:block;
  width:90%;
  height:170px;
  overflow:auto;
  margin:0 auto;
  opacity:1;
  padding:10px;
}

.coinfo p {
  font-size:15px;
  line-height:normal;
  font-family:Century Gothic,Tahoma,Geneva,sans-serif;
  color:#f1f1f1;
}

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

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

.flaire {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow:hidden;
  z-index:99;
  width:140px;
  height:140px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2017/12/02071443/circle1.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-animation:circle infinite 12s;
  animation:circle infinite 12s;
}

.flaire2 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2017/12/02071433/flair_2.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-animation:flair infinite 19s;
  animation:flair infinite 19s;
}

.flaire3 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102542/flair_4.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-animation:dots infinite 25s;
  animation:flair infinite 25s;
  transition:all .3s;
}

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

#izyter:hover .flaire3 {
  display:block;
  position:fixed;
  bottom:30px;
  right:33px;
  overflow:hidden;
  z-index:999;
  width:140px;
  height:140px;
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/12/13102618/flair_4b.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-animation:dots infinite 25s;
  animation:flair infinite 25s;
}

.goreadall a,.goreadall a:visited,.goreadall a:active {
  padding:7px 12px;
  background-color:#099;
  color:#f1f1f1;
  text-decoration:none;
}

.goreadall a:hover {
  background-color:#222;
  color:#fff;
  text-decoration:none;
}

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

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

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

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

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

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

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

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

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

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

@keyframes circle {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

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

  100% {
    transform:rotate(360deg);
  }
}

@keyframes dots {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

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

  100% {
    transform:rotate(360deg);
  }
}

@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:#666;
    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:#333;
  }

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

  .clmenu li a {
    display:block;
    color:white;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
  }

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

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

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

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

  .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:#f1f1f1;
    border-bottom:2px solid #fff;
    border-top:2px solid #fff;
  }

  .tipwr:hover {
    border-bottom:2px solid #ccc;
    border-top:2px solid #ccc;
  }

  .btnbuy a,.btnbuy a:visited {
    display:block;
    text-align:center;
    width:80%;
    height:auto;
    padding:9px 12px;
    text-decoration:none;
    color:#fff;
    margin:6px auto 3px;
    background:#fb89ff;
    font-size:13px;
    -webkit-box-shadow:0 1px 3px #999;
    box-shadow:0 1px 3px #999;
    text-shadow:0 -1px 1px #999;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all .4s;
    transition:all .4s;
  }

  .btnbuy a:hover {
    color:#fff;
    background:#93C;
    box-shadow:0 1px 3px #fff;
  }

  p.dayoff,p.day {
    border-bottom:1px solid #ccc;
    font-weight:bold;
    font-size:19px;
  }

  .sched {
    background:#a90329;
    background:-moz-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
    background:-webkit-linear-gradient(-45deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
    background:linear-gradient(135deg,#a90329 0%,#8f0222 44%,#6d0019 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=1);
    color:#fff;
  }

  .sch {
    background-color:rgba(102,102,102,0.10);
    border-left:0 solid #ccc;
    border-top:1px solid rgba(102,102,102,0.0);
    border-bottom:1px solid rgba(102,102,102,0.0);
    transition:all .4s;
  }

  .sched .sch:hover {
    background-color:#fff;
    border-left:0 solid #ccc;
    border-top:1px solid #F39;
    border-bottom:1px solid #F39;
    box-shadow:0 6px 6px -4px #000;
  }

  p.dayoff,p.day,p.schours {
    color:#f1f1f1;
  }

  p.schours {
    font-size:13px;
    color:#f1f1f1;
  }

  .sch:hover p.dayoff {
    color:#F39;
  }

  .sch:hover p.day {
    color:#777;
  }

  .sch:hover p.schours {
    font-size:13px;
    color:#777;
  }

  .gcrown {
    box-shadow:0 0 7px #000;
    border-radius:8px;
    z-index:10000;
    transform:scale(0.99,0.99);
    overflow:hidden;
  }

  .gdown {
    z-index:9;
    border-radius:6px;
    box-shadow:0 0 4px #000;
    margin:10px auto;
    overflow:hidden;
  }

  .tiplist {
    height:auto;
    overflow:auto;
  }

  .tiplistcrown {
    height:auto;
    overflow:auto;
  }

  .generic {
    background-color:#000;
  }

  .generic img {
    opacity:.7;
    transition:all .4s;
  }

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

* {
  text-decoration:none;
}

* html .clearfix {
  height:1%;
}