@charset "UTF-8";

UTF-8;
a:link,a:active,a:hover {
  color:black;
}

a:link {
  text-decoration:none;
}

a:visited {
  color:black;
}

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

body {
  background-image:url();
/* immagine posteriore di sfondo */
  background-color:white;
  background:#420d09;
  backgroung:#1b1b1b;
  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;
}

/* ========================================================================
   Sezione della barra superiore semplificata
   ====================================================================== */
.barrasuperioresemplificata {
  position:fixed;
  height:60px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background-color:rgba(255,255,255,0.95);
  border-bottom:1px solid #e8c4f3;
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
}

/* ========================================================================
   Sezione della barra di navigazione
   ====================================================================== */
nav {
  display:block;
  text-align:center;
  z-index:9999;
}

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

.nav a {
  display:block;
  color:black;
/* colore caratteri della barra di navigazione */
  text-decoration:none;
  text-transform:uppercase;
  margin-top:20px;
  position:relative;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  text-transform:;
  font-style:;
}

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

.nav li {
  position:relative;
}

.nav > li {
  font-family:'The Girl Next Door',cursive;
  font-size:18px;
  font-weight:400;
  font-style:normal;
/* extra light */
  letter-spacing:0;
  text-transform:lowercase;
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
  -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;
}

.nav li:hover > a {
  color:#a2a2a2;
}

.nav > li:hover > ul {
  left:auto;
  padding-top:0;
  min-width:100%;
}

/* latin */
@font-face {
  font-family:'The Girl Next Door';
  font-style:normal;
  font-weight:400;
  src:local('The Girl Next Door'),local(TheGirlNextDoor),url(https://fonts.gstatic.com/s/thegirlnextdoor/v8/cWRA4JVGeEcHGcPl5hmX7ue7_CzgYW7OS3c1JllmJbo.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+2212,U+2215;
}

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

#footer_bar,#header_bar {
  display:none;
}

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

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

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

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

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

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

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

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

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

#status_container a:visited {
  color:black;
}

#status_container a:active {
  color:black;
}

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

/* ========================================================================
   Sezione del Profilo
   ====================================================================== */
#profile {
  width:940px;
  margin:0 auto;
  background-color:rgba(0,0,0,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 20px rgba(0,0,0,0);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0);
  -moz-box-shadow:0 0 20px 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:'Poppins',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:;
  text-transform:capitalize;
  text-align:center;
  letter-spacing:;
  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);
}

/* ========================================================================
   Schedule Section
   ====================================================================== */
#profile_schedule {
  margin:0 auto;
  position:relative;
  padding-top:50px;
}

#profile_schedule .container {
  background-color:rgba(0,0,0,0.0);
  border:solid 0 green;
  margin-left:215px;
  display:inline-block;
  width:511px;
  height:35px;
}

#profile_schedule .label {
  display:inline-block;
  width:30px;
  font-family:'The Girl Next Door',cursive;
  font-size:16px;
  text-align:right;
  color:black;
  border:solid 0 red;
  font-weight:1000;
}

#profile_schedule .value {
  display:inline-block;
  width:400px;
  font-size:16px;
  font-family:'The Girl Next Door',cursive;
  color:black;
  text-align:center;
  border:solid 0 blue;
  font-weight:1000;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'The Girl Next Door',cursive;
  text-align:center;
  font-size:11px;
  margin:10px auto 35px;
  color:grey;
  font-weight:1000;
  text-transform:uppercase;
}

/* ========================================================================
      Sezione delle Gallerie Fotografiche
   ====================================================================== */
#profile_photo_galleries {
  position:relative;
  background-color:;
  padding-bottom:100px;
}

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  padding-top:30px;
}

.photo_gallery_link {
  display:block;
  background-color:;
}

.password_photo_gallery_preview,.photo_gallery_preview {
  margin:0;
  display:inline-block;
  height:250px;
  width:195px;
  background-color:;
  padding:1px 20px;
}

.photo_gallery_previews {
  text-align:center;
/* per posizionare centralmente le anteprime delle gallerie */
  background-color:;
  height:260px;
}

#photo_gallery_preview {
  background-color:green;
}

#password_photo_gallery_previews {
  background-color:;
  height:260px;
}

.photo_gallery_name,.photo_gallery_name a {
  font-family:'The Girl Next Door',cursive;
/* caratteristiche del font per il titolo di ciascuna galleria fotografica */
  font-size:16px;
  text-decoration:none;
  letter-spacing:;
  color:black;
  font-weight:1000;
  text-transform:capitalize;
}

