@charset "UTF-8";

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

a:visited {
  color:black;
}

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

body {
  background-image:url(https://s20.postimg.cc/q6qnh46v1/sfondo-2.png);
/* immagine posteriore di sfondo */
  background-color:white;
  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 di navigazione
   ====================================================================== */
.nav {
  display:inline-block;
  vertical-align:top;
  width:940px;
  position:fixed;
  z-index:9999;
  text-align:center;
  background-color:rgba(255,255,255,0.5);
  margin-top:2px;
  text-transform:capitalize;
  border:2px dashed #c7c7c7;
  padding-top:12px;
  padding-bottom:10px;
  -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:hover {
  background-color:white;
}

.nav li {
  font-weight:bolder;
  float:left;
  font-weight:400;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  font-style:normal;
/* extra light */
  letter-spacing:1px;
  text-transform:uppercase;
  list-style-type:none;
  background-color:re;
  text-decoration:none;
}

.nav a {
  color:black;
  text-decoration:none;
}

.nav a:hover {
  color:grey;
}

/* ========================================================================
   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);
  -moz-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -webkit-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;
  font-family:'Poppins',sans-serif;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

#profile_header {
}

.profile_section {
  border-spacing:0;
}

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

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

#profile_aboutme {
  margin:25px 0 0;
}

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

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  box-shadow:none;
}

#img_preview,#img_preview img {
  background:rgba(0,0,0,0);
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
}

.images {
  padding:10px;
  margin:10px;
}

.container {
  display:block;
  margin:0;
}

.notice {
  color:rgba(8,8,8,0.8);
}

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

#profile_schedule .container {
  background-color:rgba(0,0,0,0);
  border:solid 0 green;
  margin-left:200px;
  display:inline-block;
  width:540px;
}

#profile_schedule .label {
  display:inline-block;
  width:30px;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  text-align:right;
  color:#a278a8;
  border:solid 0 red;
  font-weight:1000;
  margin-left:40px;
}

#profile_schedule .value {
  display:inline-block;
  width:370px;
  font-size:14px;
  font-family:'Poppins',sans-serif;
  color:grey;
  text-align:center;
  border:solid 0 blue;
  font-weight:1000;
  text-align:left;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'Poppins',sans-serif;
  text-align:center;
  font-size:10px;
  margin:10px auto 35px;
  color:grey;
  font-weight:1000;
}

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

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

#photo_gallery_preview {
  background-color:green;
}

#password_photo_gallery_previews {
  background-color:;
}

.photo_gallery_name,.photo_gallery_name a {
/* caratteristiche del font per il titolo di ciascuna galleria fotografica */
  font-size:13px;
  text-decoration:none;
  letter-spacing:;
  color:grey;
  font-weight:1000;
  text-transform:capitalize;
}

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

.photo_gallery_count {
/* caratteristiche del font per il contatore delle foto */
  text-transform:uppercase;
  font-size:9px;
  letter-spacing:;
  color:grey;
  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://s20.postimg.cc/5prq6ghi5/Lock_piccolo_NEW_sfondo_bianco.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;
}

/* per centrare le immagini contenute in una galleria */
.images {
  text-align:center;
  background-color:;
}

/* ========================================================================
             Sezione della Home Page (Header)
   ====================================================================== */
#ContentHeader {
  display:block;
  position:relative;
  margin:-20px auto;
/* per metter l'email piÃ¹ vicina alla foto della home */
  height:830px;
  width:940px;
  background:url(https://s20.postimg.cc/idzzoz0u5/header-5.png);
  background-size:940px 830px;
  background-repeat:no-repeat;
  background-position:top center;
}

/* ========================================================================
          Sezione dei tasti della Homepage
======================================================================== */
#instagram,#twitter,#mail,#room,#snapchat,#amazon {
  display:inline-block;
  position:relative;
  float:right;
  width:26px;
  height:26px;
  background-size:100%;
  background-repeat:no-repeat;
  border-radius:50%;
  top:430px;
  right:480px;
  margin:10px;
  -webkit-transition:-webkit-transform .8s ease-in-out;
  transition:transform .8s ease-in-out;
  opacity:.4;
  border:4px solid #828283;
}

#twitter {
  background-image:url(https://s20.postimg.cc/no4ygll6l/twitter.png);
}

#mail {
  background-image:url(https://s20.postimg.cc/cbscyl7a5/mfcmail.png);
}

#room {
  background-image:url(https://s20.postimg.cc/j28u82cgd/room.png);
}

#snapchat {
  background-image:url(https://s20.postimg.cc/dqtxniazx/snapchat.png);
}

#amazon {
  background-image:url(https://s20.postimg.cc/4vt3cqef1/amazon.png);
}

#instagram {
  background-image:url(https://s20.postimg.cc/5vpvf7yx9/instagram.png);
}

#instagram:hover,#amazon:hover,#snapchat:hover,#room:hover,#mail:hover,#twitter:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  opacity:.6;
}

