@charset "UTF-8";

.user-embed .profile-left .nick-container a.h2 {
  font-size:24px;
  color:rgd(120,0,32);
}

#member_status_value {
  margin:0 auto;
  text-transform:uppercase;
  background:rgba(224,40,48,0.7);
  box-shadow:rgba(178,53,90,1) 3px 5px 20px 1px;
  border-top:3px solid rgb((224,0,8));
  border-right:5px solid rgb(224,0,8);
  border-bottom:3px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:0 0 25px 25px;
  left:3%;
  line-height:20px;
  position:fixed;
  top:0;
  width:90px;
  text-align:center;
  z-index:155;
}

#member_status_value a {
  text-decoration:none;
}

#profile_header_container {
  position:absolute;
}

::-webkit-scrollbar {
  width:12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:rgba(255,10,20,0.8);
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.7);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(255,0,0,0.4);
}

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

a:visited {
  color:white;
}

body {
  font-size:1rem;
  line-height:1;
  color:rgb(255,255,255);
  padding:0;
  margin:0;
}

body {
  background-image:url(https://s5.postimg.cc/872ppnu87/phon.jpg);
  background-color:grey;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

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

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.navbar {
  margin:0 auto;
  left:5px;
  right:-5px;
  position:fixed;
  height:33px;
  width:75%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  box-shadow:rgba(178,53,90,1) 3px 5px 20px 1px;
  background:rgba(224,40,48,0.7) none repeat scroll 0 0 / auto padding-box border-box;
  border-top:2px none rgb(128,128,128);
  border-right:5px solid rgb(224,0,8);
  border-bottom:3px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:0 0 50px 50px;
}

nav {
  display:block;
  text-align:center;
  z-index:9999;
}

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

.nav a {
  display:block;
  color:rgba(214,217,219,1.00);
  text-decoration:none;
  padding-top:10px;
  padding-bottom:40px;
  position:relative;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-style:normal;
}

.nav {
  vertical-align:top;
  display:inline-block;
  width:940px;
  position:fixed;
  z-index:9999;
  margin:0 auto;
  text-align:center;
}

.nav li {
  position:relative;
}

.nav > li {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  font-style:normal;
  text-transform:uppercase;
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.nav li:hover > a {
  color:rgba(183,201,47,1.00);
}

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

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

#footer_bar,#header_bar,#status_label {
  display:none;
}

#about_me_label,#profile_about_me > div:nth-child(1) {
  display:none;
}

#tags_container,#tags_label,#tags_value {
  display:none;
}

#profile_main_photo,#profile_avatar,#avatar_holder {
  display:none;
}

#blurb_container {
  display:none;
}

#profile {
  width:940px;
  margin:0 auto;
  background-color:rgba(0,0,0,1);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  line-height:1.25;
  color:black;
  box-shadow:0 0 20px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);
  opacity:1;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
  font-family:'Poppins',sans-serif;
}

#profile_header {
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:rgba(0,0,0,1);
  margin:20px auto;
  padding:0;
  width:940px;
  height:50px;
  line-height:70px;
  font-size:25px;
  font-family:'Bubbler One',sans-serif;
  text-transform:capitalize;
  text-align:center;
  letter-spacing:-1px;
  font-weight:300;
  display:none;
}

.profile_section_content {
  z-index:auto;
  padding:0;
  margin:0;
}

#profile_aboutme {
  margin:25px 0 0;
}

#meet_aboutme_value {
  display:block;
  margin:0 auto;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  box-shadow:none;
}

#img_preview,#img_preview img {
  background:rgba(0,0,0,0);
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
}

.images {
  padding:10px;
  margin:10px;
}

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

.notice {
  color:rgba(8,8,8,0.8);
}

#profile_schedule {
  margin:0 auto;
  position:relative;
  padding-top:50px;
  display:none;
}

#profile_schedule .container {
  background-color:rgba(0,0,0,0.0);
  border:solid 0 green;
  margin-left:215px;
  display:inline-block;
  width:511px;
  height:35px;
}

#profile_schedule .label {
  display:inline-block;
  width:30px;
  font-family:'Poppins',sans-serif;
  font-size:16px;
  text-align:right;
  color:grey;
  border:solid 0 red;
  font-weight:1000;
}

