@charset "UTF-8";

/* hide everything */
#profile_about_me #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;
}

/* hide everything */
#profile_about_me .heading,#header_bar,#footer_bar,#profile_comments,#profile_header,#profile_main_photo,#city_container,#about_me_label,#pets_container,#favorite_food_container,#occupation_container,#smoke_container,#sexual_preference_container,#height_container,#country_container,#eyes_container,#hair_container,#body_type_container,#cam_score_container,#username_container,#gender_container,#friends_container,#favorite_models_container,#profile_interests_content,#automobile_container,#tags_container,#profile_friends,#profile_schedule {
  display:none;
}

#profile {
  width:800px;
  margin:8px auto 90px;
  background:#fffff;
  box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  -webkit-box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  -moz-box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  line-height:1;
  z-index:300;
}

/* reset */
* {
  box-sizing:border-box;
}

body,.profile_section_content {
  margin:0;
  padding:0;
}

img {
  max-width:100%;
}

.container {
  display:block;
  margin:0;
}

#profile {
}

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:1rem;
  line-height:1.25;
  height:auto;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

#about_me_value.value {
  display:inline;
}

.profile_section_content {
  position:static;
}

.container-main {
  width:100%;
  text-align:center;
}

body {
  background-image:url(https://image.ibb.co/jR73de/VnWsSOz.gif);
}

a:link,a:active,a:hover {
}

a:visited {
}

/* === nav bar === */
.Nav {
  position:fixed;
  display:block;
  width:800px;
  top:0;
/* margin: 80px auto; */
  vertical-align:center;
  z-index:9999;
/* background-color:#FBFAF7; */
/* background-color: rgba(255,255,255,0.8); */
  background-color:rgba(255,255,255,0.85);
/* opacity:.9; */
}

.Nav ul {
  position:absolute;
  white-space:nowrap;
  left:-99999em;
  padding:0;
  z-index:1;
}

Nav {
  display:block;
  text-align:center;
}

Nav ul {
  margin:0;
  padding:0;
  list-style:none;
}

.Nav > li > a {
  display:block;
  text-decoration:none;
  background:transparent;
  color:#000000;
/*  color:#DC8793; */
/* color:#C86F26; */
  font-weight:430;
  padding:.5em;
/*font-family:"Oswald",Helvetica,Arial,sans-serif;*/
  font-style:bold;
/* font-size:.65rem; */
  font-size:1.125em;
/* letter-spacing: 0.5em; */
/* letter-spacing: 0.5em; */
/* letter-spacing:- 0.5em; */
}

*/
.Nav li a:hover {
/* color: #FFFFFF; */
  color:#FF0000;
/* background-color: #000000; */
}

.Nav a {
  display:block;
  background:transparent;
  color:#000000;
/* color:#DC8793; */
  text-decoration:bold;
  padding:.3em;
/*font-family:"Arial Black",
  font-style:bold;
/* font-size: 15px; */
  font-size:15px;
/* letter-spacing:-140px; */
/* letter-spacing:-140px; */
/* letter-spacing:-140px; */
  width:180px;
  .Navliposition:relative;
  list-style-type:none;
}

.Nav > li {
  float:left;
  list-style-type:none;
}

.Nav > li:first-child {
}

.Nav > li:first-child>a {
}

.Nav > li:last-child {
  margin-right:0;
}

.Nav > li:last-child >a {
}

.Nav li li a {
  font-size:.675rem;
}

.Nav li a:first-child:nth-last-child(2):before {
  content:"";
  position:absolute;
  height:0;
  width:0;
  top:50%;
  right:80%;
}

.Nav > li:hover > ul {
  left:auto;
  padding-top:0;
  min-width:100%;
}

.Nav li li a:hover {
/* color: #FF0000; */
/* background-color: #FFFFFF; */
}

.Nav > li li:hover > ul {
  left:100%;
  top:4px;
}

a:hover {
  cursor:url(https://image.ibb.co/eNimDv/mouse.png),default;
}

body {
  cursor:url(https://image.ibb.co/eNimDv/mouse.png),default;
}