@charset "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://s20.postimg.cc/oodo2pegd/sfondo-3.png);
  /* immagine posteriore di sfondo */
    background-color:;
    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:#fca6dd;
  /* 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:'Courgette',cursive;
    font-size:15px;
    font-weight:800;
    font-style:normal;
  /* extra light */
    letter-spacing:0;
    text-transform:lowercase;
    float:left;
    border-bottom:0 rgba(0,0,0,0) solid;
  }

  .nav li:hover > a {
    color:#ffffff;
    text-shadow:0 0 20px #ffffff;
  }

  .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;
    background-color:rgba(0,0,0,0.45);
  /* colonna centrale */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:fixed;
    background-attachment:fixed;
    font-size:.875em;
    line-height:1.25;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-bottom-right-radius:0;
    -moz-border-bottom-left-radius:0;
    box-shadow:0 0 15px rgba(0,0,0,0.6),0 0 15px rgba(0,0,0,0.6);
    border-bottom-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -moz-border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-bottom-left-radius:0;
    border-top-right-radius:0;
    -webkit-border-top-right-radius:0;
    -moz-border-top-right-radius:0;
    border-top-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-top-left-radius:0;
    opacity:0;
    -webkit-animation:fadeIn ease 1;
    -moz-animation:fadeIn ease 1;
    -o-animation:fadeIn ease 1;
    animation:fadeIn ease 1;
    -ms-animation:fadeIn ease 1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation:forwards;
    animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-duration:1s;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    -ms-animation-duration:1s;
  }

  #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;
    padding-top:50px;
  }

  #profile_schedule .container {
    background-color:rgba(0,0,0,0.0);
    border:;
    position:relative;
    top:25px;
    display:inline-block;
    width:120px;
    height:100px;
  }

  #schedule_day_0_container {
    margin-left:27px!important;
  }

  #profile_schedule .label {
    display:inline-block;
    width:100%;
    font-family:'Courgette',cursive;
    font-size:16px;
    line-height:12px;
    text-align:center;
    color:#fbadf4;
  }

  #profile_schedule .value {
    display:inline-block;
    width:110px;
    margin-left:5px;
    position:relative;
    top:10px;
    font-size:14px;
    font-weight:normal;
    font-family:'Courgette',cursive;
    color:white;
    text-align:center;
  }

  .emphasis {
    font-weight:normal;
  }

  #schedule_converted {
    font-family:'Courgette',cursive;
    text-align:center;
    font-size:15px;
    margin:30px auto 35px;
    color:white;
  }

  /* ========================================================================
  Sezione delle Gallerie Fotografiche
  ====================================================================== */
  #profile_photo_galleries {
    position:relative;
    margin:70px auto;
  }

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

  #profile_password_photo_galleries .container {
    background-color:rgba(0,0,0,0.3);
    border-style:solid;
    border-width:1px;
    box-shadow:2px 2px 8px rgba(0,0,0,0.6);
    position:relative;
    top:15px;
    left:10px;
    display:inline-block;
    width:125px;
    height:125px;
    margin:0 auto;
    padding:0;
    margin-left:0;
  }

  .photo_gallery_link {
    display:inline-block;
  }

  .photo_gallery_preview {
    margin:0;
    text-align:center;
    display:inline-block;
    width:188px;
    height:150px;
    background-color:rgba(255,5,255,0);
  }

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

  .photo_gallery_name,.photo_gallery_name a {
    font-family:'Courgette',cursive;
  /* caratteristiche del font per il titolo di ciascuna galleria fotografica */
    text-transform:capitaliza;
    font-size:15px;
    text-decoration:none;
    color:white;
  }

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

  .photo_gallery_count {
    font-family:'arial narrow';
  /* caratteristiche del font per il contatore delle foto */
    text-transform:uppercase;
    font-size:10px;
    color:white;
  }

  .photo_gallery_image {
    width:80px;
    height:80px;
  /* cornice attorno alle icone della galleria immagini */
    border:10px solid white;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -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;
  }

  .photo_gallery_image:hover {
    border:10px solid #fbadf4;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
  }

  #password_photo_gallery_previews .photo_gallery_preview > .photo_gallery_link {
  /* immagine per le gallerie protette da password */
    background-image:url(https://s20.postimg.cc/nwkdxc2nh/Lock.png);
    background-repeat:no-repeat;
    background-size:75%;
    background-position:50%;
  }

  .photo_gallery_lock {
    visibility:hidden;
  }

  .images {
    text-align:center;
  }

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

  /* ========================================================================
  Sezione dei tasti Social
  ======================================================================== */
  .social-container {
    margin-top:-50px;
    height:auto;
    width:940px;
    background-color:rgba(255,5,200,0);
  }

  #offlinetip,#twitter,#amazon {
    margin-top:-56px;
    margin-bottom:30px;
    display:inline-block;
    position:relative;
    float:left;
    width:45px;
    height:45px;
    margin-right:30px;
    background-size:100%;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    background-repeat:no-repeat;
    z-index:9998;
    border-radius:50%;
    -webkit-transition:-webkit-transform .8s ease-in-out;
    transition:transform .8s ease-in-out;
  }

  #amazon {
    background-image:url(https://s20.postimg.cc/jt224u3jh/amazon.png);
    margin-left:375px;
  }

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

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

  #offlinetip:hover,#twitter:hover,#amazon:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }

  /* ========================================================================
  Sezione About Me
  ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:440px;
    width:940px;
    background-image:url();
    background-size:940px 440px;
    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:15px;
    font-family:'arial narrow';
    font-style:normal;
    font-size:15px;
    line-height:25px;
    font-weight:400;
    letter-spacing:2px;
    text-align:justify;
    color:white;
    text-shadow:1px 1px 7px rgba(0,0,0,0);
  }

  .SocialButtons {
    display:inline-block;
    position:relative;
    left:73px;
    width:195px;
    height:90px;
    overflow:visible;
  }

  .SocialButtons:first-of-type {
    margin-left:50px;
  }

  .SocialIcons {
    transition:.2s 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;
  }

  .SocialIcons:hover {
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
  }

  /* ========================================================================
  Sezione dei Team
  ======================================================================== */
  #teamWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:700px;
    width:940px;
    background-image:url(https://s20.postimg.cc/n6l03rs6l/team-3.png);
    background-size:940px 900px;
    background-repeat:no-repeat;
  }

  .teamtxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:640px;
    height:500px;
    overflow:hidden;
    margin-top:120px;
    margin-left:150px;
    font-family:'Courgette',cursive;
    text-shadow:2px 2px 10px rgba(0,0,0,0.2);
    font-style:normal;
    font-size:20px;
    line-height:30px;
    font-weight:200;
    letter-spacing:0;
    text-align:center;
    font-style:normal;
    color:white;
  }

  .btn {
    color:black;
    margin-left:375px;
    position:relative;
    top:-40px;
    background:black;
    background-image:-webkit-linear-gradient(top,#ffffff,#dad6d8);
    background-image:-moz-linear-gradient(top,#ffffff,#dad6d8);
    background-image:-ms-linear-gradient(top,#ffffff,#dad6d8);
    background-image:-o-linear-gradient(top,#ffffff,#dad6d8);
    background-image:linear-gradient(to bottom,#ffffff,#dad6d8);
    -webkit-border-radius:9;
    -moz-border-radius:9;
    border-radius:9px;
    -webkit-box-shadow:0 3px 8px #000000;
    -moz-box-shadow:0 3px 8px #000000;
    box-shadow:0 3px 8px #000000;
    font-family:'Courgette',cursive;
    border:solid 1px #bdbaba;
    letter-spacing:-2px;
    font-size:26px;
    padding:10px 20px;
    text-decoration:none;
  }

  .btn:hover {
    background:violet;
    background-image:-webkit-linear-gradient(top,#f3f2f2,#cecece);
    background-image:-moz-linear-gradient(top,#f3f2f2,#cecece);
    background-image:-ms-linear-gradient(top,#f3f2f2,#cecece);
    background-image:-o-linear-gradient(top,#f3f2f2,#cecece);
    background-image:linear-gradient(to bottom,#f3f2f2,#cecece);
    text-decoration:none;
    -webkit-box-shadow:0 3px 3px #000000;
    -moz-box-shadow:0 3px 3px #000000;
    box-shadow:0 3px 3px #000000;
  }

  .btn:visited {
    color:#9b5c95;
    text-decoration:none;
  }

  .btn:link {
    color:#9b5c95;
    text-decoration:none;
  }

  .btn:hover {
    color:grey;
    text-decoration:none;
  }

  .btn:active {
    color:black;
    text-decoration:none;
  }

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

  .rulestxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:640px;
    height:310px;
    overflow:hidden;
    margin-top:90px;
    margin-left:90px;
    font-family:'Courgette',cursive;
    text-shadow:2px 2px 10px rgba(0,0,0,0.2);
    font-style:normal;
    font-size:17px;
    line-height:28px;
    font-weight:200;
    letter-spacing:0;
    text-align:left;
    font-style:normal;
    color:white;
  }

  /* ========================================================================
  Sezione del Primo Tip Menu
  ======================================================================== */
  #TipMenuWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:480px;
    width:940px;
    background:url(https://s20.postimg.cc/x0ekc5759/tipmenufirst.png) no-repeat;
    background-size:940px 480px;
    font-family:'Courgette',cursive;
    text-transform:lowercase;
    line-height:29px;
    font-weight:400;
    letter-spacing:0;
    font-size:20px;
    font-style:normal;
  }

  /* -------------------------------------------------- MENU A SINISTRA --------------------------------------------------- */
  .TipMenu1Holder {
    display:inline-block;
    margin-top:145px;
    margin-left:100px;
    margin-right:0;
    width:330px;
    height:600px;
  }

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

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

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

  .TipMenu1Item a:hover {
    text-decoration:none;
    color:YELLOW;
  }

  /* -------------------------------------------------- MENU A DESTRA --------------------------------------------------- */
  .TipMenu2Holder {
    display:inline-block;
    margin-top:145px;
    margin-left:77px;
    width:330px;
    height:600px;
  }

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

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

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

  .TipMenu2Item a:hover {
    text-decoration:none;
    color:YELLOW;
  }

  /* ========================================================================
  Sezione del Fetish Tip Menu
  ======================================================================== */
  #TipMenuFetishWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:340px;
    width:940px;
    background:url(https://s20.postimg.cc/us6b74rql/tipmenu_Fetish.png) no-repeat;
    background-size:940px 620px;
    font-family:'Courgette',cursive;
    text-transform:lowercase;
    line-height:29px;
    font-weight:400;
    letter-spacing:0;
    font-size:20px;
    font-style:normal;
  }

  .TipMenuFetishHolder {
    display:inline-block;
    margin-top:185px;
    margin-left:250px;
    margin-right:0;
    width:440px;
    height:600px;
  }

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

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

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

  .TipMenuItemFetish a:hover {
    text-decoration:none;
    color:YELLOW;
  }

  /* ========================================================================
  Sezione dello Sweat Tip Menu
  ======================================================================== */
  #TipMenuSweatWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:420px;
    width:940px;
    background:url(https://s20.postimg.cc/jeod9o6lp/tipmenu_Sweat.png) no-repeat;
    background-size:940px 620px;
    font-family:'Courgette',cursive;
    text-transform:lowercase;
    line-height:29px;
    font-weight:400;
    letter-spacing:0;
    font-size:20px;
    font-style:normal;
  }

  .TipMenuSweatHolder {
    display:inline-block;
    margin-top:185px;
    margin-left:250px;
    margin-right:0;
    width:440px;
    height:600px;
  }

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

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

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

  .TipMenuItemSweat a:hover {
    text-decoration:none;
    color:YELLOW;
  }

  /* ========================================================================
  Sezione della Fun House Tip Menu
  ======================================================================== */
  #TipMenuFunHouseWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:450px;
    width:940px;
    background:url(https://s20.postimg.cc/lqluh723x/tipmenu_Fun.png) no-repeat;
    background-size:940px 450px;
    font-family:'Courgette',cursive;
    text-transform:lowercase;
    line-height:29px;
    font-weight:400;
    letter-spacing:0;
    font-size:20px;
    font-style:normal;
  }

  .TipMenuFunHouseHolder {
    display:inline-block;
    margin-top:145px;
    margin-left:250px;
    margin-right:0;
    width:440px;
    height:600px;
  }

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

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

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

  .TipMenuItemFunHouse a:hover {
    text-decoration:none;
    color:YELLOW;
  }

  /* latin-ext */
  @font-face {
    font-family:'Courgette';
    font-style:normal;
    font-weight:400;
    src:local('Courgette Regular'),local(Courgette-Regular),url(https://fonts.gstatic.com/s/courgette/v4/Gkr63O-aJXf4Mv4t7cBUcoX0hVgzZQUfRDuZrPvH3D8.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:'Courgette';
    font-style:normal;
    font-weight:400;
    src:local('Courgette Regular'),local(Courgette-Regular),url(https://fonts.gstatic.com/s/courgette/v4/BHG8ZtTfO0yYnp02--QxqpBw1xU1rKptJj_0jans920.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 dell' Highest Singlle tip
  ======================================================================== */
  #highesttipWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:422px;
    width:940px;
    background:url(https://s20.postimg.cc/4mdq608z1/image.png) no-repeat;
    background-size:940px 422px;
  }

  .htname {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:600px;
    height:150px;
    overflow:hidden;
    margin-left:240px;
    margin-top:138px;
    font-family:'Courgette',cursive;
    font-style:normal;
    font-size:45px;
    line-height:60px;
    font-weight:400;
    letter-spacing:0;
    text-align:center;
    color:#fca6dd;
    text-shadow:1px 1px 7px rgba(0,0,0,0.5);
  }

  /* ========================================================================
  Sezione degli Highest Accumulative Tippers
  ======================================================================== */
  #highestaccumulativetipsWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:700px;
    width:940px;
    background:url(https://s20.postimg.cc/wkkx05rot/accumulative_Tippers.png) no-repeat;
    background-size:940px 700px;
  }

  .listht {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:340px;
    height:470px;
    overflow:hidden;
    margin-left:300px;
    margin-top:120px;
    font-family:'Courgette',cursive;
    font-style:normal;
    font-size:20px;
    line-height:35px;
    font-weight:400;
    letter-spacing:0;
    text-align:center;
    color:#fca6dd;
    text-shadow:1px 1px 7px rgba(0,0,0,0.5);
  }

  .footertext {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:840px;
    height:100px;
    overflow:hidden;
    margin-left:50px;
    margin-top:1px;
    font-family:'Courgette',cursive;
    font-style:normal;
    font-size:23px;
    line-height:35px;
    font-weight:400;
    letter-spacing:0;
    text-align:center;
    color:white;
    text-shadow:1px 1px 7px rgba(0,0,0,0.5);
  }

  /* ========================================================================
  Sezione dei Raffle
  ======================================================================== */
  #raffleWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    width:940px;
    height:620px;
    overflow:hidden;
    background:url(https://s20.postimg.cc/9t75oxsa5/raffle.png) no-repeat;
    background-size:940px 620px;
    -ms-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    transform:rotate(3deg);
    -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;
  }

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

  .raffletxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    padding:9px;
    width:790px;
    height:160px;
    overflow:hidden;
    margin-left:70px;
    margin-top:100px;
    font-family:'Courgette',cursive;
    text-shadow:2px 2px 10px #000;
    font-style:normal;
    font-size:18px;
    line-height:25px;
    font-weight:200;
    letter-spacing:0;
    text-align:center;
    color:white;
  }

  .ButtonHolder {
    width:940px;
    height:50px;
    display:inline-block;
    position:absolute;
    bottom:250px;
    margin-left:-805px;
  }

  a:link > .RaffleButton,a:visited > .RaffleButton {
    color:white;
  }

  a:focus > .RaffleButton,a:hover > .RaffleButton {
    color:black;
  }

  .RaffleButton {
    margin:0 6px;
    display:block;
    background-color:rgba(0,0,0,0.4);
    box-shadow:0 0 20px rgba(0,0,0,1);
    position:relative;
    width:110px;
    float:left;
    border:3px dotted #fff;
    padding:15px 2px;
    text-align:center;
    font-size:12px;
    transition:all .5s;
  }

  .RaffleButton:hover {
    text-decoration:none;
    color:#FFF;
    border-color:#FFF;
    background:#FFF;
    box-shadow:0 0 20px #ffffff;
  }

  .raffletxt2 {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    padding:10px;
    width:790px;
    height:90px;
    overflow:hidden;
    margin-left:65px;
    margin-top:120px;
    font-family:'arial';
    text-shadow:2px 2px 10px #000;
    font-style:normal;
    font-size:13px;
    line-height:15px;
    font-weight:200;
    letter-spacing:0;
    text-align:center;
    color:white;
  }

  .raffletxt3 {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:790px;
    height:35px;
    overflow:hidden;
    margin-left:75px;
    margin-top:10px;
    font-family:'arial';
    text-shadow:2px 2px 10px #000;
    font-style:normal;
    font-size:11px;
    line-height:11px;
    font-weight:200;
    letter-spacing:0;
    text-align:center;
    color:#fca6dd;
  }

  /* ========================================================================
  My logo Section
  ======================================================================== */
  .MyLogo {
    display:inline-block;
    position:fixed;
    width:175px;
    height:45px;
    background-image:url(https://s20.postimg.cc/yxbg170ml/Logo_per_pagine_copia.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:12px;
  letter-spacing:0;
  font-weight:300;
  color:white;
  padding-top:70px;
  font-family:'Courgette',cursive;
  font-style:normal;
  bottom:0;
  z-index:10;
}

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

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

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

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

/* ------------------------- Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
Sezione dei caratteri usati nella pagina
====================================================================== */
/* latin-ext */
@font-face {
  font-family:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3aE8kM4xWR1_1bYURRojRGc.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:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Ygp9Q8gbYrhqGlRav_IXfk.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 dei Commenti
====================================================================== */
#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;
}

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

.wall_post_info {
  color:white;
  font-family:'arial narrow';
  text-transform:uppercase;
  font-style:italic;
  font-size:20px;
  margin-left:170px;
}

/* ------------------------- 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:#fff;
  overflow:visible;
  margin-left:160px;
  font-size:17px;
  font-family:Arial;
}

.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 {
  color:color:white;
  font-size:9px;
  float:right;
  margin-top:-22px;
  margin-right:70px;
  font-family:'arial nattow';
}

#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 */
  border:1px solid color:#fbadf4;
}

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

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

#profile_load_more_comments:hover {
  opacity:.6;
}

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

a:active {
  color:white;
}

a:hover {
  color:orange;
}

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

#profile_friends {
  padding-top:100px;
}