#profile_schedule .value {
  display:inline-block;
  width:400px;
  font-size:16px;
  font-family:'Poppins',sans-serif;
  color:white;
  text-align:center;
  border:solid 0 blue;
  font-weight:1000;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'Poppins',sans-serif;
  text-align:center;
  font-size:11px;
  margin:10px auto 35px;
  color:white;
  font-weight:1000;
}

#profile_photo_galleries {
  position:relative;
  margin:70px auto;
}

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  padding-top:30px;
}

#profile_password_photo_galleries .container {
  background-color:rgba(0,0,0,0.3);
  border-style:solid;
  border-width:1px;
  position:relative;
  top:15px;
  left:10px;
  display:inline-block;
  width:125px;
  height:125px;
  margin:0 auto;
  padding:0;
  margin-left:0;
}

.photo_gallery_link {
  display:inline-block;
}

.photo_gallery_preview {
  margin:0;
  text-align:center;
  display:inline-block;
  width:188px;
  height:180px;
  border:solid 0 green;
  background-color:rgba(255,5,255,0);
}

.photo_gallery_previews {
  text-align:center;
  border:solid 0 yellow;
  height:210px;
}

.photo_gallery_name,.photo_gallery_name a {
  font-family:'Nothing You Could Do',cursive;
  font-size:17px;
  text-decoration:none;
  letter-spacing:1px;
  color:#fb478d;
  font-weight:1000;
}

.photo_gallery_name,.photo_gallery_name a:hover {
  color:white;
}

.photo_gallery_count {
  font-family:'Poppins',sans-serif;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1px;
  color:white;
  font-weight:1000;
}

.photo_gallery_image {
  width:120px;
  height:120px;
  border-radius:20%;
  border:5px dotted white;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.photo_gallery_image:hover {
  border:5px dotted #fb478d;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
}

#password_photo_gallery_previews .photo_gallery_preview > .photo_gallery_link {
  background-image:url(https://s19.postimg.org/unc2npisj/Lock.png);
  background-repeat:no-repeat;
  background-size:110%;
  background-position:50%;
  height:140px;
  width:auto;
  border:solid 0 blue;
}

.photo_gallery_lock {
  visibility:hidden;
}

#firsttab {
  display:block;
  position:relative;
  margin:0 auto;
  height:743px;
  width:940px;
  background:url(https://s5.postimg.cc/pf98uyktz/meom.jpg);
  background-size:940px 743px;
  background-repeat:no-repeat;
  background-position:top center;
  border-top:0 none rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:50px;
  box-shadow:rgba(178,53,90,1) 1px 3px 30px 5px,rgba(188,206,49,1.3) 3px 5px 70px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#firsttab:hover {
  border-top:0 none rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:55px;
  box-shadow:rgba(178,53,90,1.3) 3px 5px 55px 7px,rgba(188,206,49,1.3) 3px 5px 55px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#contenitorebottoni {
  display:inline-block;
  position:relative;
  float:left;
  width:80px;
  hight:80px;
  margin-top:617px;
  margin-left:108px;
  -ms-transform:rotate(-8.4deg);
  -webkit-transform:rotate(-8.4deg);
  transform:rotate(-8.4deg);
}

#insta {
  display:inline-block;
  position:relative;
  float:left;
  background-size:100%;
  background-repeat:no-repeat;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

#insta {
  height:31px;
  width:31px;
  background-image:url(https://s19.postimg.org/ofw1mqqg3/instagram.png);
  margin-right:10px;
}

#insta:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  opacity:.6;
}

