@charset "UTF-8";

UTF-8;
body {
  margin:0 auto;
  width:100%!important;
  background-repeat:no-repeat;
  background-image:url(https://i.ibb.co/ZJsVHyJ/images.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-color:#fff;
  color:#555;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.0);
  filter:alpha(opacity=100);
  opacity:1;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

#username_container,#cam_score_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

#profile_friends {
  display:none;
  width:90%;
  margin:10px auto 30px!important;
  color:#444;
  padding:10px 13px;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%!important;
  margin:0!important;
}

#about_me_container .value {
  display:block;
  width:100%!important;
  margin:0!important;
}

body {
  overflow-x:hidden;
}

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:70%;
}

.center2 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.center3 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:40%;
}

.ad {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

/***Reset***/
h1,h2,h3,h4,h5,h6,p,a,img,body,html {
  padding:0;
  margin:0;
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%!important;
  margin:0!important;
}

#about_me_container .value {
  display:block;
  width:100%!important;
  margin:0!important;
}

/*********************Social Buttons********************/
.social {
  margin:25px auto;
  text-align:center;
}

.social img {
  display:block;
  width:60px;
  height:auto;
}

.social img:hover,.social a:hover img {
  display:block;
  width:60px;
  height:auto;
  transform:rotateY(365deg);
  -webkit-transform:rotateY(365deg);
}

.social a:link,.social a:visited {
  display:inline-block;
  padding:6px 11px;
  text-align:center;
  background-color:#8f0505;
  border-radius:5px;
  -webkit-border-radius:5px;
}

.social a:hover {
  box-shadow:0 14px 26px -12px rgba(185,39,39,1),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  -webkit-box-shadow:0 14px 26px -12px rgba(185,39,39,1),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
}