@charset "UTF-8";

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

a:visited {
  color:white;
}

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

body {
  background-image:url(https://img.mfcimg.com/photos2/262/26203032/231-266-478-659-12466558.jpg);
  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;
}

/* ========================================================================
 
   ====================================================================== */
.barrasuperioresemplificata {
  position:fixed;
  height:50px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background:rgb(0,0,0);
/* Old browsers */
  background:-moz-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(left,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(91,29,61,1) 51%,rgba(0,0,0,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
/* IE6-9 */
  border-bottom:2px solid #f34a8b;
  box-shadow:0 0 20px rgba(0,0,0,0.6);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.6);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.6);
}

/* ========================================================================
  
   ====================================================================== */
.nav a {
  display:block;
  color:white;
  text-decoration:none;
  padding-top:17px;
  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:italic;
}

.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:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:200;
  font-style:normal;
/* extra light */
  letter-spacing:;
  text-transform:uppercase;
  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:#fb7dae;
}

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

/* ========================================================================
   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_avatar,#avatar_holder {
  display:none;
}

#profile_main_photo {
  display:none;
}

#main_photo {
  -webkit-box-shadow:2px 2px 2px rgba(141,13,98,1);
  -moz-box-shadow:2px 2px 2px rgba(141,13,98,1);
  box-shadow:2px 2px 2px rgba(141,13,98,1);
  -webkit-transition:color 100ms ease,background-color 100ms ease,box-shadow 200ms ease;
  transition:color 100ms ease,background-color 100ms ease,box-shadow 200ms ease;
}

#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:linear-gradient(to bottom,#ffffff 1%,#812f90 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
/* IE6-9 */
  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:60px;
  right:-400px;
  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;
}

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

/* ========================================================================
 
   ====================================================================== */
#profile {
  width:1000px;
  margin:0 auto;
  background-color:#fca3ab8a;
/* 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.3);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.3);
  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:'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;
}

#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:'Poppins',sans-serif;
  font-size:16px;
  text-align:right;
  color:grey;
  border:solid 0 red;
  font-weight:1000;
}

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

.emphasis {
  font-weight:normal;
}

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

#profile_photo_galleries {
  position:relative;
  background-color:;
  display:none;
}

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  display:none;
}

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

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

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

#photo_gallery_preview {
  background-color:gree;
  display:none;
}

#password_photo_gallery_previews {
  background-color:re;
}

.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:#f34889;
  font-weight:1000;
  text-transform:;
  font-family:'Nothing You Could Do',cursive;
  display:none;
}

.photo_gallery_name,.photo_gallery_name a:hover {
  color:white;
  display:none;
}

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

.photo_gallery_image {
  border:solid 2px white;
  width:120px;
  height:120px;
  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);
  -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;
  display:none;
}

#password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
  display:none;
}

#password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
/* immagine per le gallerie protette da password */
  background-repeat:no-repeat;
  background-size:100%;
  height:135px;
  width:140px;
  border:solid 0 blue;
  margin-bottom:5px;
  margin-left:27px;
}

.photo_gallery_preview > .photo_gallery_link {
/* immagine per le gallerie protette da password */
  background-repeat:no-repeat;
  background-size:100%;
  height:135px;
  width:140px;
  border:solid 0 blue;
  margin-bottom:5px;
  margin-left:27px;
}

.photo_gallery_lock {
  visibility:hidden;
}

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

/* ========================================================================
            
   ====================================================================== */
#ContentHeader {
  display:block;
  position:relative;
  margin:0 auto;
  height:740px;
  width:940px;
  background-size:940px 740px;
  background-repeat:no-repeat;
  background-position:top center;
}

/* ========================================================================
           
======================================================================== */
#contenitorebottoni {
  display:inline-block;
  position:relative;
  float:left;
  background-color:;
  width:200px;
  hight:80px;
  margin-top:647px;
  margin-left:108px;
  -ms-transform:rotate(-8.4deg);
  -webkit-transform:rotate(-8.4deg);
  transform:rotate(-8.4deg);
}

#twitter,#instagram {
  display:inline-block;
  position:relative;
  float:left;
  background-size:100%;
  background-repeat:no-repeat;
  -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 {
  display:inline-block;
  position:relative;
  float:left;
  color:white;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  text-transform:uppercase;
  font-style:italic;
  border:2px solid white;
  text-align:center;
  padding:5px 10px;
  border-radius:15px;
  opacity:.8;
  box-shadow:0 0 10px rgba(0,0,0,0);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0);
  -o-box-shadow:0 0 10px rgba(0,0,0,0);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0);
  -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.4);
  opacity:1;
}

