@charset "UTF-8";

* {
  box-sizing:border-box;
}

html {
}

body {
  width:93%;
  margin:0 auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:#fff;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/bg_main.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
  font-size:16px;
}

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

a:hover {
  color:#09c;
  text-decoration:none;
}

.clgrid-1 {
  width:8.33%;
}

.clgrid-2 {
  width:16.66%;
}

.clgrid-3 {
  width:32%;
}

.clgrid-4 {
  width:33.33%;
}

.clgrid-4_half {
  width:27.33%;
}

.clgrid-5 {
  width:41.66%;
}

.clgrid-6 {
  width:50%;
}

.clgrid-7 {
  width:58.33%;
}

.clgrid-8 {
  width:66.66%;
}

.clgrid-9 {
  width:75%;
}

.clgrid-10 {
  width:83.33%;
}

.clgrid-11 {
  width:91.66%;
}

.clgrid-12 {
  width:100%;
}

[class*="clgrid-"] {
  float:left;
  padding:8px;
  border:0;
}

[class*="no"] {
  float:left;
  padding:0;
}

.clrow:after {
  content:"";
  clear:both;
  display:block;
}

.tcenter {
  text-align:center;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

p,hr,h1,h2,h3,h4,h5,h6,ol,ul,img {
  margin-bottom:10px;
  line-height:normal;
}

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

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

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

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

.menu {
  background-color:#222;
  border-bottom:1px solid #f9c;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
}

.menu a,.menu a:visited,.menu a:hover,.menu a:active,.menu a:focus {
  display:inline-block;
  padding:8px 12px;
  text-align:center;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

.imgresponsive img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  border:0;
}

.abme {
  height:450px;
  float:none;
  clear:both;
  font-size:20px;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

h1.hders {
  font-size:3.555vw;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

.box {
  height:350px;
  overflow:auto;
  background-color:rgba(255,255,255,.4);
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

.treq {
  border-bottom:1px solid #f1f1f1;
}

.treq:hover {
  background-color:#f1f1f1;
  border-bottom:1px solid #ccc;
}

.buy a,.buy a:visited {
  display:block;
  padding:7px 12px;
  text-align:center;
  border:1px solid #ccc;
  text-decoration:none;
}

.buy a:hover {
  border:1px dotted #333;
}

.rrules {
  display:block;
  width:80%;
  padding:20px 40px 33px;
  margin:10px auto 20px;
  text-align:center;
}

.box p {
  line-height:normal;
}

.item {
  margin:10px auto;
}

.item:hover {
  background-color:#f1f1f1;
  box-shadow:0 0 5px #999;
  -webkit-box-shadow:0 0 5px #999;
}

.item img {
  display:block;
  margin:0 auto 20px;
  background-color:#003;
}

.clename {
  display:block;
  font-size:17px;
  font-weight:bold;
  color:#555;
  border-bottom:1px solid #f1f1f1;
}

.item:hover .clename {
  display:block;
  font-size:17px;
  font-weight:bold;
  color:#555;
  border-bottom:1px solid #ccc;
}

.rdt span {
  padding:5px 11px;
  text-align:center;
  background-color:#333;
  color:#f6c;
  font-size:12px;
  border-radius:3px;
  -webkit-border-radius:3px;
  margin:3px auto 2px;
  border:1px solid #000;
}

.ibuy a,.ibuy a:visited {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  border:1px solid #000;
  border-radius:3px;
  -webkit-border-radius:3px;
  text-decoration:none;
  font-size:14px;
  margin:-3px auto 2px;
  background-color:#222;
  color:#ccc;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

.ibuy a:hover {
  border:1px solid #333;
  background-color:#111;
  color:#fff;
  text-decoration:none;
}

.clfooter {
  background-color:#222;
  border-top:5px solid #f9c;
  margin:0 auto;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
  border-radius:0 0 4px 4px;
  -webkit-border-radius:0 0 4px 4px;
}

.clfooter p {
  color:#666;
}

.clfooter h1 {
  color:#999;
}

.credits {
  margin:30px auto 10px;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
  font-size:14px;
}

.credits .hrz {
  display:block;
  width:100%;
  height:1px;
  background-color:#111;
  box-shadow:0 1px 8px #333,0 1px 1px #222;
  -webkit-box-shadow:0 1px 8px #333,0 1px 1px #222;
}

.premiums {
  height:350px;
  overflow:auto;
}

.premiums p {
  display:block;
  width:90%;
  height:auto;
  font-size:17px;
  margin:1px auto;
  padding:8px 10px;
  border-bottom:1px solid #f1f1f1;
  line-height:normal;
  font-family:century gothic,camgirl live editor,Tahoma,Geneva,sans-serif;
}

.premiums p:hover {
  border-bottom:1px solid #ccc;
  background-color:#f1f1f1;
}

.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-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
  background-color:rgba(0,0,0,.9);
  z-index:1001;
}

.additional {
  padding:25px;
}

#hire .close a:link,#hire .close a:visited {
  right:0;
  top:0;
  width:40px;
  height:30px;
  padding:3px 0;
  overflow:hidden;
  line-height:normal;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
  font-size:15px;
  color:rgba(255,255,255,0);
  opacity:.5;
  text-decoration:none;
  text-align:left;
  background-image:url(https://leroy799.files.wordpress.com/2017/02/6a6e221a933d3e56b37aeaebd457d175.png);
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:0 0;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#hire .close a:hover {
  width:40px;
  height:30px;
  color:#000;
  text-decoration:none;
  opacity:1;
  background-image:none;
  text-align:left;
  padding-right:10px;
}

.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,.9) 0%,transparent 50%,transparent 100%);
}

.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://mfcpro.files.wordpress.com/2014/06/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;
}

