@charset "UTF-8";

UTF-8;
UTF-8;
UTF-8;
#tags_label {
  display:none;
}

#stuff {
  width:960px;
  overflow:hidden;
  position:relative;
  margin:20px 0 0;
  text-align:center;
}

#tags_value {
  display:none;
}

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#ffffff;
  background-color:#000000;
  background-image:url();
  background-position:top 30px left,bottom right 40px,top left;
  background-repeat:repeat,repeat,repeat;
  background-attachment:fixed;
  padding:0;
}

a,a:visited {
  color:#000000;
  text-decoration:none;
}

a:hover,a:focus {
  color:#222;
  text-decoration:underline;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

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

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

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

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

#profile {
  width:1000px;
  margin:30px auto -10px;
  background:rgba(3,3,3,1) url(http://fs1.directupload.net/images/171104/mhwwdk3k.jpg) top center no-repeat;
  box-shadow:0 0 5px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:3px;
  margin-left:91px;
  background-color:#043fc9;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#bfbfbf;
  color:#000000;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

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

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
  font-family:'Trebuchet MS',Helvetica,sans-serif;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#222;
  background-color:#FFB3CD;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#222;
  background-color:#FFB3CD;
  *background-color:#FFB3CD;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#ccc;
  -moz-box-shadow:0 0 4px #000 inset;
  -webkit-box-shadow:0 0 4px #000 inset;
  box-shadow:0 0 4px #000 inset;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#222;
  font-size:14px;
}

textarea:hover {
  margin:10px 15px;
  width:760px!important;
  background:#ccc;
  -moz-box-shadow:0 0 4px #000 inset;
  -webkit-box-shadow:0 0 4px #000 inset;
  box-shadow:0 0 4px #000 inset;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#222;
  font-size:14px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.wall_post_avatar {
  padding:5px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-top:1px solid #ccc;
  border-bottom:1px inset rgba(153,153,153,.6);
  background:rgb(226,226,226);
  background:-moz-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,226,226,1)),color-stop(50%,rgba(219,219,219,1)),color-stop(51%,rgba(209,209,209,1)),color-stop(100%,rgba(254,254,254,1)));
  background:-webkit-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-o-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-ms-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:linear-gradient(to bottom,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0);
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .3s ease-in-out;
}

.wall_post_avatar:hover,.wall_post_avatar>.img:hover {
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-transform:rotate(12deg);
  -moz-transform:skewx(0deg) translatex(20px);
  -webkit-transform:rotate(12deg);
  -o-transform:rotate(12deg);
  -ms-transform:rotate(12deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.2);
  -webkit-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
}

.wall_post_avatar> .img_radius_shadow:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}

.wall_post_avatar > img {
  border:1px inset #888;
}

.profile_section_background {
  border:1px solid rgba(51,51,51,.3);
}

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  xbackground:url(http://s26.postimg.org/gyqo7rc4p/bg_main.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/trr8dtr4.jpg) no-repeat;
  background-position:top;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/trr8dtr4.jpg) no-repeat;
  background-position:bottom;
}

.vsecret {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/2ba4cjxh.jpg) no-repeat;
  background-position:top;
}

.vsecret:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/2ba4cjxh.jpg) no-repeat;
  background-position:bottom;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/jgl6a4x7.jpg) no-repeat;
  background-position:top;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/jgl6a4x7.jpg) no-repeat;
  background-position:bottom;
}

.giftcard {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/vvc7uwi6.jpg) no-repeat;
  background-position:top;
}

.giftcard:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://fs5.directupload.net/images/160605/vvc7uwi6.jpg) no-repeat;
  background-position:bottom;
}

.amazon,.vsecret,.offtips,.giftcard {
  opacity:.7;
  border-radius:55px;
  border:2px solid #59adf5;
  margin-right:-400px;
  margin-block:-147px;
}

.amazon:hover,.vsecret:hover,.offtips:hover,.giftcard:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
  opacity:1;
  border-radius:0;
  border:2px solid #023bec;
}

#evid1 {
  position:relative;
  width:978px;
  height:325px;
  background-image:url(http://fs5.directupload.net/images/171104/bnzz6j7t.png);
  background-repeat:no-repeat;
  color:#FFF;
}

#evid2 {
  position:relative;
  width:978px;
  height:325px;
  background-image:url(http://fs5.directupload.net/images/171104/bnzz6j7t.png);
  background-repeat:no-repeat;
  color:#FFF;
}

#evid3 {
  position:relative;
  width:978px;
  height:325px;
  background-image:url(http://fs5.directupload.net/images/171104/bnzz6j7t.png);
  background-repeat:no-repeat;
  color:#FFF;
}

.frame::-webkit-scrollbar {
  height:9px;
  width:9px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  border-left:1px dotted #FFF;
  border-right:1px dotted #FFF;
}

.frame::-webkit-scrollbar-thumb {
  width:9px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#333;
}

.efe_x {
  text-shadow:0 1px 3px #000;
  width:240px;
  height:240px;
  float:left;
  display:block;
  position:relative;
  margin:30px 8px;
}

.efe_x img {
  width:240px;
  height:159px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -webkit-box-shadow:0 5px 10px 0 #000;
  -moz-box-shadow:0 5px 10px 0 #000;
  box-shadow:0 5px 10px 0 #000;
  position:relative;
}

.efe_x:hover img {
  opacity:.4;
}

.efe_x a {
  color:#FFF;
  font-weight:normal;
  width:100%;
  font-size:18px;
  text-align:center;
  display:block;
  float:left;
  margin-top:8px;
}

.efe_x a span {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  color:#CCC;
  text-transform:none;
}

.efe_x div {
  z-index:9999;
  display:none;
  opacity:0;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  position:absolute;
  top:0;
  left:0;
  width:222px;
  background:#000;
  background:rgba(0,0,0,0.7);
  padding:8px;
  border:1px solid #333;
}

.efe_x a div {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:normal!important;
  line-height:26px;
  text-align:center;
  color:#FFF;
  text-transform:uppercase;
  position:relative;
  top:0;
  background:url(http://fs5.directupload.net/images/160605/g6pvyjht.gif);
  height:34px;
  border:none!important;
  opacity:1!important;
  margin-top:5px;
}

.efe_x:hover div {
  display:block;
  opacity:1;
}

.efe_x div span {
  text-transform:none!important;
  line-height:16px;
  font-family:'Georgia';
  font-size:12px;
  text-align:left;
  color:#FFF;
  font-weight:bold;
}

.efe_x div span:before {
  content:'';
  color:#FFF;
  font-weight:bold;
}

.efe_x:hover a div,.vezi:hover a div {
  background:url(http://fs5.directupload.net/images/160605/g6pvyjht.gif);
}