@charset "UTF-8";

body {
  margin:0 auto;
  background-color:#90101c;
  width:80%;
  background-image:url(https://blacknrg.files.wordpress.com/2016/02/mod5_bg.gif);
  background-repeat:no-repeat;
  background-size:100%;
  background-attachment:fixed;
}

.profile_section_content {
  color:#333;
  padding:5px;
  margin:5px;
}

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

div#profile_about_me.profile_subsection {
  font-size:13px;
  font-family:"Gabriela","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#average_rating_container > div:nth-child(1),.label,.heading {
  display:none;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value,#tags_value,.profile_section_background,#photo_gallery_previews,#no_profile_avatar {
  display:none;
}

.profile_row #profile_about_me {
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:900px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(255,255,255,.3);
  clear:both;
}

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

.user_comment_textarea_big {
  width:900px;
  height:150px;
  padding:15px;
  background:rgba(255,255,255,.5);
  color:#000;
  margin:10px auto;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:18px;
  clear:both;
}

.wall_post_avatar img {
  background:url(https://mfcpro.files.wordpress.com/2016/07/empty_avatar.png) no-repeat;
  background-size:100%;
  background-position:top center;
  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;
}

.wall_post_avatar:hover img {
  box-shadow:0 0 6px #666;
  -ms-box-shadow:0 0 6px #666;
  -o-box-shadow:0 0 6px #666;
  -webkit-box-shadow:0 0 6px #666;
}

#wall_poster_avatar,#wall_poster_username {
  display:none;
}

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

.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;
  color:#555;
  padding:8px 12px;
  border:1px solid #ccc;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  background:rgba(255,255,255,.5);
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:transparent rgba(0,0,0,0);
}

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

.wall_post a:hover {
  color:#af0758;
  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;
}

p {
  font-family:"Gabriela",Palatino Linotype,Book Antiqua,Palatino,serif;
}

#profile_about_me {
}

.photo_gallery_count {
  color:#ccc;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
}

#about_me_container,#about_me_value {
  visibility:visible!important;
  font-family:"Gabriela";
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  background:url(https://mfcpro.files.wordpress.com/2015/11/bg-pattern.png) repeat;
  background-color:#111;
  color:#fff;
  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:#af0758;
  color:#fff;
}

#profile_comments {
  display:none;
}

iframe,embed,frame {
  display:block;
  width:90%;
  height:450px;
  margin:10px auto 20px;
}

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

h1 {
  font-size:38px;
  font-family:"El Messiri",sans-serif;
}

h2 {
  font-size:28px;
  font-family:"El Messiri",sans-serif;
}

h3 {
  font-size:25px;
  font-family:"El Messiri",sans-serif;
}

h4 {
  font-size:22px;
  font-family:"El Messiri",sans-serif;
}

h5 {
  font-size:20px;
  font-family:"Cinzel",sans-serif;
}

h6 {
  font-size:20px;
  font-family:"Cinzel",sans-serif;
}

a {
  color:#ccc;
  text-decoration:none;
}

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

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

a:active {
  color:#000;
  text-decoration:none;
}

a:focus {
  color:#c00;
  text-decoration:none;
}

