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

  /* ==========================================
                   Sezione dei Turni
                   ========================================= */
  #profile_schedule {
    display:block;
    margin:-7595px auto;
    position:absolute;
    background-color:;
    width:940px;
  }

  #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:#ec9292;
    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:white;
    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:65px;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    z-index:10;
    background:rgba(0,0,0,0.46);
    border-bottom:1px solid #f1adc;
    box-shadow:0 0 20px rgba(0,0,0,0);
  }

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

  .elementibarrasuperiore li {
    font-size:11px;
    font-weight:bolder;
    letter-spacing:1px;
    float:left;
    text-transform:uppercase;
    font-style:oblique;
  }

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

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

  /* vietnamese */
  @font-face {
    font-family:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    src:local('Josefin Sans Regular'),local(JosefinSans-Regular),url(https://fonts.gstatic.com/s/josefinsans/v12/Qw3aZQNVED7rKGKxtqIqX5EUAnx4Vn8siqM7.woff2) format("woff2");
    unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
  }

  /* latin-ext */
  @font-face {
    font-family:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    src:local('Josefin Sans Regular'),local(JosefinSans-Regular),url(https://fonts.gstatic.com/s/josefinsans/v12/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.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:'Josefin Sans';
    font-style:normal;
    font-weight:400;
    src:local('Josefin Sans Regular'),local(JosefinSans-Regular),url(https://fonts.gstatic.com/s/josefinsans/v12/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.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:0 auto;
    height:1181px;
    width:940px;
    background:url(http://fs1.directupload.net/images/user/180408/2y3wmgfy.png);
    background-size:940px 1181px;
    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;
    border-bottom:2px solid white;
    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;
  }

  .stella {
    height:25px;
  }

  .contenitoresociale {
    display:block;
    position:relative;
    background-color:re;
    text-align:center;
    margin-top:-20px;
  }

  .sociale {
    display:inline-block;
    position:relative;
    font-weight:bolder;
    width:90px;
    height:17px;
    padding:3px 5px 1px;
    text-transform:uppercase;
    font-size:10px;
    text-align:center;
    color:#fefefe;
    line-height:18px;
    border:2px solid white;
    background-color:rgba(0,0,0,0.2);
    margin-right:15px;
    -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;
  }

  .amazonhome {
    top:-10px;
  }

  .twitter {
    top:-10px;
  }

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

  /* ========================================================================
                        Sezione dell' About Me
                ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:610px;
    width:940px;
    background-image:url();
    background-size:940px 650px;
    background-repeat:no-repeat;
    background-color:;
  }

  h1 {
    font-family:'Josefin Sans',sans-serif;
  }

  h2 {
    font-family:'Josefin Sans',sans-serif;
  }

  h3 {
    font-family:'Josefin Sans',sans-serif;
  }

  p {
    font-family:'Josefin Sans',sans-serif;
    color:#757575;
  }

  .sfumaturagenerale {
    height:1400px;
    opacity:.45;
  }

  .titolosezioneaboutme {
    display:block;
    position:absolute;
    background-color:gree;
    margin-top:-1330px;
  }

  .aboutmetitolo2 {
    display:block;
    position:absolute;
    margin-left:200px;
    margin-top:-1285px;
    width:500px;
    height:40px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
  }

  .aboutmetesto {
    display:block;
    position:absolute;
    padding:30px;
    border:1px solid white;
    margin-left:172px;
    margin-top:-1240px;
    width:380px;
    height:380px;
    font-weight:400;
    line-height:20px;
    text-align:left;
    overflow:hidden;
    line-height:22px;
    font-size:15px;
    color:white;
    overflow:hidden;
  }

  /* ========================================================================
                        Sezione delle regole
                ======================================================================== */
  #rulesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:700px;
    width:940px;
    background-image:url(https://s19.postimg.cc/c118v705f/rules.png);
    background-size:940px 650px;
    background-repeat:no-repeat;
    background-color:rd;
  }

  .regoletitolo2 {
    display:inline-block;
    position:relative;
    margin-left:440px;
    margin-top:120px;
    width:500px;
    height:40px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
  }

  .regoletesto {
    display:inline-block;
    position:relative;
    padding:30px;
    margin-left:265px;
    margin-top:-20px;
    width:550px;
    height:505px;
    font-weight:400;
    line-height:20px;
    text-align:right;
    overflow:hidden;
    line-height:22px;
    font-size:15px;
    color:white;
    background-color:yellw;
    padding-top:0;
  }

  .regoletesto h3 {
    color:#899fda;
  }

  .regoletesto p {
    font-size:13px;
    margin-top:-15px;
    color:white;
  }

  /* ========================================================================
                        Sezione delle mance
                ======================================================================== */
  #tipmenuWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:800px;
    width:940px;
    background-image:url(http://fs1.directupload.net/images/user/180408/f9lncgew.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:rd;
    color:white;
  }

  .mancetitolo2 {
    display:inline-block;
    position:relative;
    margin-left:40px;
    margin-top:120px;
    width:500px;
    height:70px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
  }

  .mancia {
    margin-left:80px;
    font-size:15px;
  }

  .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:#889ed9;
    font-size:18px;
  }

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

  /* ========================================================================
                        Sezione viziami
                ======================================================================== */
  #viziami {
    display:block;
    position:relative;
    margin:-20px auto;
    height:360px;
    width:940px;
    background-image:url();
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:re;
    color:white;
  }

  .viziamititolo1 {
    margin-left:750px;
    width:100px;
    text-transform:uppercase;
    font-style:italic;
    color:#ec8d8e;
  }

  .contenitorecarte {
    display:inline-block;
    position:absolute;
    width:490px;
    height:300px;
    margin-top:-20px;
    background-color:yello;
  }

  .carta {
    position:absolute;
    width:150px;
    box-shadow:0 0 10px rgba(0,0,0,1);
    -moz-box-shadow:0 0 10px rgba(0,0,0,1);
    -o-box-shadow:0 0 10px rgba(0,0,0,1);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,1);
    border-radius:11px;
    -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;
  }

  .carta:hover {
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }

  .amazon {
    -ms-transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    transform:rotate(-6deg);
    margin-left:299px;
    margin-top:20px;
  }

  .giftrocket {
    -ms-transform:rotate(-13deg);
    -webkit-transform:rotate(-13deg);
    transform:rotate(-13deg);
    margin-left:220px;
    margin-top:167px;
  }

  .nordstrom {
    -ms-transform:rotate(-11deg);
    -webkit-transform:rotate(-11deg);
    transform:rotate(-11deg);
    margin-left:30px;
    margin-top:12px;
  }

  .sephora {
    -ms-transform:rotate(7deg);
    -webkit-transform:rotate(7deg);
    transform:rotate(7deg);
    margin-left:90px;
    margin-top:182px;
  }

  .starbucks {
    -ms-transform:rotate(21deg);
    -webkit-transform:rotate(21deg);
    transform:rotate(21deg);
    margin-left:19px;
    margin-top:82px;
  }

  .target {
    -ms-transform:rotate(-25deg);
    -webkit-transform:rotate(-25deg);
    transform:rotate(-25deg);
    margin-left:190px;
    margin-top:92px;
  }

  .victoria {
    -ms-transform:rotate(12deg);
    -webkit-transform:rotate(12deg);
    transform:rotate(12deg);
    margin-left:160px;
    margin-top:-20px;
  }

  .contenitoretesto {
    display:inline-block;
    position:absolute;
    width:400px;
    height:300px;
    background-color:blu;
    margin-left:490px;
    text-align:right;
    margin-top:-10px;
  }

  .viziamititolo2 {
    display:inline-block;
    position:relative;
    font-size:17px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
    padding:10px;
  }

  #viziami p {
    color:#a5a4a4;
    font-size:13px;
    font-weight:200;
    padding:10px;
  }

  .indirizzoposta {
    display:block;
    margin-top:10px;
    color:#859bd6;
    font-size:25px;
  }

  .contenitoretesto a {
    color:#ec8d8e;
    -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;
  }

  .contenitoretesto a:hover {
    opacity:.8;
  }

  /* ========================================================================
                        Sezione delle squadre
                ======================================================================== */
  #clubsWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:800px;
    width:940px;
    background-image:url(https://s19.postimg.cc/q56ft4xqb/clubs.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:rd;
    color:white;
  }

  .clubstitolo2 {
    display:inline-block;
    position:relative;
    margin-left:40px;
    margin-top:120px;
    width:500px;
    height:70px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
    opacity:0;
  }

  .club {
    display:inline-block;
    position:relative;
    overflow:hidden;
    text-align:center;
    background-color:re;
    padding-top:20px;
  }

  .clubsquad {
    background-color:blu;
    width:150px;
    height:360px;
    margin-top:202px;
    margin-left:-380px;
  }

  .clubmasters {
    position:absolute;
    background-color:blu;
    width:200px;
    height:440px;
    margin-top:200px;
    margin-left:61px;
  }

  .clubstarr {
    position:absolute;
    background-color:blu;
    width:180px;
    height:403px;
    margin-top:222px;
    margin-left:286px;
  }

  .clubsquad .costoclub {
    font-size:30px;
    font-weight:bolder;
    margin-top:55px;
  }

  .clubmasters .costoclub {
    font-size:40px;
    font-weight:bolder;
    margin-top:1px;
  }

  .clubstarr .costoclub {
    font-size:35px;
    font-weight:bolder;
    margin-top:10px;
  }

  .clubmasters .valutaclub {
    font-size:30px;
    font-weight:400;
    color:#b7b5b5;
  }

  .clubsquad .valutaclub {
    font-size:20px;
    font-weight:400;
    color:#b7b5b5;
  }

  .clubstarr .valutaclub {
    font-size:25px;
    font-weight:400;
    color:#b7b5b5;
  }

  .privilegiclub {
    background-color:;
    border-bottom:2px dotted white;
  }

  .clubsquad .privilegiclub {
    height:130px;
    font-size:13px;
    font-weight:400;
    color:#ffffff;
    line-height:20px;
    width:130px;
    margin-left:10px;
  }

  .clubmasters .privilegiclub {
    height:270px;
    font-size:13px;
    font-weight:400;
    color:#ffffff;
    line-height:18px;
    width:180px;
    margin-left:10px;
    margin-top:-25px;
  }

  .clubstarr .privilegiclub {
    height:207px;
    font-size:13px;
    font-weight:400;
    color:#ffffff;
    line-height:20px;
    width:160px;
    margin-top:-10px;
    margin-left:10px;
    background-color:yello;
  }

  .clubsquad .tastoaccessoclub {
    color:white;
    font-size:20px;
    border:1px solid white;
    padding:5px 10px;
    width:70px;
    margin-left:30px;
    margin-top:40px;
  }

  .clubmasters .tastoaccessoclub {
    color:white;
    font-size:25px;
    border:1px solid white;
    padding:5px 10px;
    width:90px;
    margin-left:45px;
    margin-top:26px;
  }

  .clubstarr .tastoaccessoclub {
    color:white;
    font-size:22px;
    border:1px solid white;
    padding:5px 10px;
    width:80px;
    margin-left:40px;
    margin-top:36px;
  }

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

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

  .specificaclub {
    font-size:12px;
    color:#cecece;
  }

  /* =================================
                   Sezione del Muro
                =================================== */
  #muroWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:730px;
    width:940px;
    background-image:url(https://i.postimg.cc/2SJFrtqm/WALL-2.png);
    background-size:940px 700px;
    background-repeat:no-repeat;
    background-color:rgba(0,128,0,0);
    color:white;
    font-family:'Josefin Sans',sans-serif;
  }

  .clb {
    display:block;
    position:absolute;
    background-color:viole;
    padding:5px;
    text-align:center;
    margin-top:225px;
    width:220px;
    overflow:hidden;
  }

  .clb table {
    background-color:viole;
    width:220px;
    text-transform:uppercase;
  }

  .SammieSquad {
    width:330px;
    height:440px;
    margin-top:250px;
    margin-left:-15px;
    -ms-transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
    background-color:rgba(255,0,0,0);
    overflow:hidden;
  }

  .SS {
    display:inline-block;
    position:relative;
    width:106px;
    background-color:rgba(255,255,0,0);
    font-size:10px;
    line-height:16px;
  }

  .Masters {
    height:296px;
    margin-top:313px;
    margin-left:355px;
    -ms-transform:scale(1.6,1.6);
    -webkit-transform:scale(1.6,1.6);
    transform:scale(1.6,1.6);
  }

  .Obsessed {
    height:360px;
    margin-top:275px;
    margin-left:669px;
    -ms-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
  }

  /* ========================================================================
                        Sezione delle mance alte
                ======================================================================== */
  #hightippersWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:900px;
    width:940px;
    background-image:url(https://s19.postimg.cc/r3n9f4kdv/image.png);
    background-size:940px 900px;
    background-repeat:no-repeat;
    background-color:red;
    color:white;
  }

  .mancealtetitolo2 {
    display:inline-block;
    position:relative;
    margin-left:270px;
    margin-top:130px;
    width:650px;
    height:120px;
    font-size:17px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
    text-align:right;
  }

  .ht {
    display:inline-block;
    position:relative;
    background-color:yello;
    margin-left:70px;
    margin-top:15px;
  }

  .contenitoredellamanciapiualta {
    display:inline-block;
    position:relative;
    background-color:re;
    padding-left:30px;
    border-left:2px solid white;
    width:270px;
    height:140px;
    margin-left:25px;
  }

  .highestsingletipname {
    font-size:35px;
    font-family:'Josefin Sans',sans-serif;
    color:#f77a7c;
    line-height:10px;
  }

  .highestsingletipamount {
    margin-top:-20px;
    font-size:27px;
  }

  .valutaht {
    color:#b7b5b5;
    margin-left:5px;
  }

  .highestsingletiptitle {
    text-transform:uppercase;
    font-style:italic;
    color:#fbca6f;
    margin-top:-25px;
    text-decoration:;
    font-size:18px;
  }

  .corona {
    display:inline-block;
    position:relative;
    width:127px;
    top:8px;
  }

  .toptretitolo1 {
    margin-left:500px;
    width:300px;
    height:50px;
    text-transform:uppercase;
    font-style:italic;
    color:#fac96d;
    text-align:right;
    margin-top:50px;
    background-color:re;
  }

  .toptretitolo2 {
    display:inline-block;
    position:relative;
    width:600px;
    height:23px;
    font-size:17px;
    font-weight:400;
    color:white;
    font-style:italic;
    background-color:re;
    text-align:right;
    margin-left:200px;
    margin-top:-10px;
  }

  .month1,.month2,.month3 {
    display:inline-block;
    position:absolute;
    background-color:re;
    float:left;
    text-align:center;
    overflow:hidden;
  }

  .month1 {
    width:230px;
    height:195px;
    margin-top:60px;
    margin-left:-727px;
    line-height:15px;
  }

  .month2 {
    width:200px;
    height:175px;
    margin-top:110px;
    margin-left:-481px;
    background-color:blu;
    line-height:14px;
  }

  .month3 {
    width:180px;
    height:160px;
    margin-top:146px;
    margin-left:-261px;
    background-color:gree;
    line-height:13px;
  }

  .firstname {
    color:#ffffff;
  }

  .secondname {
    color:#cccbcb;
  }

  .thirdname {
    color:#989696;
  }

  .monthname {
    color:#849ad5;
    text-transform:uppercase;
  }

  .month1 .monthname {
    font-size:33px;
    margin-bottom:40px;
  }

  .month1 .firstname {
    font-size:25px;
  }

  .month1 .secondname {
    font-size:24px;
  }

  .month1 .thirdname {
    font-size:23px;
  }

  .month2 .monthname {
    font-size:27px;
    margin-bottom:35px;
  }

  .month2 .firstname {
    font-size:21px;
  }

  .month2 .secondname {
    font-size:20px;
  }

  .month2 .thirdname {
    font-size:19px;
  }

  .month3 .monthname {
    font-size:24px;
    margin-bottom:30px;
  }

  .month3 .firstname {
    font-size:19px;
  }

  .month3 .secondname {
    font-size:18px;
  }

  .month3 .thirdname {
    font-size:17px;
  }

  /* ========================================================================
                        Sezione del Negozio
                ======================================================================== */
  #storeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:570px;
    width:940px;
    background-image:url(https://s19.postimg.cc/3z3jod25v/Store-3.png);
    background-size:940px 570px;
    background-repeat:no-repeat;
    background-color:;
    color:white;
  }

  .negoziotitolo2 {
    display:inline-block;
    position:relative;
    margin-left:40px;
    margin-top:120px;
    width:500px;
    height:70px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
  }

  .contenitorenegozio {
    display:inline-block;
    position:relative;
    width:940px;
    height:200px;
    background-color:rgba(255,3,3,0);
    margin-top:100px;
    overflow:hidden;
  }

  .articolonegozio {
    display:inline-block;
    position:relative;
    background-color:re;
    width:170px;
    height:300px;
    overflow:hidden;
    text-align:center;
  }

  .articolonegozio1 {
    margin-left:30px;
    margin-right:64px;
  }

  .articolonegozio2 {
    margin-left:;
    margin-right:64px;
  }

  .articolonegozio3 {
    margin-left:;
    margin-right:64px;
  }

  .articolonegozio4 {
    margin-left:;
  }

  .titoloarticolonegozio {
    font-size:22px;
  }

  .descrizionearticolonegozio {
    display:block;
    position:relative;
    margin-top:-10px;
    background-color:;
    height:40px;
    color:#d0cece;
    font-size:15px;
    overflow:hidden;
  }

  .prezzoarticolonegozio {
    color:#8399d4;
    font-size:20px;
  }

  .valutaarticolonegozio {
    color:#737171;
    font-size:16px;
  }

  .tastocompraarticolonegozio {
    border:1px solid white;
    font-size:15px;
    width:50px;
    padding:6px 20px 1px;
    text-transform:uppercase;
    margin-left:40px;
    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;
  }

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

  /* ========================================================================
                        Sezione dei filmati
                ======================================================================== */
  #videosWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:800px;
    width:940px;
    background-image:url(http://fs1.directupload.net/images/user/180410/oqpw23bl.png);
    background-size:940px 800px;
    background-repeat:no-repeat;
    background-color:rd;
    color:white;
  }

  .filmatititolo2 {
    display:inline-block;
    position:relative;
    margin-left:220px;
    margin-top:130px;
    width:500px;
    height:70px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
    text-align:center;
  }

  .paragrafovideo {
    width:470px;
    height:100px;
    margin-left:250px;
    margin-top:385px;
    background-color:re;
    color:#d0cece;
    font-size:16px;
    text-align:right;
    line-height:22px;
  }

  .titolovideo {
    font-size:25px;
    color:white;
  }

  .sharevideo {
    color:#f9c86b;
  }

  .messaggiovideo a {
    color:#ef9597;
  }

  .messaggiovideo a:hover {
    color:white;
  }

  .videoqui a {
    color:#ef9597;
    -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;
  }

  .videoqui a:hover {
    color:white;
  }

  .paragrafovideo a {
    color:#ef9597;
    -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;
  }

  .paragrafovideo a:hover {
    color:white;
  }

  /* ========================================================================
                        Sezione dei Giochi
                ======================================================================== */
  #gamesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:900px;
    width:940px;
    background-image:url(http://fs1.directupload.net/images/user/180408/798traq4.png);
    background-size:940px 900px;
    background-repeat:no-repeat;
    background-color:;
    color:white;
  }

  .giochititolo2 {
    display:inline-block;
    position:relative;
    margin-left:40px;
    margin-top:120px;
    width:500px;
    height:70px;
    font-size:20px;
    font-weight:400;
    color:white;
    font-style:italic;
    overflow:hidden;
    background-color:;
  }

  .contenitoregiochi {
    display:inline-block;
    position:relative;
    background-color:;
    overflow:hidden;
    margin-top:-50px;
    margin-left:450px;
    width:385px;
    height:650px;
    text-align:right;
  }

  .contenitoregiochi h2 {
    color:white;
    font-size:20px;
  }

  .contenitoregiochi p {
    color:white;
    font-size:17px;
    margin-top:-15px;
    color:#cfcdcd;
    margin-bottom:30px;
  }

  .valutagiochi {
    color:#a2a1a1;
  }

  .costogiochi {
    color:#7f95d0;
    font-size:26px;
  }

  /* ========================================================================
              Sezione del Mattoncino
                ======================================================================== */
  .MyLogo {
    display:inline-block;
    position:fixed;
    width:113px;
    height:29px;
    background-image:url(https://s19.postimg.cc/nn1btljqr/Logo_per_pagine_copia.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 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 {
  padding-top:15px;
/* per distanziare il titolo della sezione da ciÃ² che segue */
}

#profile_interests_content {
/* E' il contenitore di tutta la sezione di "interessi e hobby" */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+0,000000+100 */
  background:#3f3f3f;
/* Old browsers */
  background:-moz-radial-gradient(center,ellipse cover,#3f3f3f 0%,#000000 100%);
/* FF3.6-15 */
  background:-webkit-radial-gradient(center,ellipse cover,#3f3f3f 0%,#000000 100%);
/* Chrome10-25,Safari5.1-6 */
  background:radial-gradient(ellipse at center,#3f3f3f 0%,#000000 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f',endColorstr='#000000',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}

.profile_section_content .value {
}

#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:#ddc779;
  text-transform:uppercase;
  font-family:'Josefin Sans',sans-serif;
  font-size:14px;
}

#meaning_life_value,#five_things_value,#for_fun_value,#craziest_thing_value,#be_anywhere_value,#know_me_value,#favorite_books_value,#favorite_songs_value,#favorite_movies_value,#hobbies_value,#talents_value,#perfect_mate_value,#perfect_date_value,#turn_ons_value {
/* caratteristiche del font usato per le risposte alle domande di "interessi ed hobby" */
  text-align:center!important;
  color:#d6d3d3;
  font-family:'Josefin Sans',sans-serif;
  font-size:14px;
}

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

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

.Copyright > a:link {
  color:#f7a4e5;
  text-decoration:none;
  -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;
}

/* =============================================
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:20px;
}

/* 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;
}