@charset "UTF-8";

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

a:link {
  text-decoration:none;
}

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

body {
  background-image:url(https://img.mfcimg.com/photos2/254/25422794/411-293-335-453-12722933.png);
  background-color:;
/* sfondo */
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

@media (max-width: 980px) {
  body {
    background:;
  }
}

/* ====================================== 
         Marchio del Mattoncino 
======================================== */
.Mattoncino {
  display:inline-block;
  position:fixed;
  height:30px;
  bottom:35px;
  left:5px;
  z-index:1000;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
  opacity:.9;
}

.Mattoncino:hover {
  opacity:1;
  height:35px;
}

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

#footer_bar,#header_bar {
  display:none;
}

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

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

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

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

#profile_header_container {
/* etichetta status */
  display:none;
}

.profile_section .heading {
  display:none;
}

/* ================================
    Sezione del Corpo Centrale
================================== */
#profile {
  width:1000px;
  margin:0 auto;
  background-color:;
/* colonna centrale */
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  line-height:1.25;
  color:black;
  box-shadow:inset 0 0 0 0 black;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

.profile_section {
  border-spacing:0;
}

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

#profile_aboutme {
  margin:25px 0 0;
}

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

/* =====================================
       Turni
======================================= */
#profile_schedule {
  display:none;
}

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

#profile_password_photo_galleries {
  display:none;
}

/* ==========================================
     Sezione della Barra Superiore
=============================================== */
ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.barrasuperioresemplificata {
  position:fixed;
  height:90px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background:rgb(0,0,0);
  box-shadow:0 10px 50px rgba(0,0,0,0.25);
  -moz-box-shadow:0 10px 50px rgba(0,0,0,0.25);
  -o-box-shadow:0 10px 50px rgba(0,0,0,0.25);
  -webkit-box-shadow:0 10px 50px rgba(0,0,0,0.25);
  -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;
}

.elementibarrasuperiore {
  display:inline-block;
  vertical-align:top;
  width:1000px;
  height:90px;
  line-height:90px;
  position:fixed;
  z-index:9999;
  text-align:center;
  background-color:re;
  padding:0;
  margin-top:0;
  list-style-type:none;
}

ul {
}

.elementibarrasuperiore li {
  float:left;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  list-style-type:none;
  background-color:viole;
  text-align:center;
}

.tabbarra {
  background-color:gree;
  text-align:center;
  margin-left:17px;
  margin-right:17px;
  -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;
}

.tabbarra:hover {
  opacity:.7;
}

.tabbarrasup {
  font-size:12px;
  color:#a0f7aa;
  letter-spacing:4px;
  font-weight:400;
  text-transform:uppercase;
  text-decoration:;
}

.elementibarrasuperiore > :nth-child(1) {
  margin-left:70px;
}

.elementibarrasuperiore > :nth-child(6) {
  margin-left:100px;
}

.elementibarrasuperiore > :nth-child(7) {
  margin-left:10px;
}

.elementibarrasuperiore > :nth-child(8) {
  margin-left:10px;
}

.elementibarrasuperiore > :nth-child(9) {
  margin-left:10px;
}

.tb1 {
  color:white;
}

.bi {
  width:35px;
  margin-top:28px;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
  opacity:.6;
}

.twitter {
  width:42px;
  margin-top:24px;
}

.amazon {
  width:38px;
  margin-top:27px;
}

.bi:hover {
  opacity:1;
}

/* ==========================================
         Sezione della Pagina Iniziale
============================================ */
#ParteIniziale {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:900px;
  width:1000px;
  background:url(https://img.mfcimg.com/photos2/254/25422794/538-337-136-782-12645338.png);
  background-size:1000px 900px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:re;
  z-index:5;
}

.contenitorepi {
  display:block;
  position:absolute;
  margin-top:400px;
  margin-left:250px;
  width:500px;
  background-color:#ff0000b;
}

.pi {
  border:2px solid white;
  border-radius:100%;
  display:inline-block;
  position:relative;
  height:40px;
  -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;
}

.posta {
  margin-left:50px;
}

.mancetta {
  margin-left:130px;
  top:-20px;
}

.stanza {
  margin-left:130px;
}

.pi:hover {
  opacity:.5;
}

