@charset "UTF-8";

a:link,a:active,a:hover {
    color:white;
  }

  a:visited {
    color:white;
  }

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

  body {
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/787-421-758-812-12622960.png);
  /* immagine posteriore di sfondo */
    background-color:white;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
  }

  ul {
    padding:0;
    margin:0;
  }

  ol {
    padding:0;
    margin:0;
  }

  /* ========================================================================
                 Sezione della barra superiore semplificata
                 ====================================================================== */
  .barrasuperioresemplificata {
    position:fixed;
    height:50px;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:10;
    background:rgb(0,0,0);
  /* Old browsers */
    background:-moz-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
  /* FF3.6-15 */
    background:-webkit-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
  /* IE6-9 */
    border-bottom:2px solid #f34a8b;
    box-shadow:0 0 20px rgba(0,0,0,0.6);
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.6);
  }

  /* ========================================================================
                 Sezione della barra di navigazione
                 ====================================================================== */
  .nav a {
    display:block;
    color:#dcd4d7;
  /* colore caratteri della barra di navigazione */
    text-decoration:none;
    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-transform:;
    font-style:italic;
    background-color:re;
    margin-top:18px;
  }

  .nav {
    vertical-align:top;
    display:inline-block;
    width:940px;
    position:fixed;
    z-index:9999;
    margin:0 auto;
    text-align:center;
    background-color:gree;
  }

  .nav li {
    position:relative;
    font-family:'Poppins',sans-serif;
    font-size:13px;
    font-weight:400;
    margin:0 31px;
    text-transform:uppercase;
    float:left;
    -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;
    list-style-type:none;
  }

  .nav li b {
    font-weight:800;
  }

  .nav li:hover a {
    color:#fb7dae;
  }

  /* ========================================================================
                 Classes for MFC Generated Elements
                 ====================================================================== */
  /* tutti gli elementi di about me */
  #cam_score_container,#height_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#automobile_container,#pets_container,#age_container,#city_container,#country_container,#drink_container,#drugs_container,#smoke_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container {
    display:none;
  }

  #footer_bar,#header_bar {
    display:none;
  }

  #about_me_label,#profile_about_me > div:nth-child(1) {
    display:none;
  }

  #tags_container,#tags_label,#tags_value {
    display:none;
  }

  #profile_main_photo,#profile_avatar,#avatar_holder {
    display:none;
  }

  #blurb_container {
  /* scritta dell' headline */
    display:none;
  }

  #profile_header_container {
  /* etichetta status */
    position:absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,efefef+100 */
    background:#ffffff;
  /* Old browsers */
    background:-moz-linear-gradient(top,#ffffff 1%,#efefef 100%);
  /* FF3.6-15 */
    background:-webkit-linear-gradient(top,#ffffff 1%,#efefef 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,#ffffff 1%,#efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
  /* IE6-9 */
    border:3px solid #ffc8b6;
    box-shadow:4px 4px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
    -moz-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
    padding:5px;
    margin-top:460px;
    margin-left:290px;
    z-index:100;
    font-size:1em;
    width:316px;
    min-height:40px!important;
    text-align:left;
    color:#000;
    -ms-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
    transform:rotate(-4deg);
    -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;
    display:none;
  }

  #profile_header_container:hover {
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }

  #status_container,#unix_last_broadcast_container,#unix_last_updated_container {
  /* caratteristiche font per titoli etichette */
    color:black;
  }

  #unix_last_updated_value,#unix_last_broadcast_value {
  /* caratteristiche font per valori dell'etichetta */
    color:black;
  }

  #status_container a:link {
    color:black;
    text-decoration:none;
  /* per togliere la sottolineatura */
  }

  #status_container a:visited {
    color:black;
  }

  #status_container a:active {
    color:black;
  }

  #status_container a:hover {
    color:#f58f6d;
  }

  /* ========================================================================
                 Sezione del Profilo
                 ====================================================================== */
  #profile {
    width:940px;
    margin:0 auto;
    background-color:rgba(0,0,0,1);
    background-color:;
  /* colonna centrale */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:fixed;
    background-attachment:fixed;
    font-size:.875em;
    line-height:1.25;
    color:black;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);
    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;
  }

  #profile_header {
  }

  .profile_section {
    border-spacing:0;
  }

  .profile_section .heading {
    color:rgba(0,0,0,1);
    margin:20px auto;
    padding:0;
    width:940px;
    height:50px;
    line-height:70px;
    font-size:25px;
    font-family:'Bubbler One',sans-serif;
    text-transform:capitalize;
    text-align:center;
    letter-spacing:-1px;
    font-weight:300;
    display:none;
  }

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

  #profile_aboutme {
    margin:25px 0 0;
  }

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

  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);
  }

  /* ========================================================================
              Turni
                 ====================================================================== */
  #profile_schedule {
    display:none;
  }

  /* ========================================================================
                    Sezione delle Gallerie Fotografiche
                 ====================================================================== */
  #profile_photo_galleries {
    display:none;
  }

  #profile_password_photo_galleries {
    display:none;
  }

  /* ========================================================================
                           Sezione della Pagina Iniziale
                 ====================================================================== */
  #ContentHeader {
    display:block;
    position:relative;
    margin:0 auto;
    height:740px;
    width:940px;
    background:url(https://img.mfcimg.com/photos2/314/31496782/748-111-412-208-12622956.png);
    background-size:940px 740px;
    background-repeat:no-repeat;
    background-position:top center;
  }

  /* ========================================================================
                        Sezione dei tasti della pagina iniziale
              ======================================================================== */
  #contenitorebottoni {
    display:inline-block;
    position:relative;
    float:left;
    background-color:;
    width:200px;
    hight:80px;
    margin-top:647px;
    margin-left:110px;
    -ms-transform:rotate(-8.8deg);
    -webkit-transform:rotate(-8.8deg);
    transform:rotate(-8.8deg);
  }

  #twitter,#instagram {
    display:inline-block;
    position:relative;
    float:left;
    background-size:100%;
    background-repeat:no-repeat;
    -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;
  }

  #twitter {
    height:31px;
    width:38px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/475-598-936-302-12622962.png);
    margin-right:10px;
  }

  #instagram {
    height:31px;
    width:31px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/888-871-313-146-12622958.png);
    margin-right:10px;
  }

  #instagram:hover,#twitter:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }

  #tipmeoffline {
    display:inline-block;
    position:relative;
    float:left;
    color:white;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    text-transform:uppercase;
    font-style:italic;
    border:2px solid white;
    text-align:center;
    padding:5px 10px;
    border-radius:15px;
    box-shadow:0 0 10px rgba(0,0,0,0);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0);
    -o-box-shadow:0 0 10px rgba(0,0,0,0);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0);
    -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;
  }

  #tipmeoffline:hover {
    background-color:rgb(239,75,138);
    opacity:1;
  }

  .lineettaposta {
    display:block;
    position:relative;
    background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  /* FF3.6-15 */
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
  /* IE6-9 */
    height:2px;
    margin-top:20px;
    margin-bottom:10px;
  }

  .primalineaposta {
    color:#c3c3c3;
    font-size:10px;
    font-style:oblique;
  }

  .indirizzodiposta {
    display:block;
    color:#ef4989;
    font-size:25px;
    margin-top:7px;
    margin-bottom:-5px;
    font-family:'Nothing You Could Do',cursive;
  }

  .email {
    display:inline-block;
    position:relative;
    float:right;
    background-color:;
    margin-top:-130px;
    margin-right:192px;
    width:350px;
    height:135px;
    text-align:center;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:13px;
    letter-spacing:0;
    line-height:17px;
    color:white;
    padding-top:8px;
    background-color:gree;
  }

  /* ------------------------- Stilizzazione dei link mail----------------------------- */
  .email a:link {
    color:white;
    text-decoration:none;
  /* per togliere la sottolineatura */
    -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;
  }

  .email a:visited {
    color:white;
  }

  .email a:active {
    color:#f34a8b;
  }

  .email a:hover {
    color:#f34a8b;
  }

  /* -------------------------  Fine Stilizzazione dei link mail ----------------------------- */
  /* latin */
  @font-face {
    font-family:'Nothing You Could Do';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Nothing You Could Do'),local(NothingYouCouldDo),url(https://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb3OOnVsH2pmp.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }

  /* ========================================================================
                      Sezione del "Tutto su di Me"
              ======================================================================== */
  #aboutme {
    margin-top:100px;
  }

  #aboutmeWrapper {
    display:block;
    position:relative;
    margin:141px auto;
    height:1154px;
    width:940px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/863-634-625-813-12622953.png);
    background-size:940px 1154px;
    background-repeat:no-repeat;
    background-color:;
  }

  .abouttxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    position:relative;
    width:440px;
    height:420px;
    margin-top:100px;
    margin-left:100px;
    padding:5px;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-size:14px;
    line-height:24px;
    font-weight:400;
    letter-spacing:0;
    text-align:left;
    color:#a7a4a4;
  }

  .abouttxt h3 {
    font-size:20px;
    line-height:26px;
    font-weight:400;
  }

  .abouttxt h4 {
    font-size:18px;
    line-height:21px;
    color:#f572a4;
    font-weight:400;
  }

  .abouttxt p {
    font-size:15px;
    line-height:19px;
    font-weight:400;
  }

  .WhatsNewText {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    position:relative;
    width:440px;
    height:420px;
    margin-top:145px;
    margin-left:400px;
    padding:5px;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-size:14px;
    line-height:24px;
    font-weight:400;
    letter-spacing:0;
    text-align:right;
    color:#a7a4a4;
  }

  .WhatsNewText h3 {
    font-size:23px;
    line-height:28px;
    font-weight:400;
    color:white;
    margin-top:10px;
  }

  .WhatsNewText ul {
    font-size:15px;
    line-height:19px;
    font-weight:400;
    color:re;
    text-align:left;
    list-style-type:circle;
    background-color:re;
    padding-left:30px;
  }

  .WhatsNewText li {
    list-style-type:circle;
    color:#f572a4;
  }

  .WhatsNewText p {
    font-size:15px;
    line-height:19px;
    font-weight:400;
  }

  /* ========================================================================
                      Sezione della piattaforma di condivisione contenuti
              ======================================================================== */
  #MFCshare {
    margin-top:-161px;
  }

  #MFCshareWrapper {
    display:block;
    position:relative;
    margin:161px auto;
    height:970px;
    width:940px;
    background-image:url();
    background-size:940px 950px;
    background-repeat:no-repeat;
    background:rgb(242,242,242);
    background:-moz-linear-gradient(top,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
    background:-webkit-linear-gradient(top,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
    background:linear-gradient(to bottom,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#d1d1d1',GradientType=0);
  }

  .titoloshare {
    margin-top:60px;
  }

  #MFCshareWrapper iframe {
    width:1000px;
    height:900px;
    margin-top:-30px;
    padding-bottom:40px;
    background-color:re;
    margin-left:-30px;
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
  }

  /* ========================================================================
                   Sezione delle mance (LeTips)
              ======================================================================== */
  #TipMenu {
    margin-top:-181px;
  }

  #TipMenuWrapper {
    display:block;
    position:relative;
    margin:181px auto;
    height:700px;
    width:940px;
    background:url(https://img.mfcimg.com/photos2/314/31496782/355-914-541-987-12622961.png) no-repeat;
    background-size:940px 700px;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-size:14px;
    line-height:30px;
    font-weight:400;
    letter-spacing:0;
  }

  .TipMenuHolder {
    display:inline-block;
    position:relative;
    float:left;
    height:550px;
    margin-left:102px;
    margin-top:150px;
    background-color:;
    text-align:right;
  }

  .TipMenuItem A {
    color:white;
    text-transform:;
    text-decoration:none;
    text-indent:-3000px;
    -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;
  }

  .TipMenuItem a:hover {
    text-decoration:none;
    color:#f15490;
  }

  .amount {
    color:#f15490;
    font-family:'Nothing You Could Do',cursive;
    font-size:21px;
    margin-right:-12px;
    letter-spacing:1px;
  }

  .tokens {
    font-style:italic;
    font-family:'Poppins',sans-serif;
    color:rgba(231,81,138,0.74);
    font-weight:200;
    letter-spacing:0;
    font-size:11px;
    margin-right:10px;
  }

  .item {
    font-style:italic;
    text-transform:uppercase;
    color:;
    font-family:'Poppins',sans-serif;
    letter-spacing:5px;
    font-size:12px;
  }

  /* devanagari */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Poppins Regular'),local(Poppins-Regular),url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2");
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
  }

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

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

  /* devanagari */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Poppins SemiBold'),local(Poppins-SemiBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Poppins SemiBold'),local(Poppins-SemiBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }

  /* latin */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Poppins SemiBold'),local(Poppins-SemiBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }

  /* devanagari */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Poppins ExtraBold'),local(Poppins-ExtraBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Poppins ExtraBold'),local(Poppins-ExtraBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }

  /* latin */
  @font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Poppins ExtraBold'),local(Poppins-ExtraBold),url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }

  /* ========================================================================
                      Sezione dei Ragazzi di Jade
              ======================================================================== */
  #boyz {
    margin-top:-201px;
  }

  #boyzWrapper {
    display:block;
    position:relative;
    margin:201px auto;
    height:656px;
    width:940px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/906-653-569-304-12622954.png);
    background-size:940px 656px;
    background-repeat:no-repeat;
  }

  .boyztext {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    position:relative;
    width:830px;
    height:150px;
    margin-left:50px;
    margin-top:105px;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-size:18px;
    line-height:26px;
    letter-spacing:0;
    text-align:center;
    color:white;
    padding:5px;
  }

  .boyztext h2 {
    font-size:25px;
    line-height:28px;
    text-align:right;
    font-weight:600;
    width:730px;
    margin-left:100px;
  }

  .boyztext h4 {
    font-size:20px;
    line-height:24px;
    text-align:left;
    color:#cecccd;
    font-weight:400;
    margin-top:-8px;
  }

  .btn-boyz {
    display:inline-block;
    position:relative;
    float:left;
    margin-left:395px;
    margin-top:304px;
    width:150px;
    height:45px;
    background-color:rgba(0,0,0,0.5);
    box-shadow:0 0 25px rgba(0,0,0,0.7);
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 25px rgba(0,0,0,0.7);
    color:white;
    font-family:'Poppins bold',sans-serif;
    font-size:25px;
    line-height:45px;
    font-weight:600;
    border:2px solid white;
    border-radius:30px;
    text-align:center;
    -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;
  }

  .btn-boyz:hover {
    background-color:rgba(0,0,0,0.8);
    color:#f34a8b;
  }

  /* ------------------------- Stilizzazione dei link ----------------------------- */
  #boyzWrapper > a:link {
    color:white;
    text-decoration:none;
  /* per togliere la sottolineatura */
  }

  #boyzWrapper > a:visited {
    color:white;
  }

  #boyzWrapper > a:active {
    color:white;
  }

  #boyzWrapper > a:hover {
    color:#f34a8b;
    border:2px solid #f34a8b;
  }

  /* ------------------------- Fine Stilizzazione dei link ----------------------------- */
  /* ========================================================================
                      Sezione dei migliori contributori
              ======================================================================== */
  #alltimeheroes {
    margin-top:-221px;
  }

  #alltimeheroesWrapper {
    display:block;
    position:relative;
    margin:221px auto;
    height:650px;
    width:940px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/322-399-603-896-12622957.png);
    background-size:940px 650px;
    background-repeat:no-repeat;
    font-family:'Poppins-light',sans-serif;
  }

  .second {
    display:inline-block;
    position:relative;
    float:left;
    width:240px;
    height:50px;
    margin-top:330px;
    margin-left:67px;
    background-color:rgba(0,0,0,0.65);
    box-shadow:0 0 15px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    border:2px solid #f9ccd9;
    overflow:hidden;
    font-family:'Poppins-light',sans-serif;
    font-style:normal;
    font-size:17px;
    line-height:49px;
    font-weight:800;
    letter-spacing:0;
    text-align:center;
    color:#fed7e2;
    text-transform:capitalize;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
  }

  .first {
    display:inline-block;
    position:relative;
    float:left;
    width:280px;
    height:60px;
    margin-top:325px;
    margin-left:29px;
    background-color:rgba(0,0,0,0.65);
    box-shadow:0 0 15px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    border:3px solid #f5cfbd;
    overflow:hidden;
    font-family:'Poppins-light',sans-serif;
    font-style:normal;
    font-size:19px;
    line-height:59px;
    font-weight:800;
    letter-spacing:0;
    text-align:center;
    color:#f7cfba;
    text-transform:capitalize;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
  }

  .third {
    display:inline-block;
    position:relative;
    float:left;
    width:200px;
    height:40px;
    margin-top:335px;
    margin-left:24px;
    background-color:rgba(0,0,0,0.65);
    box-shadow:0 0 15px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    border:1px solid #f7b2a6;
    overflow:hidden;
    font-family:'Poppins-light',sans-serif;
    font-style:normal;
    font-size:14px;
    line-height:39px;
    font-weight:800;
    letter-spacing:0;
    text-align:center;
    color:#f9cec7;
    text-transform:capitalize;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
  }

  .vb {
  }

  /* ========================================================================
                      Sezione delle squadre
              ======================================================================== */
  #clubs {
    margin-top:-341px;
  }

  #clubsWrapper {
    display:block;
    position:relative;
    margin:241px auto;
    height:735px;
    width:940px;
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/887-304-964-182-12622955.png);
    background-size:940px 735px;
    background-repeat:no-repeat;
    font-family:'Poppins',sans-serif;
  }

  #lovertext,#viptext {
    display:inline-block;
    position:absolute;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
    font-style:normal;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    letter-spacing:0;
    text-align:center;
    opacity:1;
  }

  #viptext {
    background-color:rgba(255,5,255,0);
    width:170px;
    height:380px;
    float:left;
    margin-top:270px;
    margin-left:65px;
    color:#f5c9da;
    opacity:.85;
  }

  #viptext h3 {
    position:relative;
    margin-top:20px;
    color:#e55089;
    font-size:12px;
    line-height:15px;
    font-weight:100;
  }

  .cifravip {
    display:block;
    color:#fa468b;
    font-family:'Nothing You Could Do',cursive;
    font-size:30px;
    margin-top:10px;
  }

  .valutavip {
    display:block;
    font-family:'Poppins',sans-serif;
    font-size:12px;
    margin-top:-10px;
    color:#f385af;
    text-transform:uppercase;
    letter-spacing:6px;
    margin-left:5px;
    font-weight:400;
  }

  .ottienivip {
    display:block;
    margin-top:-11px;
    color:#fa468b;
    font-weight:800;
  }

  #viptext h2 {
    margin-top:-50px;
    color:white;
    font-size:14px;
    line-height:18px;
    background-color:re;
    font-weight:200;
  }

  .btn-vip {
    display:block;
    margin-top:15px;
    margin-left:35px;
    width:100px;
    height:30px;
    border:2px solid white;
    border-radius:20px;
    text-align:center;
    font-size:12px;
    line-height:30px;
    text-decoration:none;
    font-weight:800;
  }

  #lovertext {
    background-color:rgba(255,5,255,0);
    width:210px;
    height:410px;
    float:left;
    margin-top:255px;
    margin-left:262px;
    opacity:;
  }

  #lovertext h3 {
    position:relative;
    margin-top:20px;
    color:#bd73e8;
    font-size:14px;
    line-height:15px;
    font-weight:100;
  }

  .cifralover {
    display:block;
    color:#d69af9;
    font-family:'Damion',cursive;
    font-size:34px;
    margin-top:10px;
  }

  .valutalover {
    display:block;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    margin-top:-5px;
    color:#e1baf9;
    letter-spacing:6px;
    text-transform:uppercase;
    margin-left:7px;
    font-weight:400;
  }

  .ottienilover {
    display:block;
    margin-top:-9px;
    font-weight:800;
  }

  #lovertext h2 {
    margin-top:-52px;
    color:white;
    font-size:15px;
    line-height:20px;
    background-color:re;
    font-weight:200;
  }

  .btn-lover {
    display:block;
    margin-top:15px;
    margin-left:40px;
    width:130px;
    height:40px;
    border:2px solid white;
    border-radius:20px;
    text-align:center;
    font-size:14px;
    line-height:40px;
    text-decoration:none;
    font-weight:800;
  }

  .clubheader {
    display:block;
    position:relative;
    height:60px;
    background:;
    margin-bottom:-40px;
    color:#d65b5b;
    font-size:17px;
  }

  .btn-vip,.btn-lover {
    position:absolute;
    box-shadow:0 0 25px rgba(0,0,0,0.7);
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.7);
    -moz-box-shadow:0 0 25px rgba(0,0,0,0.7);
    color:white;
    font-family:'Poppins',sans-serif;
    font-weight:800;
    -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;
  }

  .btn-lover:hover,.btn-vip:hover {
    background-color:rgba(255,255,255,1);
    color:black;
  }

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

  /* ====================================== 
                       Marchio del Mattoncino
              ======================================== */
  .Mattoncino {
    display:inline-block;
    position:fixed;
    bottom:35px;
    left:15px;
    z-index:1000;
    -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;
    opacity:1;
    z-index:5;
    font-family:'Poppins',sans-serif;
    color:white;
    font-size:13px;
    letter-spacing:2px;
    text-align:center;
    font-weight:400;
    opacity:.8;
  }

  .Mattoncino b {
    font-weight:600;
  }

  .rigamattoncinoinferiore {
    display:block;
    letter-spacing:0;
    text-transform:uppercase;
    font-size:8px;
    font-weight:600;
    margin-top:-1px;
    text-align:left;
    font-style:italic;
  }

  .Mattoncino:hover {
    opacity:1;
    -webkit-text-shadow:0 0 30px white,0 0 10px white;
    -moz-text-shadow:0 0 30px white,0 0 10px white;
    text-shadow:0 0 30px white,0 0 10px 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;
}