.photo_gallery_name,.photo_gallery_name a:hover {
  color:black;
}

.photo_gallery_count {
  font-family:'The Girl Next Door',cursive;
/* caratteristiche del font per il contatore delle foto */
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:;
  color:black;
  font-weight:1000;
}

.photo_gallery_image {
  border:solid 10px white;
  width:120px;
  height:120px;
  border-radius:20%;
/* cornice attorno alle icone della galleria immagini */
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -ms-transform:rotate(0deg);
/* IE 9 */
  -webkit-transform:rotate(0deg);
/* Chrome, Safari, Opera */
  transform:rotate(0deg);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

#password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
/* immagine per le gallerie protette da password */
  background-image:url(https://s19.postimg.cc/oy8fwipkj/Lock-2.png);
  background-repeat:no-repeat;
  background-size:100%;
  height:140px;
  width:140px;
  border:solid 0 blue;
  margin-bottom:5px;
  margin-left:27px;
}

.photo_gallery_lock {
  visibility:hidden;
}

.images {
  text-align:center;
  background-color:;
}

/* per centrare le immagini contenute in una galleria */
/* ========================================================================
             Sezione della Home Page (Header)
   ====================================================================== */
#ContentHeader {
  display:block;
  position:relative;
  margin:0 auto;
  height:900px;
  width:940px;
  background:url(https://s19.postimg.cc/fc8zfjaj7/header-2.png);
  background-size:940px 900px;
  background-repeat:no-repeat;
  background-position:top center;
}

.sottotitolo {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:440px;
  height:100px;
  margin-top:560px;
  margin-left:260px;
  color:#961c8d;
  font-size:20px;
  text-align:center;
  background-color:;
  font-family:'The Girl Next Door',cursive;
  font-weight:200;
  text-transform:;
  line-height:30px;
}

.contenitoresocialmedia {
  display:inline-block;
  position:relative;
  background-color:;
  width:375px;
  height:90px;
  margin-left:281px;
  margin-top:7px;
}

.elementomedia {
  display:inline-block;
  position:relative;
  float:left;
  overflow:hidden;
  height:90px;
  text-align:center;
  background-color:;
  margin-left:14px;
  -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;
}

.elementomedia:hover {
  opacity:.4;
}

.immaginemedia {
  display:block;
  height:60px;
  background-color:;
  text-align:center;
}

.testomedia {
  display:block;
  position:relative;
  width:60px;
  height:20px;
  text-align:center;
  font-family:'The Girl Next Door',cursive;
  font-size:10px;
  background-color:;
  margin-top:10px;
  text-transform:uppercase;
  color:grey;
}

.immaginemfcmail {
  margin-left:1px;
}

.testoofflinetip {
  margin-left:17px;
}

.testoroom {
  margin-left:13px;
}

.twitter {
  margin-right:8px;
}

/* ========================================================================
        Sezione del compleanno
======================================================================== */
#bdayWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:800px;
  width:940px;
  background-image:url();
  background-size:940px 680px;
  background-repeat:no-repeat;
  background-color:;
}

.locandina {
  display:block;
  background-color:;
  width:840px;
  margin-top:15px;
  margin-left:50px;
}

/* ========================================================================
        Sezione dell' About Me
======================================================================== */
#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:680px;
  width:940px;
  background-image:url(https://s19.postimg.cc/3jmnrwq6r/aboutme.png);
  background-size:940px 680px;
  background-repeat:no-repeat;
  background-color:;
}

p {
  display:inline-block;
  position:relative;
  font-family:'The Girl Next Door',cursive;
  font-style:normal;
  font-size:15px;
  font-weight:400;
  letter-spacing:0;
  color:#a780ba;
  margin:0;
  padding:0;
}

.aboutmetext {
  width:530px;
  height:300px;
  margin-left:390px;
  margin-top:150px;
  background-color:;
  overflow:hidden:;
  line-height:23px;
  text-align:right;
  letter-spacing:;
}

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

h2 {
  margin-bottom:0;
  padding:0;
  font-family:'The Girl Next Door',cursive;
  color:black;
  text-transform:uppercase;
}

.rulestext {
  background-color:;
  float:left;
  width:470px;
  height:630px;
  margin-top:150px;
  margin-left:235px;
  text-align:center;
  line-height:18px;
  overflow:hidden:;
  color:white;
}

