@charset "UTF-8";

UTF-8;
  url(//db.onlinewebfonts.com/c/89d11a443c316da80dcb8f5e1f63c86e?family=Bauhaus+93); url(//db.onlinewebfonts.com/c/490cb0e45f39580c7ba1b856f2f1f4a7?family=Righteous);
  .nav,#ContentHeader,#aboutmeWrapper {
    animation:fadeIn 2s ease 1.5s 1 forwards;
    -moz-animation:fadeIn 2s ease 1.5s 1 forwards;
    -webkit-animation:fadeIn 2s ease 1.5s 1 forwards;
    -o-animation:fadeIn 2s ease 1.5s 1 forwards;
  }

  body {
    font-size:1rem;
    line-height:1;
    color:rgb(255,255,255);
    padding:0;
    margin:0;
  }

  @media (min-width: 1px) {
    body {
      background-image:url();
      background-repeat:repeat;
    }

    body {
      background-image:url();
      background-color:#000000;
      background-repeat:no-repeat;
      background-size:cover;
      background-attachment:fixed;
    }
  }

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

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

  .clists {
    display:inline-block;
    width:220px;
    height:420px;
    margin:5px;
    color:#ffffff;
    border:5px solid #d82828e3;
    border-image:linear-gradient(to top,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  .clists1 {
    display:inline-block;
    width:220px;
    height:420px;
    margin:-190px 5px;
    color:#ffffff;
    border:5px solid #d82828e3;
    border-image:linear-gradient(to bottom,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  .clists2 {
    display:inline-block;
    width:330px;
    height:420px;
    margin:5px;
    text-align:center;
    color:#ffffff;
    border:5px solid #d82828e3;
    border-image:linear-gradient(to bottom,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  .cjoins {
    display:inline-block;
    margin-top:20px;
    height:610px;
    padding:5px;
    text-align:center;
    overflow:hidden;
    font-size:20px;
  }

  .cjoins2 {
    display:inline-block;
    margin-top:20px;
    height:610px;
    padding:5px;
    text-align:center;
    overflow:hidden;
    font-size:20px;
  }

  .highesttippersicon {
    height:160px;
  }

  .highesttippersicon1 {
    height:100px;
  }

  .titleup {
    font-size:23px;
    background:#c32d25;
    width:223px;
    height:40px;
    position:absolute;
    line-height:40px;
    margin-left:-113px;
    border:2px solid #c32d25;
  }

  #clubbers {
    display:inline-block;
    width:97%;
    height:620px;
    overflow:auto;
    text-align:center;
    margin-top:-50px;
    margin-left:20px;
  }

  .buy,.buy:link,.buy:visited {
    padding:5px 18px;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    border:2px solid #fff;
    text-align:center;
    background:#c32d25;
  }

  .buy:hover {
    background:#000;
    color:#fff;
    text-decoration:none;
  }

  .teamicons {
    height:120px;
    padding-bottom:20px;
  }

  .tiprequest {
    display:block;
    padding:15px 22px;
    border-left:0 solid #CCC;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    font-size:16px;
    color:white;
  }

  .tiprequest:hover {
    display:block;
    padding:15px 22px;
    border-left:5px solid #c32d25;
    background:rgba(255,255,255,0.8);
    color:#33455b;
  }

  .price {
    display:block;
    float:right;
  }

  .wrapper {
    display:block;
    padding:10px;
    margin-left:120px;
    margin-top:-60px;
    overflow:auto;
    text-align:left;
    width:690px;
    border:5px solid #c32d25;
    border-image:linear-gradient(to top,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  .wrapper2 {
    display:block;
    padding:10px;
    margin-left:310px;
    margin-top:0;
    overflow:auto;
    text-align:left;
    width:350px;
    border:5px solid #c32d25;
    border-image:linear-gradient(to top,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  /* ========================================================================
                                                         Nav bar section
                                                         ====================================================================== */
  .topbar {
    height:30px;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:10;
    background-color:rgb(0,0,0);
  }

  nav {
    display:block;
    text-align:center;
  }

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

  .nav a {
    display:block;
    background:rgba(0,0,0,0.4);
    box-shadow:0 0 20px rgba(0,0,0,0);
    color:#f00;
    text-decoration:none;
    padding:.4em 0;
    position:relative;
    transition:all .1s ease-in-out;
    -webkit-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
  }

  .nav {
    vertical-align:top;
    display:inline-block;
    width:960px;
    background:black;
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    top:0;
    position:fixed;
    border-bottom:2px solid;
    z-index:9999;
    margin:0 auto;
    border-radius:0;
    text-align:center;
    -webkit-transform:translateZ(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;
    animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    animation-duration:2s;
    -o-animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    animation-delay:2.5s;
    -o-animation-delay:2.5s;
    -ms-animation-delay:2.5s;
  }

  .nav li {
    position:relative;
  }

  .nav > li {
    font-family:'Bauhaus 93';
    font-size:17px;
    font-weight:400;
    font-style:normal;
  /* extra light */
    text-transform:uppercase;
    letter-spacing:0;
    float:left;
    border-bottom:0 rgba(0,0,0,0) solid;
  }

  .nav li:hover > a {
    color:#ffffff;
    text-shadow:0 0 20px #ffffff;
  }

  .nav > li:last-child > a {
    color:red;
    text-shadow:white;
  }

  .nav > li:last-child > a:hover {
    color:#ffffff;
    text-shadow:0 0 20px #f00;
  }

  /* ========================================================================
                                                         Classes for MFC Generated Elements
                                                         ====================================================================== */
  #header_bar,#footer_bar,#about_me_label,#profile_main_photo,#tags_label,#tags_value,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1) {
    display:none;
  }

  #tags_container,#username_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container,#unix_last_broadcast_container,#avatar_holder,#profile_avatar,#status_container,#last_login_string_container,#unix_last_updated_container,#profile_header {
    display:none;
  }

  #username_value,#gender_value,#body_type_value,#ethnicity_label,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#marital_status_value,#camscore_value,#status_value {
    display:none;
  }

  #admirers_value,#friends_value,#admirers_label,#favorite_models_value,#average_rating_count,#favorite_models_value,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#average_rating_container,.friends_value,.admirers_value,.profile_section_content .value {
    font-size:20px;
    color:red;
  }

  /* ========================================================================
                                                         Profile section
                                                         ====================================================================== */
  #profile {
    width:960px;
    background-color:rgba(255,255,255,0.0);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:fixed;
    background-attachment:fixed;
    font-size:.875em;
    line-height:1.25;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-bottom-right-radius:0;
    -moz-border-bottom-left-radius:0;
    box-shadow:0 0 15px rgba(0,0,0,0.6),0 0 15px rgba(0,0,0,0.6);
    border-bottom-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -moz-border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-bottom-left-radius:0;
    border-top-right-radius:0;
    -webkit-border-top-right-radius:0;
    -moz-border-top-right-radius:0;
    border-top-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-top-left-radius:0;
    margin:auto;
  }

  #profile_header {
    padding:27px 0 0;
  }

  .profile_section {
    border-spacing:0;
  }

  .profile_section .heading {
    color:#f00;
    margin:0 auto;
    padding:0;
    background:#;
    width:940px;
    height:50px;
    line-height:70px;
    font-size:35px;
    font-family:"Righteous";
    text-transform:capitalize;
    text-align:center;
    letter-spacing:0;
    font-weight:300;
    display:none;
  }

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

  #profile_aboutme {
    margin:25px 0 0;
  }

  #meet_aboutme_value {
    display:block;
    margin:0 auto;
  }

  #aboutme,#rules,#teams,#TipMenu,#alltimeheroes,#highesttippersofallthetime,#gallery,#events {
    font-size:78px;
    color:#e62117;
    text-align:center;
    padding-top:80px;
    padding-bottom:80px;
  }

  #aboutme {
    margin-top:-160px;
    height:100px;
  }

  #gallery {
    margin-top:200px;
    height:200px;
  }

  img {
    border-radius:0;
    box-shadow:none;
  }

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

  #img_preview {
    box-shadow:none;
  }

  #vids {
    display:inline-block;
    width:957px;
    height:563px;
    overflow:auto;
    border:1px solid;
  }

  #img_preview,#img_preview img {
    background:rgba(0,0,0,0);
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
  }

  .images {
    padding:10px;
    margin:10px;
  }

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

  .notice {
    color:rgba(8,8,8,0.8);
  }

  /* ========================================================================
                                                            Photo gallery section
                                                         ====================================================================== */
  #profile_photo_galleries {
    position:relative;
    background-color:;
    padding-bottom:100px;
  }

  #profile_password_photo_galleries {
    position:relative;
    margin:0 auto;
    padding-top:30px;
  }

  .photo_gallery_link {
    display:block;
    background-color:;
  }

  .password_photo_gallery_preview,.photo_gallery_preview {
    margin:0;
    display:inline-block;
    height:250px;
    width:195px;
    background-color:;
    padding:1px 20px;
  }

  .photo_gallery_previews {
    text-align:center;
    background-color:;
    height:260px;
  }

  #photo_gallery_preview {
    background-color:green;
  }

  #password_photo_gallery_previews {
    background-color:;
    height:260px;
  }

  .photo_gallery_name,.photo_gallery_name a {
    font-size:13px;
    text-decoration:none;
    letter-spacing:;
    color:white;
    font-weight:1000;
    text-transform:capitalize;
    -webkit-transition:all .3s ease-in-out .1s;
    -moz-transition:all .3s ease-in-out .1s;
    -o-transition:all .3s ease-in-out .1s;
    -ms-transition:all .3s ease-in-out .1s;
    transition:all .3s ease-in-out .1s;
  }

  .photo_gallery_count {
    text-transform:uppercase;
    font-size:8px;
    letter-spacing:;
    color:white;
    font-weight:1000;
  }

  .photo_gallery_image {
    border:solid 10px white;
    width:120px;
    height:120px;
    border-radius:20%;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
    -ms-transform:rotate(0deg);
  /* IE 9 */
    -webkit-transform:rotate(0deg);
  /* Chrome, Safari, Opera */
    transform:rotate(0deg);
    -webkit-transition:all .3s ease-in-out .1s;
    -moz-transition:all .3s ease-in-out .1s;
    -o-transition:all .3s ease-in-out .1s;
    -ms-transition:all .3s ease-in-out .1s;
    transition:all .3s ease-in-out .1s;
  }

  #password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
    background-image:url(https://img.mfcimg.com/photos2/352/35264355/275-429-385-240-13022142.png);
    background-repeat:no-repeat;
    background-size:100%;
    height:140px;
    width:140px;
    border:solid 0 blue;
    margin-bottom:5px;
    margin-left:27px;
  }

  .photo_gallery_lock {
    visibility:hidden;
  }

  .images {
    text-align:center;
    background-color:;
  }

  /* ========================================================================
                                                          Comments section
                                                         ====================================================================== */
  #wall_poster_avatar {
    display:none;
  }

  #wall_poster_username {
    padding:10px;
    text-transform:uppercase;
    font-style:italic;
  }

  .user_comment_textarea_big {
    width:900px;
    min-width:900px;
    max-width:9000px;
    height:125px;
    margin-left:-95px;
    box-shadow:inset 0 0 6px #333);
  }

  .user_comment_textarea_small {
    width:900px;
    min-width:900px;
    max-width:9000px;
    height:125px;
    margin-left:-95px;
    box-shadow:inset 0 0 6px #333);
  }

  .wall_post {
    padding:15px;
    border-top:1px solid #f00;
    background-color:#000;
    margin:0 auto;
    min-height:93px;
  }

  wall_poster_avatar {
    padding:15px;
  }

  .wall_post_info {
    color:#f00;
    font-family:"Righteous";
    font-size:20px;
    margin-left:170px;
  }

  /* ------------------------- Link styles start ----------------------------- */
  .wall_post_info > a:link {
    color:red;
    text-decoration:none;
  /* per togliere la sottolineatura */
  }

  .wall_post_info > a:visited {
    color:#f00;
  }

  .wall_post_info > a:active {
    color:#f00;
  }

  .wall_post_info > a:hover {
    color:white;
  }

  /* -------------------------Link styles finish ----------------------------- */
  .wall_post_body {
  /* colore testo dei commenti */
    color:#fff;
    overflow:visible;
    margin-left:160px;
    font-size:17px;
    font-family:Arial;
  }

  .wall_post_body img {
    max-height:200px;
  }

  .wall_post_body iframe {
    max-height:340px;
    max-width:450px;
  }

  .wall_post_avatar {
    background-image:url();
    background-repeat:no-repeat;
    background-size:100%;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    height:100px;
    width:100px;
    box-shadow:0;
  }

  .wall_post_avatar img {
    width:100px;
    height:100px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
  }

  .wall_post_time {
    color:color:#f00;
    font-size:11px;
    float:right;
    margin-top:-28px;
    margin-right:15px;
    font-family:"Righteous";
  }

  #user_comment_comment {
    font-family:Arial;
    font-size:20px;
    box-shadow:inset 0 0 6px #333;
  }

  #comments {
    margin-bottom:40px;
  }

  #new_comment {
    margin:35px 0 15px;
    background-color:#000;
    border:1px solid #f00;
  }

  #new_comment input {
    background-color:#E8E8E8;
    font-family:Arial;
    font-size:14px;
    border:1px solid #ccc;
    border-radius:15px 5px 15px 5px;
    -webkit-border-radius:15px 5px 15px 5px;
    -moz-border-radius:15px 5px;
    -o-border-radius:15px 5px 15px 5px;
    transition:.5s 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;
  }

  #new_comment input:hover {
    border-radius:5px 15px 5px 15px;
    -webkit-border-radius:5px 15px 5px 15px;
    -moz-border-radius:5px 15px;
    -o-border-radius:5px 15px 5px 15px;
  }

  #new_comment_inputs {
    max-width:750px;
  }

  #new_comment_buttons {
    color:#520000;
    margin-bottom:40px;
    font-family:Arial;
  }

  #new_comment_comment {
    background:rgb(249,234,173);
  }

  #profile_load_more_comments {
    display:block;
    width:170px;
    height:35px;
    margin:15px auto;
    background:url(https://img.mfcimg.com/photos2/181/18133085/875-708-449-166-11694176.png);
    opacity:1;
    background-repeat:no-repeat;
    background-position:;
    background-color:rgba(255,255,255,0);
    font-size:0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    box-shadow:2px 2px 8px rgba(0,0,0,0.6);
  }

  #profile_load_more_comments:hover {
    opacity:.6;
  }

  #strip_links_popup {
    border:2px solid #520000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
  }

  #new_comment_strip_links_container {
    display:none;
  }

  /* ========================================================================
                                                                   Header section
                                                         ====================================================================== */
  #ContentHeader {
    display:block;
    position:relative;
    margin:0 auto -55px;
    height:1104px;
    width:940px;
    background:url(https://img.mfcimg.com/photos2/352/35264355/557-710-570-675-13022115.png);
    background-size:940px 670px;
    background-repeat:no-repeat;
    background-position:top center,;
    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:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
  }

  .email {
    display:inline-block;
    width:100%;
    text-align:center;
    font-family:"Brush Script MT",cursive;
    font-size:110px;
    position:absolute;
    font-weight:100;
    margin-top:-420px;
    color:#e62117;
    -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:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
  }

  /* ========================================================================
                                                               Homepage section
                                                      ======================================================================== */
  #twitter,#mail,#room,#snapchat,#amazon {
    display:inline-block;
    position:relative;
    float:right;
    width:40px;
    height:40px;
    background-size:100%;
    background-repeat:no-repeat;
    z-index:9999;
    border-radius:50%;
    top:800px;
    paddding-bottom:10px;
    right:360px;
    margin:18px;
    -webkit-transition:-webkit-transform .8s ease-in-out;
    transition:transform .8s ease-in-out;
    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:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
  }

  .SocialIcons {
    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;
  }

  #twitter {
    background-image:url(https://img.mfcimg.com/photos2/352/35264355/587-177-158-128-13022119.png);
  }

  #mail {
    background-image:url(https://img.mfcimg.com/photos2/254/25422794/241-403-973-612-11052056.png);
  }

  #room {
    background-image:url(https://img.mfcimg.com/photos2/352/35264355/220-306-944-395-13022118.png);
  }

  #snapchat {
    background-image:url(https://img.mfcimg.com/photos2/352/35264355/993-923-710-833-13022117.png);
  }

  #amazon {
    background-image:url(https://img.mfcimg.com/photos2/254/25422794/613-894-995-885-11052055.png);
  }

  #twitter:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #mail:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #room:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #snapchat:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #amazon:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  /* ========================================================================
                                                              About Me section
                                                      ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    height:500px;
    width:940px;
    background-image:url();
    background-size:940px 600px;
    background-repeat:no-repeat;
    color:white;
    margin:0 20px;
    font-size:20px;
    text-align:center;
    font-family:"Righteous";
  }

  .abouttxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:940px;
    height:400px;
    overflow:hidden;
    margin:100px auto;
    font-family:"Righteous";
    font-style:normal;
    font-size:17px;
    line-height:22px;
    font-weight:200;
    letter-spacing:1px;
    text-align:justify;
    color:#f00;
  }

  .SocialButtons {
    display:inline-block;
    position:relative;
    left:73px;
    width:195px;
    height:90px;
    overflow:visible;
  }

  .SocialButtons:first-of-type {
    margin-left:50px;
  }

  .SocialIcons {
    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;
  }

  .SocialIcons:hover {
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
  }

  /* ========================================================================
                                                              Rules section
                                                      ======================================================================== */
  #rulesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:1900px;
    width:940px;
    background-image:url();
    background-size:940px 560px;
    background-repeat:no-repeat;
    color:white;
    margin:0 20px;
    font-size:20px;
    text-align:center;
    font-family:"Righteous";
  }

  .playwmh {
    border:5px solid #d82828e3;
    border-image:linear-gradient(to bottom,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  .playwm {
    border:5px solid #d82828e3;
    border-image:linear-gradient(to top,#c32d25 0%,#000000 100%);
    border-image-slice:1;
  }

  /* ========================================================================
                                                               Random section
                                                      ======================================================================== */
  #RandomWrapper > a:link {
    text-decoration:none;
    color:black;
  }

  #RandomWrapper > a:visited {
    color:black;
  }

  #RandomWrapper > a:active {
    color:black;
  }

  #RandomWrapper > a:hover {
    color:black;
  }

  /* ========================================================================
                                                              Team section
                                                      ======================================================================== */
  #teamsIntro {
    display:block;
    position:relative;
    margin:0 auto;
    width:940px;
    background-image:url();
    background-size:940px 560px;
    background-repeat:no-repeat;
    color:white;
    margin:0 20px;
    font-size:20px;
    text-align:center;
    font-family:"Righteous";
  }

  #teamsWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:1120px;
    width:940px;
    background-image:url();
    background-size:940px 500px;
    background-repeat:no-repeat;
    text-align:center;
  }

  #teamsWrapper > a:link {
    text-decoration:none;
    color:black;
  }

  #teamsWrapper > a:visited {
    color:black;
  }

  #teamsWrapper > a:active {
    color:black;
  }

  #teamsWrapper > a:hover {
    color:black;
  }

  /* ========================================================================
                                                              Subscribers Wall section
                                                      ======================================================================== */
  .kloserlist,.kklist,.kloselist {
    display:inline-block;
    position:relative;
    width:200px;
    height:400px;
    background-color:rgba(255,5,255,0);
    color:#fff;
    font-size:17px;
    font-style:italic;
    font-weight:800;
    line-height:25px;
    letter-spacing:-1px;
    font-family:'Work Sans',sans-serif;
    text-align:center;
  }

  .kloserlist {
    margin:150px 95px;
    color:#fff;
  }

  .kklist {
    margin:150px -22px;
    color:#fff;
  }

  .kloselist {
    margin:150px 92px;
    color:#fff;
  }

  /* ========================================================================
                                                               All Time Heroes section
                                                      ======================================================================== */
  #alltimeheroesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:400px;
    width:940px;
    background-image:url();
    background-size:940px 400px;
    background-repeat:no-repeat;
  }

  .btn-hero {
    display:inline-block;
    position:relative;
    border:1px solid #f00;
    color:#000000;
    width:170px;
    height:30px;
    border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px;
    font-family:"Righteous";
    font-weight:600px;
    font-style:italic;
    font-size:20px;
    letter-spacing:;
    text-align:center;
    background-image:linear-gradient(to top,#fff7cf,#f00);
    background-color:#f00;
    padding-top:6px;
    margin:280px 400px;
  }

  .btn-hero:hover {
    background-image:linear-gradient(to top,#ffffff,#ffcbb1);
    background-color:#f00;
    font-color:white;
  }

  #alltimeheroesWrapper > a:link {
    text-decoration:none;
    color:black;
  }

  #alltimeheroesWrapper > a:visited {
    color:black;
  }

  #alltimeheroesWrapper > a:active {
    color:black;
  }

  #alltimeheroesWrapper > a:hover {
    color:black;
  }

  .heroeslist {
    display:inline-block;
    position:relative;
    width:300px;
    height:200px;
    background-color:rgba(255,5,255,0);
    color:#fff;
    font-size:19px;
    font-style:italic;
    font-weight:800;
    line-height:28px;
    font-family:'Work Sans',sans-serif;
    text-align:center;
    text-transform:uppercase;
    top:250px;
    margin:-190px 320px;
    BORDER:5px solid #c32d25;
    padding-top:60px;
  }

  /* ========================================================================
                                                          Tip Menu section
                                                      ======================================================================== */
  #TipMenuWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:620px;
    width:940px;
    background:url() no-repeat;
    background-size:940px 520px;
  }

  /* ========================================================================
                                                                  Best tippers (HT)
                                                      ======================================================================== */
  #highesttippersofallthetimeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    width:950px;
    height:520px;
    overflow:hidden;
    background:url() no-repeat;
    background-size:940px 650px;
    border:5px solid red;
    border-image:linear-gradient(to top,red,#00800000);
    border-image-slice:1;
    margin-top:30px;
    margin-left:-0;
  }

  .htsilver {
    display:inline-block;
    background-color:RGBA(255,5,5,0);
    position:relative;
    top:115px;
    left:75px;
    width:250px;
    height:60px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:23px;
    line-height:23px;
    font-weight:600;
    color:white;
    text-align:center;
  }

  .htgold {
    display:inline-block;
    background-color:RGBA(255,255,255,0);
    position:relative;
    top:96px;
    left:70px;
    width:290px;
    height:80px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:30px;
    line-height:30px;
    font-weight:600;
    color:#fff;
    text-align:center;
  }

  .htbronze {
    display:inline-block;
    background-color:RGBA(255,5,5,0);
    position:relative;
    top:115px;
    left:75px;
    width:250px;
    height:60px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:23px;
    line-height:23px;
    font-weight:600;
    color:#fff;
    text-align:center;
  }

  /* ========================================================================
                                                                  "To top"
                                                      ======================================================================== */
  #ToTop {
    display:inline-block;
    position:fixed;
    width:50px;
    height:50px;
    background-image:url(https://img.mfcimg.com/photos2/352/35264355/511-704-767-896-13022120.png);
    background-repeat:no-repeat;
    background-size:50px 50px;
    bottom:40px;
    right:35px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    z-index:1000;
  }

  .ToTop {
    box-shadow:inset 0 0 5px #f00,1px 1px 3px #e62117,-1px -1px 5px #e62117;
  }

  .ToTop:hover {
    box-shadow:inset 0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
  }

  /* ========================================================================
                                                         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;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -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;
}

/* ========================================================================
     Friends and admirers section
   ====================================================================== */