.lineettaposta {
  display:block;
  position:relative;
  background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
/* IE6-9 */
  height:2px;
  margin-top:20px;
  margin-bottom:10px;
}

.primalineaposta {
  color:#c3c3c3;
  font-size:10px;
  font-style:oblique;
}

.indirizzodiposta {
  display:block;
  color:#ef4989;
  font-size:25px;
  margin-top:7px;
  margin-bottom:-5px;
}

.email {
  display:inline-block;
  position:relative;
  float:right;
  background-color:;
  margin-top:-130px;
  margin-right:192px;
  width:350px;
  height:135px;
  text-align:center;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:13px;
  letter-spacing:0;
  line-height:17px;
  color:white;
  padding-top:8px;
  background-color:gree;
}

/* ------------------------- Stilizzazione dei link mail----------------------------- */
.email a:link {
  color:white;
  text-decoration:none;
/* per togliere la sottolineatura */
  -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;
}

.email a:visited {
  color:white;
}

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

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

/* -------------------------   ----------------------------- */
/* ========================================================================
        
======================================================================== */
#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:525px;
  width:940px;
  background-size:940px 525px;
  background-repeat:no-repeat;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  width:490px;
  height:350px;
  margin-top:140px;
  margin-right:55px;
  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:#000;
}

/* ========================================================================
       
======================================================================== */
#MFCshareWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:1620px;
  width:940px;
  background-image:url();
  background-size:940px 950px;
  background-repeat:no-repeat;
  background:rgb(242,242,242);
/* Old browsers */
  background:-moz-linear-gradient(top,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,rgba(242,242,242,1) 0%,rgba(209,209,209,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#d1d1d1',GradientType=0);
/* IE6-9 */
}

.titoloshare {
  margin-top:60px;
}

.mfcshareframe {
  width:940px;
  height:2100px;
  margin-top:-300px;
  margin-left:0;
  background-color:;
  -ms-transform:scale0.7,0.7);
/* IE 9 */
  -webkit-transform:scale0.7,0.7);
/* Safari */
  transform:scale(0.7,0.7);
}

/* ========================================================================
     
======================================================================== */
#TipMenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:700px;
  width:940px;
  background:url(####) no-repeat;
  background-size:940px 700px;
  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;
  float:left;
  height:550px;
  margin-left:102px;
  margin-top:150px;
  background-color:;
  text-align:center;
}

.TipMenuItem A {
  color:white;
  text-transform:;
  text-decoration:none;
  text-indent:-3000px;
  LETTER-SPACING:1PX;
  -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;
}

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

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

/* latin */
@font-face {
  font-family:'Nothing You Could Do';
  font-style:normal;
  font-weight:400;
  src:local('Nothing You Could Do'),local(NothingYouCouldDo),url(https://fonts.gstatic.com/s/nothingyoucoulddo/v7/jpk1K3jbJoyoK0XKaSyQAZXIiu60FL2bNvn8mktkB5z3rGVtsTkPsbDajuO5ueQw.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;
}

.amount {
  color:#fb478d;
  font-family:'Nothing You Could Do',cursive;
  font-size:25px;
  margin-right:-12px;
}

.tokens {
  font-style:italic;
  font-family:'Poppins';
  color:#9e9a9a;
  font-weight:200;
}

.item {
  font-style:italic;
  text-transform:uppercase;
}

.boyztext {
  display:inline-block;
  background-color:rgba(255,5,255,);
  position:relative;
  width:840px;
  height:150px;
  margin-left:50px;
  margin-top:75px;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  font-style:normal;
  font-size:18px;
  line-height:26px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#d4d2d2;
}

.btn-boyz {
  display:inline-block;
  position:relative;
  float:left;
  margin-left:395px;
  margin-top:250px;
  width:150px;
  height:45px;
  background-color:rgba(0,0,0,0.5);
  box-shadow:0 0 25px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 0 25px rgba(0,0,0,0.7);
  -moz-box-shadow:0 0 25px rgba(0,0,0,0.7);
  color:white;
  font-family:'Poppins bold',sans-serif;
  font-size:25px;
  line-height:45px;
  font-weight:300;
  border:2px solid white;
  border-radius:30px;
  text-align:center;
  -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;
}

.btn-boyz:hover {
  background-color:rgba(0,0,0,0.8);
  color:#f34a8b;
}

.rib {
  font-weight:bolder;
  font-size:21px;
  color:white;
}

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

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

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

#boyzWrapper > a:hover {
  color:#f34a8b;
  border:2px solid #f34a8b;
}