/* ========================================================================
      Sezione degli interessi ed hobby
   ====================================================================== */
#profile_interests_content .value {
/* per fare le risposte alle domande non in grassetto */
  font-weight:normal;
  margin-left:0!important;
}

#meaning_life_container {
/* per distanziare il titolo della sezione da ciÃ² che segue */
  padding-top:15px;
}

#profile_interests_content {
/* per allineare le risposte della sezione di hobby e interessi */
/* E' il contenitore di tutta la sezione di "interessi e hobby" */
  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 {
/* caratteristiche del font usato per le risposte alle domande di "interessi ed hobby" */
  font-family:'arial';
  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 {
/* caratteristiche del font usato per le domande di "interessi ed hobby" */
  text-align:center!important;
  color:#fed16f;
  text-transform:uppercase;
}

#meaning_life_container,#five_things_container,#for_fun_container,#craziest_thing_container,#be_anywhere_container,#know_me_container,#favorite_books_container,#favorite_songs_container,#favorite_movies_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container {
  display:none;
}

/* ========================================================================
       Sezione dell'Autore
   ====================================================================== */
.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  font-weight:400;
  color:white;
  font-style:normal;
  z-index:1;
  font-family:'Poppins',sans-serif;
  padding-bottom:70px;
}

.dirittilogo {
  position:relative;
  top:1px;
  height:12px;
}

.divietodiriproduzione {
  color:#b7b7b7;
  font-size:11px;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.Copyright > a:link {
  color:#fb69a0;
/* per togliere la sottolineatura */
}

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

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

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

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
    Sezione dei Commenti
   ====================================================================== */
#profile_comments {
  display:none;
}

/* ==============================================
Friends Section (amici)
============================================== */
#profile_friends {
  display:none;
}