@charset "UTF-8";

UTF-8;
  a {
    background-color:transparent;
  }

  a:active,a:hover {
    outline:0;
  }

  img {
    border:0;
  }

  * {
    box-sizing:border-box;
  }

  ::before,::after {
    box-sizing:border-box;
  }

  html {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }

  body {
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:16px;
    line-height:1.42857;
    color:rgb(51,51,51);
    -webkit-animation:fadeIn 2s;
  /* Safari, Chrome and Opera > 12.1 */
    -moz-animation:fadeIn 2s;
  /* Firefox < 16 */
    -ms-animation:fadeIn 2s;
  /* Internet Explorer */
    -o-animation:fadeIn 2s;
  /* Opera < 12.1 */
    animation:fadeIn 2s;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }

    50% {
      opacity:0;
    }

    100% {
      opacity:1;
    }
  }

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

    50% {
      opacity:0;
    }

    100% {
      opacity:1;
    }
  }

  a {
    color:#fff;
    text-decoration:none;
  }

  a:hover,a:focus {
    color:#fff;
    text-decoration:none;
  }

  a:focus {
    outline:-webkit-focus-ring-color auto 5px;
    outline-offset:-2px;
  }

  img {
    vertical-align:middle;
  }

  .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display:block;
    max-width:100%;
    height:auto;
  }

  p {
    margin:0 0 10px;
  }

  ul,ol {
    margin-top:0;
    margin-bottom:10px;
  }

  ul ul,ol ul,ul ol,ol ol {
    margin-bottom:0;
  }

  .row {
    margin:20px auto 10px;
    padding:0 0 20px;
  }

  .row iframe {
    width:1200px;
    height:755px;
  }

  /* HEAD */
  .header_links {
    display:none;
  }

  #header_bar {
    display:none;
  }

  .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position:relative;
    min-height:1px;
    padding-right:10px;
    padding-left:10px;
  }

  .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float:left;
  }

  .col-xs-12 {
    width:100%;
  }

  .col-xs-8 {
    width:66.6667%;
  }

  .col-xs-6 {
    width:50%;
  }

  .col-xs-offset-2 {
    margin-left:16.6667%;
  }

  .clearfix::before,.clearfix::after,.dl-horizontal dd::before,.dl-horizontal dd::after,.form-horizontal .form-group::before,.form-horizontal .form-group::after,.btn-toolbar::before,.btn-toolbar::after,.btn-group-vertical > .btn-group::before,.btn-group-vertical > .btn-group::after,.pager::before,.pager::after,.panel-body::before,.panel-body::after,.modal-header::before,.modal-header::after,.modal-footer::before,.modal-footer::after {
    display:table;
    content:" ";
  }

  .clearfix::after,.dl-horizontal dd::after,.container::after,.container-fluid::after,.row::after,.form-horizontal .form-group::after,.btn-toolbar::after,.btn-group-vertical > .btn-group::after,.pager::after,.panel-body::after,.modal-header::after,.modal-footer::after {
    clear:both;
  }

  .visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display:none!important;
  }

  @media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
      float:left;
    }

    .col-sm-12 {
      width:100%;
    }

    .col-sm-11 {
      width:91.66666667%;
    }

    .col-sm-10 {
      width:83.33333333%;
    }

    .col-sm-9 {
      width:75%;
    }

    .col-sm-8 {
      width:66.66666667%;
    }

    .col-sm-7 {
      width:58.33333333%;
    }

    .col-sm-6 {
      width:50%;
    }

    .col-sm-5 {
      width:41.66666667%;
    }

    .col-sm-4 {
      width:33.33333333%;
    }

    .col-sm-3 {
      width:25%;
    }

    .col-sm-2 {
      width:16.66666667%;
    }

    .col-sm-1 {
      width:8.33333333%;
    }

    .col-sm-pull-12 {
      right:100%;
    }

    .col-sm-pull-11 {
      right:91.66666667%;
    }

    .col-sm-pull-10 {
      right:83.33333333%;
    }

    .col-sm-pull-9 {
      right:75%;
    }

    .col-sm-pull-8 {
      right:66.66666667%;
    }

    .col-sm-pull-7 {
      right:58.33333333%;
    }

    .col-sm-pull-6 {
      right:50%;
    }

    .col-sm-pull-5 {
      right:41.66666667%;
    }

    .col-sm-pull-4 {
      right:33.33333333%;
    }

    .col-sm-pull-3 {
      right:25%;
    }

    .col-sm-pull-2 {
      right:16.66666667%;
    }

    .col-sm-pull-1 {
      right:8.33333333%;
    }

    .col-sm-pull-0 {
      right:auto;
    }

    .col-sm-push-12 {
      left:100%;
    }

    .col-sm-push-11 {
      left:91.66666667%;
    }

    .col-sm-push-10 {
      left:83.33333333%;
    }

    .col-sm-push-9 {
      left:75%;
    }

    .col-sm-push-8 {
      left:66.66666667%;
    }

    .col-sm-push-7 {
      left:58.33333333%;
    }

    .col-sm-push-6 {
      left:50%;
    }

    .col-sm-push-5 {
      left:41.66666667%;
    }

    .col-sm-push-4 {
      left:33.33333333%;
    }

    .col-sm-push-3 {
      left:25%;
    }

    .col-sm-push-2 {
      left:16.66666667%;
    }

    .col-sm-push-1 {
      left:8.33333333%;
    }

    .col-sm-push-0 {
      left:auto;
    }

    .col-sm-offset-12 {
      margin-left:100%;
    }

    .col-sm-offset-11 {
      margin-left:91.66666667%;
    }

    .col-sm-offset-10 {
      margin-left:83.33333333%;
    }

    .col-sm-offset-9 {
      margin-left:75%;
    }

    .col-sm-offset-8 {
      margin-left:66.66666667%;
    }

    .col-sm-offset-7 {
      margin-left:58.33333333%;
    }

    .col-sm-offset-6 {
      margin-left:50%;
    }

    .col-sm-offset-5 {
      margin-left:41.66666667%;
    }

    .col-sm-offset-4 {
      margin-left:33.33333333%;
    }

    .col-sm-offset-3 {
      margin-left:25%;
    }

    .col-sm-offset-2 {
      margin-left:16.66666667%;
    }

    .col-sm-offset-1 {
      margin-left:8.33333333%;
    }

    .col-sm-offset-0 {
      margin-left:0;
    }
  }

  @media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
      float:left;
    }

    .col-md-12 {
      width:100%;
    }

    .col-md-11 {
      width:91.66666667%;
    }

    .col-md-10 {
      width:83.33333333%;
    }

    .col-md-9 {
      width:75%;
    }

    .col-md-8 {
      width:66.66666667%;
    }

    .col-md-7 {
      width:58.33333333%;
    }

    .col-md-6 {
      width:50%;
    }

    .col-md-5 {
      width:41.66666667%;
    }

    .col-md-4 {
      width:33.33333333%;
    }

    .col-md-3 {
      width:25%;
    }

    .col-md-2 {
      width:16.66666667%;
    }

    .col-md-1 {
      width:8.33333333%;
    }

    .col-md-pull-12 {
      right:100%;
    }

    .col-md-pull-11 {
      right:91.66666667%;
    }

    .col-md-pull-10 {
      right:83.33333333%;
    }

    .col-md-pull-9 {
      right:75%;
    }

    .col-md-pull-8 {
      right:66.66666667%;
    }

    .col-md-pull-7 {
      right:58.33333333%;
    }

    .col-md-pull-6 {
      right:50%;
    }

    .col-md-pull-5 {
      right:41.66666667%;
    }

    .col-md-pull-4 {
      right:33.33333333%;
    }

    .col-md-pull-3 {
      right:25%;
    }

    .col-md-pull-2 {
      right:16.66666667%;
    }

    .col-md-pull-1 {
      right:8.33333333%;
    }

    .col-md-pull-0 {
      right:auto;
    }

    .col-md-push-12 {
      left:100%;
    }

    .col-md-push-11 {
      left:91.66666667%;
    }

    .col-md-push-10 {
      left:83.33333333%;
    }

    .col-md-push-9 {
      left:75%;
    }

    .col-md-push-8 {
      left:66.66666667%;
    }

    .col-md-push-7 {
      left:58.33333333%;
    }

    .col-md-push-6 {
      left:50%;
    }

    .col-md-push-5 {
      left:41.66666667%;
    }

    .col-md-push-4 {
      left:33.33333333%;
    }

    .col-md-push-3 {
      left:25%;
    }

    .col-md-push-2 {
      left:16.66666667%;
    }

    .col-md-push-1 {
      left:8.33333333%;
    }

    .col-md-push-0 {
      left:auto;
    }

    .col-md-offset-12 {
      margin-left:100%;
    }

    .col-md-offset-11 {
      margin-left:91.66666667%;
    }

    .col-md-offset-10 {
      margin-left:83.33333333%;
    }

    .col-md-offset-9 {
      margin-left:75%;
    }

    .col-md-offset-8 {
      margin-left:66.66666667%;
    }

    .col-md-offset-7 {
      margin-left:58.33333333%;
    }

    .col-md-offset-6 {
      margin-left:50%;
    }

    .col-md-offset-5 {
      margin-left:41.66666667%;
    }

    .col-md-offset-4 {
      margin-left:33.33333333%;
    }

    .col-md-offset-3 {
      margin-left:25%;
    }

    .col-md-offset-2 {
      margin-left:16.66666667%;
    }

    .col-md-offset-1 {
      margin-left:8.33333333%;
    }

    .col-md-offset-0 {
      margin-left:0;
    }
  }

  @media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
      float:left;
    }

    .col-lg-12 {
      width:100%;
    }

    .col-lg-11 {
      width:91.66666667%;
    }

    .col-lg-10 {
      width:83.33333333%;
    }

    .col-lg-9 {
      width:75%;
    }

    .col-lg-8 {
      width:66.66666667%;
    }

    .col-lg-7 {
      width:58.33333333%;
    }

    .col-lg-6 {
      width:50%;
    }

    .col-lg-5 {
      width:41.66666667%;
    }

    .col-lg-4 {
      width:33.33333333%;
    }

    .col-lg-3 {
      width:25%;
    }

    .col-lg-2 {
      width:16.66666667%;
    }

    .col-lg-1 {
      width:8.33333333%;
    }

    .col-lg-pull-12 {
      right:100%;
    }

    .col-lg-pull-11 {
      right:91.66666667%;
    }

    .col-lg-pull-10 {
      right:83.33333333%;
    }

    .col-lg-pull-9 {
      right:75%;
    }

    .col-lg-pull-8 {
      right:66.66666667%;
    }

    .col-lg-pull-7 {
      right:58.33333333%;
    }

    .col-lg-pull-6 {
      right:50%;
    }

    .col-lg-pull-5 {
      right:41.66666667%;
    }

    .col-lg-pull-4 {
      right:33.33333333%;
    }

    .col-lg-pull-3 {
      right:25%;
    }

    .col-lg-pull-2 {
      right:16.66666667%;
    }

    .col-lg-pull-1 {
      right:8.33333333%;
    }

    .col-lg-pull-0 {
      right:auto;
    }

    .col-lg-push-12 {
      left:100%;
    }

    .col-lg-push-11 {
      left:91.66666667%;
    }

    .col-lg-push-10 {
      left:83.33333333%;
    }

    .col-lg-push-9 {
      left:75%;
    }

    .col-lg-push-8 {
      left:66.66666667%;
    }

    .col-lg-push-7 {
      left:58.33333333%;
    }

    .col-lg-push-6 {
      left:50%;
    }

    .col-lg-push-5 {
      left:41.66666667%;
    }

    .col-lg-push-4 {
      left:33.33333333%;
    }

    .col-lg-push-3 {
      left:25%;
    }

    .col-lg-push-2 {
      left:16.66666667%;
    }

    .col-lg-push-1 {
      left:8.33333333%;
    }

    .col-lg-push-0 {
      left:auto;
    }

    .col-lg-offset-12 {
      margin-left:100%;
    }

    .col-lg-offset-11 {
      margin-left:91.66666667%;
    }

    .col-lg-offset-10 {
      margin-left:83.33333333%;
    }

    .col-lg-offset-9 {
      margin-left:75%;
    }

    .col-lg-offset-8 {
      margin-left:66.66666667%;
    }

    .col-lg-offset-7 {
      margin-left:58.33333333%;
    }

    .col-lg-offset-6 {
      margin-left:50%;
    }

    .col-lg-offset-5 {
      margin-left:41.66666667%;
    }

    .col-lg-offset-4 {
      margin-left:33.33333333%;
    }

    .col-lg-offset-3 {
      margin-left:25%;
    }

    .col-lg-offset-2 {
      margin-left:16.66666667%;
    }

    .col-lg-offset-1 {
      margin-left:8.33333333%;
    }

    .col-lg-offset-0 {
      margin-left:0;
    }
  }

  @media (max-width: 767px) {
    .visible-xs {
      display:block!important;
    }

    table.visible-xs {
      display:table!important;
    }

    tr.visible-xs {
      display:table-row!important;
    }

    th.visible-xs,td.visible-xs {
      display:table-cell!important;
    }

    .visible-xs-block {
      display:block!important;
    }

    .visible-xs-inline {
      display:inline!important;
    }

    .visible-xs-inline-block {
      display:inline-block!important;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display:block!important;
    }

    table.visible-sm {
      display:table!important;
    }

    tr.visible-sm {
      display:table-row!important;
    }

    th.visible-sm,td.visible-sm {
      display:table-cell!important;
    }

    .visible-sm-block {
      display:block!important;
    }

    .visible-sm-inline {
      display:inline!important;
    }

    .visible-sm-inline-block {
      display:inline-block!important;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display:block!important;
    }

    table.visible-md {
      display:table!important;
    }

    tr.visible-md {
      display:table-row!important;
    }

    th.visible-md,td.visible-md {
      display:table-cell!important;
    }

    .visible-md-block {
      display:block!important;
    }

    .visible-md-inline {
      display:inline!important;
    }

    .visible-md-inline-block {
      display:inline-block!important;
    }
  }

  @media (min-width: 1200px) {
    .visible-lg {
      display:block!important;
    }

    table.visible-lg {
      display:table!important;
    }

    tr.visible-lg {
      display:table-row!important;
    }

    th.visible-lg,td.visible-lg {
      display:table-cell!important;
    }

    .visible-lg-block {
      display:block!important;
    }

    .visible-lg-inline {
      display:inline!important;
    }

    .visible-lg-inline-block {
      display:inline-block!important;
    }
  }

  @media (max-width: 767px) {
    .hidden-xs {
      display:none!important;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display:none!important;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display:none!important;
    }
  }

  @media (min-width: 1200px) {
    .hidden-lg {
      display:none!important;
    }
  }

  .visible-print {
    display:none!important;
  }

  @media print {
    .visible-print {
      display:block!important;
    }

    table.visible-print {
      display:table!important;
    }

    tr.visible-print {
      display:table-row!important;
    }

    th.visible-print,td.visible-print {
      display:table-cell!important;
    }
  }

  .visible-print-block {
    display:none!important;
  }

  @media print {
    .visible-print-block {
      display:block!important;
    }
  }

  .visible-print-inline {
    display:none!important;
  }

  @media print {
    .visible-print-inline {
      display:inline!important;
    }
  }

  .visible-print-inline-block {
    display:none!important;
  }

  @media print {
    .visible-print-inline-block {
      display:inline-block!important;
    }

    .hidden-print {
      display:none!important;
    }
  }

  html body {
    width:100%;
    margin:0 auto;
    padding:0;
    background-color:#FFF;
  }

  body:before {
    content:"";
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-10;
  }

  #profile {
    width:100%;
    margin:70px 0 50px;
  }

  #profile_main_about_holder {
    width:1200px;
    margin:0 auto;
  }

  a {
    color:#fff;
  }

  h3 {
    padding:0 25px;
    text-align:center;
  }

  #unix_last_broadcast_container,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_interests_content,#friends_container,#favorite_models_container,a[href="#wall"],#profile_friends,#automobile_container,#pets_container,#favorite_food_container,#school_container,#city_container,#profile_featured_video_content,#profile_header_container > .heading,#profile_header_container > #blurb_container,#profile_header_container > #unix_last_updated_container,#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries .profile_section,#password_photo_galleries .profile_section,#member_status_value {
    display:none!important;
  }

  #profile_schedule {
    width:1200px;
    display:block;
    margin:0 auto;
  }

  #profile_schedule .container {
    position:relative;
    display:inline-block;
    width:11%;
    height:100px;
    padding:5px;
    margin:20px 1% -10px;
  }

  #profile_schedule .label {
    display:block;
    width:100%;
    font-size:20px;
    letter-spacing:1px;
    text-align:center;
    font-weight:300;
  }

  #profile_schedule .value {
    position:relative;
    display:inline-block;
    font-size:16px;
    line-height:1em;
    margin-top:3px;
    text-align:center;
    font-weight:300;
  }

  #schedule_day_0_container,#schedule_day_1_container,#schedule_day_2_container,#schedule_day_3_container,#schedule_day_4_container,#schedule_day_5_container,#schedule_day_6_container,#schedule_converted {
    margin:0 auto;
    display:block;
  }

  .schedule_day_1_container {
  }

  #schedule_day_0_container {
    margin-left:4.4%!important;
  }

  #schedule_day_1_container {
    width:11.5%!important;
  }

  .emphasis {
    font-weight:300;
  }

  .emphasis:nth-child(1) {
    text-transform:lowercase;
  }

  #schedule_converted {
    text-align:center;
    font-weight:300;
    font-size:17px;
    letter-spacing:1px;
    padding:3px 0 30px;
  }  
}

