@charset "UTF-8";

UTF-8;
/* latin */
@font-face {
  font-family:"Merienda";
  font-style:normal;
  font-weight:400;
  src:local(Merienda),local(Merienda-Regular_0_wt),url(https://fonts.gstatic.com/l/font?kit=HpIethmdO-QzWd8PX5cE7XgShx1I3EQEk3P0UXxV4G1dxlT5RfGIy95sQWGkHIXZT_wDREvo4O6_6v9ljamcpjDjNODm32iLRYw2SNTAhDi20L9efk2PUOdb5H1Th4EY&skey=410a1b360191e647) format("woff2)","url(https://fonts.gstatic.com/l/font?kit=HscSUEya75LFrLtIa4V8SHgShx1I3EQEk3P0UXxV4G1dxlT5RfGIy95sQWGkHIXZT_wDREvo4O6_6v9ljamcpjDjNODm32iLRYw2SNTAhDi20L9efk2PUOdb5H1Th4EY&skey=410a1b360191e647") format("woff");
}

/* ===Hide MFC Elements ===*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_header,#tags_label,#tags_value,#profile_main_photo,#profile_about_me > div:nth-child(1) {
  display:none;
}

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

#avatar_holder {
  display:none;
}

#profile_avatar {
  display:none;
}

.label {
  letter-spacing:0;
}

:focus {
  outline:none;
}

/*===Image preloads===*/
#preloaded-images {
  position:absolute;
  overflow:hidden;
  left:-9999px;
  top:-9999px;
  height:1px;
  width:1px;
}

/*===Profile Header===*/
.profile-header {
  color:#FFFFFF;
  height:65px;
  margin:-10px auto 0;
  font-size:4em;
  font-family:'Merienda'!important;
  text-align:center;
  box-shadow:0 0 0 #000;
  text-shadow:1px 1px 4px #8846EB,-1px -1px 4px #8846EB;
  letter-spacing:-4px;
}

/*===Headings===*/
#profile_friends .heading {
  background-color:#F9BBCE;
  margin:0 -4px;
  height:50px;
}

#profile_password_photo_galleries .heading {
  background-color:#F9BBCE;
  margin:0;
  height:50px;
}

#profile_comments .heading {
  background-color:#F9BBCE;
  margin:0;
  height:50px;
}

/*===Social Networking===*/
#SocialNetworking {
  display:block;
  width:90%;
  height:110px;
  padding:0;
  position:relative;
  margin:14px auto;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  background:#F9BBCE;
  box-shadow:4px 5px 10px #F9BBCE;
}

div.iconcontainer {
  margin:auto;
  padding:0;
  width:825px;
  transition:width .5s ease-in-out;
  text-align:center;
}

.icontext {
  font-size:19pt;
}