/* ========================================================================
     Sezione delle Mance
======================================================================== */
#tipmenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:757px;
  width:940px;
  background:url(https://s19.postimg.cc/dvxgxhusj/Tip_Menu-2.png) no-repeat;
  background-size:940px 757px;
  overflow:hidden;
}

.testomance {
  display:block;
  position:relative;
  overflow:hidden;
  width:400px;
  height:530px;
  background-color:;
  margin-left:417px;
  margin-top:140px;
  text-align:right;
  font-size:17px;
  line-height:20px;
}

.articolo {
  text-transform:uppercase;
}

.cifra {
  color:black;
  font-size:27px;
  letter-spacing:1px;
}

.valuta {
  color:grey;
  font-size:15px;
  letter-spacing:-1px;
}

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

#tipmenuWrapper a:visited {
  color:#a67eba;
}

#tipmenuWrapper a:active {
  color:grey;
}

#tipmenuWrapper a:hover {
  color:black;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
        Sezione Viziami
======================================================================== */
#spoilmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:550px;
  width:940px;
  background-image:url(https://s19.postimg.cc/f6lh16v03/Viziami.png);
  background-size:940px 550px;
  background-repeat:no-repeat;
  background-color:;
  overflow:hidden;
}

.testoviziami {
  display:inline-block;
  position:relative;
  float:left;
  background-color:;
  overflow:hidden;
  width:450px;
  height:153px;
  margin-top:140px;
  margin-left:30px;
  text-align:left;
  font-size:17px;
  line-height:24px;
  letter-spacing:0;
}

.indirizzoposta {
  color:#a77fbb;
  font-size:;
  font-family:'Fredoka One',cursive;
  letter-spacing:1px;
}

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

#viziamiWrapper a:visited {
  color:black;
}

#viziamiWrapper a:active {
  color:black;
}

#viziamiWrapper a:hover {
  color:#a77fbb;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
#contenitorecarte {
  display:inline-block;
  position:relative;
  float:right;
  width:470px;
  height:460px;
  overflow:hidden;
  margin-top:-200px;
  background-color:;
}

.carta {
  display:inline-block;
  position:relative;
  top:0;
  width:200px;
  border:white solid 5px;
  border-radius:18px;
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0.2);
  -ms-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  transform:rotate(5deg);
  -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 {
  border:#f5c6c7 solid 5px;
  box-shadow:0 0 15px rgba(0,0,0,0);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}

.amazon {
  margin-top:10px;
  margin-left:10px;
}

.forver21 {
}

.yandy {
  margin-left:10px;
  top:-50px;
}

.lululemon {
  top:-50px;
}

.mac {
  margin-left:10px;
  top:-100px;
}

.hm {
  top:-100px;
}

.sephora {
  margin-left:10px;
  top:-150px;
}

.victoria {
  top:-150px;
}

/* ========================================================================
        Sezione dei Clubs
======================================================================== */
#clubsWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:620px;
  width:940px;
  background-image:url(https://s19.postimg.cc/fsk37mygz/Clubs.png);
  background-size:940px 620px;
  background-repeat:no-repeat;
  background-color:;
}

.contenitore {
  display:inline-block;
  position:relative;
  float:left;
  background-color:rgba(255,255,255,0.5);
  overflow:hidden;
  width:250px;
  height:430px;
  border-radius:20px;
  text-align:center;
  box-shadow:0 0 30px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 30px rgba(0,0,0,0.1);
  -o-box-shadow:0 0 30px rgba(0,0,0,0.1);
  border:10px solid 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;
}

.contenitoreprincipe:hover {
  border:10px solid #cef1fd;
}

.contenitorere:hover {
  border:10px solid #fde9c8;
}

.contenitoredio:hover {
  border:10px solid #d6d3bd;
}