.testoiniziale {
  background-color:re;
  display:block;
  position:absolute;
  text-align:center;
  width:400px;
  margin-left:300px;
  margin-top:462px;
  -ms-transform:scale(0.65,0.65);
  -webkit-transform:scale(0.65,0.65);
  transform:scale(0.75,0.75);
}

.testoiniziale h2 {
  background-color:rgb(255,255,255);
  height:45px;
  line-height:18px;
  margin-top:116px;
  font-weight:400;
  color:#d83367;
  letter-spacing:10px;
  opacity:.95;
  box-shadow:0 10px 40px rgba(0,0,0,0.4);
  padding-top:10px;
  font-size:18px;
}

.testoiniziale h2 span {
  font-size:13px;
  letter-spacing:0;
  color:#6f7171;
}

.riffa {
  display:block;
  height:600px;
  margin-top:-130px;
  margin-left:190px;
  box-shadow:0 10px 60px rgba(0,0,0,0.2);
  border:10px solid white;
}

/* ==========================================
         Sezione "Tutto su di Me"
============================================ */
#AboutMe {
  margin-top:-30px;
}

#AboutMeWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:670px;
  width:1000px;
  background:url();
  background-size:1000px 670px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:yello;
  z-index:5;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow:hidden;
}

.testosudime {
  display:block;
  position:relative;
  background-color:viole;
  width:650px;
  padding:5px;
  margin-left:100px;
  margin-top:100px;
  text-align:left;
  overflow:hidden;
}

.testosudime h3 {
  color:#25987a;
  font-size:18px;
  line-height:18px;
}

.testosudime p {
  color:#421131;
  font-size:15px;
  margin-top:0;
  font-style:oblique;
  font-weight:400;
}

.testobeneficenza {
  display:block;
  position:relative;
  background-color:viole;
  width:650px;
  padding:5px;
  margin-left:270px;
  margin-top:-0;
  text-align:right;
  overflow:hidden;
}

.testobeneficenza h3 {
  color:#b74c92;
  font-size:18px;
  line-height:18px;
}

.testobeneficenza p {
  color:#421131;
  font-size:15px;
  margin-top:0;
  font-style:oblique;
  font-weight:400;
}

h1 {
  font-size:28px;
}

h2 {
  font-size:25px;
}

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

h4 {
  font-size:16px;
  line-height:18px;
}

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

/* ======================================
Sezione delle Mance (LeTips)
======================================= */
#TipMenu {
  margin-top:-100px;
}

#TipMenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:800px;
  width:1000px;
  background-image:url();
  background-size:1000px 1000px;
  background-repeat:no-repeat;
  background-color:re;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  z-index:3;
}

.immaginedelmenu {
  margin-top:130px;
  margin-left:140px;
  width:300px;
  box-shadow:0 10px 40px rgba(47,13,45,0.38);
  opacity:.9;
  border:10px solid rgba(255,255,255,0.29);
}

.mancia {
  display:inline-block;
  position:relative;
  background-color:yello;
  width:400px;
  height:49px;
  -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:-24px;
  margin-left:-50px;
  -ms-transform:scale(0.65,0.65);
  -webkit-transform:scale(0.65,0.65);
  transform:scale(0.65,0.65);
}

.mancia:hover {
  -ms-transform:scale(0.8,0.8);
  -webkit-transform:scale(0.8,0.8);
  transform:scale(0.8,0.8);
  z-index:800;
}

.mancia:hover .prezzomancia {
  background-color:#e466b6;
  color:white;
}

.mancia:hover .etichettamancia {
  box-shadow:-15px 10px 60px rgba(0,0,0,0.2);
}

.prezzomancia {
  display:block;
  position:absolute;
  background-color:re;
  width:76px;
  height:35px;
  line-height:35px;
  font-size:22px;
  text-align:center;
  color:#43522b;
  letter-spacing:;
  background-color:rgb(166,234,173);
  z-index:3;
  margin-top:2px;
  margin-left:2px;
  -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;
}

.etichettamancia {
  display:block;
  position:absolute;
  background-color:rgba(255,255,255,0.35);
  color:black;
  text-align:left;
  width:300px;
  height:25px;
  line-height:25px;
  font-size:19px;
  margin-top:0;
  padding:5px 5px 5px 90px;
  box-shadow:-10px 7px 30px rgba(0,0,0,0.10);
  font-weight:400;
  border:2px 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;
}

