@charset "UTF-8";

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

  a:link {
    text-decoration:none;
  }

  a:visited {
    color:grey;
  }

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

  body {
    background-image:url();
    background-color:;
  /* sfondo */
    background:#000;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
  }

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

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

  /* ========================================================================
                               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;
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 1%,#efefef 100%);
    background:-webkit-linear-gradient(top,#ffffff 1%,#efefef 100%);
    background:linear-gradient(to bottom,#ffffff 1%,#efefef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
    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,0);
  /* 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 70px rgba(0,0,0,0);
    -webkit-box-shadow:0 0 70px rgba(0,0,0,0);
    -moz-box-shadow:0 0 70px rgba(0,0,0,0);
    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;
    font-family:'Josefin Sans',sans-serif;
  }

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

  /* vietnamese */
  @font-face {
    font-family:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMlhKSbpUVzEEaq2.woff) format("woff");
    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:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMhhKSbpUVzEEaq2.woff) format("woff");
    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:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhKSbpUVzEEQ.woff) format("woff");
    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 Turni
                               ========================================================================== */
  #profile_schedule {
    margin:0 auto;
    position:relative;
    background-color:;
    width:940px;
    display:none;
  }

  #profile_schedule .container {
    background-color:rgba(0,0,0,0);
    border:0 solid white;
    position:relative;
    top:15px;
    display:inline-block;
    width:125px;
    height:130px;
    margin:0 auto;
    padding:0;
    margin-left:0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
  }

  #schedule_day_0_container {
    margin-left:10px!important;
  }

  #profile_schedule .label {
    display:block;
    width:100%;
    font-size:15px;
    line-height:1em;
    text-align:center;
    margin-top:15px;
    color:#d6b0c8;
    font-family:'Josefin Sans',sans-serif;
  }

  #profile_schedule .value {
    display:block;
    position:absolute;
    font-size:11px;
    font-weight:normal;
    color:white;
    text-align:center;
    margin-top:10px;
    background-color:;
    width:100px;
    margin-left:12px;
    font-family:'Josefin Sans',sans-serif;
  }

  .emphasis {
    font-weight:normal;
  }

  #schedule_converted {
    text-align:center;
    font-size:10px;
    background-color:;
    color:#bfbebe;
    width:940px;
    height:20px;
    font-family:'Josefin Sans',sans-serif;
    margin-top:-20px;
    padding-bottom:100px;
  }

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

  #profile_password_photo_galleries {
    display:none;
  }

  /* ========================================================================
                                         Sezione della barra superiore
                               ====================================================================== */
  .barrasuperiore {
    position:fixed;
    height:58px;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:10;
    background:black;
    border-bottom:2px solid #b16d95;
  }

  .elementibarrasuperiore {
    display:inline-block;
    vertical-align:top;
    width:940px;
    position:fixed;
    z-index:9999;
    text-align:center;
    background-color:re;
    margin-top:22px;
  }

  .elementibarrasuperiore li {
    font-size:13px;
    font-weight:bolder;
    letter-spacing:;
    float:left;
    text-transform:uppercase;
    font-style:;
    font-family:'Cinzel',serif;
  }

  .elementibarrasuperiore a {
    -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;
    color:white;
    text-transform:capitalize;
  }

  .elementibarrasuperiore a:hover {
    color:#d484b4;
  }

  .manciaoffline {
    border:1px solid white;
    padding:2px 5px;
  }

  .manciaoffline:hover {
    background-color:white;
    color:black;
  }

  /* latin-ext */
  @font-face {
    font-family:'Cinzel';
    font-style:normal;
    font-weight:400;
    src:local('Cinzel Regular'),local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v7/_f6fO0K1az0qWTrtEc_9iH-_kf6ByYO6CLYdB4HQE-Y.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:'Cinzel';
    font-style:normal;
    font-weight:400;
    src:local('Cinzel Regular'),local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v7/i2BwM1Eq2JyiNOY_VrkubOvvDin1pK8aKteLpeZ5c0A.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 della Pagina Iniziale
                               ====================================================================== */
  #ContentHeader {
    display:block;
    position:relative;
    margin:-10px auto;
    height:800px;
    width:940px;
    background:url(https://i.ibb.co/cg8dWfm/header.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:;
  }

  .tiponome {
    display:inline-block;
    position:relative;
    width:840px;
    text-align:center;
    margin-top:400px;
    margin-left:50px;
    color:white;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:76px;
    line-height:37px;
    margin-bottom:20px;
  }

  .sottotitolo {
    display:inline-block;
    width:940px;
    background-color:;
    text-align:center;
    margin-top:-9px;
    font-weight:400;
    font-size:32px;
    color:white;
  }

  .contenitoresociale {
    background-color:r;
    width:940px;
    text-align:center;
    margin-top:400px;
    font-size:15px;
  }

  .contenitoresociale a {
    -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;
    color:grey;
  }

  .contenitoresociale a:hover {
    color:white;
  }

  .posta {
    display:inline-block;
    margin-top:5px;
  }

  .stanza {
    display:inline-block;
    margin-top:5px;
  }

  .offlinetip {
    display:inline-block;
    margin-top:5px;
  }

  .contenitoresociale img {
    height:20px;
    opacity:.7;
    padding:10px 5px;
    -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;
  }

  .contenitoresociale img:hover {
    opacity:.3;
  }

  /* ========================================================================
                                    Sezione del Tutto su di Me
                            ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:520px;
    width:940px;
    background-image:url(https://i.ibb.co/VtT6s3W/about-me.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:;
    overflow:hidden;
  }

  h1 {
    font-family:'Cinzel';
  }

  h2 {
    font-family:'Cinzel';
    font-size:20px;
    color:#f5cae4;
  }

  h3 {
    font-family:'Cinzel';
  }

  p {
    font-family:'Josefin Sans',sans-serif;
    color:#c1c0c0;
    font-size:17px;
  }

  .testoaboutme {
    display:block;
    position:absolute;
    margin-left:px;
    margin-top:100px;
    width:940px;
    height:5000px;
    font-weight:400;
    line-height:20px;
    text-align:left;
    overflow:hidden;
    line-height:22px;
    font-size:15px;
    color:white;
    overflow:hidden;
    background-color:yello;
  }

  .testoaboutme h2 {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:250px;
    text-align:right;
    margin-left:150px;
    margin-top:50px;
  }

  .testoaboutme p {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:270px;
    text-align:right;
    margin-top:145px;
    margin-left:130px;
  }

  .testoaboutme img {
    display:inline-block;
    position:absolute;
    margin-left:450px;
    margin-top:5px;
    background-color:red;
  }

  /* ========================================================================
                                    Sezione delle mance (letips)
                            ======================================================================== */
  #tipmenuWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:800px;
    width:940px;
    background-image:url(https://i.ibb.co/8gNx79j/tipmenu.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:rd;
    color:white;
  }

  .mancetitolo2 {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:250px;
    text-align:right;
    margin-left:570px;
    margin-top:150px;
  }

  .contenitoremance {
    display:inline-block;
    background-color:re;
    margin-top:200px;
    width:400px;
    text-align:right;
    margin-left:421px;
  }

  .mancia {
    font-size:17px;
  }

  .mancia a {
    color:white;
    -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;
  }

  .mancia a:hover {
    opacity:.6;
  }

  .prezzomancia {
    color:#de97c1;
    font-size:20px;
  }

  .valutamancia {
    color:#a5a4a4;
    font-size:13px;
    font-weight:200;
  }

  /* ========================================================================
                                    Sezione dei migliori contributori
                            ======================================================================== */
  #htWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:800px;
    width:940px;
    background-image:url(https://i.ibb.co/jWNGzTH/ht.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:rd;
    color:white;
  }

  .recordtitolo2 {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:940px;
    text-align:center;
    margin-top:150px;
  }

  .contenitoremese1,.contenitoremese2 {
    display:inline-block;
    position:relative;
    background-color:rgba(255,5,5,0);
    width:270px;
    height:540px;
    text-align:center;
    overflow:hidden;
  }

  .contenitoremese1 {
    margin-top:200px;
    margin-left:146px;
  }

  .contenitoremese2 {
    margin-left:105px;
  }

  .monthname {
    color:#fdeb93;
    font-size:28px;
  }

  .highestsingletip {
    font-size:;
    border-bottom:2px dotted white;
    margin-top:50px;
  }

  .highestsingletipamount {
    color:#f4cae4;
  }

  .highestsingletipcurrency {
    color:#bdbcbc;
  }

  .descriptiontitle {
    font-family:'Cinzel';
    margin-top:-10px;
    font-size:13px;
    color:#e0d082;
  }

  .description1line {
    color:#eadfb4;
    font-size:16px;
  }

  .monthheader {
    margin-top:40px;
  }

  .firstname {
    color:white;
    font-size:25px;
    margin-top:55px;
    text-transform:lowercase;
  }

  .secondname {
    color:#e2e2e2;
    font-size:23px;
    text-transform:lowercase;
  }

  .thirdname {
    color:#bbbbbb;
    font-size:20px;
    text-transform:lowercase;
  }

  /* ========================================================================
                                    Sezione delle squadre
                            ======================================================================== */
  #ratpackWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:1031px;
    width:940px;
    background-image:url(https://i.ibb.co/MNVv8kw/clubs.png);
    background-size:940px 1000px;
    background-repeat:no-repeat;
    background-color:;
    color:white;
    overflow:hidden;
  }

  .rattititolo2 {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:940px;
    text-align:center;
    margin-top:150px;
  }

  .cc {
    display:inline-block;
    position:absolute;
    background-color:re;
    overflow:hidden;
    text-align:center;
  }

  .cc1 {
    margin-top:570px;
    margin-left:130px;
    width:180px;
    height:350px;
  }

  .cc2 {
    margin-top:580px;
    margin-left:337px;
    width:260px;
    height:430px;
  }

  .cc3 {
    margin-top:570px;
    margin-left:625px;
    width:180px;
    height:350px;
  }

  .nc1 {
    font-size:25px;
    color:#8eddde;
  }

  .nc2 {
    font-size:30px;
    color:#e492c3;
  }

  .nc3 {
    font-size:25px;
    color:#e8e79a;
  }

  .pc {
    display:block;
    margin-top:-20px;
    font-size:30px;
    font-family:'Josefin Sans',sans-serif;
  }

  .pc2 {
    display:block;
    margin-top:-27px;
    font-size:35px;
  }

  .vpc {
    display:block;
    font-size:15px;
    color:#969596;
    margin-top:-7px;
    text-transform:uppercase;
    background-color:;
  }

  .pvc {
    display:block;
    margin-top:-20px;
    color:white;
    font-size:14px;
    background-color:blu;
    height:100px;
    overflow:hidden;
  }

  .pvc2 {
    margin-top:-25px;
    background-color:blu;
    height:240px;
    overflow:hidden;
  }

  .pvc3 {
    margin-top:-20px;
    background-color:blu;
    height:160px;
    overflow:hidden;
  }

  .tac {
    color:white;
    border:1px solid white;
    width:90px;
    height:25px;
    margin-left:45px;
    font-size:15px;
    line-height:29px;
    text-transform:uppercase;
    -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;
  }

  .tac2 {
    width:110px;
    height:30px;
    margin-left:75px;
    font-size:17px;
    line-height:32px;
    text-transform:uppercase;
    margin-top:25px;
  }

  .tac3 {
    margin-top:25px;
  }

  .tac:hover {
    background-color:white;
    color:black;
  }

  /* ========================================================================
                                    Sezione della Piattaforma di Condivisione
                            ======================================================================== */
  #mfcshareWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:730px;
    width:940px;
    background-image:url(https://i.ibb.co/27VTfGG/share.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:;
    color:white;
  }

  .sharetitolo2 {
    display:inline-block;
    position:absolute;
    background-color:re;
    width:940px;
    text-align:center;
    margin-top:150px;
  }

  iframe {
    width:800px;
    height:490px;
    margin-top:200px;
    margin-left:50px;
    border:1px solid white;
    padding-left:20px;
    padding-right:20px;
    background-color:background: -moz-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 100%);
  /* FF3.6-15 */
    background:-webkit-linear-gradient(top,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff',endColorstr='#4dffffff',GradientType=0);
  /* IE6-9 */
    border-radius:40px;
    box-shadow:inset 0 0 45px rgba(0,0,0,0.5);
  }

  /* ========================================================================
           Sezione del mattoncino
          ======================================================================== */
  .MyLogo {
    display:inline-block;
    position:fixed;
    width:117px;
    height:30px;
    background-image:url(https://i.ibb.co/RBRX2XH/marchio.png);
    background-repeat:no-repeat;
    background-size:100%;
    bottom:35px;
    left:5px;
    z-index:1000;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
  }

  .MyLogo:hover {
    -moz-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -o-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -ms-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -moz-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  }

  @-webkit-keyframes shake {
    10%,90% {
      transform:translate3d(-2px,0,0);
    }

    20%,80% {
      transform:translate3d(3px,0,0);
    }

    30%,50%,70% {
      transform:translate3d(-6px,0,0);
    }

    40%,60% {
      transform:translate3d(6px,0,0);
    }
  }

  @-moz-keyframes shake {
    10%,90% {
      transform:translate3d(-2px,0,0);
    }

    20%,80% {
      transform:translate3d(3px,0,0);
    }

    30%,50%,70% {
      transform:translate3d(-6px,0,0);
    }

    40%,60% {
      transform:translate3d(6px,0,0);
    }
  }

  @-o-keyframes shake {
    10%,90% {
      transform:translate3d(-2px,0,0);
    }

    20%,80% {
      transform:translate3d(3px,0,0);
    }

    30%,50%,70% {
      transform:translate3d(-6px,0,0);
    }

    40%,60% {
      transform:translate3d(6px,0,0);
    }
  }

  @keyframes shake {
    10%,90% {
      transform:translate3d(-2px,0,0);
    }

    20%,80% {
      transform:translate3d(3px,0,0);
    }

    30%,50%,70% {
      transform:translate3d(-6px,0,0);
    }

    40%,60% {
      transform:translate3d(6px,0,0);
    }
  }

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

/* ========================================================================
       Sezione dei diritti d'autore
   ====================================================================== */
.Copyright {
  display:inline-block;
  position:relative;
  margin:40px auto;
  height:20px;
  width:100%;
  text-align:center;
  font-size:13px;
  font-weight:400;
  color:white;
  font-style:normal;
  z-index:1;
  background-color:;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

.divietodiriproduzione {
  color:#a09d9d;
  font-size:12px;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.Copyright > a:link {
  color:#f7a4e5;
  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;
}

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

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

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

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

/* ==============================================
Friends Section (amici)
============================================== */
/* tutto il blocco */
#profile_friends {
  background-color:yello;
  width:220px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius:15px;
  text-align:center;
  margin-left:370px;
/* Ho aggiunto 10 px per centrare */
  margin-top:50px;
  margin-bottom:30px;
  padding-top:20px;
  padding-bottom:70px;
}

/* tutte le etichette */
#favorite_models_label,#friends_label,#admirers_label,#rate_label,#average_rating_label {
  background-color:;
  text-align:left;
  min-width:120px;
  max-width:120px;
  color:grey;
}

/* tutti i valori */
#average_rating_value,#rate_value,#admirers_value,#friends_value,#favorite_models_value.value {
  background-color:gree;
  width:180px;
  text-align:left;
}

/* tutti i contenitori */
#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  width:220px;
  background-color:viole;
}

/* stelline per votare */
#profile_friends img {
  display:inline-block;
  position:relative;
  height:10px;
  margin-right:4px;
}

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

/* conferme tasti per votare, ammirare e aggiunta agli amici */
#admire_confirm,#make_friend_confirm,#rating_confirm {
  color:grey;
  font-size:10px;
}

#friends_value {
  font-size:10px;
  color:grey;
}

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

/* scritte cliccabili */
#make_friend,#admire {
  color:grey;
}

/* stilizzazione link */
#profile_friends > a:link {
  color:grey;
}

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

#profile_friends > a:visited {
  color:grey;
}

#profile_friends > a:active {
  color:grey;
}