#profile_header_container {
  min-height:0;
}

#profile_about_me_friends {
}

#cboxOverlay {
  background:rgba(0,0,0,0.65);
}

.holder {
  margin:0!important;
}

.profile_section {
  border-spacing:0!important;
}

.profile_section_content .heading {
  margin-top:20px;
  font-size:45px;
  letter-spacing:2px;
  font-weight:300;
  text-align:center;
  margin-bottom:0;
  padding:0;
}

.profile_section_content {
  z-index:auto;
  margin:0 auto;
  padding:0;
  border-radius:0 0 40px 40px;
  -webkit-border-radius:0 0 40px 40px;
  -moz-border-radius:0 0 40px 40px;
  -o-border-radius:0 0 40px 40px;
}

#profile_header_container {
  margin:0;
  min-height:0;
}

#about_me_container {
  display:block;
  margin:0;
}

#about_me_value {
  display:block;
}

.hidden {
  display:none;
}

a:hover {
  color:inherit;
}

@media (max-width:767px) {
  html body {
    width:100%;
    overflow-x:hidden;
  }
}

#fixed_background {
  display:block;
  height:initial;
  width:initial;
}

.footerbar {
  bottom:0;
  position:fixed;
  width:100%;
  height:24px;
  margin-left:0;
  -webkit-transform:translateZ(0);
  z-index:20;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.1);
}