.etichettamancia span {
  color:#43a54d;
  font-size:16px;
}

.cm {
  display:inline-block;
  position:absolute;
  background-color:viole;
  width:310px;
  text-align:left;
}

.contenitoremance1 {
  margin-top:120px;
  margin-left:50px;
}

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

.m3 {
  margin-left:-10px;
}

.m4 {
  margin-left:-10px;
}

.m6,.m7 {
  margin-left:-10px;
}

.m5 {
  margin-top:-10px;
}

.m6 {
  margin-top:-10px;
}

.m8 {
  margin-top:-10px;
}

/* ======================================
   Sezione della Piattaforma di Condivisione
======================================= */
#MFCshare {
  margin-top:-80px;
}

#MFCshareWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:1000px;
  width:1000px;
  background-image:url();
  background-size:1000px 1000px;
  background-repeat:no-repeat;
  background-color:re;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  z-index:3;
}

#MFCshareWrapper iframe {
  margin-top:130px;
  width:700px;
  margin-left:112px;
  background-color:rgba(255,255,255,0.55);
  padding:35px;
  box-shadow:0 20px 60px rgba(0,0,0,0.3);
  border:3px solid white;
}

/* ======================================
           Sezione dei Cavalieri
======================================= */
#Knights {
  margin-top:;
}

#KnightsWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:630px;
  width:1000px;
  background-image:url(https://img.mfcimg.com/photos2/254/25422794/403-198-632-273-12645339.png);
  background-size:1000px 900px;
  background-repeat:no-repeat;
  background-color:re;
  z-index:3;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.testocavalieri {
  display:inline-block;
  background-color:gree;
  margin-top:90px;
  padding:5px;
  text-align:right;
  width:490px;
  height:500px;
  margin-left:60px;
  overflow:hidden;
}

.testocavalieri h1 {
  color:#965ce8;
  font-size:27px;
  letter-spacing:-1px;
  font-style:oblique;
  line-height:28px;
}

.testocavalieri h1 span {
  font-size:22px;
  color:#4c1e8c;
}

.testocavalieri h4 {
  margin-top:-10px;
  font-size:18px;
}

.testocavalieri p {
  color:#827792;
  font-size:16px;
  margin-top:-10px;
}

.testocavalieri ul {
  color:#57496b;
  font-style:oblique;
  direction:rtl;
}

.testocavalieri h2 {
  margin-top:30px;
  color:#50a918;
  font-size:17px;
  font-style:oblique;
  line-height:19px;
}

/* ====================================== 
         Marchio del Mattoncino 
======================================== */
.Mattoncino {
  display:inline-block;
  position:fixed;
  height:30px;
  bottom:35px;
  left:5px;
  z-index:1000;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
  opacity:.9;
}

.Mattoncino:hover {
  opacity:1;
  height:35px;
}

/* =============================
         Caricamento della Colonna
==================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-o-animation fadeIn {
  fromopacity:0;
}

to {
  opacity:1;
}  
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

/* ===========================================
Sezione degli interessi
============================================ */
#profile_interests_content {
  display:none;
}

/* ===========================================
            Sezione dei diritti d'autore
============================================= */
.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:38px;
  width:1000px;
  text-align:center;
  font-size:11px;
  font-weight:400;
  color:BLACK;
  font-style:normal;
  z-index:1;
  background-color:;
  padding-bottom:30px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

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

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

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

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

.Copyright > a:hover {
  color:#2e9882;
}

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

/* ==============================================
       Sezione degli amici
============================================== */
/* tutto il blocco */
#profile_friends {
  background-color:yello;
  width:400px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
  margin-left:260px;
  padding-bottom:50px;
}

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

/* tutte le etichette */
#favorite_models_label,#friends_label,#admirers_label,#rate_label,#average_rating_label {
  background-color:re;
  text-align:right;
  min-width:200px;
  max-width:200px;
  color:black;
  display:block;
}

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

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

#admirers_value,#friends_value,#admirers_value,#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, {
  font-size:10px;
  color:black;
}

.profile_section_content .value {
}

#favorite_models_value,#admirers_value,#rate_label,#average_rating_label,#rating_label,#admirers_label,#friends_label,#favorite_models_label {
  font-size:10px;
}

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

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

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

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

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

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

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

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