.contenitoreprincipe {
  margin-left:50px;
  margin-top:150px;
  -ms-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.contenitorere {
  -ms-transform:rotate(3deg);
  -webkit-transform:rotate(3deg);
  transform:rotate(3deg);
  margin-left:20px;
  margin-top:150px;
}

.contenitoredio {
  -ms-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  transform:rotate(-3deg);
  margin-left:20px;
  margin-top:150px;
}

.immaginecontenitore {
  display:block;
  position:relative;
  height:100px;
  width:80px;
  margin-top:20px;
  margin-left:85px;
}

.immaginedio {
  width:100px;
  margin-left:75px;
}

.nomeclub {
  display:block;
  position:relative;
  margin-top:-10px;
  font-family:'Fredoka One',cursive;
  font-size:25px;
  text-transform:uppercase;
  letter-spacing:-1px;
}

.costoclub {
  display:block;
  margin-top:-25px;
  font-family:'Fredoka One',cursive;
  font-size:18px;
}

.elencoprivilegi {
  font-family:'The Girl Next Door',cursive;
  font-size:15px;
  text-transform:uppercase;
  line-height:20px;
  border-top:5px dotted pink;
  padding-top:10px;
  width:200px;
  background-color:;
  margin-left:10px;
  margin-top:10px;
  color:grey;
}

.tastoaccesso {
  display:block;
  position:relative;
  width:100px;
  font-family:'Fredoka One',cursive;
  border:2px solid #c3c3c3;
  margin-left:75px;
  margin-top:15px;
  padding:5px;
  border-radius:10px;
  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;
}

.tastoaccesso:hover {
  background-color:white;
  color:grey;
}

/* latin */
@font-face {
  font-family:'Fredoka One';
  font-style:normal;
  font-weight:400;
  src:local('Fredoka One'),local(FredokaOne-Regular),url(https://fonts.gstatic.com/s/fredokaone/v5/SL0aFUFfkFMMdariYQ3_YYgp9Q8gbYrhqGlRav_IXfk.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+2212,U+2215;
}

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

#clubsWrapper a:visited {
  color:grey;
}

#clubsWrapper a:active {
  color:grey;
}

#clubsWrapper a:hover {
  color:grey;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
.creditiiconeclubs {
  display:block;
  position:relative;
  color:grey;
  width:940px;
  text-align:center;
  font-family:'arial';
  font-family:'Poppins',sans-serif;
  font-size:8px;
  top:17px;
}

/* ========================================================================
        Sezione dei Muro
======================================================================== */
#muroWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:680px;
  width:940px;
  background-image:url(https://s19.postimg.cc/6k0agidz7/wall.png);
  background-size:940px 680px;
  background-repeat:no-repeat;
  background-color:;
}

.colonna {
  display:inline-block;
  position:relative;
  overflow:hidden;
  height:390px;
  width:200px;
  background-color:;
  margin-top:149px;
  text-align:center;
  margin-right:10px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.kings {
  margin-left:445px;
}

.spazioprincipi {
  display:inline-block;
  position:absolute;
  background-color:;
  height:390px;
  width:318px;
  text-align:center;
  margin-left:130px;
  margin-top:149px;
}

.princes1,.princes2 {
  display:inline-block;
  position:relative;
  margin-top:0;
  background-color:;
  height:360px;
  width:150px;
  overflow:hidden;
}

.princes1 {
  margin-right:-2px;
}

/* ========================================================================
        Sezione del Negozio
======================================================================== */
#storeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:650px;
  width:940px;
  background-image:url(https://s19.postimg.cc/xg6y34u77/store.png);
  background-size:940px 650px;
  background-repeat:no-repeat;
  background-color:;
  overflow:hidden;
}

.articolonegozio {
  display:inline-block;
  position:relative;
  float:left;
  background-color:rgba(255,255,255,0.5);
  overflow:hidden;
  width:200px;
  height:265px;
  border-radius:20px;
  text-align:center;
  box-shadow:0 0 30px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 30px rgba(0,0,0,0.1);
  -o-box-shadow:0 0 30px rgba(0,0,0,0.1);
  border:10px solid 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;
  margin-right:10px;
}

.articolonegozio:hover {
  border:10px solid #fde8e8;
}

.articolosnap {
  margin-top:200px;
  margin-left:16px;
}

.articolokik {
  margin-top:170px;
}

.articolomutandine {
  margin-top:140px;
}

.articolopolaroid {
  margin-top:110px;
}

.immaginearticolonegozio {
  display:block;
  position:relative;
  width:100px;
  height:100px;
  margin-top:10px;
  margin-left:50px;
}

.nomearticolo {
  display:block;
  position:relative;
  text-transform:uppercase;
  font-family:'Fredoka One',cursive;
  font-size:20px;
  margin-top:5px;
}

.sottotitoloarticolo {
  display:block;
  position:relative;
  text-transform:;
  font-family:'Fredoka One',cursive;
  font-size:15px;
  color:#dcb8f0;
  line-height:10px;
}

.prezzoarticolo {
  display:block;
  position:relative;
  width:180px;
  color:grey;
  text-transform:uppercase;
  line-height:45px;
  font-size:17px;
  font-family:'Fredoka One',cursive;
  border-top:1px solid grey;
  margin-top:15px;
  margin-left:10px;
  background-color:;
}

.valutanegozio {
  color:#c3c1c1;
}

.tastonegozio {
  display:block;
  position:relative;
  width:100px;
  font-family:'Fredoka One',cursive;
  border:2px solid #c3c3c3;
  margin-left:45px;
  padding:5px;
  border-radius:10px;
  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;
}

.tastonegozio:hover {
  background-color:white;
  color:grey;
}

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

#storeWrapper a:visited {
  color:#a77fbb;
}

