@charset "UTF-8";

textover:hover {
  width:300px;
  height:300px;
  background:url no-repeat;
}

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

a:visited {
  color:#;
}

body {
  background-color:#E9E8E8;
  background-image:url(https://www.itl.cat/pngfile/big/49-492999_anime-landscape-wallpaper-492109-old-japanese-house-anime.jpg);
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:top left;
}

.profile_section_background {
  background-color:fffffff;
  background-color:#FFFFFF;
  filter:alpha(opacity=0);
  opacity:100;
}  
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#ffffff;
  color:#fffffff;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 #ffffff;
  -moz-box-shadow:0 #ffffff;
  box-shadow:0 #ffffff;
  -webkit-text-shadow:0 #ffffff;
  -moz-text-shadow:0 #ffffff;
  text-shadow:0 #ffffff;
}

.content {
  padding:5px;
}

#profile_schedule .heading {
  display:none;
}

#profile_main_photo,.flagCounter,#username_container,#marital_status_container,#gender_container,#body_type_container,#height_container,#ethnicity_container,#cam_score_container,#hair_container,#eyes_container,#weight_container,#city_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#tags_container,#profile_about_me .label,#profile_about_me > .heading {
  display:none;
}

#profile_interests_content {
  display:none;
}

.wall_post_time {
  font-size:9px;
  display:none;
}

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

body {
  width:802px!important;
  margin:auto!important;
}

#faqsec {
  display:block;
  width:780px;
  height:4450px;
  float:left;
  margin-top:5px;
  margin-left:110px;
  margin-right:-2px;
  padding:5px;
  overflow:auto;
  font-size:15px;
  color:#fff;
  text-shadow:0 1px #ccc;
  font-family:Century Gothic;
  text-align:center;
  text-shadow:1px 2px 3px #ffffff,-1px 2px 1px #ffffff,-1px -2px 1px #ffffff;
}

.photo_gallery_image {
  border:0;
}

.photo_gallery_image {
  width:70px;
  height:70px;
  border:6px solid #000;
  border-radius:8px;
  borderradius:8px;
  -moz-border-radius:8px;
  -moz-border-radius:8px;
  margin:0 10px 4px -6px;
  -webkit-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
}

.photo_gallery_image:hover {
  border:6px solid #ffffff;
  -webkit-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
}