.second {
  display:inline-block;
  position:relative;
  float:left;
  width:240px;
  height:50px;
  margin-top:300px;
  margin-left:67px;
  background-color:rgba(0,0,0,0.65);
  box-shadow:0 0 15px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
  border:1px solid white;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:17px;
  line-height:49px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#fed7e2;
  text-transform:capitalize;
}

.first {
  display:inline-block;
  position:relative;
  float:left;
  width:280px;
  height:60px;
  margin-top:295px;
  margin-left:32px;
  background-color:rgba(0,0,0,0.65);
  box-shadow:0 0 15px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
  border:1px solid white;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:19px;
  line-height:59px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#f7cfba;
  text-transform:capitalize;
}

.third {
  display:inline-block;
  position:relative;
  float:left;
  width:200px;
  height:40px;
  margin-top:298px;
  margin-left:27px;
  background-color:rgba(0,0,0,0.65);
  box-shadow:0 0 15px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
  border:1px solid white;
  overflow:hidden;
  font-family:'Poppins-light',sans-serif;
  font-style:normal;
  font-size:14px;
  line-height:39px;
  font-weight:400;
  letter-spacing:0;
  text-align:center;
  color:#f9cec7;
  text-transform:capitalize;
}

.vb {
  color:#d4d3d3;
}

#lovertext,#viptext {
  display:inline-block;
  position:absolute;
  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;
  opacity:1;
}

#viptext {
  background-color:rgba(255,5,255,0);
  width:170px;
  height:380px;
  float:left;
  margin-top:270px;
  margin-left:65px;
  color:#f5c9da;
  opacity:;
}

#viptext h3 {
  position:relative;
  margin-top:20px;
  color:#d2d2d2;
  font-size:12px;
  line-height:15px;
  font-weight:100;
}

.cifravip {
  display:block;
  color:#fa468b;
  font-family:'Nothing You Could Do',cursive;
  font-size:30px;
  margin-top:10px;
}

.valutavip {
  display:block;
  font-family:'Nothing You Could Do',cursive;
  font-size:17px;
  margin-top:-10px;
  color:#f385af;
}

.ottienivip {
  display:block;
  margin-top:-11px;
  background-color:;
}

#viptext h2 {
  margin-top:-50px;
  color:white;
  font-size:14px;
  line-height:18px;
  background-color:re;
  font-weight:200;
}

.btn-vip {
  display:block;
  margin-top:15px;
  margin-left:35px;
  width:100px;
  height:30px;
  border:2px solid white;
  border-radius:20px;
  text-align:center;
  font-size:12px;
  line-height:30px;
  text-decoration:none;
}

#lovertext {
  background-color:rgba(255,5,255,0);
  width:210px;
  height:410px;
  float:left;
  margin-top:255px;
  margin-left:262px;
  color:#f5c9da;
  opacity:;
}

#lovertext h3 {
  position:relative;
  margin-top:20px;
  color:#d2d2d2;
  font-size:14px;
  line-height:15px;
  font-weight:100;
}

.cifralover {
  display:block;
  color:#d69af9;
  font-family:'Damion',cursive;
  font-size:34px;
  margin-top:10px;
}

.valutalover {
  display:block;
  font-family:'Nothing You Could Do',cursive;
  font-size:19px;
  margin-top:-5px;
  color:#e1baf9;
}

.ottienilover {
  display:block;
  margin-top:-9px;
}

#lovertext h2 {
  margin-top:-52px;
  color:white;
  font-size:15px;
  line-height:20px;
  background-color:re;
  font-weight:200;
}

.btn-lover {
  display:block;
  margin-top:15px;
  margin-left:40px;
  width:130px;
  height:40px;
  border:2px solid white;
  border-radius:20px;
  text-align:center;
  font-size:14px;
  line-height:40px;
  text-decoration:none;
}

.clubheader {
  display:block;
  position:relative;
  height:60px;
  background:;
  margin-bottom:-40px;
  color:#d65b5b;
  font-size:17px;
}

.btn-vip,.btn-lover {
  position:absolute;
  box-shadow:0 0 25px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 0 25px rgba(0,0,0,0.7);
  -moz-box-shadow:0 0 25px rgba(0,0,0,0.7);
  color:white;
  font-family:'Poppins bold',sans-serif;
  font-weight:300;
  -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;
}

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