#secondtab {
  display:block;
  position:relative;
  margin:0 auto;
  height:743px;
  width:940px;
  background-image:url(https://s5.postimg.cc/g8p0qshwn/seco.jpg);
  background-size:940px 743px;
  background-repeat:no-repeat;
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:50px;
  box-shadow:rgba(178,53,90,1) 1px 3px 30px 5px,rgba(188,206,49,1.3) 3px 5px 70px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#secondtab:hover {
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:55px;
  box-shadow:rgba(178,53,90,1.3) 3px 5px 55px 7px,rgba(188,206,49,1.3) 3px 5px 55px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

.abtx {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  width:460px;
  height:550px;
  margin-top:190px;
  margin-right:33px;
  overflow:hidden;
  font-family:Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,"sans-serif";
  font-style:normal;
  font-size:13px;
  line-height:24px;
  font-weight:400;
  text-align:right;
  color:#c7c7c7;
}

#MFCshare {
  display:block;
  position:relative;
  margin:0 auto;
  height:743px;
  width:940px;
  background-image:url(https://s5.postimg.cc/rcakcxdmv/shara.jpg);
  background-size:940px 743px;
  background-repeat:no-repeat;
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:50px;
  box-shadow:rgba(178,53,90,1) 1px 3px 30px 5px,rgba(188,206,49,1.3) 3px 5px 70px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#MFCshare:hover {
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:55px;
  box-shadow:rgba(178,53,90,1.3) 3px 5px 55px 7px,rgba(188,206,49,1.3) 3px 5px 55px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

.frame {
  margin-top:100px;
}

#thirdtab {
  display:block;
  position:relative;
  margin:0 auto;
  height:743px;
  width:940px;
  background:url(https://s5.postimg.cc/tf0okwm9j/tip.jpg) no-repeat;
  background-size:940px 743px;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:30px;
  font-weight:400;
  letter-spacing:0;
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:50px;
  box-shadow:rgba(178,53,90,1) 1px 3px 30px 5px,rgba(188,206,49,1.3) 3px 5px 70px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#thirdtab:hover {
  border-top:1px solid rgb(224,0,8);
  border-right:5px solid rgb(188,206,49);
  border-bottom:1px solid rgb(224,0,8);
  border-left:5px solid rgb(224,0,8);
  border-radius:55px;
  box-shadow:rgba(178,53,90,1.3) 3px 5px 55px 7px,rgba(188,206,49,1.3) 3px 5px 55px 7px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

#tipm {
  bottom:0;
  color:rgb(128,128,128);
  float:left;
  overflow-y:scroll;
  height:550px;
  left:0;
  position:relative;
  right:0;
  text-align:center;
  text-decoration:none solid rgb(128,128,128);
  top:0;
  width:400px;
  column-rule-color:rgb(128,128,128);
  perspective-origin:122.156px 275px;
  transform-origin:122.156px 275px;
  caret-color:rgb(128,128,128);
  border:0 none rgb(128,128,128);
  font:normal normal 400 normal 14px / 30px Poppins,sans-serif;
  margin:100px 0 0 100px;
  outline:rgb(128,128,128) none 0;
}

.bar {
  color:rgb(0,0,0);
  height:auto;
  opacity:.78;
  margin-bottom:5px;
  margin-left:15px;
  text-align:left;
  background:rgba(38,10,34,0.7);
  width:325px;
  border-top:1px solid rgb(224,0,8);
  border-right:1px solid rgb(188,206,49);
  border-bottom:0 none rgb(224,0,8);
  border-left:1px solid rgb(224,0,8);
  border-radius:15px;
  box-shadow:rgba(178,93,90,1.3) 3px 3px 10px 3px,rgba(188,206,49,1.3) 3px 3px 30px 3px;
}

#tp,#tits,#ass,#dp,#out,#ft,#td {
  height:30px;
  text-align:center;
  border-radius:20px 20px 50px 50px;
  width:325px;
  background:rgb(184,50,90);
  column-rule-color:rgb(128,128,58);
  perspective-origin:122.156px 15.5px;
  transform-origin:122.156px 15.5px;
  caret-color:rgb(128,128,128);
  border-bottom:1px solid rgb(228,128,28);
  font:normal normal 400 normal 14px / 30px Poppins,sans-serif;
  outline:rgb(128,128,128) none 0;
}

.hed {
  color:rgb(128,128,128);
  height:30px;
  margin-left:8px;
  text-align:left;
  text-decoration:none solid rgb(128,128,128);
  width:300px;
  font:normal normal 400 normal 14px / 30px Poppins,sans-serif;
  outline:rgb(128,128,128) none 0;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
}

.hed:hover {
  background:rgba(140,140,140,0.52);
  border-radius:10px;
  box-shadow:rgba(178,53,90,1.3) 2px 1px 10px 1px,rgba(188,206,49,1.3) 3px 1px 10px 1px;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
}

.ahref {
  color:rgb(255,255,255);
  letter-spacing:1px;
  text-align:center;
  text-decoration:none;
  column-rule-color:rgb(255,255,255);
  caret-color:rgb(255,255,255);
  border:0 none rgb(255,255,255);
  font:normal normal 400 normal 19px / 10px Poppins,sans-serif;
  outline:rgb(255,255,255) none 0;
}

.cost {
  color:rgba(163,99,227,1.00);
  cursor:pointer;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none solid rgb(231,71,141);
  text-indent:-3000px;
  column-rule-color:rgb(251,71,141);
  caret-color:rgb(251,71,141);
  border:0 none rgb(251,71,141);
  font:normal normal 400 normal 14px / 10px "hobo std";
  margin:0 -1px 0 5px;
  outline:rgb(251,71,141) none 0;
}

.tok {
  color:rgba(185,182,182,1.00);
  cursor:pointer;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none solid rgb(158,154,154);
  text-indent:-3000px;
  column-rule-color:rgb(158,154,154);
  caret-color:rgb(158,154,154);
  border:0 none rgb(158,154,154);
  font:italic normal 200 normal 10px / 30px Poppins;
  outline:rgb(158,154,154) none 0;
}

#SPAN_177,#SPAN_277,#SPAN_377,#SPAN_477,#SPAN_577,#SPAN_677,#SPAN_777 {
  color:rgb(255,255,255);
  letter-spacing:1px;
  text-align:center;
  text-decoration:none solid rgb(255,255,255);
  text-indent:-3000px;
  text-transform:uppercase;
  column-rule-color:rgb(255,255,255);
  caret-color:rgb(255,255,255);
  border:0 none rgb(255,255,255);
  font:normal bold 400 normal 15px / 30px Poppins,sans-serif;
  outline:rgb(255,255,255) none 0;
}