.footerbar,.author,#member_type_value,#status_value,#status_label,#cam_score_container,#status_container,#status_container .label {
  color:#520000;
  font-weight:normal;
  font-size:15px!important;
  letter-spacing:1px;
  background:#f1efef;
  margin-left:0;
}

#cam_score_value,#cam_score_label {
  display:none!important;
}

.footerbar,#status_container,#cam_score_container,.author {
  animation-duration:3s;
  animation-timing-function:ease-out;
  animation-name:slidein-bottom;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-name:slidein-bottom;
  -moz-animation-duration:3s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-name:slidein-bottom;
  -o-animation-duration:3s;
  -o-animation-timing-function:ease-out;
  -o-animation-name:slidein-bottom;
}

#status_container {
  position:fixed;
  z-index:30;
  margin:0;
  bottom:3px;
  padding-left:10px;
  padding-right:200px;
}

#status_container .label {
  min-width:40px;
}

#profile_header_container {
  min-height:0;
}

#cam_score_container {
  position:fixed;
  bottom:0;
  z-index:25;
  margin:0 auto 1px;
  display:inline-block;
  width:100%;
  text-align:center;
}

#cam_score_label {
  padding-bottom:0;
  display:inline;
  margin-right:0;
  text-align:center;
}

#member_message_value {
  z-index:40!important;
  display:inline-block!important;
}