.reflect img {
  -webkit-box-reflect:below -17px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
}

.social {
  background-color:#222;
  border-top:1px solid #f9c;
  color:#666;
  text-align:center;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
}

.social img {
  display:inline-block;
  width:80px;
  height:50px;
  opacity:.5;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.social img:hover {
  display:inline-block;
  width:80px;
  height:50px;
  -webkit-box-reflect:below -10px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
  opacity:1;
}

.hcards img {
  opacity:.6;
  height:auto;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.hcards img:hover {
  opacity:1;
  -webkit-box-reflect:below -10px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
}

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

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

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

.profile_section_content .heading {
  padding:5px;
  background-color:#808080;
  color:#fff;
  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 #777;
  box-shadow:0 0 0 #777;
  -webkit-text-shadow:0 0 0 #777;
  text-shadow:0 0 0 #777;
}

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

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;
  margin:25px auto;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  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,.5);
  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);
  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,.7);
  border:1px solid #ccc;
  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);
  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);
  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(255,255,255,.7);
  color:#666;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:4px solid #ccc;
  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:#ccc;
  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:90%;
  margin:10px auto 30px!important;
  color:#666;
  padding:10px 13px;
  background-color:rgba(255,255,255,.7);
  border:1px solid #ccc;
  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 #ccc;
  background-color:#111;
  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:#f09;
  color:#fff;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
}

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

.dan202 {
  background-color:rgba(255,255,255,.6);
}

#main {
  display:block;
  width:100%;
  height:auto;
  float:none;
  clear:both;
  padding:0;
  margin:10px auto 30px;
}

@media only screen and (max-width: 728px) {
  [class*="clgrid-"] {
    width:100%;
  }

  .menu {
    background-image:none;
  }

  .abme,h1.hders,.box,.clename,.clename p,.premiums p {
    font-size:15px;
    font-family:Tahoma,Geneva,sans-serif;
    font-weight:normal;
  }

  .premiums,.box,.abme {
    height:auto;
  }

  .menu {
    background-color:transparent;
    border-bottom:0;
  }

  .menu a,.menu a:visited,.menu a:hover,.menu a:active,.menu a:focus {
    display:block;
    width:90%;
    height:auto;
    margin:1px auto;
    text-align:center;
  }

  .buy a,.buy a:visited {
    display:block;
    width:90%;
    height:auto;
    margin:6px auto 5px;
    padding:7px 12px;
    text-align:center;
    border:1px solid #ccc;
    text-decoration:none;
    font-size:13px;
  }

  .buy a:hover {
    border:1px dotted #333;
    text-decoration:underline;
  }

  .rrules {
    display:block;
    width:97%;
    padding:10px 11px 12px;
    margin:10px auto 20px;
  }

  p,hr,h1,h2,h3,h4,h5,h6,ol,ul,img {
    line-height:normal;
  }

  .box p {
    line-height:normal;
  }

  .rdt span {
    margin:1px auto;
  }

  .additional,.additional p {
    font-size:14px;
  }

  .clesas,.clesas p {
    text-align:center;
  }

  .theader {
    background-color:rgba(255,255,255,.8);
  }

  .social {
    position:relative;
    margin:0 auto 2px;
    text-align:center;
    padding:4px 0;
  }

  .social {
    background-image:none;
  }

  .social img {
    display:block;
    opacity:.6;
    width:50px;
    height:auto;
    margin:0 auto;
  }

  .social img:hover {
    display:block;
    opacity:1;
    width:50px;
    height:auto;
    margin:0 auto;
  }
}

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clearfix {
  height:1%;
}