@charset "UTF-8";

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

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

body {
  background-image:url(https://s20.postimg.cc/5xfbsgmel/damask-background-2incli.png);
/* immagine posteriore di sfondo */
  background-color:black;
  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:block;
  text-align:center;
  z-index:9999;
}

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

.nav a {
  display:block;
  background:rgba(0,0,0,0.4);
/* colore della barra di navigazione */
  box-shadow:0 0 20px rgba(0,0,0,0);
  color:#f5e157;
/* colore caratteri della barra di navigazione */
  text-decoration:none;
  padding:.5em 0;
  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;
}

.nav {
  vertical-align:top;
  display:inline-block;
  width:940px;
  box-shadow:0 0 15px rgba(0,0,0,0.6);
  top:0;
  position:fixed;
  z-index:9999;
  margin:0 auto;
  border-radius:0;
  text-align:center;
  -webkit-transform:translateZ(0);
}

.nav li {
  position:relative;
}

.nav > li {
  font-family:'Poiret One',cursive;
  font-size:15px;
  font-weight:800;
  font-style:normal;
/* extra light */
  letter-spacing:1px;
  text-transform:uppercase;
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
}

.nav li:hover > a {
  color:white;
}

.nav ul {
  position:absolute;
  white-space:nowrap;
  border-bottom:5px double #fed16f;
  z-index:1;
  left:-99999em;
}

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

.nav ul {
  position:absolute;
  white-space:nowrap;
  border-bottom:5px dotted #fca6dd;
  z-index:1;
  left:-99999em;
}

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

/* cyrillic */
@font-face {
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/cKr_e199f0xMkxMkRbEJXwsYbbCjybiHxArTLjt7FRU.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* latin-ext */
@font-face {
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/3Annd_XP-99FcGbOpm6fVAsYbbCjybiHxArTLjt7FRU.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:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/HrI4ZJpJ3Fh0wa5ofYMK8QzyDMXhdD8sAj6OAJTFsBI.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;
}

/* ========================================================================
   Classes for MFC Generated Elements
   ====================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#tags_label,#tags_value,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#tags_container,#username_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container,#unix_last_broadcast_container,#avatar_holder,#profile_avatar,#status_container,#last_login_string_container,#unix_last_updated_container,#profile_header {
  display:none;
}

#username_value,#gender_value,#body_type_value,#ethnicity_label,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#marital_status_value,#camscore_value,#status_value {
  display:none;
}

/* ========================================================================
   Sezione del Profilo
   ====================================================================== */
#profile {
  width:940px;
  margin:0 auto;
  border-left:1px solid rgba(245,225,87,0.5);
  border-right:1px solid rgba(245,225,87,0.5);
  background-color:rgba(0,0,0,0.8);
/* colonna centrale */
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  font-family:'Poiret One',cursive;
  font-weight:800px;
  color:white;
  line-height:1.25;
  box-shadow:0 0 20px rgba(0,0,0,0.6),0 0 20px rgba(0,0,0,0.6);
  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 {
  padding:27px 0 0;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:white;
  margin:0 auto;
  padding:0;
  background:#;
  width:940px;
  height:50px;
  line-height:70px;
  font-size:35px;
  font-family:'Great Vibes',cursive;
  text-transform:capitalize;
  text-align:center;
  letter-spacing:0;
  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;
}

#schedule_day_0_container {
  padding-top:100px;
}

#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:'Poiret One',cursive;
  font-size:16px;
  text-align:right;
  color:#f5e157;
  border:solid 0 red;
  font-weight:800;
  text-transform:uppercase;
}

#profile_schedule .value {
  display:inline-block;
  width:400px;
  font-size:16px;
  font-family:'Poiret One',cursive;
  color:white;
  text-align:center;
  border:solid 0 blue;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'Poiret One',cursive;
  text-align:center;
  font-size:11px;
  margin:10px auto 35px;
  color:white;
}

/* ========================================================================
      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:15px;
  text-decoration:none;
  letter-spacing:;
  color:white;
  font-weight:1000;
  text-transform:capitalize;
}

.photo_gallery_name,.photo_gallery_name a:hover {
  color:#aba9a9;
}

.photo_gallery_count {
/* caratteristiche del font per il contatore delle foto */
  text-transform:uppercase;
  font-size:7px;
  letter-spacing:;
  color:#d2cfcf;
  font-weight:1000;
  letter-spacing:1px;
}

.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/a5wz3bh4d/Lock_piccolo_NEW_sfondo_nero.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-bottom:-50px;
/* per metter l'email piÃ¹ vicina alla foto della home */
  height:856px;
  width:940px;
  background:url(https://s20.postimg.cc/webmontyl/header-6.png);
  background-size:940px 856px;
  background-repeat:no-repeat;
  background-position:top center;
}

.media-container {
  display:block;
  height:150px;
  width:300px;
  background-size:940px 120px;
  background-color:rgba(255,255,255,0);
  position:relative;
  top:580px;
  left:610px;
}