#profile_friends {
  padding:20px;
  width:min-content;
  height:270px;
  margin:auto;
  margin-top:-535px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  color:orange;
  font-family:'Work Sans',sans-serif;
  font-weight:normal;
  width:500px;
}

#average_rating_container {
  padding-top:15px;
}

#average_rating_label,#rate_label,#admirers_label,#friends_label,#favorite_models_label {
  min-width:200px;
}

#friends_value {
  font-family:'Work Sans',sans-serif;
  font-style:normal;
}

#average_rating_count {
  font-size:15px;
}

#favorite_models_value {
  font-size:14px;
  font-weight:bold;
  font-style:normal;
}

#friends_value,#admirers_value,#admirers_value,#favorite_models_value {
  font-size:20px;
  font-style:normal;
  color:red;
}

#friends_value {
  font-size:15px;
  font-style:normal;
  color:red;
}

/* ========================================================================
      Interests and hobby section
   ====================================================================== */
#profile_interests_content .value {
  font-weight:normal;
  margin-left:0!important;
}

#meaning_life_container {
  padding-top:15px;
}

#profile_interests_content {
  color:#000;
  text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+50,ffffff+100 */
  background:#000;
}

.profile_section_content .value {
/* font used */
  font-family:'Work Sans',sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  color:white;
}