/*#SPAN_177, #SPAN_182, #SPAN_192, #SPAN_202, #SPAN_212, #SPAN_222, #SPAN_232, #SPAN_242*/
.title {
  color:rgba(235,232,232,1.00);
  cursor:pointer;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none solid rgb(255,255,255);
  text-indent:-3000px;
  text-transform:uppercase;
  column-rule-color:rgb(255,255,255);
  caret-color:rgb(255,255,255);
  border:0 none rgb(255,255,255);
  font:normal normal 400 normal 11px / 30px Poppins,sans-serif;
  outline:rgb(255,255,255) none 0;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:900px;
  height:100px;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:initial;
  transition-property:width;
  padding-top:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-left:12px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.3);
  clear:both;
}

textarea:focus {
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:initial;
  transition-property:height;
}

.user_comment_textarea_big {
  width:900px;
  height:150px;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  color:rgb(0,0,0);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:Gabriela,"Palatino Linotype","Book Antiqua",Palatino,serif;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
  font-size:18px;
  clear:both;
}

.wall_post_avatar img {
  background-image:url(https://mfcpro.files.wordpress.com/2016/07/empty_avatar.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-size:100%;
  background-position-x:center;
  background-position-y:top;
  background-color:rgb(241,241,241);
  margin-top:1px;
  margin-left:-5px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:initial;
  transition-property:all;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgba(255,255,255,0);
  border-right-color:rgba(255,255,255,0);
  border-bottom-color:rgba(255,255,255,0);
  border-left-color:rgba(255,255,255,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  width:70px;
  height:70px;
}

.wall_post_avatar:hover img {
  box-shadow:rgb(102,102,102) 0 0 6px;
}

#wall_poster_avatar,#wall_poster_username {
  display:none;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:rgb(204,204,204);
}

.img_radius_shadow {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  color:rgb(85,85,85);
  padding-top:8px;
  padding-right:12px;
  padding-bottom:8px;
  padding-left:12px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  transition-duration:.9s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  font-family:Gabriela,"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post a,.wall_post a:visited {
  color:rgb(85,85,85);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.wall_post a:hover {
  color:rgb(175,7,88);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

div#comments {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  margin-top:30px;
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

form#new_comment.hidden {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0);
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
}