.author {
  margin-right:10px;
  position:fixed;
  bottom:2px;
  right:0;
  z-index:40;
}

#profile_header_container a,#profile_header_container a:visited,.author a,.author a:visited {
  text-decoration:none;
  color:#F1396D;
}

#profile_header_container a:hover,#profile_header_container a:focus,.author a:hover,.author a:focus {
  text-decoration:none;
  color:#382F32;
}

@media (max-width: 1220px) {
  .author {
    display:none;
  }

  #cam_score_container {
    padding-right:10px!important;
    text-align:right!important;
  }
}

@-webkit-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  80% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@-moz-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  80% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@-o-keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  80% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

@keyframes slidein-bottom {
  0% {
    margin-bottom:-100%;
  }

  80% {
    margin-bottom:-100%;
  }

  100% {
    margin-bottom:0;
  }
}

.Header,.heading {
  margin:0 auto 20px;
  font-size:45px;
  letter-spacing:2px;
  font-weight:300;
  text-align:center;
  text-transform:uppercase;
}

.navbar {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  background:#382F32;
  margin:0 auto;
  display:inline-block;
  text-align:center;
}

.nav {
  padding:10px 20px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:400;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.navbar a:link,.navbar:visited {
  text-decoration:none;
}

.navbar a:hover,.navbar:focus {
  text-decoration:none;
  background-color:#fff;
  color:#F1396D;
}

.NavSpacer {
  color:#fff0;
}

.nav img {
  height:18px;
  filter:brightness(100);
  -webkit-filter:brightness(100);
  -ms-filter:brightness(100);
  -o-filter:brightness(100);
}

.nav:hover img {
  filter:brightness(0);
  -webkit-filter:brightness(0);
  -ms-filter:brightness(0);
  -o-filter:brightness(0);
}

#tipmenu,#videos,#teams {
  visibility:hidden;
  top:-50px;
  position:relative;
  display:block;
}