#twitter {
  display:inline-block;
  position:relative;
  background-image:url(https://s20.postimg.cc/s5tvj79m5/twitter.png);
  width:47px;
  height:38px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9998;
  margin-right:30px;
  margin-left:50px;
  margin-bottom:30px;
}

#amazon {
  display:inline-block;
  position:relative;
  background-image:url(https://s20.postimg.cc/gqxeekx9p/AMAZON.png);
  width:41px;
  height:38px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9998;
  margin-right:30px;
  margin-bottom:30px;
}

#snapchat {
  display:inline-block;
  position:relative;
  background-image:url(https://s20.postimg.cc/s4jxps7sd/snapchat.png);
  width:40px;
  height:38px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9998;
  margin-bottom:30px;
}

.email {
  display:inline-block;
  background-color:rgba(255,255,255,0);
  width:100%;
  height:25px;
  text-align:center;
  font-family:'Poiret One',cursive;
  font-style:normal;
  font-weight:1000;
  font-size:13px;
  letter-spacing:0;
  line-height:20px;
  color:#fff;
  margin-top:-100px;
}

#amazon:hover,#snapchat:hover,#offline:hover,#twitter:hover,#share:hover {
  opacity:.6;
}

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

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

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

.email a:hover {
  color:#ffffff;
}

#share {
  display:inline-block;
  position:relative;
  background-image:url(https://s20.postimg.cc/5hrngcb59/MFC-_Share.png);
  width:121px;
  height:15px;
  margin-right:48px;
  margin-left:10px;
  margin-top:30px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9998;
}

#offline {
  display:inline-block;
  position:relative;
  background-image:url(https://s20.postimg.cc/56a73kup9/OFFLINE-_TIP.png);
  width:109px;
  height:15px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9998;
}

/* ========================================================================
        Sezione About Me
======================================================================== */
#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:450px;
  width:940px;
  background-image:url(https://s20.postimg.cc/vnvrlcxv1/about_me.png);
  background-size:940px 450px;
  background-repeat:no-repeat;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:740px;
  height:300px;
  overflow:hidden;
  margin-left:100px;
  margin-top:150px;
  font-family:'Poiret One',cursive;
  font-size:17px;
  font-style:normal;
  font-variant:normal;
  font-weight:800;
  line-height:30px;
  text-align:center;
  letter-spacing:1px;
  color:white;
  text-shadow:1px 1px 7px rgba(0,0,0,0.4);
}

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

.rulestxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:640px;
  height:280px;
  overflow:hidden;
  margin-left:150px;
  margin-top:120px;
  font-family:'Poiret One',cursive;
  font-size:17px;
  font-style:normal;
  font-variant:normal;
  font-weight:800;
  line-height:35px;
  text-align:center;
  letter-spacing:1px;
  color:white;
  text-shadow:1px 1px 7px rgba(0,0,0,0.4);
}

/* ========================================================================
     Sezione del Tip Menu
======================================================================== */
#TipMenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:900px;
  width:940px;
  background:url(https://s20.postimg.cc/rnk0vdi0d/Tip_Menu.png) no-repeat;
  background-size:940px 900px;
  font-family:'Poiret One',cursive;
  font-size:18px;
  font-style:normal;
  font-variant:normal;
  font-weight:1000;
  line-height:27px;
  font-style:normal;
  letter-spacing:2px;
}

.TipMenuHolder {
  display:inline-block;
  margin-top:125px;
  margin-left:200px;
  margin-right:0;
  width:540px;
  height:600px;
}

.TipMenuItem a {
  color:white;
  text-decoration:none;
  text-indent:-3000px;
}

.TipMenuItem > a > span:nth-child(1) {
  text-align:left;
  position:relative;
  left:80px;
}

.TipMenuItem > a > span:nth-child(2) {
  text-align:right;
  float:right;
  position:relative;
  right:80px;
}

.TipMenuItem a:hover {
  text-decoration:none;
  color:#f5e157;
  font-style:italic;
}

/* ========================================================================
        Sezione della Snapchat
======================================================================== */
#mysnapchatWrapper {
  display:block;
  position:relative;
  margin:35px auto;
  height:400px;
  width:940px;
  background-image:url(https://s20.postimg.cc/z8t0qph7x/Snapchat-_Section-2.png);
  background-size:940px 400px;
  background-repeat:no-repeat;
}

.mysnapchattext {
  background-color:rgba(255,5,255,0);
  display:block;
  font-family:'Poiret One',cursive;
  font-size:16px;
  font-weight:1000;
  font-style:normal;
  letter-spacing:1px;
  text-transform:;
  float:left;
  color:white;
  text-align:left;
  background-color:;
  width:480px;
  height:220px;
  margin:50px 40px;
  text-shadow:2px 2px 2px black;
}

