@charset "UTF-8";

UTF-8;
  .nav,#ContentHeader,#aboutmeWrapper {
    animation:fadeIn 1.5s ease 1.5s 1 forwards;
    -moz-animation:fadeIn 1.5s ease 1.5s 1 forwards;
    -webkit-animation:fadeIn 1.5s ease 1.5s 1 forwards;
    -o-animation:fadeIn 1.5s 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(https://img.mfcimg.com/photos2/766/7665243/391-809-792-758-13964149.jpg);
      background-color:#000000;
      background-repeat:no-repeat;
      background-size:cover;
      background-attachment:fixed;
      background-position:center;
    }
  }

  ul {
    padding:0;
    margin:0;
  }

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

  .clists {
    display:inline-block;
    width:350px;
    height:350px;
    margin:5px;
    color:#ffffff;
    border:5px solid #ffffff;
    border-radius:60px;
    text-shadow:2px 2px black;
  }

  .clists1 {
    display:inline-block;
    width:350px;
    height:350px;
    margin:5px;
    color:#ffffff;
    border:5px solid #ffffff;
    border-radius:60px;
    MARGIN-TOP:-170PX;
    text-shadow:2px 2px black;
  }

  .cjoins {
    display:inline-table;
    margin-top:10px;
    height:492px;
    padding:0;
    text-align:center;
    overflow:hidden;
    font-size:20px;
    text-shadow:2px 2px black;
  }

  #eventsWrapper {
    display:block;
    height:550px;
    width:847px;
    margin-left:95px;
    margin-top:30px;
    position:relative;
    overflow:auto;
  }

  .banners {
    width:100%;
    height:1193px;
    display:block;
    margin:auto;
    margin-left:45px;
    margin-top:30px;
  }

  .snap {
    width:100%;
    height:600px;
    display:block;
    margin:auto;
    margin-left:45px;
    margin-top:30px;
  }

  .highesttippersicon {
    height:160px;
  }

  .highesttippersicon1 {
    height:100px;
  }

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

  .giggle {
    width:35px;
    position:absolute;
  }

  .subtitle {
    font-size:34px;
    text-align:center;
    font-family:"Merienda One",cursive;
    margin-left:90px;
    color:#ffffff;
  }

  .buy,.buy:link,.buy:visited {
    color:#fff;
    text-decoration:none;
    border-radius:11px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:11px;
    border:2px solid #000;
    text-align:center;
    background:#999999;
    DISPLAY:TABLE;
    WIDTH:190PX;
    padding:5px;
    margin:0 auto;
  }

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

  .buyteam,.buyteam:link,.buyteam:visited {
    color:#fff;
    text-decoration:none;
    border-radius:11px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:11px;
    border:2px solid #000;
    text-align:center;
    background:#999999;
    DISPLAY:TABLE;
    WIDTH:190PX;
    padding:5px;
    margin:-110px auto;
  }

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

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

  .tiprequest {
    display:block;
    padding:15px 52px;
    border-left:0 solid #CCC;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    font-size:16px;
    color:#ffffff;
    text-shadow:2px 2px black;
  }

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

  .price {
    display:block;
    float:right;
    margin-top:-9px;
  }

  .wrapper {
    display:block;
    padding:10px;
    margin-left:60px;
    margin-top:-60px;
    overflow:auto;
    text-align:left;
    width:690px;
    border:5px solid #ffffff;
    border-radius:60px;
  }

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

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

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

  .nav a {
    display:block;
    box-shadow:0 0 20px rgba(0,0,0,0);
    text-shadow:0 0 20px #b39393;
    color:#ffffff;
    font-weight:bold;
    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;
    text-shadow:2px 3px black;
  }

  .nav {
    vertical-align:top;
    display:inline-block;
    width:835px;
    background:#bb0c0c;
    top:0;
    position:fixed;
    border-bottom:2px solid;
    z-index:9999;
    margin:0 auto;
    border-radius:0;
    color:#ffffff;
    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:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    -o-animation-duration:1s;
    -ms-animation-duration:1s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
  }

  .nav li {
    position:relative;
  }

  .nav > li {
    font-family:'Work Sans',sans-serif;
    font-size:14px;
    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:#000;
    text-shadow:0 0 20px #000;
  }

  /* ========================================================================
                                                                                               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:10px;
    color:grey;
  }

  /* ========================================================================
                                                                                               Profile section
                                                                                               ====================================================================== */
  #profile {
    width:855px;
    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;
    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;
  }

  #profile_about_me_friends {
    display:table-cell;
    width:100%;
    vertical-align:top;
  }

  #profile_header {
    padding:27px 0 0;
  }

  .profile_section {
    display:table-cell;
    border-spacing:2px;
    width:100%;
  }

  .profile_section .heading {
    font-family:'Merienda One',cursive;
    font-size:70px;
    color:#ffffff;
    text-align:center;
    padding-top:30px;
    padding-bottom:60px;
    margin-left:-78px;
    text-shadow:5px 5px black;
  }

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

  #profile_aboutme {
    margin:25px 0 0;
  }

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

  #aboutme,#rules,#teams,#TipMenu,#alltimeheroes,#events,#highesttippersofallthetime {
    font-family:'Merienda One',cursive;
    font-size:70px;
    color:#ffffff;
    text-align:center;
    padding-top:30px;
    margin-left:-95px;
    text-shadow:5px 5px black;
  }

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

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

  #img_preview {
    box-shadow:none;
  }

  #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;
    margin-left:-30px;
    text-decoration:none;
    letter-spacing:;
    color:black;
    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;
    text-shadow:2px 2px black;
  }

  .photo_gallery_count {
    text-transform:uppercase;
    font-size:8px;
    letter-spacing:;
    color:#fff;
    font-weight:1000;
    margin-left:-50px;
  }

  .photo_gallery_image {
    border:solid 10px black;
    width:120px;
    height:120px;
    margin-left:-60px;
    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/766/7665243/756-496-648-830-11808655.png);
    background-repeat:no-repeat;
    background-size:100%;
    height:140px;
    width:140px;
    border:solid 0 blue;
    margin-bottom:5px;
  }

  .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:800px;
    min-width:800px;
    max-width:800px;
    height:125px;
    margin-left:-95px;
    box-shadow:inset 0 0 6px #333);
  }

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

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

  wall_poster_avatar {
    padding:15px;
  }

  .wall_post_info {
    color:#fff;
    font-family:'Work Sans',sans-serif;
    font-size:20px;
    margin-left:170px;
    text-shadow:2px 2px black;
  }

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

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

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

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

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

  .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:#ffffff;
    font-size:11px;
    float:right;
    margin-top:-28px;
    margin-right:15px;
    font-family:'Work Sans',sans-serif;
  }

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

  #comments {
    margin-bottom:40px;
    width:835px;
  }

  #new_comment {
    margin:35px 0 15px;
  }

  #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/766/7665243/995-654-979-612-11808654.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;
  }

  #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();
    background-size:940px 1104px;
    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%;
    height:25px;
    text-align:center;
    font-family:'Work Sans',sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:17px;
    letter-spacing:0;
    line-height:20px;
    color:#000;
    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;
  }

  /* ========================================================================
                                                                                                     Homepage section
                                                                                            ======================================================================== */
  #twitter,#mail,#room,#snapchat,#amazon,#offlinetip,#mfcshare {
    display:inline-block;
    position:relative;
    float:right;
    width:50px;
    height:50px;
    background-size:100%;
    background-repeat:no-repeat;
    z-index:9999;
    border-radius:50%;
    right:310px;
    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;
  }

  #twitter {
    background-image:url(https://img.mfcimg.com/photos2/766/7665243/913-307-202-322-11808662.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/766/7665243/644-699-654-278-11808658.png);
  }

  #mfcshare {
    background-image:url(https://img.mfcimg.com/photos2/766/7665243/555-752-921-322-11808656.png);
  }

  #snapchat {
    background-image:url(https://img.mfcimg.com/photos2/766/7665243/283-383-715-869-11808660.png);
  }

  #offlinetip {
    background-image:url(https://img.mfcimg.com/photos2/766/7665243/304-348-591-522-11808657.png);
  }

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

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

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

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

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

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

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

  /* ========================================================================
                                                                                                    About Me section
                                                                                            ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    height:400px;
    width:750px;
    background-image:url();
    background-size:940px 600px;
    background-repeat:no-repeat;
    color:#ffffff;
    padding-top:60px;
    margin-left:50px;
    font-size:20px;
    font-family:"Work Sans",sans-serif;
    text-shadow:2px 2px black;
  }

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

  .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:400px;
    width:680px;
    background-image:url();
    background-size:920px 560px;
    background-repeat:no-repeat;
    color:#ffffff;
    padding-top:60px;
    margin-left:170px;
    font-size:20px;
    font-family:"Work Sans",sans-serif;
    text-shadow:2px 2px black;
  }

  /* ========================================================================
                                                                                                     Random section
                                                                                            ======================================================================== */
  #RandomWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:442px;
    width:940px;
    background-image:url();
    background-size:940px 442px;
    background-repeat:no-repeat;
  }

  #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
                                                                                            ======================================================================== */
  #teamsWrapper {
    display:block;
    position:relative;
    margin:0 -60px;
    height:1230px;
    width:940px;
    background-image:url();
    background-size:940px 500px;
    background-repeat:no-repeat;
    text-align:center;
    padding-top:80px;
  }

  #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
                                                                                            ======================================================================== */
  #subscriberswallWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:640px;
    width:940px;
    background-image:url();
    background-size:940px 640px;
    background-repeat:no-repeat;
  }

  .kloserlist,.kklist,.kloselist {
    display:inline-block;
    position:relative;
    width:200px;
    height:400px;
    background-color:rgba(255,5,255,0);
    color:#000;
    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:#000;
  }

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

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

  /* ========================================================================
                                                                                                     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 #ffffff;
    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:'Work Sans',sans-serif;
    font-weight:600px;
    font-style:italic;
    font-size:20px;
    letter-spacing:;
    text-align:center;
    background-image:linear-gradient(to top,#0007cf,#f00);
    background-color:#f00;
    padding-top:6px;
    margin:280px 400px;
  }

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

  #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:220px;
    background-color:rgba(255,5,255,0);
    color:#000;
    font-size:19px;
    font-style:italic;
    font-weight:800;
    line-height:45px;
    font-family:'Work Sans',sans-serif;
    text-align:center;
    text-transform:uppercase;
    top:250px;
    margin:-190px 260px;
    border:5px solid #ffffff;
    padding-top:80px;
    border-radius:570px;
  }

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

  /* ========================================================================
                                                                                                        Best tippers (HT)
                                                                                            ======================================================================== */
  #highesttippersofallthetimeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    width:960px;
    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-left:30px;
    margin-top:30px;
  }

  .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:black;
    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:#000;
    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:#000;
    text-align:center;
  }

  /* ========================================================================
                                                                                                        "To top"
                                                                                            ======================================================================== */
  #ToTop {
    display:inline-block;
    position:fixed;
    width:50px;
    height:50px;
    background-image:url(https://img.mfcimg.com/photos2/766/7665243/935-564-807-184-11808661.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 #ffffff,1px 1px 3px #e62117,-1px -1px 5px #e62117;
  }

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

  /* ========================================================================
                                                                                               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:855px;
  margin-left:0;
  border-radius:15px;
  margin-bottom:30px;
  margin-top:50px;
}

#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:402px;
}

#average_rating_container {
  padding-top:15px;
}

#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:14px;
  font-style:normal;
  color:grey;
}

/* ========================================================================
      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/#000+0,e8e8e8+50,000+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:black;
}

#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:#ffffff;
  text-transform:uppercase;
}

/* ========================================================================
       Author section
   ====================================================================== */