#storeWrapper a:active {
  color:#a77fbb;
}

#storeWrapper a:hover {
  color:grey;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
        Sezione dei migliori tippers
======================================================================== */
#hightippersWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:760px;
  width:940px;
  background-image:url(https://s19.postimg.cc/uxgnozlqr/image.png);
  background-size:940px 760px;
  background-repeat:no-repeat;
  background-color:;
  overflow:hidden;
}

.listaht {
  display:block;
  position:relative;
  float:left;
  background-color:;
  height:490px;
  width:250px;
  overflow:hidden;
  -ms-transform:rotate(-3.6deg);
  -webkit-transform:rotate(-3.6deg);
  transform:rotate(-3.6deg);
  margin-top:198px;
  margin-left:95px;
  text-align:center;
  color:grey;
  font-size:17px;
  line-height:24px;
  text-transform:capitalize;
  letter-spacing:1px;
}

/* ========================================================================
            My logo Section
======================================================================== */
.MyLogo {
  display:inline-block;
  position:fixed;
  width:175px;
  height:45px;
  background-image:url(https://s19.postimg.cc/3ma624143/Logo_per_pagine.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" */
  background:#3f3f3f;
  background:-moz-radial-gradient(center,ellipse cover,#3f3f3f 0%,#000000 100%);
  background:-webkit-radial-gradient(center,ellipse cover,#3f3f3f 0%,#000000 100%);
  background:radial-gradient(ellipse at center,#3f3f3f 0%,#000000 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f',endColorstr='#000000',GradientType=1);
  border-top:1px solid #fcca22;
  border-bottom:1px solid #fcca22;
}

.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:'Poppins',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:'Poppins',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:20px auto;
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  font-weight:1000;
  color:grey;
  font-style:normal;
  z-index:1;
  font-family:'Poppins',sans-serif;
}

.Copyright img {
  height:9px;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.Copyright > a:link {
  color:#710aa2;
  text-decoration:underline;
/* per togliere la sottolineatura */
}

.Copyright > a:visited {
  color:#710aa2;
}

.Copyright > a:active {
  color:#710aa2;
}

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

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
    Sezione dei Commenti
   ====================================================================== */
#new_comment_login_message {
  color:grey;
}

#wall_poster_avatar {
  display:none;
/* per togliere la foto dalla sezione del nuovo commento */
}

.user_comment_textarea_big {
  width:710px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

.user_comment_textarea_small {
  width:710px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

#user_comment_comment {
/* caratterisitche del font e dello spazio dove si scrive un commento */
  font-size:14px;
  box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 0 50pxrgba(0,0,0,0.2);
  -o-box-shadow:inset 0 0 50px rgba(0,0,0,0.2);
  -webkit-box-shadow:inset 0 0 20px rgba(0,0,0,0.2);
  border:1px solid grey;
}

.wall_post {
  background-color:;
/* intero blocco che comprende tutti gli elementi di un singolo commento: titolo, avatar, orario etc... */
  margin:0 auto;
  min-height:93px;
  background-color:;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.wall_post_info > a:link {
  color:black;
  text-decoration:none;
/* per togliere la sottolineatura */
}

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

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

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

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
.wall_post_body {
/* colore testo dei commenti */
  color:#976aae;
  overflow:visible;
  position:relative;
  margin-left:160px;
  font-size:14px;
  font-style:italic;
}

.wall_post_body img {
  max-height:200px;
}

.wall_post_body iframe {
  max-height:340px;
  max-width:450px;
}

.wall_post_avatar img {
/* foto dei commentatori */
  width:60px;
  height:60px;
  border:1px solid grey;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  -o-border-radius:50px;
  z-index:9999;
  margin:10px 0 0 20px;
}

.wall_post_info {
/* caratterisitche del font dei nomi dei commentatori */
  font-size:18px;
  width:600px;
  margin:10px 100px;
  color:black;
  font-style:;
  padding:2px;
  font-family:'The Girl Next Door',cursive;
  text-transform:uppercase;
}

#wall_poster_username {
/* nome del commentatore */
  font-size:18px;
  opacity:1;
  margin-left:180px;
  padding-left:10px;
}

.wall_post_body {
/* spazio occupato dal commento */
  width:738px;
  background-color:#0;
  box-shadow:4px 4px 20px rgba(0,0,0,0);
  -moz-box-shadow:4px 4px 20px rgba(0,0,0,0);
  -o-box-shadow:4px 4px 20px rgba(0,0,0,0);
  -webkit-box-shadow:4px 4px 20px rgba(0,0,0,0);
  padding:20px;
  position:relative;
  float:left;
  left:-65px;
  top:-60px;
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  border:1px solid rgba(0,0,0,0.2);
  font-size:14px;
}

.wall_post_avatar {
  background-image:url();
/* immagine per i commentatori che non hanno una foto */
  background-repeat:no-repeat;
  background-size:100%;
  border-radius:100px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -o-border-radius:100px;
  height:100px;
  width:100px;
}

.wall_post_time {
/* data pubblicazione del commento */
  font-size:8px;
  float:right;
  margin:-29px 30px;
  color:grey;
  padding:3px;
  background-color:;
}

#comments {
/* intero spazio che contiene i commenti */
  margin-bottom:40px;
  background-color:;
}

#new_comment {
  margin:35px 0 15px;
  background-color:;
/* colore sfondo area nuovo commento */
}

#new_comment input {
/* caratterisitche dei tasti per inviare un nuovo commento */
  background-color:#E8E8E8;
  font-size:10px;
  border:1px solid #ccc;
  border-radius:15px 5px 15px 5px;
  -webkit-border-radius:15px 5px 15px 5px;
  -moz-border-radius:15px 5px;
  -o-border-radius:15px 5px 15px 5px;
  transition:.5s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

#new_comment input:hover {
  border-radius:5px 15px 5px 15px;
  -webkit-border-radius:5px 15px 5px 15px;
  -moz-border-radius:5px 15px;
  -o-border-radius:5px 15px 5px 15px;
}