.email {
  display:inline-block;
  background-color:gree;
  margin-top:480px;
  margin-left:100px;
  width:400px;
  height:35px;
  text-align:center;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:11px;
  letter-spacing:0;
  line-height:15px;
  color:grey;
}

/* ------------------------- Stilizzazione dei link mail----------------------------- */
.email a:link {
  color:#f59898;
  text-decoration:none;
/* per togliere la sottolineatura */
}

.email a:visited {
  color:#f59898;
}

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

.email a:hover {
  color:black;
}

/* -------------------------  Fine Stilizzazione dei link mail ----------------------------- */
.tipmeoffline {
  display:inline-block;
  position:relative;
  float:left;
  margin-top:-10px;
  margin-left:248px;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  text-transform:uppercase;
  font-style:italic;
  border:1px solid grey;
  text-align:center;
  padding:5px 10px;
  border-radius:15px;
  opacity:.8;
  box-shadow:0 0 10px rgba(0,0,0,0.15);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.15);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.tipmeoffline:hover {
  background-color:rgba(255,255,255,0.7);
  box-shadow:0 0 5px rgba(0,0,0,0.15);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);
  opacity:1;
}

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

.tipmeoffline a:visited {
  color:grey;
}

.tipmeoffline a:active {
  color:grey;
}

.tipmeoffline a:hover {
  color:grey;
}

/* -------------------------  Fine Stilizzazione dei link mail ----------------------------- */
/* ========================================================================
        Sezione del "Tutto su di me"
======================================================================== */
#aboutmeWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:460px;
  width:940px;
  background-image:url(https://i.postimg.cc/5tpmVMJF/about_me-3.png);
  background-size:940px 460px;
  background-repeat:no-repeat;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  margin-top:95px;
  width:500px;
  margin-left:325px;
  height:210px;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:22px;
  font-weight:400;
  letter-spacing:0;
  text-align:justify;
  color:grey;
  padding:20px;
}

.firma {
  display:block;
  position:absolute;
  width:160px;
  margin-top:50px;
  margin-left:770px;
}

/* ========================================================================
     Sezione delle mance
======================================================================== */
#TipMenuWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:830px;
  width:940px;
  background:url(http://i.imgur.com/XtOEgMX.png) no-repeat;
  background-size:940px 830px;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:30px;
  font-weight:400;
  letter-spacing:0;
}

.TipMenuHolder {
  display:inline-block;
  position:relative;
  height:570px;
  margin-left:320px;
  margin-top:160px;
  background-color:re;
  text-align:left;
  line-height:28px;
}

.TipMenuItem A {
  color:white;
  text-transform:;
  text-decoration:none;
  text-indent:-3000px;
  LETTER-SPACING:1PX;
}

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

/* 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+02BC,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+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+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* ========================================================================
     Sezione delle mance "sentimenti"
======================================================================== */
#FeelingsTipMenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:500px;
  width:940px;
  background:url(https://i.postimg.cc/mDz15xg4/How_u_feel_-_tip_menu.png) no-repeat;
  background-size:940px 500px;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:30px;
  font-weight:400;
  letter-spacing:0;
}

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

.FeelingsTipMenuHolder {
  display:inline-block;
  position:relative;
  height:250px;
  margin-left:600px;
  margin-top:1px;
  background-color:;
  text-align:left;
}

.FeelingsTipMenuItem A {
  color:grey;
  text-transform:;
  text-decoration:none;
  text-indent:-3000px;
  LETTER-SPACING:1PX;
}

.FeelingsTipMenuItem a:hover {
  text-decoration:none;
  color:#89820d;
}

/* ========================================================================
        Sezione degli Skype Show
======================================================================== */
#skypeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:520px;
  width:940px;
  background-image:url(https://s20.postimg.cc/d2l34awrx/skype.png);
  background-size:940px 520px;
  background-repeat:no-repeat;
}

.skypetxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  margin-top:47px;
  width:840px;
  margin-left:50px;
  height:50px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:20px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:grey;
}

