@charset "UTF-8";

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

  a:link {
    text-decoration:none;
  }

  body {
    font-size:1rem;
    line-height:1;
    padding:0;
    margin:0;
  }

  body {
    background-image:url(https://img.mfcimg.com/photos2/314/31496782/536-757-897-440-12841375.png);
    background-color:;
  /* sfondo */
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
  }

  @media (max-width: 980px) {
    body {
      background-image:url(https://img.mfcimg.com/photos2/314/31496782/472-631-881-126-12841374.png);
      background-position:;
    }
  }

  /* ===========================================
          Elementi generati dalla Piattaforma
      ============================================= */
  /* 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 */
    display:none;
  }

  .profile_section .heading {
    display:none;
  }

  /* ================================
          Sezione del Corpo Centrale
      ================================== */
  #profile {
    width:1000px;
    margin:0 auto;
    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;
    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_section {
    border-spacing:0;
  }

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

  #profile_aboutme {
    margin:25px 0 0;
  }

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

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

  #profile_password_photo_galleries {
    display:none;
  }

  .vignettatura {
    position:fixed;
    height:100%;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:7;
    background:rgb(181,63,251);
    background:-moz-radial-gradient(circle,rgba(181,63,251,0) 28%,rgba(19,13,41,0.05) 52%,rgba(59,23,45,0.12) 78%,rgba(38,7,13,0.2) 100%);
    background:-webkit-radial-gradient(circle,rgba(181,63,251,0) 28%,rgba(19,13,41,0.05) 52%,rgba(59,23,45,0.12) 78%,rgba(38,7,13,0.2) 100%);
    background:radial-gradient(circle,rgba(181,63,251,0) 28%,rgba(19,13,41,0.05) 52%,rgba(59,23,45,0.12) 78%,rgba(38,7,13,0.2) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b53ffb",endColorstr="#26070d",GradientType=1);
    opacity:0;
  }

  .disegnosfondo {
    position:fixed;
    height:100%;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:6;
    background:url()no-repeat;
    background-size:cover;
  }

  @media (max-width: 980px) {
    .disegnosfondo {
    }
  }

  /* ==========================================
               Sezione della Pagina Iniziale
      ============================================ */
  #ParteIniziale {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:1200px;
    width:1000px;
    background:url(https://img.mfcimg.com/photos2/314/31496782/216-227-278-206-12841370.png);
    background-size:1000px 750px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(0,128,0,0);
    z-index:1;
    font-family:'Montserrat',sans-serif;
  }

  .contenitoreiconepaginainiziale {
    display:block;
    position:absolute;
    margin-top:-1200px;
    margin-left:30px;
    z-index:7;
    background-color:rgba(0,128,0,0);
  }

  .sm {
    display:block;
    position:relative;
    color:rgba(255,255,255,0.75);
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    font-weight:400;
  }

  .sm img {
    display:inline-block;
    position:relative;
    margin-right:10px;
  }

  .sm1 img {
    height:25px;
    top:5px;
  }

  .sm2 img {
    width:80px;
    top:1px;
  }

  .sm1 {
    margin-top:10px;
    left:17px;
  }

  .sm2 {
    display:inline-block;
    top:-16px;
  }

  .ihp {
    display:inline-block;
    position:relative;
    -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:.75;
  }

  .ihp:hover {
    opacity:1;
  }

  .mancetta {
    height:35px;
    top:-20px;
  }

  .stanza {
    height:27px;
    top:-24px;
  }

  .posta {
    height:19px;
    top:-28px;
  }

  .contenitoreiconepaginainiziale > :nth-child(3) {
    margin-left:220px;
    margin-right:20px;
  }

  .contenitoreiconepaginainiziale > :nth-child(4) {
    margin-right:20px;
  }

  .testoiniziale {
    display:block;
    position:absolute;
    background-color:rgba(255,0,237,0);
    margin-top:280px;
    margin-left:100px;
    text-align:left;
    width:440px;
    height:60px;
    letter-spacing:;
    padding:5px;
    overflow:hidden;
    font-family:'Montserrat',sans-serif;
    color:white;
    font-size:24px;
    font-weight:400;
    z-index:7;
  }

  .testoiniziale img {
    display:block;
    height:26px;
    margin-top:1px;
    margin-left:190px;
    -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;
  }

  .testoiniziale img:hover {
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
  }

  .addname {
    display:block;
    position:relative;
    color:rgba(255,255,255,0.85);
    padding:50px;
    width:400px;
    height:100px;
    text-align:right;
    margin-top:600px;
    font-size:25px;
    margin-left:400px;
    font-weight:400;
    line-height:26px;
  }

  .addname span {
    color:#97bdf1;
    font-weight:800;
  }

  .addname b {
    color:white;
  }

  h2 {
    afont-size:19px;
    line-height:19px;
  }

  h3 {
    font-size:17px;
    line-height:20px;
  }

  h4 {
    font-size:15px;
    line-height:17px;
  }

  p {
    font-size:14px;
    line-height:16px;
  }

  /* cyrillic-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
    unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }

  /* cyrillic */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
    unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }

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

  /* latin-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.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:'Montserrat';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.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;
  }

  /* cyrillic-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }

  /* cyrillic */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }

  /* vietnamese */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.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:'Montserrat';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.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;
  }

  /* cyrillic-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }

  /* cyrillic */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }

  /* vietnamese */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_vx3rCubqg.woff2) format("woff2");
    unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Montserrat';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_vx3rCubqg.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:'Montserrat';
    font-style:normal;
    font-weight:800;
    font-display:swap;
    src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_vx3rCs.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;
  }

  /* =====================================
             Turni
      ======================================= */
  #profile_schedule {
    margin:0 auto;
    position:absolute;
    background-color:rgba(118,123,108,0);
    width:830px;
    height:370px;
    margin-top:-6480px;
    margin-left:70px;
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
  }

  #profile_schedule .container {
    background:rgb(255,255,255);
    background:-moz-linear-gradient(180deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%);
    background:-webkit-linear-gradient(180deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%);
    background:linear-gradient(180deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    border:0 solid white;
    position:absolute;
    top:15px;
    display:inline-block;
    width:130px;
    height:130px;
    padding:10px;
    border-radius:20px;
    border:5px solid #ffffffad;
  }

  #profile_schedule .label {
    display:block;
    width:100%;
    font-size:17px;
    line-height:1em;
    text-align:center;
    margin-top:15px;
    color:#bdd9ff;
    font-family:'Montserrat',sans-serif;
    background-color:re;
    font-weight:800;
    border-bottom:2px solid #ffffff4f;
    padding-bottom:10px;
  }

  #schedule_day_0_container {
  }

  #profile_schedule .value {
    display:block;
    position:absolute;
    font-size:14px;
    line-height:17px;
    font-weight:normal;
    color:#fafbfc;
    text-align:center;
    margin-top:10px;
    background-color:gree;
    width:130px;
    font-family:'Montserrat',sans-serif;
    font-weight:400;
  }

  .emphasis {
    font-weight:bold;
  }

  #schedule_converted {
    position:absolute;
    text-align:center;
    font-size:12px;
    background-color:;
    color:#fff;
    width:830px;
    font-family:'Montserrat',sans-serif;
    margin-top:355px;
    font-weight:400;
  }

  #schedule_day_1_container {
    margin-top:5px;
    margin-left:20px;
  }

  #schedule_day_2_container {
    margin-top:5px;
    margin-left:185px;
  }

  #schedule_day_3_container {
    margin-top:5px;
    margin-left:350px;
  }

  #schedule_day_4_container {
    margin-top:170px;
    margin-left:190px;
  }

  #schedule_day_5_container {
    margin-top:170px;
    margin-left:355px;
  }

  #schedule_day_6_container {
    margin-top:170px;
    margin-left:520px;
  }

  #schedule_day_0_container {
    margin-top:170px;
    margin-left:685px;
    z-index:1;
  }

  /* ==========================================
               Sezione delle Mance (Letips)
      ============================================ */
  #mance {
    display:inline-block;
    position:relative;
    margin:20px auto;
    height:700px;
    width:1000px;
    background:url();
    background-size:1000px 700px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(224,41,161,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  .testosezioni {
    display:block;
    position:relative;
    padding:5px;
    overflow:hidde;
    color:white;
    width:300px;
    height:100px;
  }

  .testosezioni h2 {
    text-transform:uppercase;
    font-style:obliqu;
    font-weight:400;
    font-size:35px;
    letter-spacing:5px;
  }

  .testosezioni p {
    font-size:16px;
    font-weight:600;
    margin-top:-10px;
    opacity:1;
    line-height:18px;
    text-shadow:0 0 10px rgb(168,214,245),0 0 20px rgba(255,255,255,0.45);
  }

  .tm {
    margin-left:100px;
  }

  .tm h2 span {
    opacity:.6;
  }

  .contenitoremance {
    background-color:re;
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
    margin-top:-10px;
  }

  .mancia {
    display:inline-block;
    position:relative;
    background:rgb(228,229,231);
    background:-moz-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:-webkit-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e5e7",endColorstr="#ffffff",GradientType=1);
    text-align:center;
    width:110px;
    height:170px;
    padding:10px;
    border-radius:25px;
    box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -moz-box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -webkit-box-shadow:0 12px 30px rgba(3,13,21,0.35);
    font-family:'Montserrat',sans-serif;
    margin-right:-10px;
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
    -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;
    margin-bottom:-10px;
  }

  .mancia:hover {
    -ms-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    transform:scale(1,1);
    z-index:10;
    box-shadow:0 12px 60px rgba(3,13,21,0.55);
    -moz-box-shadow:0 12px 60px rgba(3,13,21,0.55);
    -webkit-box-shadow:0 12px 60px rgba(3,13,21,0.55);
  }

  .mancia img {
    background-color:rgba(255,255,0,0);
    height:50px;
    margin-top:15px;
  }

  .m1 {
  }

  .m16 img,.m17 img {
    height:40px;
    margin-top:19px;
  }

  .m18 img {
    height:45px;
    margin-top:20px;
  }

  .m19 img,.m20 img {
    height:47px;
    margin-top:18px;
  }

  .mancia h4 {
    color:#e47b7b;
    font-weight:400;
    font-size:16px;
    line-height:16px;
    border-bottom:1px solid rgba(104,141,191,0.44);
    padding-bottom:8px;
    width:100px;
    margin-left:5px;
    margin-top:11px;
  }

  .m16 img,.m17 img {
    padding-bottom:6px;
  }

  .mancia h5 {
    color:#000f29a8;
    font-size:18px;
    font-weight:800;
    margin-top:-15px;
  }

  .mancia h5 span {
    display:block;
    margin-top:-4px;
    opacity:.5;
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:-1px;
  }

  /* ==========================================
               Sezione delle Ruote
      ============================================ */
  #ruote {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:480px;
    width:1000px;
    background:url();
    background-size:1000px 800px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  .tr {
    position:absolute;
    background-color:rgba(0,163,255,0);
    height:130px;
    width:450px;
    text-align:right;
    margin-left:440px;
    margin-top:20px;
  }

  .tr h2 span {
    opacity:.6;
  }

  .tr p {
    line-height:20px;
  }

  .tr p span {
    font-size:21px;
  }

  .r2 {
    height:300px;
    margin-left:260px;
    margin-top:170px;
  }

  .r2 {
    -webkit-animation:rotation 4s infinite linear;
  }

  @-webkit-keyframes rotation {
    from {
      -webkit-transform:rotate(359deg);
    }

    to {
      -webkit-transform:rotate(0deg);
    }
  }

  .r1 {
    -webkit-animation:rotation 4s infinite cubic-bezier(0.65,0.05,0.36,1);
  }

  @-webkit-keyframes rotation {
    from {
      -webkit-transform:rotate(0deg);
    }

    to {
      -webkit-transform:rotate(359deg);
    }
  }

  .r1,.r2 {
    display:inline-block;
    position:absolute;
  }

  .nuvo {
    display:inline-block;
    position:absolute;
    height:100px;
  }

  .n1 {
    height:200px;
    margin-top:170px;
    margin-left:0;
  }

  .n2 {
    margin-top:270px;
    margin-left:140px;
    z-index:2;
    height:150px;
  }

  .n3 {
    height:80px;
    margin-top:296px;
    margin-left:380px;
    z-index:2;
    opacity:.97;
  }

  .r1 {
    z-index:1;
  }

  .r2 {
    z-index:3;
  }

  .tastoruota {
    background-color:re;
    display:block;
    position:relative;
    background:rgb(228,229,231);
    background:-moz-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:-webkit-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e5e7",endColorstr="#ffffff",GradientType=1);
    width:250px;
    height:52px;
    text-align:center;
    padding:1px 10px;
    margin-bottom:10px;
  /* border-top-left-radius:20px;
      border-top-right-radius:20px;
      border-bottom-left-radius:20px;
      border-bottom-right-radius:20px; */
    border-radius:25px;
    -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;
    border:5px solid rgba(104,141,191,0.69);
    box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -moz-box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -webkit-box-shadow:0 12px 30px rgba(4,28,45,0.25);
    z-index:1;
  }

  .tastoruota:hover {
    border:5px solid #79bf9c;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
    box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -moz-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -webkit-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    z-index:2;
  }

  .tastoruota h3 {
    margin-top:6px;
    color:#e38181;
    font-weight:400;
    font-size:15px;
    border-bottom:1px solid rgba(104,141,191,0.44);
    padding-bottom:2px;
    width:190px;
    margin-left:30px;
    text-transform:uppercase;
  }

  .tastoruota p {
    color:#000f29a8;
    font-size:15px;
    font-weight:800;
    margin-top:-12px;
  }

  .tastoruota p span {
    margin-top:-4px;
    opacity:.7;
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:-1px;
  }

  .tr1 {
    margin-top:180px;
    margin-left:560px;
  }

  .tr2 {
    margin-left:640px;
  }

  /* ==========================================
               Sezione della Squadra Uno
      ============================================ */
  #squadrauno {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:1100px;
    width:1000px;
    background:url();
    background-size:1000px 800px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
    overflow:hidden;
  }

  .logosquadrauno {
    height:340px;
    display:inline-block;
    position:absolute;
    margin-left:650px;
    margin-top:14px;
  }

  .tsu {
    display:inline-block;
    position:absolute;
    width:600px;
    height:220px;
    margin-left:70px;
    margin-top:20px;
    background-color:rgba(14,0,255,0);
  }

  .tsu1 {
    font-weight:800;
  }

  .tsu2 {
    opacity:.6;
  }

  .tsu h2 {
    margin-left:330px;
  }

  .tsu p {
    text-align:right;
    text-shadow:0 0 10px rgba(255,255,255,0.7),0 0 40px rgba(255,255,255,0.45);
  }

  .tastosquadrauno {
    display:block;
    position:relative;
    background:rgb(228,229,231);
    background:-moz-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:-webkit-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e5e7",endColorstr="#ffffff",GradientType=1);
    width:200px;
    height:52px;
    text-align:center;
    padding:1px 10px;
    margin-bottom:10px;
    margin-left:370px;
    border-radius:25px;
    -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;
    border:5px solid rgba(104,141,191,0.69);
    box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -moz-box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -webkit-box-shadow:0 12px 30px rgba(4,28,45,0.25);
    z-index:1;
  }

  .tastosquadrauno:hover {
    border:5px solid #79bf9c;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
    box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -moz-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -webkit-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    z-index:2;
  }

  .tastosquadrauno h3 {
    margin-top:6px;
    color:#e38181;
    font-weight:600;
    font-size:15px;
    border-bottom:1px solid rgba(104,141,191,0.44);
    padding-bottom:2px;
    width:140px;
    margin-left:30px;
    text-transform:uppercase;
  }

  .tastosquadrauno p {
    color:#000f29a8;
    font-size:15px;
    font-weight:800;
    margin-top:-12px;
    text-align:center;
  }

  .tastosquadrauno p span {
    margin-top:-4px;
    opacity:.7;
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:-1px;
  }

  .contenitoremk {
    display:block;
    position:relative;
    margin-top:330px;
    margin-left:10px;
    background-color:rgba(26,0,255,0);
  }

  .memberk {
    display:inline-block;
    position:relative;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(0.8,0.8);
    margin-right:-25px;
  }

  .memberk img {
    display:block;
    position:relative;
    height:100px;
    width:100px;
    border-radius:20px;
    border:5px solid rgb(255,255,255);
    background-color:white;
    z-index:1;
    box-shadow:0 20px 30px rgba(3,13,21,0.25);
    -moz-box-shadow:0 20px 30px rgba(3,13,21,0.25);
    -webkit-box-shadow:0 20px 30px rgba(3,13,21,0.25);
  }

  .memberk p {
    display:block;
    position:relative;
    width:110px;
    padding:5px;
    background-color:#dca6e4;
    text-align:center;
    font-size:13px;
    border-radius:px;
    margin-left:-7px;
    border:2px solid white;
    font-weight:600;
    color:#5a2461;
    margin-top:-10px;
    z-index:4;
    box-shadow:0 5px 20px rgba(3,6,8,0.20);
    -moz-box-shadow:0 5px 20px rgba(3,6,8,0.20);
    -webkit-box-shadow:0 5px 20px rgba(3,6,8,0.20);
    -ms-transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    transform:rotate(-6deg);
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
  }

  /* =====================================================
          Sezione della Piattaforma di Condivisione
      ======================================================== */
  #contenuti {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:1500px;
    width:1000px;
    background:url();
    background-size:1000px 800px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  .tcon {
    width:640px;
    margin-left:100px;
    background-color:re;
    height:110px;
  }

  .tcon h2 span {
    opacity:.6;
  }

  #contenuti iframe {
    margin-top:10px;
    background:rgb(255,255,255);
    background:-moz-linear-gradient(180deg,rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.2) 100%);
    background:-webkit-linear-gradient(180deg,rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.2) 100%);
    background:linear-gradient(180deg,rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.2) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    width:1000px;
    height:1250px;
    padding-top:30px;
    border-radius:40px;
  }

  /* ==========================================
               Sezione delle Squadre (Tiers)
      ============================================ */
  #squadre {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:810px;
    width:1000px;
    background:url();
    background-size:1000px 810px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  #squadre img {
    display:block;
    position:relative;
    background-color:rgba(255,255,0,0);
  }

  .sq1 {
    margin-left:;
    margin-top:;
  }

  .sq2 {
    margin-left:;
    margin-top:;
  }

  .sq3 {
    margin-left:;
    margin-top:;
  }

  .sq4 {
    margin-left:;
    margin-top:;
  }

  .squadra {
    display:inline-block;
    position:relative;
    padding:20px;
    width:205px;
    height:560px;
    background-color:rgba(0,54,255,0);
    color:white;
    margin-top:-40px;
  }

  .squadra h2 {
    font-size:40px;
    line-height:30px;
    font-weight:800;
    text-shadow:0 0 10px rgba(255,255,255,0.7),0 0 40px rgb(101,163,226);
  }

  .squadra h2 span {
    opacity:.6;
    font-weight:400;
  }

  .squadra h4 {
    font-weight:800;
    font-size:24px;
    margin-top:-27px;
    color:#8fa9cc;
  }

  .squadra h4 span {
    text-transform:uppercase;
    font-weight:400;
    font-size:15px;
    color:white;
  }

  .ab {
    color:re;
  }

  .ab {
    background-color:re;
    display:block;
    position:relative;
    background:rgb(228,229,231);
    background:-moz-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:-webkit-linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    background:linear-gradient(0deg,rgba(228,229,231,1) 0%,rgba(255,255,255,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e5e7",endColorstr="#ffffff",GradientType=1);
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:20px;
    -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;
    border:5px solid rgba(104,141,191,0.69);
    box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -moz-box-shadow:0 12px 30px rgba(3,13,21,0.35);
    -webkit-box-shadow:0 12px 30px rgba(4,28,45,0.25);
    z-index:1;
    color:#e59899;
    text-transform:uppercase;
    font-weight:800;
    margin-top:-20px;
  }

  .ab:hover {
    border:5px solid #79bf9c;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
    box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -moz-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    -webkit-box-shadow:0 12px 60px rgba(3,13,21,0.45);
    z-index:2;
  }

  .squadra h5 {
    color:#f1ee92;
    font-weight:600;
    font-size:13px;
  }

  .squadra ul {
    font-size:13px;
    margin-left:-20px;
    font-weight:400;
    margin-top:-10px;
    background-color:rgba(0,163,255,0);
    height:400px;
  }

  .squadra li {
  }

  /* ==========================================
               Sezione del Muro
      ============================================ */
  #muro {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:750px;
    width:1000px;
    background:url(https://img.mfcimg.com/photos2/314/31496782/527-536-120-944-12841380.png);
    background-size:1000px 750px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  .tmur {
    background-color:rgba(217,0,255,0);
    width:590px;
    text-align:center;
    margin-left:200px;
    margin-top:-30px;
  }

  .tmur h2 span {
    opacity:.6;
  }

  .swm {
    display:inline-block;
    position:relative;
    padding:20px;
    width:180px;
    height:470px;
    color:white;
    text-align:center;
    background-color:rgba(0,255,184,0);
    margin-top:25px;
  }

  .swm h4 {
    color:r;
    font-size:20px;
    font-weight:800;
    text-shadow:0 0 15px rgba(168,214,245,0.37),0 0 40px rgba(255,255,255,0.69);
  }

  .swm p {
    font-size:15px;
    font-weight:400;
    line-height:18px;
  }

  .raptor-members {
    margin-left:53px;
    margin-top:;
  }

  .triceratops-members {
    margin-left:;
    margin-top:;
  }

  .t-rex-members {
    margin-left:;
    margin-top:;
  }

  .fossil-legends-members {
    margin-left:;
    margin-top:;
  }

  /* ==========================================
               Sezione dei Migliori Contributori
      ============================================ */
  #hightips {
    display:inline-block;
    position:relative;
    margin:0 auto;
    height:400px;
    width:1000px;
    background:url();
    background-size:1000px 400px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:rgba(214,127,164,0);
    z-index:7;
    font-family:'Montserrat',sans-serif;
  }

  .tht {
    width:490px;
    text-align:right;
    margin-left:390px;
  }

  .tht h2 span {
    opacity:.6;
    width:500px;
  }

  .award {
    display:inline-block;
    position:relative;
    text-align:center;
    color:white;
    width:300px;
    height:150px;
    background-color:rgba(115,119,214,0);
  }

  .award h2 {
    font-size:30px;
    font-weight:800;
    text-transform:uppercase;
    color:white;
    text-shadow:0 0 10px rgba(255,255,255,0.7),0 0 40px rgb(101,163,226);
  }

  .award h5 {
    color:#8ea9cd;
    font-size:23px;
    font-weight:800;
    margin-top:-20px;
    border-bottom:2px solid rgba(255,255,255,0.62);
    padding-bottom:7px;
  }

  .award h5 span {
    font-weight:400;
    opacity:.7;
  }

  .award h6 {
    text-transform:uppercase;
    font-weight:600;
    font-size:13px;
    letter-spacing:5px;
    margin-top:-27px;
  }

  .hte h6 {
    color:#eeeb91;
  }

  .sht h6 {
    color:#e59899;
  }

  .hot h6 {
    color:#dca6e4;
  }

  .hte {
    -ms-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    margin-left:30px;
  }

  .sht {
    margin-left:40px;
    top:30px;
  }

  .hot {
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
    top:55px;
    margin-left:15px;
  }

  /* ====================================== 
               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;
    font-family:'Montserrat',sans-serif;
    color:white;
    font-size:12px;
    letter-spacing:3px;
    text-align:center;
    font-weight:400;
    opacity:1;
  }

  .Mattoncino b {
    color:white;
    font-weight:800;
  }

  @media (max-width: 980px) {
    .Mattoncino {
      visibility:hidden;
    }
  }

  .rigamattoncinoinferiore {
    display:block;
    letter-spacing:0;
    text-transform:uppercase;
    font-size:8px;
    font-weight:800;
    margin-top:-3px;
    text-align:left;
    font-style:;
    -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-align:left;
  }

  .Mattoncino:hover {
    opacity:1;
    text-shadow:0 0 10px white,0 0 30px white,0 0 60px white;
  }

  .Mattoncino:hover .rigamattoncinoinferiore {
    color:white;
  }

  /* ====================================== 
               Tastino del Torna Su
      ======================================== */
  .TornaSu {
    display:inline-block;
    position:fixed;
    height:50px;
    bottom:35px;
    right: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:.7;
  }

  .TornaSu:hover {
    opacity:1;
  }

  @media (max-width: 980px) {
    .TornaSu {
      visibility:hidden;
    }
  }

  /* =============================
               Caricamento della Colonna
      ==================================== */
  @-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
============================================ */
#profile_interests_content {
  display:none;
}

/* ===========================================
Sezione dei diritti d'autore
============================================= */
.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:38px;
  width:100%;
  text-align:center;
  font-size:11px;
  font-weight:400;
  color:white;
  font-style:normal;
  z-index:8;
  background-color:;
  font-family:'Montserrat',sans-serif;
  padding-bottom:100px;
  margin-top:70px;
  opacity:1;
}

