@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - -  Custom MFC - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------Nav */
nav {
  width:800px;
  background:#eaa400;
  margin:auto;
  text-align:center;
  font-family:'Pacifico';
  font-size:1.5em;
}

nav ul {
  list-style:none;
  padding-left:0;
}

nav li {
  display:inline-block;
  padding:20px 10px;
}

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

/* -------------------------------About */
.aboutcon,.rulescon,.menucon,.shcedcon {
  background:rgba(234,164,0,0.8);
}

.aboutcon p {
  padding:0 25px 25px;
  text-align:center;
}

.rulescon ul {
  font-family:'Pacifico';
  font-size:1.5em;
  padding:0 35px 35px;
  text-align:center;
  color:#000;
  list-style:none;
}

.rulescon ul li::before {
  color:#ff2626;
  content:'\2022';
  padding-right:.5em;
}

.rulescon li {
  padding-bottom:20px;
  padding-top:20px;
  border-bottom:2.5px dotted #f4bb37;
}

.menucon ul {
  margin:auto;
  width:600px;
  padding-left:0;
  font-family:'Pacifico';
  font-size:1.3em;
}

.menucon li {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:2.5px dotted #f4bb37;
  list-style:none;
  color:#000;
}

h4 {
  color:#DFDF00;
  font-family:'Pacifico';
  font-size:1.5em;
  width:81%;
  margin:auto;
}

.menucon a {
  text-decoration:none;
  color:#fff;
  background:#ff2626;
  padding:2px 8px;
  border-radius:8px;
}

.tmenu,.dmenu,.smenu {
  padding:0 25px 25px;
}

.menucon font {
  float:right;
}

.shcedcon p {
  text-align:center;
}

.shcedcon ul {
  margin:auto;
  width:600px;
  padding-left:0;
  font-family:'Pacifico';
  font-size:1.3em;
  padding:0 25px 25px;
  color:#000;
}

.shcedcon li {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:2.5px dotted #f4bb37;
  list-style:none;
}

.shcedcon font {
  float:right;
}

h1 {
  font-family:'Pacifico';
  font-size:3em;
  text-align:center;
  padding:10px;
  color:#eaa400;
  background:#000;
}

h2,h3 {
  font-family:'Pacifico';
}

h3 {
  font-size:2em;
}

p {
  font-family:'Pacifico';
  font-size:1.5em;
  color:#000;
}

/* -------------------------------Menu */
/* -------------------------------Content */
/* - - - - - - - - - - - - - - - - - - - -  FONTS - - - - - - - - - - - - - - - - - - - - */
/* cyrillic */
@font-face {
  font-family:'Pacifico';
  font-style:normal;
  font-weight:400;
  src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v12/NK6r2Jdr617AEZS3-wXtnBTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* vietnamese */
@font-face {
  font-family:'Pacifico';
  font-style:normal;
  font-weight:400;
  src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v12/m0Shgsxo4xCSzZHO6RHWxBTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB;
}

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

/* latin */
@font-face {
  font-family:'Pacifico';
  font-style:normal;
  font-weight:400;
  src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v12/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-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;
}

/* - - - - - - - - - - - - - - - - - - - -  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,#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,#country_container,#drugs_container,#username_container {
  display:none;
}

#cam_score_container {
  width:90px;
  height:50px;
  position:fixed;
  left:0;
  z-index:500;
  color:#000;
  padding:0;
  background:rgba(234,164,0,0.8);
  border-radius:10px;
}

#cam_score_label {
  padding-left:10px;
}

#cam_score_value {
  padding-left:15px;
  position:absolute;
}

#profile_friends > .heading,#profile_comments > .profile_section_content > .heading,#profile_interests_content {
  display:none;
}

#password_photo_gallery_previews,#photo_gallery_previews {
  background:rgba(234,164,0,0.8);
  position:relative;
  bottom:16px;
  color:#000;
}

#password_photo_gallery_previews a,#photo_gallery_previews a {
  color:#ff2626;
}

#profile_friends {
  background:rgba(0,0,0,0.6);
  color:#eaa400;
  padding:50px;
  margin:30px 3px;
  font-family:'Pacifico';
  font-size:1.2em;
}

#profile_friends a {
  color:#ff2626;
}

.wall_post_body {
  background:#eaa400;
  color:#000;
  font-family:'Pacifico';
  font-size:1.2em;
}

.wall_post_time {
  background:#eaa400;
  color:#000;
  padding:19px;
  font-family:'Pacifico';
}

.wall_post_info a {
  text-decoration:none;
  color:#fff;
  margin-bottom:-27px;
  display:block;
  text-align:right;
  background:#000;
  padding:10px;
  width:700px;
  position:relative;
  z-index:-1;
  left:85px;
}

.wall_post_avatar {
}

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

a:visited {
  color:#;
}

body {
  width:800px;
  margin:auto;
  background:url(https://hostimg.co/images/2017/11/12/cback2.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  color:#666666;
  font-family:'Pacifico';
}

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

.profile_section_background {
}

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

.profile_section_content .heading {
  font-family:'Pacifico';
  font-size:3em;
  text-align:center;
  padding:10px;
  color:#eaa400;
  background:#000;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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