@font-face {
  font-family:"El Messiri";
  font-style:normal;
  font-weight:400;
  src:local("El Messiri"),local(ElMessiri-Regular),url(https://fonts.gstatic.com/s/elmessiri/v1/yMBX9m9fUtMpa4yx2RG7Hfk_vArhqVIZ0nv9q090hN8.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Cinzel";
  font-style:normal;
  font-weight:400;
  src:local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v4/zOdksD_UUTk1LJF9z4tURA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Cinzel";
  font-style:normal;
  font-weight:700;
  src:local(Cinzel-Bold),url(https://fonts.gstatic.com/s/cinzel/v4/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Gabriela";
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/RDBxMrJQwQghHy7ApC2QuRTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:"Gabriela";
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Raleway";
  font-style:normal;
  font-weight:300;
  src:local("Raleway Light"),local(Raleway-Light),url(https://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBCEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:"Raleway";
  font-style:normal;
  font-weight:300;
  src:local("Raleway Light"),local(Raleway-Light),url(https://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Raleway";
  font-style:normal;
  font-weight:400;
  src:local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:"Raleway";
  font-style:normal;
  font-weight:400;
  src:local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

* {
  box-sizing:border-box;
}

html {
}

.col-1 {
  width:8.33%;
}

.col-2 {
  width:16.66%;
}

.col-3 {
  width:25%;
}

.col-4 {
  width:33.33%;
}

.col-5 {
  width:41.66%;
}

.col-5-half {
  width:47.66%;
}

.col-6 {
  width:50%;
}

.col-7 {
  width:58.33%;
}

.col-8 {
  width:66.66%;
}

.col-9 {
  width:75%;
}

.col-10 {
  width:83.33%;
}

.col-11 {
  width:91.66%;
}

.col-12 {
  width:100%;
}

[class*="col-"] {
  float:left;
  padding:15px;
  border:0 solid #ccc;
  color:#444;
}

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

[class*="padd20"] {
  display:block;
  padding:20px;
}

.row {
  box-shadow:0 4px 6px #000;
  -moz-box-shadow:0 4px 6px #000;
  -ms-box-shadow:0 4px 6px #000;
  -o-box-shadow:0 4px 6px #000;
  -webkit-box-shadow:0 4px 6px #000;
}

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

.wrapper {
  background:#fdfdfd;
  color:#666;
  margin-bottom:0;
  font-size:18px;
  border-bottom:4px solid #fa25c5;
}

.hr {
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  background:none;
  border-bottom:1px dashed #ccc;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

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

.header_image {
  display:block;
  text-align:center;
}

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

.shadow {
  display:block;
  width:100%;
  height:35px;
  background-image:url(https://editbio.files.wordpress.com/2016/11/black_shadow.png);
  background-size:100%;
  margin:0 auto 30px;
}

.horizontal-menu {
  display:block;
  height:auto;
  text-align:center;
  background-color:#fa25c5;
  font-family:"Cinzel";
  font-size:19px;
  overflow:hidden;
  padding-top:7px;
  padding-bottom:7px;
}

.horizontal-menu a:link,.horizontal-menu a:active {
  padding:7px 14px;
  background-color:#fa25c5;
  color:#fff;
  text-align:center;
  text-decoration:none;
  margin-left:-5px;
}

.horizontal-menu a:hover {
  background-color:#222;
  color:#fa25c5;
  text-decoration:none;
}

.divider img {
  display:block;
  width:80%;
  height:auto;
  text-align:center;
  margin:0 auto;
}

.model_photo {
  display:block;
  max-width:300px;
  max-height:300px;
  text-align:center;
  background-color:#fa25c5;
  border:5px solid #f1f1f1;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  overflow:hidden;
}

.model_photo img {
  display:block;
  width:100%;
  height:100%;
  text-align:center;
}

.about_box,.about_box p {
  max-height:300px;
  overflow:auto;
  padding:10px;
  text-align:left;
}

#AboutMe h1,#RoomRules h1,#TipMenu h1,#Store h1,#Videos h1,#TopTippers h1 {
  display:block;
  font-size:2.777em;
  color:#fa25c5;
  text-shadow:0 1px 0 #999;
}

.tipmenu_box p {
  display:block;
  padding:6px 12px;
  border-bottom:1px solid #f1f1f1;
}

.tipmenu_box p:hover {
  display:block;
  padding:6px 12px;
  border-bottom:1px solid #ccc;
}

.tipmenu_box a:link,.tipmenu_box a:visited,.tipmenu_box a:active {
  float:right;
  padding:5px 14px;
  background-color:#fa25c5;
  color:#fff;
  text-align:center;
  text-decoration:none;
  margin-top:-6px;
}

.tipmenu_box a:hover {
  background-color:#222;
  color:#fa25c5;
  text-decoration:none;
}

.storeitems,.store_box {
  display:block;
  padding:5px 10px;
  height:300px;
  overflow:auto;
}

.item {
  display:block;
  width:90%;
  height:280px;
  padding:10px;
  text-align:left;
  text-align:center;
  border:1px solid #ccc;
  overflow:hidden;
  margin:4px auto;
  transition:all .4s;
}

.item img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 10px;
  background-color:#fa25c5;
  text-align:center;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
}

.price a:link,.price a:active {
  padding:7px 14px;
  background-color:#fa25c5;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-family:"Raleway";
  margin-top:0;
  top:0;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
}

.price a:hover {
  background-color:#222;
  color:#fa25c5;
  text-decoration:none;
}

.vids {
  display:block;
  width:100%;
  height:280px;
  padding:10px;
  text-align:left;
  text-align:center;
  border:1px solid #f1f1f1;
  overflow:hidden;
  margin:4px auto;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
}

.vids img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 10px;
  background-color:#fa25c5;
  text-align:center;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
}

.item:hover,.vids:hover {
  background-color:#f1f1f1;
  box-shadow:0 4px 3px #999;
  transition:all .4s;
  -moz-transition:all .4s;
  -webkit-transition:all .4s;
  border:1px solid #fff;
}

.item:hover .price a:link,.item:hover .price a:active,.vids:hover .price a:link,.vids:hover .vids a:active {
  background-color:#222;
  color:#fff;
  position:relative;
  margin-top:-30px;
  top:-30px;
}

.toppremiums {
  display:block;
  width:90%;
  margin:0 auto;
}

.tipper_list {
  display:block;
  padding:5px 11px;
  height:300px;
  overflow:auto;
}

.tipper_info {
  font-size:18px;
  color:#fa25c5;
  border:3px solid #f1f1f1;
  margin:4px auto;
  font-family:"Raleway";
}

.tipper_list p {
  display:block;
  width:90%;
  height:auto;
  padding-left:19px;
  padding-top:3px;
  padding-bottom:3px;
  text-indent:10px;
  background-image:url(https://editbio.files.wordpress.com/2016/10/rennegold_king.png);
  background-repeat:no-repeat;
  background-position:5px 5px;
  background-size:20px 20px;
}

.social {
}

.social a:link,.social a:visited {
  display:inline-block;
  font-family:"Raleway";
  padding:5px 16px;
  text-align:center;
  background-color:#f1f1f1;
  margin-right:5px;
  color:#555;
  text-shadow:0 -1px 2px #fff;
  text-decoration:none;
  box-shadow:0 1px 2px #999;
  -moz-box-shadow:0 1px 2px #999;
  -ms-box-shadow:0 1px 2px #999;
  -o-box-shadow:0 1px 2px #999;
  -webkit-box-shadow:0 1px 2px #999;
  font-size:16px;
  border-radius:4px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.social a:hover {
  display:inline-block;
  padding:5px 16px;
  text-align:center;
  background-color:#222;
  color:#fff;
  text-shadow:0 -1px 2px #000;
  text-decoration:none;
  box-shadow:0 0 1px #fff;
  -moz-box-shadow:0 0 1px #fff;
  -ms-box-shadow:0 0 1px #fff;
  -o-box-shadow:0 0 1px #fff;
  -webkit-box-shadow:0 0 1px #fff;
  font-size:16px;
}

.copyright {
  font-size:15px;
  color:#777;
  background-color:#fff;
}

.camgirlbioliveeditor {
  background-color:#222;
  margin-bottom:20px;
  box-shadow:0 4px 6px #000;
  -moz-box-shadow:0 4px 6px #000;
  -ms-box-shadow:0 4px 6px #000;
  -o-box-shadow:0 4px 6px #000;
  -webkit-box-shadow:0 4px 6px #000;
}

.camgirlbioliveeditor img {
  display:block;
  width:80%;
  height:auto;
  opacity:.5;
  transition:all .3s;
  -webkit-transition:all .3s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  margin:0 auto;
}

.camgirlbioliveeditor:hover img {
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
  opacity:1;
}

#main {
  margin-top:-120px;
}

.item_info {
  display:block;
  margin:10px auto;
  font-size:14px;
  font-family:"Gabriela";
  width:90%;
  padding:10px;
  text-align:center;
  max-height:110px;
  background-color:#222;
  overflow:auto;
  margin-top:-80px;
  transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  opacity:0;
  color:#fff;
}

.item:hover .item_info,.vids:hover .item_info {
  display:block;
  margin:10px auto;
  font-size:14px;
  font-family:"Gabriela";
  width:90%;
  padding:10px;
  text-align:center;
  max-height:110px;
  background-color:#222;
  overflow:auto;
  margin-top:20px;
  opacity:1;
}

* html .clearfix {
  height:1%;
}