.socialicon {
  display:inline-block;
  height:100px;
  width:100px;
  vertical-align:middle;
  background:-webkit-linear-gradient(#F9BBCE,#F9D6E1);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#F9BBCE,#F9D6E1);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#F9BBCE,#F9D6E1);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#F9BBCE,#F9D6E1);
/* Standard syntax (must be last) */
  border-radius:10px;
  position:relative;
  transition:top .5s ease-in-out;
  -webkit-transition:top .5s ease-in-out;
  padding:5px;
  margin:0;
  top:0;
  border:0;
}

.socialicon:hover {
  display:inline-block;
  height:100px;
  width:100px;
  top:10px;
  border-radius:10px;
  background:-webkit-linear-gradient(#F9BBCE,#F9D6E1);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#F9BBCE,#F9D6E1);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#F9BBCE,#F9D6E1);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#F9BBCE,#F9D6E1);
/* Standard syntax (must be last) */
  border:0;
}

.socialicon:after {
  display:inline-block;
  height:100px;
  width:100px;
  margin-top:0;
  border-radius:10px;
  background:-webkit-linear-gradient(#F9BBCE,#F9D6E1);
/* For Safari 5.1 to 6.0 */
  background:-o-linear-gradient(#F9BBCE,#F9D6E1);
/* For Opera 11.1 to 12.0 */
  background:-moz-linear-gradient(#F9BBCE,#F9D6E1);
/* For Firefox 3.6 to 15 */
  background:linear-gradient(#F9BBCE,#F9D6E1);
/* Standard syntax (must be last) */
  border:0;
}

.socialicon img {
  height:100%;
  width:100%;
  filter:invert(100%);
  -webkit-filter:invert(100%);
  -moz-filter:invert(100%);
  -o-filter:invert(100%);
  -ms-filter:invert(100%);
  -webkit-backface-visibility:hidden;
  image-rendering:auto;
  border:0;
}

.socialicon:hover img {
  filter:none;
  -webkit-filter:none;
  -moz-filter:none;
  -o-filter:none;
  -ms-filter:none;
  -webkit-backface-visibility:hidden;
  image-rendering:auto;
  height:100%;
  width:100%;
  border:0;
}

/*===Profile Body===*/
/* Raffles */
.rafflecontainer {
  text-align:center;
  overflow:hidden;
  white-space:normal;
  font-size:1.5em;
  background:#F9D6E1;
  list-style-type:inline;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #F9BBCE;
}

#raffle1 {
  width:33%;
  margin:auto;
  float:left;
}

#raffle2 {
  width:33%;
  margin:auto;
  float:left;
}

#raffle3 {
  width:33%;
  margin:auto;
  float:right;
}

/* End Raffle */
#profile_friends {
  margin:0;
  padding:0;
  background:#F9D6E1;
  margin-bottom:-110px;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  box-shadow:0 0 15px #F9BBCE;
}

#average_rating_count {
  letter-spacing:0;
}

.boxcontainer {
}

.bannercontainer {
  width:50%;
  margin:auto;
}

.toptipperscontainer {
  width:75%;
  min-width:75%;
  margin:auto;
}

.videobox {
  height:500px;
  overflow:auto;
}

.boxes {
  text-align:center;
  overflow:hidden;
  white-space:normal;
  font-size:1.5em;
  background:#F9D6E1;
  list-style-type:inline;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #F9BBCE;
}

.boxtext {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  overflow:hidden;
}

.bigbox {
  overflow:auto;
  max-height:274px;
}

.boxtextcol {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  -webkit-column-count:5;
/* Chrome, Safari, Opera */
  -moz-column-count:5;
/* Firefox */
  column-count:5;
  -webkit-column-width:170px;
/* Chrome, Safari, Opera */
  -moz-column-width:170px;
/* Firefox */
  column-width:170px;
  -webkit-column-gap:10px;
/* Chrome, Safari, Opera */
  -moz-column-gap:10px;
/* Firefox */
  column-gap:10px;
  -moz-column-fill:auto;
/* Firefox */
  column-fill:auto;
}

.aboutmetext {
  float:right;
  text-align:right;
  width:65%;
  overflow:auto;
  padding:4px;
}

.aboutme {
  text-align:right;
  height:100%;
  overflow:auto;
  font-size:1.5em;
  background:url(http://i57.tinypic.com/ih4av9.png) no-repeat;
  background-size:100% 100%;
  list-style-type:none;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #F9BBCE;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#F9BBCE;
  color:#FFFFFF;
  margin:0;
  height:65px;
  font-size:3em;
  font-family:'Merienda'!important;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:15px 15px 0 0;
  -webkit-border-radius:15px 15px 0 0;
  -moz-border-radius:15px 15px 0 0;
  -o-border-radius:15px 15px 0 0;
  box-shadow:0 0 15px #F9BBCE;
  letter-spacing:-4px;
  text-shadow:2px 2px 6px #8846EB,-2px -2px 6px #8846EB;
  text-transform:none;
  clear:both;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  border:0;
  background:none;
}

#about_me_value {
  display:block;
}

#Home {
  display:block;
  position:absolute;
  top:-3000px;
  height:40px;
  width:40px;
}

#profile {
  width:940px;
  max-width:940px;
  margin:40px auto -10px;
  box-shadow:0 0 10px 7px #F9BBCE;
  border-radius:15px;
  font-size:.875em;
  line-height:1.25;
}

body {
  font-family:'Merienda'!important;
  font-size:1rem;
  line-height:1;
  color:#666666;
  letter-spacing:-2px;
  background-color:#F9BBCE;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-image:url(http://storage.hdphoto.hu/ildi/diamonds.jpg);
  padding:0;
  margin:0;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  -ms-animation-delay:1.5s;
}

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

.notice {
  opacity:0;
}

div {
  display:block;
}

/*===Galleries===*/
.holder {
  background:#F9D6E1;
  padding:2px;
  margin:0;
}

.holder a,.holder a:visited,a.jPagesPageNumber:link {
  background-color:#F9D6E1;
  border:0;
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.holder a:hover,.holder a:visited:hover,a.jPagesPageNumber:link:hover {
  background-color:#F9D6E1;
  border:0;
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

#password_photo_gallery_control {
  border:0;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
}

#photo_gallery_control {
  border:0;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
}

#profile_password_photo_galleries {
  padding-top:110px;
  margin-top:-15px;
}

#password_photo_gallery_previews {
  text-align:center;
  overflow:auto;
  font-size:20pt;
  min-height:525px;
  list-style-type:none;
  background:#ffffff no-repeat;
  background-size:100% 100%;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:0 0 15px 15px;
  -webkit-border-radius:0 0 15px 15px;
  -moz-border-radius:0 0 15px 15px;
  -o-border-radius:0 0 15px 15px;
  padding:0;
  margin-top:0;
}