.NameHeader {
  font-size:110px;
  letter-spacing:8px;
  font-weight:300;
  text-align:center;
  font-family:'Roboto';
  color:#FBC5D8;
  border-bottom:2px solid #e1d7f5;
  margin-bottom:30px;
  text-shadow:0 0 2px #000;
}

.SectionEnd {
  width:75%;
  height:2px;
  border-bottom:dotted 4px #FFEAF2;
  margin:10px auto 40px;
}

.responsiveimg {
  margin:20px auto;
  display:block;
  box-shadow:0 0 20px #8c90c5;
  -webkit-box-shadow:0 0 20px #8c90c5;
  -moz-box-shadow:0 0 20px #8c90c5;
}

.tmholder {
  width:100%;
  margin:0 auto 30px;
  text-align:center;
}

.tmblock {
  width:40%;
  display:inline-block;
  padding:0 50px;
  vertical-align:top;
}

.tmblock a {
  color:#382F32;
}

.tmblock a:hover > .tmitem,.tmblock a:hover > .tmprice {
  background:#FFEAF2;
}

.tmitem {
  width:50%;
  float:left;
  text-align:left;
  padding:5px 0 5px 10px;
}

.tmprice {
  width:50%;
  float:right;
  text-align:right;
  padding:5px 10px 5px 0;
}

