@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - -  Custom MFC - - - - - - - - - - - - - - - - - - - - */
/* devanagari */
@font-face {
  font-family:'Kalam';
  font-style:normal;
  font-weight:400;
  src:local(Kalam),local(Kalam-Regular),url(https://fonts.gstatic.com/s/kalam/v8/YA9dr0Wd4kDdMthQOCfzsw.woff2) format("woff2");
  unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family:'Kalam';
  font-style:normal;
  font-weight:400;
  src:local(Kalam),local(Kalam-Regular),url(https://fonts.gstatic.com/s/kalam/v8/YA9dr0Wd4kDdMthfOCfzsw.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Kalam';
  font-style:normal;
  font-weight:400;
  src:local(Kalam),local(Kalam-Regular),url(https://fonts.gstatic.com/s/kalam/v8/YA9dr0Wd4kDdMthROCc.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

* {
  box-sizing:border-box;
  line-height:1.5;
}

body {
  font-size:1.1em;
  font-family:'Kalam';
  overflow-x:hidden;
  height:100%;
  border:0;
  padding:0;
  width:100vw;
  background:url(#)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.main {
  background:#191f1a;
  margin:0;
  padding-right:2em;
  margin-top:-8px;
  margin-right:-10px;
  margin-left:-10px;
  list-style:none;
  position:absolute;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  top:0;
  min-width:600px;
  width:100vw;
  height:1000px;
}

ul {
  z-index:2;
}

ul .tab:nth-child(4n+4) {
  margin-left:auto;
  padding:0;
}

.linkimg {
  height:30px;
  margin:-3px -10px 0;
}

.tab {
  margin:0;
  transition:.3s;
}

.tab-link {
  display:block;
  padding:1em;
  left:0;
  right:0;
  width:100%;
  color:#899a8c;
  text-decoration:none;
  background:#191f1a;
  transition:.3s;
}

.tabs {
  transition:.3s;
}

.tab-link:target,.tab-link:focus {
  color:#fff;
}

@media all and (min-width: 1px) {
  .tab-con {
    position:absolute;
    max-height:none;
    padding:1em 5%;
  }
}

.tab-link:target + .tab-con,.tab-link:focus + .tab-con {
  max-height:none;
  padding:1em 5%;
}

@media all and (min-width: 1px) {
  .tab-link:target + .tab-con,.tab-link:focus + .tab-con {
    z-index:3;
  }
}

.tab-con {
  display:block;
  background:#243b2a url(https://www.dropbox.com/s/p2ix73avgicerlj/newback.jpg?dl=0&raw=1)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  left:0;
  right:0;
  width:100%;
  height:100%;
  margin:auto;
  overflow:hidden;
  transition:.3s;
  color:#344d39;
}

#profile_friends {
  background:rgba(255,255,255,0.8);
  font-size:.7em;
  font-family:'Kalam';
  margin-right:-15px;
  margin-left:-5px;
  position:fixed;
  z-index:5;
  display:flex;
  bottom:0;
  left:0;
  height:40px;
  width:100vw;
}

#profile_friends a {
  color:#899a8c;
  text-decoration:none;
}

#new_rating_login_message,#new_rating_login_message > [href="/_/login"],#new_rating_login_message.hidden,#new_rating_login_message {
  display:none;
  position:fixed;
  left:-500px;
  color:#fff;
}

#average_rating_label {
  position:fixed;
}

#average_rating_value {
  left:120px;
  position:fixed;
}

#rating_value_bar {
  position:fixed;
  left:340px;
}

#rate_label {
  position:fixed;
  left:250px;
}

#admirers_label,#friends_label {
  display:flex;
  position:fixed;
}

#admirers_label {
  left:500px;
}

#friends_label {
  left:650px;
}

#favorite_models_container,#profile_friends > .heading,#average_rating_count,#admirers_value,#friends_value {
  display:none;
}

.tab-con:nth-child(5) {
}

.inner {
  padding-top:2em;
  text-align:center;
  width:60%;
  margin:auto;
  transition:.3s;
}

h1 {
  display:inline-block;
  margin:0;
  padding:0;
  font-size:2em;
}

h2 {
}

h3 {
}

p {
}

.img {
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  margin:auto;
  width:100%;
}

.img img {
  height:275px;
  margin:0 2%;
  object-fit:cover;
  padding-bottom:2em;
  -webkit-filter:grayscale(1);
  filter:grayscale(1);
  transition:.3s;
}

.img img:hover {
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
}

.img img:first-child {
  margin-left:0;
}

.img img:last-child {
  margin-right:0;
}

.menu ul {
  width:100%;
  text-align:left;
  margin:auto;
  padding-left:0;
  list-style:none;
}

.menu li {
  display:block;
  padding:1em 0;
  border-bottom:1px solid #fff;
}

.menu li:last-child {
  border:none;
}

.menu font {
  float:right;
}

.menu a {
  text-decoration:none;
  background:#899a8c;
  color:#fff;
  padding:.1em 1rem;
  border-radius:10px;
}

.rules ul {
  width:100%;
  text-align:left;
  margin:auto;
  padding-left:0;
  list-style:none;
}

.rules li {
  display:block;
  padding:1em 0;
}

.rules span {
  font-weight:800;
  font-size:.8em;
  display:inline-block;
  padding:.4em;
  background:#fff;
  border-radius:100%;
  height:30px;
  width:30px;
}

.shed ul {
  display:none;
  width:100%;
  text-align:left;
  margin:auto;
  padding-left:0;
  list-style:none;
}

.shed li {
  display:block;
  padding:1em 0;
  border-bottom:1px solid #fff;
}

.shed li:last-child {
  border:none;
}

.shed span {
  font-weight:800;
}

.shed font {
  float:right;
}

#profile_schedule {
  z-index:4;
  position:relative;
  top:1000px;
}

#profile_schedule > .profile_section_content {
  margin:auto;
  color:#344d39;
}

#profile_schedule > .profile_section_content > .heading {
  color:#344d39;
}

/* - - - - - - - - - - - - - - - - - - - -  DEFAULT MFC - - - - - - - - - - - - - - - - - - - - */
#profile_main_photo,#about_me_label,#marital_status_container,#sexual_preference_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container,#tags_container,#tbody,#header_bar,#city_container,#profile_header,#profile_about_me > .heading,#footer_bar,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#drugs_container,#drink_container,#smoke_container,#country_container,#cam_score_container,#country_container,#drugs_container,#username_container,#profile_interests_content,#profile_comments,#profile_photo_galleries,#profile_password_photo_galleries {
  display:none;
}

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

.profile_section_content {
  max-width:850px;
  color:#666666;
  border:0;
  padding:0;
  margin:0;
}

.profile_section_background {
  background-color:transparent;
  background:url(https://www.dropbox.com/s/p2ix73avgicerlj/newback.jpg?dl=0&raw=1)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.profile_section_content .heading {
  padding:0;
}

.content {
  padding:0;
}