.Copyright b {
  color:#92bcf3;
}

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

.divietodiriproduzione {
  display:block;
  color:#afc3d4;
  font-size:10px;
  margin-top:1px;
  text-decoration:;
}

/* --------------------------------------------
Stilizzazione de collegamenti
--------------------------------------------- */
.Copyright > a:link {
  color:#eeeb91;
  text-decoration:underline;
  font-weight:800;
/* per togliere la sottolineatura */
}

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

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

.Copyright > a:hover {
  color:#92bcf3;
}

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

/* ==============================================
       Sezione degli amici
============================================== */
/* tutto il blocco */
#profile_friends {
  display:none;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#average_rating_count {
  background-color:re;
  color:#cdbcbc;
  font-size:10px;
  line-height:15px;
}

#profile_friends img {
  display:inline-block;
  position:relative;
  height:14px;
  top:2px;
}

#profile_friends a:link {
  color:#fbd452;
}

#profile_friends a:hover {
  color:#fbd452;
}

#profile_friends a:visited {
  color:#fbd452;
}

#profile_friends a:active {
  color:#fbd452;
}

#average_rating_label,#rate_label,#admirers_label,#friends_label,#favorite_models_label {
  background-color:re;
  text-align:right;
  padding-right:10px;
}

#average_rating_count {
  display:block;
}