/* latin */
@font-face {
  font-family:'Damion';
  font-style:normal;
  font-weight:400;
  src:local(Damion),url(https://fonts.gstatic.com/s/damion/v7/hv-XlzJ3KEUe_YZkamw2EzJwVw.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

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

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

#profile_interests_content {
  color:#000;
  text-align:center;
}

.profile_section_content .value {
  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 {
  text-align:center!important;
  color:#b12ca2;
  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 {
}

/* ========================================================================
       Sezione dell'Autore
   ====================================================================== */
.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  font-weight:200;
  color:white;
  font-style:normal;
  z-index:1;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top:70px;
  padding-bottom:70px;
}

.divietodiriproduzione {
  color:#b7b7b7;
  font-size:11px;
}

#new_comment_login_message {
  color:white;
}

#wall_poster_avatar {
  display:none;
}

.user_comment_textarea_big {
  width:710px;
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

.user_comment_textarea_small {
  width:710px;
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

#user_comment_comment {
  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:;
  margin:0 auto;
  min-height:93px;
  background-color:;
}

.wall_post_info > a:link {
  color:white;
  text-decoration:none;
}

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

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

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

.wall_post_body {
  color:white;
  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 {
  width:60px;
  height:60px;
  border:1px solid white;
  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 {
  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 {
  font-size:15px;
  opacity:1;
  margin-left:180px;
  padding-left:10px;
}

.wall_post_body {
  width:738px;
  background-color:rgb(154,115,160);
  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 rgb(154,115,160);
  font-size:14px;
}

.wall_post_avatar {
  background-image:url();
  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 {
  font-size:8px;
  float:right;
  margin:-29px 30px;
  color:white;
  padding:3px;
  background-color:;
}

#comments {
  margin-bottom:40px;
  background-color:;
}

#new_comment {
  margin:35px 0 15px;
  background-color:;
}

#new_comment input {
  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 {
  color:white;
  margin-bottom:40px;
  font-size:10px;
}

#profile_load_more_comments {
  border:1px solid white;
  text-transform:capitalize;
  width:170px;
  height:35px;
  line-height:35px;
  margin-left:385px;
  font-size:10px;
  color:white;
  text-align:center;
  text-decoration:none;
}

#profile_load_more_comments:hover {
  opacity:.6;
}

#strip_links_popup {
  border:2px solid white;
  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;
  width:740px;
  margin-left:100px;
}

#profile_friends {
  padding:20px;
  background-color:;
  width:350px;
  border-left:1px solid white;
  border-right:1px solid white;
  margin-left:270px;
  border-radius:15px;
  margin-bottom:30px;
  margin-top:40px;
}

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

#admirers_label,#favorite_models_value,#average_rating_count,#favorite_models_value,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#average_rating_container,.friends_value,.admirers_value,.profile_section_content .value {
  font-size:10px;
  color:#000;
}

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

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

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

#profile_friends a:active {
  color:#bbbaba;
}

#profile_friends a:hover {
  color:#bbbaba;
}

#profile_friends a:link {
  color:#bbbaba;
  text-decoration:none;
}

#profile_friends a:visited {
  color:#bbbaba;
  text-decoration:none;
}

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

#main_photo_bg {
  width:100%;
  margin-bottom:15px;
}

.photo_gallery_image {
  border:solid 2px #2bfcd9!important;
  width:120px;
  height:120px;
  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);
  -webkit-transform:rotate(0deg);
  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;
  border-radius:100px;
}

.masonry-wrapper {
  padding:1.5em;
  max-width:1000px;
  margin-right:auto;
  margin-left:auto;
}

.masonry {
  columns:1;
  column-gap:10px;
}

.masonry-item {
  display:inline-block;
  vertical-align:top;
  margin-bottom:10px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    columns:2;
  }
}

@media only screen and (min-width: 1024px) {
  .masonry {
    columns:3;
  }
}

.masonry-item,.masonry-content {
  border-radius:5px;
  overflow:hidden;
  width:100%;
}

.masonry-item {
  filter:drop-shadow(0px 2px 2px rgba(0,0,0,.4));
  transition:filter .25s ease-in-out;
}

.masonry-item:hover {
  filter:drop-shadow(0px 5px 5px rgba(0,0,0,.4));
}

#profile_friends img {
  display:inline-block;
  position:relative;
  height:20px!important;
  margin-right:4px;
}

#favorite_models_label,#friends_label,#admirers_label,#rate_label,#average_rating_label {
  text-align:left;
  min-width:140px!important;
  max-width:140px!important;
}