.Copyright {
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  letter-spacing:0;
  font-weight:300;
  color:black;
  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:#ffffff;
}

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

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

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

/* ========================================================================
   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","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  color:#ffffff;
  font-size:14px;
}

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

#average_rating_count {
  font-size:15px;
}

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

#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:402px;
}

#average_rating_container {
  margin-top:15px;
}

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

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

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

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

.animationtext {
  color:#ffffff;
  text-align:center;
  font-size:70px;
  animation:netflix_style 3.5s;
  outline:none;
  height:390px;
  font-family:'Merienda One',cursive;
  margin-top:70px;
  margin-left:-95px;
  text-shadow:5px 5px black;
}

@keyframes netflix_style {
  0% {
    text-shadow:makelongshadow(100,1);
    color:rgb(195,45,37);
    transform:scale(1.5,1.5);
  }

  10% {
    text-shadow:makelongshadow(100,1.5);
    color:rgb(195,45,37);
    transform:scale(1.5,1.5);
  }

  15% {
    color:rgb(195,45,37);
  }

  20% {
    color:rgb(195,45,37);
    text-shadow:none;
    transform:scale(1.1,1.1);
  }

  75% {
    opacity:1;
    color:rgb(195,45,37);
  }

  80% {
    opacity:1;
    color:rgb(195,45,37);
    transform:scale(0.85,0.9);
  }

  100% {
    opacity:1;
    color:rgb(195,45,37);
  }
}