@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(http://fonts.gstatic.com/s/merienda/v4/jzdtQ30m6V77-C5vjVpEXPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2"),url(http://fonts.gstatic.com/s/merienda/v4/4NYVQDcgs3Fbi_xdFMC7lPesZW2xOQ-xsNqO47m55DA.woff) format("woff");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  }

  /* ===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:Pacifico,Helvetica,sans-serif;
    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:#cb45e7;
    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:#89f0aa;
    box-shadow:4px 5px 10px #89f0aa;
  }

  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(#5cbdea,#72c6ed);
  /* For Safari 5.1 to 6.0 */
    background:-o-linear-gradient(#5cbdea,#72c6ed);
  /* For Opera 11.1 to 12.0 */
    background:-moz-linear-gradient(#5cbdea,#72c6ed);
  /* For Firefox 3.6 to 15 */
    background:linear-gradient(#5cbdea,#72c6ed);
  /* 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(#5cbdea,#72c6ed);
  /* For Safari 5.1 to 6.0 */
    background:-o-linear-gradient(#5cbdea,#72c6ed);
  /* For Opera 11.1 to 12.0 */
    background:-moz-linear-gradient(#5cbdea,#72c6ed);
  /* For Firefox 3.6 to 15 */
    background:linear-gradient(#5cbdea,#72c6ed);
  /* 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(#5cbdea,#72c6ed);
  /* For Safari 5.1 to 6.0 */
    background:-o-linear-gradient(#5cbdea,#72c6ed);
  /* For Opera 11.1 to 12.0 */
    background:-moz-linear-gradient(#5cbdea,#72c6ed);
  /* For Firefox 3.6 to 15 */
    background:linear-gradient(#5cbdea,#72c6ed);
  /* 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===*/
  #profile_friends {
    width:825px;
    margin:auto;
    padding:0;
    background:#e4a0f3;
    margin-bottom:0;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    border-bottom:4px solid #cb45e7;
    border-left:4px solid #cb45e7;
    border-right:4px solid #cb45e7;
    box-shadow:0 0 15px #cb45e7;
  }

  #average_rating_count {
    letter-spacing:0;
  }

  .boxcontainer {
  }

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

  .toptipperscontainer {
    width:825px;
    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;
  }

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

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

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

  .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 {
    text-align:center;
    word-wrap:break-word;
    width:100%;
    overflow:auto;
    padding:0;
  }

  div.aboutme {
    align:center;
    width:825px;
    margin:0 auto;
  }

  .aboutme {
    text-align:center;
    height:100%;
    overflow:auto;
    font-size:1.5em;
    background-size:100% 100%;
    list-style-type:none;
    margin-top:0 px;
    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';
    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;
  }

  #rules .heading {
    background:#e77945;
    color:#FFFFFF;
    margin:0;
    height:65px;
    font-size:3em;
    font-family:'Merienda';
    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 #45e779;
    letter-spacing:-4px;
    text-shadow:2px 2px 6px #cb45e7,-2px -2px 6px #cb45e7;
    text-transform:none;
  }

  #menu .heading {
    background:#e7cb45;
    color:#FFFFFF;
    margin:0;
    height:65px;
    font-size:3em;
    font-family:'Merienda';
    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 #e7cb45;
    letter-spacing:-4px;
    text-shadow:2px 2px 6px #cb45e7,-2px -2px 6px #cb45e7;
    text-transform:none;
  }

  .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';
    font-size:1rem;
    line-height:1;
    color:#666666;
    letter-spacing:-2px;
    background-color:#89f0aa;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-image:url(http://i.pinimg.com/originals/cc/bb/8a/ccbb8ad1d2d3a48bd7403b1637aa68c3.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:url(http://cdn.playbuzz.com/cdn/09c6e84b-3060-4d74-a854-6fefde14c218/0331524e-6109-4f63-8cc1-acccca8b14d4.jpg) 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;
}

.floridafirst {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/29z7iw4.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.floridafirst:hover {
  height:200px;
  width:200px;
  background:url(http://i57.tinypic.com/mmalid.jpg) no-repeat;
  margin:auto;
}

.dancetease {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i59.tinypic.com/zob1qt.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.dancetease:hover {
  height:200px;
  width:200px;
  background:url(http://i61.tinypic.com/dwyu1c.gif) no-repeat;
  margin:auto;
}

.bjtease {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/98u1y8.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.bjtease:hover {
  height:200px;
  width:200px;
  background:url(http://i59.tinypic.com/r8gkt2.gif) no-repeat;
  margin:auto;
}

.firststrip {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/2lwmxvk.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.firststrip:hover {
  height:200px;
  width:200px;
  background:url(http://giphy.com/gifs/VgNYfX5yoijOIo1m8n/html5) no-repeat;
  margin:auto;
}

.fourmonth {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/2962xt.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.fourmonth:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/2ijrdoh.gif) no-repeat;
  margin:auto;
}

.schoolgirl1 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i58.tinypic.com/10ppv2o.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.schoolgirl1:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/2w65pfp.gif) no-repeat;
  margin:auto;
}

.katsfap {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/zy8tqg.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.katsfap:hover {
  height:200px;
  width:200px;
  background:url(http://i58.tinypic.com/jparyw.gif) no-repeat;
  margin:auto;
}

.bath {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i62.tinypic.com/2re45q8.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.bath:hover {
  height:200px;
  width:200px;
  background:url(http://i62.tinypic.com/wryzw5.gif) no-repeat;
  margin:auto;
}

.ddsub {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i59.tinypic.com/2mr8lmx.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.ddsub:hover {
  height:200px;
  width:200px;
  background:url(http://i61.tinypic.com/migk79.gif) no-repeat;
  margin:auto;
}

.feet1 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/20u1ojn.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.feet1:hover {
  height:200px;
  width:200px;
  background:url(http://i62.tinypic.com/2s9ac6g.gif) no-repeat;
  margin:auto;
}

.feet2 {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/2ahs36w.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.feet2:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/2i7y71e.gif) no-repeat;
  margin:auto;
}

.halloween {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/30nhnau.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.halloween:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/21j88zt.gif) no-repeat;
  margin:auto;
}

.lollipop {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i62.tinypic.com/wkqrh2.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.lollipop:hover {
  height:200px;
  width:200px;
  background:url(http://i58.tinypic.com/23h58c3.gif) no-repeat;
  margin:auto;
}

.hitachi {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i61.tinypic.com/vr9hjc.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.hitachi:hover {
  height:200px;
  width:200px;
  background:url(http://i61.tinypic.com/5ue8g5.gif) no-repeat;
  margin:auto;
}

.buttstuff {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/1zf4fau.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.buttstuff:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/24cwq53.gif) no-repeat;
  margin:auto;
}

.dreamgf {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/28vqgec.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.dreamgf:hover {
  height:200px;
  width:200px;
  background:url(http://i59.tinypic.com/263yd79.gif) no-repeat;
  margin:auto;
}

.valentine {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/2hzj13t.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.valentine:hover {
  height:200px;
  width:200px;
  background:url(http://i62.tinypic.com/s656dh.gif) no-repeat;
  margin:auto;
}

.multicum {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/2v1azp0.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.multicum:hover {
  height:200px;
  width:200px;
  background:url(http://i61.tinypic.com/fx3qci.gif) no-repeat;
  margin:auto;
}

.silentcum {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/206boch.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.silentcum:hover {
  height:200px;
  width:200px;
  background:url(http://i58.tinypic.com/16huq6v.gif) no-repeat;
  margin:auto;
}

.alioilbutt {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i60.tinypic.com/2i900gi.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.alioilbutt:hover {
  height:200px;
  width:200px;
  background:url(http://i60.tinypic.com/1255aft.gif) no-repeat;
  margin:auto;
}

.alilapdance {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i61.tinypic.com/rlaq0g.gif) no-repeat;
  margin:auto;
  border-radius:15px;
}

.alilapdance:hover {
  height:200px;
  width:200px;
  background:url(http://i58.tinypic.com/bie6a.gif) no-repeat;
  margin:auto;
}

.silhouette {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i61.tinypic.com/wujigx.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.silhouette:hover {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i57.tinypic.com/24417r6.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.pantycum {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i58.tinypic.com/s44du8.jpg) no-repeat;
  margin:auto;
  border-radius:15px;
}

.pantycum:hover {
  height:200px;
  width:200px;
  color:#FFFFFF;
  text-shadow:2px 2px 6px #000000;
  background:url(http://i61.tinypic.com/24mtds7.jpg) no-repeat;
  margin:auto;
  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:0 0 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;
}

/* Profile Designed By */
div.design {
  position:fixed;
  bottom:0;
  right:0;
  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;
}