.btn1-skype,.btn2-skype,.btn3-skype {
  display:inline-block;
  position:relative;
  margin-top:230px;
  background-color:;
  color:white;
  padding:10px;
  font-family:'Poppins',sans-serif;
  border:1px solid white;
  font-size:16px;
  font-weight:600;
  text-shadow:2px 2px 4px rgba(0,0,0,0.3);
  -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;
}

.btn1-skype {
  margin-left:154px;
}

.btn2-skype {
  margin-left:146px;
}

.btn3-skype {
  margin-left:148px;
}

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

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

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

#skypeWrapper > a:hover {
  color:#f5e965;
  border:1px solid #f5e965;
}

/* ========================================================================
        Sezione delle squadre
======================================================================== */
#clubsWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:700px;
  width:940px;
  background-image:url(https://i.postimg.cc/TwtcjJS5/Clubs-3.png);
  background-size:940px 700px;
  background-repeat:no-repeat;
  background-color:re;
}

.squadretesto {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  margin-top:75px;
  width:940px;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:15px;
  line-height:24px;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  color:black;
}

.btn1-clubs,.btn3-clubs,.btn4-clubs {
  display:inline-block;
  position:relative;
  background-color:yello;
  color:white;
  font-family:'Poppins bold',sans-serif;
  font-size:25px;
  font-weight:;
  text-shadow:2px 2px 4px rgba(0,0,0,0.3);
  -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-top:270px;
}

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

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

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

#clubsWrapper > a:hover {
  color:#fb62f2;
}

/* ------------------------- Fine Stilizzazione dei link ----------------------------- */
.btn1-clubs {
  margin-left:225px;
}

.btn3-clubs {
  margin-left:156px;
}

.btn4-clubs {
  margin-left:151px;
}

.club1,.club3,.club4 {
  display:inline-block;
  background-color:yello;
  position:relative;
  width:165px;
  height:300px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:20px;
  font-weight:400;
  letter-spacing:0;
  text-align:justify;
  color:grey;
}

.club1 {
  margin-top:60px;
  margin-left:171px;
}

.club3 {
  margin-left:50px;
}

.club4 {
  margin-left:45px;
}

/* ========================================================================
        Sezione del Muro
======================================================================== */
#ClubSubscriversWallWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:570px;
  width:940px;
  background-image:url(https://i.postimg.cc/CK0v0Nf9/Wall-2.png);
  background-size:940px 570px;
  background-repeat:no-repeat;
}

.onenightstanderslist,.fuckbuddieslist,.boyfriendslist,.hubbieslist {
  display:inline-block;
  background-color:re;
  position:relative;
  float:left;
  width:160px;
  height:380px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:23px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
}

.onenightstanderslist {
  margin-top:154px;
  margin-left:127px;
  color:grey;
}

.boyfriendslist {
  margin-top:154px;
  margin-left:103px;
  color:#e861e1;
}

.hubbieslist {
  margin-top:154px;
  margin-left:103px;
  color:#880380;
}

/* ========================================================================
        Sezione dei migliori contributori
======================================================================== */
#hightipsWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:800px;
  width:940px;
  background-image:url(https://i.postimg.cc/bvRmwtxr/image.png);
  background-size:940px 800px;
  background-repeat:no-repeat;
}

.month {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:left;
  margin-top:202px;
  width:150px;
  margin-left:70px;
  height:30px;
  font-family:'Poppins',sans-serif;
  font-style:italic;
  font-size:20px;
  line-height:30px;
  font-weight:400;
  letter-spacing:0;
  text-align:right;
  color:grey;
  text-transform:uppercase;
}

.first {
  display:inline-block;
  background-color:rgba(255,255,255,0.3);
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
  border:2px solid white;
  position:relative;
  float:left;
  margin:250px -150px;
  width:300px;
  height:50px;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:22px;
  line-height:48px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:black;
  text-transform:capitalize;
}

.second {
  display:inline-block;
  background-color:rgba(255,255,255,0.3);
  box-shadow:0 0 18px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.2);
  border:2px solid white;
  position:relative;
  float:left;
  margin:320px -100px;
  width:280px;
  height:50px;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:20px;
  line-height:49px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#807e7e;
  text-transform:capitalize;
}

.third {
  display:inline-block;
  background-color:rgba(255,255,255,0.3);
  box-shadow:0 0 16px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 16px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 16px rgba(0,0,0,0.2);
  border:2px solid white;
  position:relative;
  float:left;
  margin:390px -120px;
  width:250px;
  height:50px;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:18px;
  line-height:49px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#b1afaf;
  text-transform:capitalize;
}