#meaning_life_label,#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label,#favorite_books_label,#favorite_songs_label,#favorite_movies_label,#hobbies_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label {
/* Font used */
  text-align:center!important;
  color:#f00;
  text-transform:uppercase;
}

/* ========================================================================
       Author section
   ====================================================================== */
.Copyright {
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  letter-spacing:0;
  font-weight:300;
  color:white;
  padding-top:70px;
  font-family:'Work Sans',sans-serif;
  text-transform:uppercase;
  font-style:normal;
  bottom:0;
  z-index:10;
}

/* ------------------------- Link colors ----------------------------- */
.Copyright > a:link {
  color:#f00;
}

.Copyright > a:visited {
  color:#f00;
}

.Copyright > a:active {
  color:#f00;
}

.Copyright > a:hover {
  color:#ffffff;
}

/* ========================================================================
   Page section 
   ====================================================================== */
@font-face {
  font-family:'Work Sans';
  font-style:normal;
  font-weight:400;
  src:local('Work Sans'),local(WorkSans-Regular),url(https://fonts.gstatic.com/s/worksans/v2/WB2LNay3rHMH1zU8UJnUHIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Luckiest Guy',cursive;
  src:url(https://fonts.googleapis.com/css?family=Luckiest+Guy);
}

/* ==============================================
   Friends Section
============================================== */
#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#average_rating_container,.friends_value,.admirers_value,.profile_section_content .value {
  margin:0 auto;
  font-family:"Marvel";
  color:#f00;
  font-size:20px;
}

#admirers_label {
  display:inline-flex;
}

#new_admirer {
  margin-left:10px;
}

#admirers_value {
  display:contents;
}

.friends_value,.admirers_value {
  font-size:20px;
}

#average_rating_count {
  font-size:15px;
}

#average_rating_container {
  margin:auto 0;
  width:500px;
}

#favorite_models_value {
  font-size:14px;
  font-weight:bold;
  font-style:normal;
}

#profile_friends {
  margin-bottom:30px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  font-weight:normal;
  width:500px px;
}

#average_rating_container {
  margin-top:15px;
}

a:link {
  color:#f00;
/* per togliere la sottolineatura */
}

a:visited {
  color:#f00;
/* per togliere la sottolineatura */
}

a:hover {
  color:#f00;
/* per togliere la sottolineatura */
}

a:active {
  color:#f00;
/* per togliere la sottolineatura */
}

#profile_friends > div:nth-child(1) {
  display:none;
}