#new_comment_inputs {
  max-width:750px;
}

#new_comment_buttons {
/* scritta "strip links dopo che si Ã¨ postato un commento */
  color:black;
  margin-bottom:40px;
  font-size:10px;
}

#profile_load_more_comments {
  border:0 solid black;
  text-transform:uppercase;
  width:170px;
  height:35px;
  margin-left:385px;
  font-size:0;
  background:url(https://s19.postimg.cc/d1axbrzw3/more_comments.png);
  box-shadow:2px 2px 10px rgba(0,0,0,0);
  -moz-box-shadow:2px 2px 10px rgba(0,0,0,0);
  -o-box-shadow:2px 2px 10px rgba(0,0,0,0);
  -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0);
}

#profile_load_more_comments:hover {
  opacity:.6;
  #strip_links_popupborder:1px solid black;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
}

#new_comment_strip_links_container {
  display:none;
}

#new_comment_login_message {
  font-size:14px;
  background-color:;
  text-align:center;
}

/* ==============================================
Friends Section (amici)
============================================== */
#profile_friends {
  padding:20px;
  background-color:;
  width:350px;
  border-left:1px solid grey;
  border-right:1px solid grey;
  margin-left:270px;
  border-radius:15px;
  margin-bottom:30px;
}

/* tutto il blocco */
#profile_friends img {
  display:inline-block;
  position:relative;
  height:10px;
  margin-right:4px;
}

/* stelline per votare */
#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:16px;
  color:grey;
}

#favorite_models_label,#friends_label,#admirers_label,#rate_label,#average_rating_label {
  background-color:;
  text-align:left;
  min-width:120px;
  max-width:120px;
}

/* tutte le etichette */
#average_rating_value,#rate_value,#admirers_value,#friends_value,#favorite_models_value.value {
  background-color:;
  width:230px;
  text-align:left;
}

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

/* tutti i contenitori */
a:active {
  color:grey;
}

a:hover {
  color:grey;
}

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

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

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

/* latin */
@font-face {
  font-family:'Poppins';
  font-style:normal;
  font-weight:400;
  src:local('Poppins Regular'),local(Poppins-Regular),url(https://fonts.gstatic.com/s/poppins/v5/HUuNgGR31mqIHE6zs0BlBgLUuEpTyoUstqEm5AMlJo4.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+2212,U+2215;
}