#photo_gallery_previews {
  text-align:center;
  overflow:auto;
  font-size:20pt;
  list-style-type:none;
  background-color:#F9D6E1;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:0 0 15px 15px;
  -webkit-border-radius:0 0 15px 15px;
  -moz-border-radius:0 0 15px 15px;
  -o-border-radius:0 0 15px 15px;
  padding:0;
  margin-top:0;
}

.hidden_photo_gallery {
  background-color:#F9D6E1;
  -webkit-border-radius:15px 15px 15px 15px;
  -moz-border-radius:15px;
  -o-border-radius:15px 15px 15px 15px;
  box-shadow:0 0 15px #F9BBCE;
}

.images {
  background-color:#F9D6E1;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:0 0 15px 15px;
  -webkit-border-radius:0 0 15px 15px;
  -moz-border-radius:0 0 15px 15px;
  -o-border-radius:0 0 15px 15px;
  padding:5px;
}

.photo_gallery_image {
  background:#333;
  border:2px solid #333;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  border-radius:15px;
}

.photo_gallery_image:hover {
  border:2px solid rgba(82,0,0,1);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  opacity:.7;
  -moz-transform:rotate(-10deg);
  -webkit-transform:rotate(-10deg);
}

.photo_gallery_count {
  font-size:14pt;
  color:#FFFFFF;
  text-shadow:0 0 7px #000000;
}

/*===Comments===*/
#comments {
  background-color:#F9D6E1;
  border-bottom:4px solid #F9BBCE;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  border-radius:0 0 15px 15px;
}

#new_comment {
  background-color:#F9D6E1;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  margin:0;
}

#new_comment_login_message {
  background-color:#F9D6E1;
  border-left:4px solid #F9BBCE;
  border-right:4px solid #F9BBCE;
  margin:0;
  padding:4px;
}