.tmprice:after,.jointeam:after {
  content:" Tokens";
}

.Moreinfo {
  padding:0 25px;
  text-align:center;
  margin:0 0 25px;
}

.Moreinfo:after {
  content:"????";
  color:#f1396dad;
}

.HeaderTxt {
  margin-top:-10px;
  font-size:20px;
  letter-spacing:2px;
  font-weight:300;
  text-align:center;
}

.HeaderTxt > a:link,.HeaderTxt > a:visited {
  text-decoration:none;
  color:#382F32;
  border-bottom:1px solid #FBC5D8;
}

.HeaderTxt > a:hover,.HeaderTxt > a:focus {
  text-decoration:none;
  color:#382F32;
  border-bottom:1px solid #382F32;
}

.teamholder {
  margin-bottom:25px;
}

.team {
  display:inline-block;
  background:#FFEAF2;
  width:220px;
  margin:10px 8px;
  color:#382F32;
  text-align:center;
  vertical-align:top;
  box-shadow:0 0 2px #000;
  -moz-box-shadow:0 0 2px #000;
  -webkit-box-shadow:0 0 2px #000;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.team:hover {
  transform:scale(1.10);
  -webkit-transform:scale(1.10);
}

.team:hover > a > .jointeam {
  background:#fff;
  color:#F1396D;
  border:1px solid #000;
}

