@charset "UTF-8";

UTF-8;
  /* Fonts */
  /* cyrillic-ext */
  @font-face {
    font-family:'Pacifico';
    font-style:normal;
    font-weight:400;
    src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format("woff2");
    unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }

  /* cyrillic */
  @font-face {
    font-family:'Pacifico';
    font-style:normal;
    font-weight:400;
    src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6D6MmTpA.woff2) format("woff2");
    unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }

  /* vietnamese */
  @font-face {
    font-family:'Pacifico';
    font-style:normal;
    font-weight:400;
    src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6I6MmTpA.woff2) format("woff2");
    unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Pacifico';
    font-style:normal;
    font-weight:400;
    src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6J6MmTpA.woff2) format("woff2");
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }

  /* latin */
  @font-face {
    font-family:'Pacifico';
    font-style:normal;
    font-weight:400;
    src:local('Pacifico Regular'),local(Pacifico-Regular),url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }

  a:visited,a:link,a:active,a:hover {
    color:grey;
  }

  a:link {
    text-decoration:none;
  }

  .jumptarget {
    padding-top:5px;
    margin-top:-5px;
  }

  /* General Reset */
  #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 {
    display:none;
  }

  #footer_bar,#header_bar {
    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_header_container {
    display:none;
  }

  .profile_section .heading {
    display:none;
  }

  #profile_schedule {
    display:none;
  }

  #profile_photo_galleries {
    display:none;
  }

  #profile_password_photo_galleries {
    display:none;
  }

  #profile_interests_content {
    display:none;
  }

  #profile_comments {
    display:none;
  }

  #profile_friends {
    display:none;
  }

  #profile {
    width:1000px;
    margin:0 auto;
    background-color:;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:fixed;
    background-attachment:fixed;
    -webkit-animation:fadeInAni 2s;
    -moz-animation:fadeInAni 2s;
    -o-animation:fadeInAni 2s;
    animation:fadeInAni 2s;
  }

  .profile_section {
    border-spacing:0;
  }

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

  /* Profile Main*/
  body {
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background:#9932cc;
    padding:0;
    margin:0;
    background:-moz-radial-gradient(center,ellipse cover,#ffffff 0%,#ffffff 55%,#f9f5f5 100%);
    background:-webkit-radial-gradient(center,ellipse cover,#ffffff 0%,#ffffff 55%,#f9f5f5 100%);
    background:radial-gradient(ellipse at center,#ffffff 0%,#ffffff 55%,#f9f5f5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f5f5',GradientType=1);
  }

  .topbarbackground {
    position:fixed;
    height:80px;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:10;
    background:#f5f5f5;
    box-shadow:0 0 60px rgba(66,64,65,0.25);
    -moz-box-shadow:0 0 60px rgba(66,64,65,0.25);
    -webkit-box-shadow:0 0 60px rgba(66,64,65,0.25);
    border-bottom:2px solid #6a197d;
  }

  .topbarmenu {
    vertical-align:top;
    display:inline-block;
    width:1000px;
    position:fixed;
    z-index:9999;
    text-align:center;
    list-style-type:none;
    padding:0;
    margin:0;
  }

  .topbarmenu li {
    float:left;
  }

  .topbarmenu a {
    display:block;
    position:relative;
    text-transform:uppercase;
    font-weight:bold;
  }

  .topbarlink {
    display:inline-block;
    position:relative;
    width:166px;
    height:80px;
    opacity:1;
    list-style-type:none;
    overflow:hidden;
    transition:all 250ms ease 0s;
  }

  .topbaricon {
    display:block;
    width:35px;
    margin-left:39px;
    margin-top:5px;
    opacity:.8;
  }

  .topbartext {
    display:block;
    position:relative;
    width:101px;
    color:#9c2bb7;
    font-size:12px;
    font-weight:400;
    text-align:center;
    margin-left:5px;
    margin-top:5px;
  }

  .topbarlink:hover .topbartext {
    color:#ffa5b0;
  }

  .topbarlink:hover .topbartext span {
    color:#ffa5b0;
    transition:all 500ms ease 0s;
  }

  .topbarlink:hover .topbaricon {
    opacity:1;
  }

  .topbarlink:hover .line {
    background-color:grey;
    height:2px;
  }

  .topbartext span {
    color:#484848;
  }

  .line {
    display:block;
    position:relative;
    height:1px;
    width:41px;
    background-color:rgb(218,216,217);
    margin-top:-8px;
    margin-left:35px;
    transition:all 500ms ease 0s;
  }

  .aboutme {
    display:inline-block;
    position:relative;
    margin:0 auto;
    width:1000px;
    background:url();
    background-size:1000px 800px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(230,208,205,0);
    z-index:8;
    border:1px solid yello;
  }

  .aboutme h1 {
    display:block;
    position:relative;
    width:1000px;
    margin-left:-28px;
    text-align:center;
    font-family:'Pacifico',sans-serif;
    font-weight:200;
    font-size:100px;
    color:#9c2bb7;
    text-shadow:0 10px 5px rgba(0,0,0,0.15);
  }

  .aboutme h1 span {
    color:#6a197d;
    margin-left:1px;
  }

  .aboutme h2 {
    display:block;
    position:relative;
    width:800px;
    margin-left:100px;
    margin-top:-65px;
    text-align:center;
    text-transform:uppercase;
    font-weight:200;
    font-size:34px;
    color:#989898;
  }

  .aboutme h3 {
    display:block;
    position:relative;
    width:1000px;
    margin-left:-32px;
    margin-top:-50px;
    text-align:center;
    font-weight:600;
    font-size:15px;
    color:#ffa5b0;
    letter-spacing:1px;
    padding-bottom:10px;
    border-bottom:4px solid rgba(120,75,130,0.2);
    text-transform:uppercase;
  }

  .aboutmepic {
    display:inline-block;
    position:relative;
    margin-top:5px;
    margin-left:100px;
    box-shadow:rgba(61,75,80,0.5) 0 10px 20px;
    border-radius:3px;
    border:solid 1px darkgray;
  }

  .aboutmetext {
    display:inline-block;
    position:absolute;
    margin-left:40px;
    height:320px;
    width:450px;
    font-size:16px;
    color:rgb(127,133,136);
    letter-spacing:2px;
    line-height:24px;
  }

  .aboutmetext span {
    line-height:20px;
  }

  .tipcontainer {
    display:block;
    position:relative;
    width:1000px;
    text-align:center;
    z-index:2;
    margin:60px auto;
    margin-bottom:0;
  }

  .titlebar {
    display:block;
    position:relative;
    width:800px;
    height:100px;
    text-align:center;
    margin-left:80px;
  }

  .titlebar h2 {
    font-family:'Pacifico',sans-serif;
    color:#6a197d;
    text-transform:uppercase;
    font-size:30px;
    font-weight:200;
    letter-spacing:5px;
    padding-bottom:10px;
    border-bottom:1px dashed rgba(128,128,128,0.4);
  }

  .titlebar h2 span {
    font-size:31px;
    font-weight:400;
    color:#484848;
  }

  .titlebar p {
    font-size:13px;
    color:#7b5157;
    font-weight:200;
    margin-top:-16px;
  }

  .tipbox {
    display:inline-block;
    position:relative;
    text-align:center;
    height:100px;
    width:100px;
    box-shadow:rgba(150,150,150,0.2) 0 5px 10px;
    z-index:2;
    background:rgb(192,180,180);
    padding:12px;
    overflow:hidden;
    transition:all 500ms ease 0s;
    margin:5px;
    border-radius:90px;
  }

  .tipbox:hover {
    z-index:2;
    background-color:purple;
  }

  .tipbox:hover .tiptokens {
    color:#ffa5b0;
  }

  .offlinetipbox {
    display:inline-block;
    position:relative;
    text-align:center;
    height:50px;
    width:800px;
    box-shadow:rgba(150,150,150,0.2) 0 5px 10px;
    z-index:2;
    background:rgb(192,180,180,0.3);
    padding:12px;
  }

  .tiptext {
    font-family:courier,sans-serif;
    color:rgb(255,255,255);
    font-weight:400;
    font-size:16px;
    text-align:center;
    margin-top:5px;
    height:50px;
  }

  .tiptokens {
    font-family:courier,sans-serif;
    font-size:20px;
    font-weight:bold;
    height:50px;
    line-height:18px;
    color:#9c2bb7;
    margin-top:5px;
  }

  .tiptokens div {
    color:white;
    font-size:16px;
  }

  .highesttipper {
    display:inline-block;
    position:relative;
  /* width: 280px; */
  /* height: 100px; */
    background-color:rgba(255,255,255,0.5);
    box-shadow:rgba(150,150,150,0.2) 0 10px 30px;
    padding:10px 30px;
    margin:20px;
    border-radius:3px;
    margin-left:-15px;
  }

  .highesttipper h1 {
    color:#CD6CE7;
    font-weight:bold;
    font-size:30px;
    text-transform:uppercase;
    letter-spacing:4px;
    padding-bottom:10px;
    margin-top:12px;
    border-bottom:4px dashed rgba(128,128,128,0.4);
  }

  .highesttipper h3 {
    color:#6a197d;
    font-size:23px;
    margin-top:-5px;
  }

  .highesttipper h3 span {
    color:rgb(105,103,103);
  }

  .tipmemenu {
    margin-left:-49px;
  }

  .tipmemenu a {
    color:#6a197d;
  }

  .mfcframe iframe {
    width:1000px;
    height:1000px;
    background-color:rgba(255,255,255,0.4);
    padding-top:20px;
    padding-bottom:20px;
    transform:scale(0.9,0.9);
    margin-top:-50px;
    box-shadow:rgba(140,132,132,0.25) 0 25px 50px;
    border-radius:3px;
    margin-left:-40px;
  }

  .offlinetip {
    color:#6a197d;
    font-size:24px;
    font-weight:200;
    letter-spacing:5px;
    margin-left:-39px;
  }

  .offlinetip a {
    color:#CD6CE7;
  }

  .offlinetip a:hover {
    color:#9c58af;
  }

  .blurb1 {
    font-family:'Pacifico',sans-serif;
    color:#6a197d;
    font-size:20px;
    font-weight:bold;
    margin-top:14px;
  }

  .blurb2 {
  }

  .blurb3 {
    color:#ffa5b0;
  }

  .clubpiccontainer {
    display:block;
    position:relative;
    width:1000px;
    text-align:center;
    z-index:2;
    margin:0 auto;
    overflow:hidden;
    margin-left:-28px;
  }

  .clubpic {
    display:inline-block;
    position:relative;
    margin-top:5px;
    margin-left:10px;
    box-shadow:rgba(61,75,80,0.2) 0 10px 20px;
    border-radius:12px;
    border:solid 1px black;
    height:300px;
    transition:all 500ms ease 0s;
    opacity:.9;
  }

  .clubpic:hover {
    opacity:1;
  }

  /* Page Fade In */
  @-webkit-keyframesfadeInAni0opacity:0
  100 {
    
  }  
}

@-moz-keyframes fadeInAni {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@-o-keyframes fadeInAni {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@keyframes fadeInAni {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}