.wall_post_info {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.wall_post_info a:link {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.wall_post_info a:link:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.wall_post_body a:link {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.wall_post_body a:link:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

.wall_post_body {
  padding:5px;
  border-bottom:4px solid #F9BBCE;
  border-bottom-width:100%;
  overflow:auto;
  width:98.7%;
}

.wall_post_body,.wall_post_info,.wall_post_time {
  background-color:#F9D6E1;
  font-size:14pt;
  padding:0 12px 0 0;
  word-spacing:4px;
  overflow:hidden;
  border-radius:10px;
}

.wall_post {
  padding:0;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
  border-radius:15px;
}

/*===Loader===*/
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-o-animation fadeIn {
  fromopacity:0;
}

to {
  opacity:1;
}  
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-in {
  opacity:0;
/* make things invisible upon start */
  -webkit-animation:fadeIn ease 1;
/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -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;
}

.fade-in.one {
  animation-delay:2s;
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -o-animation-delay:2s;
  -ms-animation-delay:2s;
}

/*===Effects===*/
.flip-horizontal {
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  -ms-filter:fliph;
/*IE*/
  filter:fliph;
/*IE*/
}

/* ===Video GIFs ===*/
table.videos td {
  width:10%;
}

.videorow {
  display:inline-block;
  width:auto;
  margin:0;
  padding:0 4px;
  height:250px;
}

.videocontainer {
  float:left;
  clear:right;
  margin:auto;
  padding:10px;
  font-size:20pt;
}

.videodesc {
  width:200px;
  height:50px;
  margin:auto;
  font-size:10pt;
  letter-spacing:-1px;
}

.tanc1 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://storage.hdphoto.hu/ildi/tanc1cover.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.tanc1:hover {
  height:200px;
  width:200px;
  background:url(http://storage.hdphoto.hu/ildi/tanc1.gif) no-repeat;
  margin:auto;
}

.tanc2 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://storage.hdphoto.hu/ildi/tanc2cover.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.tanc2:hover {
  height:200px;
  width:200px;
  background:url(http://storage.hdphoto.hu/ildi/tanc2.gif) no-repeat;
  margin:auto;
}

.furdo1 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://storage.hdphoto.hu/ildi/bath1cover.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.furdo1:hover {
  height:200px;
  width:200px;
  background:url(http://storage.hdphoto.hu/ildi/bath1cover.jpg) no-repeat;
  margin:auto;
}

.furdo2 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://storage.hdphoto.hu/ildi/bath2cover.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.furdo2:hover {
  height:200px;
  width:200px;
  background:url(http://storage.hdphoto.hu/ildi/bath2cover.jpg) no-repeat;
  margin:auto;
}

.furdo3 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://storage.hdphoto.hu/ildi/bath3cover.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.furdo3:hover {
  height:200px;
  width:200px;
  background:url(http://storage.hdphoto.hu/ildi/bath3cover.jpg) no-repeat;
  margin:auto;
}

.prizes {
  border-radius:15px;
}

a.video:link {
  color:#FFFFFF;
  font-size:20pt;
  text-decoration:none;
  display:block;
  width:100%;
  height:100%;
  position:relative;
  vertical-align:middle;
}

a.video:visited {
  color:#F9D6E1;
  text-decoration:none;
  display:block;
  width:100%;
  height:100%;
  position:relative;
  vertical-align:middle;
}

a.video:hover,a.video:focus {
  color:#F9BBCE;
  text-decoration:none;
  display:block;
  width:100%;
  height:100%;
  position:relative;
  vertical-align:middle;
}

a.ali:link {
  color:#FFFFFF;
  font-size:10pt;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

a.ali:link:hover {
  color:#F9BBCE;
  font-size:10pt;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

/* Banner */
.bannerimagesborderhack {
  position:absolute;
  height:142px;
  width:434px;
  top:-153px;
  left:-8px;
  border:9px solid #F9D6E1;
  border-radius:22px;
}

.bannerimages {
  position:relative;
}

.bannerjisel {
  width:52.4%;
}

.bannercover {
  position:absolute;
  z-index:2;
  bottom:0;
  right:0;
  background-color:#F9D6E1;
  height:16px;
  width:440px;
}

.exxxoticaraffle {
  min-height:750px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:;
  background-image:url(http://i62.tinypic.com/29xzvqu.jpg);
  border-radius:15px;
}

/*===Merch Links===*/
a.merch:link {
  color:#FFFFFF;
  font-size:20pt;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

a.merch:link:hover {
  color:#F9BBCE;
  font-size:20pt;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

img.merch {
  border:1px;
  border-color:transparent;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}

/*===Final Codes===*/
#show_strip_links_popup {
  font-size:8pt;
  color:#FFFFFF;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

#profile_load_more_comments {
  font-size:20pt;
  color:#FFFFFF;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

#profile_load_more_comments:hover {
  font-size:20pt;
  color:#F9BBCE;
  padding:0;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

* {
  -webkit-hyphens:none;
}

.neontext {
  font-size:18pt;
  color:#FFFFFF;
  text-shadow:0 0 4px #FFF,0 0 4px #FF2D95,0 0 4px #FF2D95,0 0 4px #FF2D95,0 0 4px #FF2D95,0 0 4px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

.neontext2 {
  font-size:18pt;
  color:#FFFFFF;
  text-shadow:4px 4px 14px #000,4px 4px 14px #000;
}

.raffleneon {
  font-size:12pt;
  color:#FFF;
  line-height:2;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  line-height:2.48;
}

::-webkit-scrollbar {
  -webkit-appearance:none;
  width:14px;
  height:14px;
}

::-webkit-scrollbar-thumb {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border:2px solid black;
  background-color:#F9BBCE;
}

::-webkit-scrollbar-thumb:hover {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border:2px solid black;
  background-color:#8846EB;
}

::-webkit-scrollbar-track-piece {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border:2px solid black;
  background-color:#F9D6E1;
}

/* Links */
a:link {
  font-size:12pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a:visited {
  font-size:12pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a:hover {
  font-size:12pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a:active {
  font-size:12pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

/* Gallery Links */
a.photo_gallery_link {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

a.photo_gallery_link:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

a.photo_gallery_link:visited {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

a.photo_gallery_link:visited:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
}

/* Neon Links */
a.neontext:link {
  font-size:18pt;
  color:#FFFFFF;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

a.neontext:visited {
  font-size:18pt;
  color:#FFFFFF;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

a.neontext:hover {
  font-size:18pt;
  color:#F9D6E1;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

a.neontext:active {
  font-size:18pt;
  color:#FFFFFF;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

a.neontext:visited:hover {
  font-size:18pt;
  color:#F9D6E1;
  text-shadow:0 0 2px #FFF,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95,0 0 2px #FF2D95;
  text-align:center;
  white-space:normal;
  word-wrap:normal;
}

.hidden {
  display:none;
}

/* Peepers */
.peepers {
  position:fixed;
  bottom:4px;
  left:4px;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

/* Cover */
.cover {
  position:fixed;
  top:50%;
  left:50%;
/* bring your own prefixes */
  transform:translate(-50%,-50%);
  z-index:9998;
}

/* Profile Designed By KittyOrTitty */
div.design {
  position:fixed;
  bottom:7px;
  right:7px;
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  z-index:9999;
  border:0;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

a.design:link {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a.design:visited {
  font-size:14pt;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a.design:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a.design:active {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}

a.design:active:hover {
  font-size:14pt;
  color:#F9BBCE;
  text-decoration:none;
  text-shadow:0 0 7px #000000;
  border:0;
}