.team > a:link,.team > a:visited {
  text-decoration:none;
  color:#FFF;
}

.team > a:hover,.team > a:focus {
  text-decoration:none;
  color:#F1396D;
}

.title {
  font-size:23px;
  text-transform:uppercase;
  padding:3px;
  display:inline-block;
  margin:5px 0;
  border-bottom:2px dotted #f1396c;
  color:#020202;
  text-shadow:0 0 2px #859bfd;
}

.perks {
  display:inline-block;
  text-align:left;
  font-size:15px;
}

ul {
  padding-inline-start:0;
}

.perks > ul > li {
  list-style:none;
}

.jointeam {
  display:block;
  width:60%;
  margin:2px auto 12px;
  background-color:#F1396D;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  padding:1px 0;
  font-size:16px;
  -webkit-transition:all .1s ease-in-out .1s;
  -moz-transition:all .1s ease-in-out .1s;
  -o-transition:all .1s ease-in-out .1s;
  -ms-transition:all .1s ease-in-out .1s;
  transition:all .1s ease-in-out .1s;
  border:1px solid #0000;
}

.jointeam:hover {
  background-color:#fff;
  color:#382F32;
  border:1px solid #000;
}

.teammembers {
  display:block;
  text-align:center;
  margin:10px 0;
}

.teamrow {
  display:inline-block;
  vertical-align:top;
  width:220px;
  margin:10px 8px;
  border:1px dotted #FCD9E5;
  padding:8px 0;
  background-color:#FFEAF2;
  box-shadow:0 0 1px #000;
  box-shadow:0 0 1px #000;
  -moz-box-shadow:0 0 1px #000;
  -webkit-box-shadow:0 0 1px #000;
}

.teammember > span {
  font-weight:500;
}

.teammember > span:before {
  content:" (x";
}

.teammember > span:after {
  content:")";
}

.teammember {
  display:inline-block;
  width:100%;
  font-size:15px;
}