.btn-class3,.btn-class4 {
  position:relative;
  float:left;
  display:inline-block;
  border:1px solid #C9AE34;
  color:#000000;
  text-transform:uppercase;
  border-radius:3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px;
  -moz-border-radius:3px;
  font-family:'Poiret One',cursive;
  font-weight:800px;
  width:230px;
  height:auto;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  background-image:linear-gradient(to top,#c3af25,#f5e681);
  background-color:#F5E157;
}

.btn-class3 {
  top:285px;
  left:-450px;
}

.btn-class4 {
  top:300px;
  left:-370px;
}

.btn-class3:hover,.btn-class4:hover {
  background-image:linear-gradient(to top,#c3af25,#c3af25);
  background-color:#F5E157;
  font-color:white;
}

#mysnapchatWrapper > a:link {
  text-decoration:none;
  color:black;
}

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

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

#mysnapchatWrapper > a:hover {
  color:white;
}

/* ========================================================================
        Sezione dell'HT
======================================================================== */
#htWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:500px;
  width:940px;
  background-image:url(https://s20.postimg.cc/v7g2fexd9/image.png);
  background-size:940px 500px;
  background-repeat:no-repeat;
}

.htname2,.htname3,.htname1 {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:840px;
  height:60px;
  overflow:hidden;
  margin-left:50px;
  font-family:'Poiret One',cursive;
  font-style:normal;
  font-variant:normal;
  font-weight:800;
  line-height:45px;
  text-align:center;
  text-shadow:1px 1px 7px rgba(0,0,0,0.4);
  letter-spacing:1px;
}

.htname1 {
  font-size:45px;
  margin-top:160px;
  color:white;
}

.htname2 {
  font-size:40px;
  color:#d4d1d1;
}

.htname3 {
  font-size:35px;
  color:#b1afaf;
}

/* ========================================================================
            My logo Section
======================================================================== */
.MyLogo {
  display:inline-block;
  position:fixed;
  width:175px;
  height:45px;
  background-image:url(https://s20.postimg.cc/oiipqvqst/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 {
  height:20px;
  width:100%;
  text-align:center;
  font-size:14px;
  letter-spacing:0;
  font-weight:1000;
  color:#f5e157;
  padding-top:70px;
  font-family:'Poiret One',cursive;
  font-style:normal;
  bottom:0;
  z-index:10;
}

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

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

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

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

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

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

#wall_poster_username {
/* caratteristiche del nome di chi scrive un commento */
  padding:10px;
  text-transform:uppercase;
  font-style:italic;
  font-family:'Poiret One',cursive;
  letter-spacing:2px;
  font-weight:800;
}

.wall_post_info {
/* caratteristiche del nome di chi ha pubblicato un commento */
  color:white;
  font-family:'Poiret One',cursive;
  text-transform:uppercase;
  font-style:italic;
  font-size:15px;
  margin-left:170px;
  letter-spacing:2px;
  font-weight:800;
}

.user_comment_textarea_big {
  width:600px;
  min-width:600px;
  max-width:600px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  margin-left:70px;
  box-shadow:inset 0 0 6px #333);
}

.user_comment_textarea_small {
  width:600px;
  min-width:600px;
  max-width:600px;
  height:125px;
  margin-left:70px;
  box-shadow:inset 0 0 6px #333);
}

.wall_post {
  padding:15px;
  background-color:;
/* colore di sfondo ai commenti degli utenti */
  margin:0 auto;
  min-height:93px;
}

wall_poster_avatar {
  padding:15px;
}

/* ------------------------- 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 {
/* caratteristiche testo dei commenti */
  color:#fff;
  overflow:visible;
  margin-left:160px;
  font-size:15px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style:italic;
  letter-spacing:1px;
}

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

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

.wall_post_avatar {
  background-image:url(http://ewsully.com/img/activities-icons/comment.png);
/* immagine per i commentatori che non hanno una foto */
  background-repeat:no-repeat;
  background-size:0;
  height:100px;
  width:100px;
  box-shadow:0;
}

.wall_post_avatar img {
  width:60px;
  height:60px;
  margin-left:70px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  -o-border-radius:50px;
}

.wall_post_time {
  font-size:9px;
  float:right;
  margin-top:-20px;
  margin-right:70px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform:uppercase;
  color:white;
}

#user_comment_comment {
  font-family:Arial;
  font-size:20px;
  box-shadow:inset 0 0 6px #333;
}

#comments {
  margin-bottom:40px;
}

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

#new_comment input {
  background-color:#E8E8E8;
  font-family:Arial;
  font-size:14px;
  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 {
  color:white;
  margin-bottom:40px;
  font-size:9px;
}

#new_comment_comment {
  background:rgb(249,234,173);
}

#profile_load_more_comments {
  display:block;
  width:170px;
  height:35px;
  margin:15px auto;
  background:url(https://s20.postimg.cc/l5pew0fvh/more_comments.png);
  opacity:1;
  background-repeat:no-repeat;
  background-position:;
  background-color:rgba(255,255,255,0);
  font-size:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  color:white;
}

#profile_load_more_comments:hover {
  opacity:.7;
}

#strip_links_popup {
  border:1px solid white;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
}

#new_comment_strip_links_container {
  display:none;
}

/* ==============================================
Friends Section
============================================== */
#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-family:'Poiret One',cursive;
  font-size:14px;
}

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

#average_rating_count {
  font-size:15px;
}

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

#favorite_models_value {
  font-size:14px;
  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;
}

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

#profile_friends {
  padding-top:100px;
}