.htever-amount {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  background-color:rgba(255,255,255,0);
  border:1px solid black;
  position:relative;
  float:right;
  margin-top:470px;
  margin-right:20px;
  width:300px;
  float:right;
  height:60px;
  overflow:hidden;
  font-family:'Poppins bold',sans-serif;
  font-style:normal;
  font-size:37px;
  line-height:60px;
  font-weight:1000;
  letter-spacing:0;
  text-align:center;
  color:#504f4f;
  font-style:normal;
}

.htever-name {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  margin:10px 20px;
  width:300px;
  height:40px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:24px;
  line-height:24px;
  font-weight:400;
  letter-spacing:0;
  text-align:right;
  color:grey;
}

.htever-date {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  margin:-25px 20px;
  height:50px;
  width:300px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:15px;
  line-height:24px;
  font-weight:400;
  letter-spacing:0;
  text-align:right;
  color:#b7b5b5;
}

/* ========================================================================
        Sezione delle Regole
======================================================================== */
#rulesWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:640px;
  width:940px;
  background-image:url(https://i.postimg.cc/9M6w3xD7/RULES-3.png);
  background-size:940px 640px;
  background-repeat:no-repeat;
}

.rulestxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  margin-top:120px;
  width:470px;
  margin-right:401px;
  height:350px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:15px;
  line-height:24px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:grey;
  border-top:1px solid grey;
  padding-top:20px;
}

/* ========================================================================
            My logo Section
======================================================================== */
.MyLogo {
  display:inline-block;
  position:fixed;
  width:175px;
  height:45px;
  background-image:url(https://s20.postimg.cc/b9i6g0tlp/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 {
/* per distanziare il titolo della sezione da ciÃ² che segue */
  padding-top:15px;
}

#profile_interests_content {
/* per allineare le risposte della sezione di hobby e interessi */
/* E' il contenitore di tutta la sezione di "interessi e hobby" */
  color:#000;
  text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+50,ffffff+100 */
  background:#000;
}

.profile_section_content .value {
/* caratteristiche del font usato per le risposte alle domande di "interessi ed hobby" */
  font-family:'arial';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  color:white;
}

#meaning_life_label,#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label,#favorite_books_label,#favorite_songs_label,#favorite_movies_label,#hobbies_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label {
/* caratteristiche del font usato per le domande di "interessi ed hobby" */
  text-align:center!important;
  color:#fed16f;
  text-transform:uppercase;
}

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

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

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

.divietodiriproduzione {
  font-size:10px;
  text-decoration:underline;
}

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

.Copyright > a:visited {
  color:#78bf39;
}

.Copyright > a:active {
  color:#78bf39;
}

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

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
    Sezione dei Commenti
   ====================================================================== */
#new_comment_login_message {
  color:grey;
  width:540px;
  margin-left:200px;
  font-size:15px;
  text-align:center;
  padding-bottom:30px;
}

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

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

.user_comment_textarea_small {
  width:700px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  box-shadow:inset 0 0 16px #333);
  -moz-box-shadow:inset 0 0 16px #333);
  -webkit-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:white;
  text-decoration:none;
/* per togliere la sottolineatura */
}

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

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

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

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
.wall_post_body {
/* colore testo dei commenti */
  color:grey;
  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 black;
  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:16px;
  background:-moz-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:-webkit-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:linear-gradient(to right,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a279a8',endColorstr='#00a279a8',GradientType=1);
  width:600px;
  margin:10px 100px;
  color:white;
  font-style:italic;
  padding:2px;
}

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

.wall_post_body {
/* spazio occupato dal commento */
  width:738px;
  background-color:white;
  box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -moz-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -o-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.15);
  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:black;
  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://s20.postimg.cc/hafvd5ldp/more_comments.png);
  box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -o-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}

#profile_load_more_comments:hover {
  opacity:.6;
  box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -o-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

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

/* ==============================================
Friends Section (amici)
============================================== */
#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 {
  margin:0 auto;
  font-size:12px;
  color:grey;
}

.friends_value,.admirers_value {
  font-size:12px;
}

#average_rating_count {
  font-size:12px;
}

#average_rating_container {
  margin:auto 0;
  width:450px;
}

#favorite_models_value {
  font-size:12px;
  font-weight:bold;
  font-style:normal;
}

#profile_friends {
  margin-bottom:30px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  font-weight:normal;
  width:282px;
}

#average_rating_container {
  margin-top:15px;
}

a:active {
  color:black;
}

a:hover {
  color:black;
}

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

#profile_friends {
  padding-top:100px;
}

#favorite_models_value {
  font-size:12px;
}

/* ========================================================================
        Ancoraggi
======================================================================== */
#aboutme {
}