@charset "UTF-8";

UTF-8;
    .nav,#ContentHeader,#aboutmeWrapper {
      animation:fadeIn 2s ease 1.5s 1 forwards;
      -moz-animation:fadeIn 2s ease 1.5s 1 forwards;
      -webkit-animation:fadeIn 2s ease 1.5s 1 forwards;
      -o-animation:fadeIn 2s ease 1.5s 1 forwards;
    }

    .slideshow {
      position:relative;
      width:100%;
      height:100%;
      border-top:3px solid #201b22;
    }

    .contenu {
      position:relative;
      width:100%;
      height:100%;
      overflow:hidden;
    }

    .slideshow input {
      position:absolute;
      bottom:15px;
      left:50%;
      width:9px;
      height:9px;
      z-index:1001;
      cursor:pointer;
      opacity:0;
    }

    .slider {
      position:relative;
      left:0;
      width:500%;
      height:100%;
      list-style:none;
      margin:0;
      padding:0;
      animation:slider 100s infinite;
    }

    .slider > li {
      color:#fff;
      width:20%;
      box-sizing:border-box;
      height:100%;
      float:left;
      text-align:center;
    }

    .slider > li img {
      box-sizing:border-box;
      display:block;
      margin:0 auto;
    }

    @keyframes slider {
      0%,20%,100% {
        left:0;
      }

      9%,18% {
        left:-100%;
      }

      18%,27% {
        left:-200%;
      }

      27%,36% {
        left:-300%;
      }

      36%,45% {
        left:-400%;
      }

      45%,54% {
        left:-500%;
      }

      54%,63% {
        left:-600%;
      }

      63%,72% {
        left:-700%;
      }

      72%,81% {
        left:-800%;
      }

      81%,90% {
        left:-900%;
      }

      90%,99% {
        left:-1000%;
      }
    }

    /*-----------------[SLIDER EVENTS START]------------------------*/
    #slider {
      width:900px;
      height:538px;
      margin-left:0;
      margin-top:-5px;
      background:#fff;
      overflow:visible;
      -moz-transition:all 450ms ease-in;
      -webkit-transition:all 450ms ease-in;
      -o-transition:all 450ms ease-in;
      position:static;
      transform:rotate(0deg);
      -ms-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -webkit-transform:rotate(0deg);
      -o-transform:rotate(0deg);
      border:3px solid;
    }

    #slider-shadow {
      width:900px;
      margin:auto;
      position:relative;
      padding-bottom:200px;
    }

    #slider-shadow:before,#slider-shadow:after {
      content:'';
      position:absolute;
      width:60%;
      height:20px;
      left:10px;
      bottom:13px;
      z-index:-1;
    }

    #slider-shadow:after {
      left:auto;
      right:10px;
    }

    #mask {
      overflow:hidden;
    }

    #slider:hover #pause {
      opacity:.8;
    }

    #slider:hover #progress {
      background-color:rgba(255,255,255,0.0);
    }

    #slider:hover ul,#slider:hover #progress,#slider:hover #overlay {
      -moz-animation-play-state:paused;
      -webkit-animation-play-state:paused;
    }

    #pause {
      width:900px;
      height:538px;
      position:absolute;
      top:0;
      opacity:0;
      background-image:url();
      background-position:center;
      background-repeat:no-repeat;
      pointer-events:none;
      -moz-transition:all 450ms ease-in;
      -webkit-transition:all 450ms ease-in;
      -o-transition:all 450ms ease-in;
    }

    #overlay {
      width:900px;
      height:538px;
      position:absolute;
      top:0;
      background-image:url();
      background-position:center;
      background-repeat:no-repeat;
      pointer-events:none;
      -moz-transition:all 450ms ease-in;
      -webkit-transition:all 450ms ease-in;
      -o-transition:all 450ms ease-in;
      opacity:.5;
      -moz-animation:overlay-fade 100s infinite;
      -webkit-animation:overlay-fade 100s infinite;
    }

    #progress {
      width:1px;
      height:3px;
      background:none repeat scroll 0 0 rgba(0,136,204,0.8);
      -moz-animation:progress 100s infinite;
      -webkit-animation:progress 100s infinite;
      position:relative;
      top:-3px;
      -moz-transition:all 450ms ease-in;
      -webkit-transition:all 450ms ease-in;
      -o-transition:all 450ms ease-in;
    }

    #slider ul {
      width:11000px;
      list-style:none;
      padding:0;
      margin:0;
      -moz-animation:slide-animation 100s infinite;
      -webkit-animation:slide-animation 100s infinite;
      position:relative;
      left:0;
    }

    #slider li {
      display:inline;
      width:900px;
      height:538px;
      margin:0;
      padding:0;
      float:left;
      position:relative;
      background-image:url();
      background-position:50% 50%;
      background-repeat:no-repeat;
    }

    #slider li:last-of-type {
      background-color:#362c30;
    }

    #slider li a {
      display:block;
      text-decoration:none;
    }

    #slider li .slider-span {
      display:block;
      width:100%;
      padding:15px 20px;
      position:absolute;
      bottom:0;
      left:0;
      background-color:rgba(0,0,0,0.4);
      text-shadow:1px 1px 1px #362c30;
      pointer-events:none;
      text-align:left;
    }

    @-webkit-keyframes slide-animation {
      0% {
        opacity:0;
      }

      2% {
        opacity:1;
      }

      5% {
        left:0;
        opacity:1;
      }

      9% {
        opacity:.6;
      }

      9% {
        left:-900px;
        opacity:1;
      }

      9% {
        left:-900px;
        opacity:1;
      }

      18% {
        opacity:.6;
      }

      18% {
        left:-1800px;
        opacity:1;
      }

      18% {
        left:-1800px;
        opacity:1;
      }

      27% {
        opacity:.6;
      }

      27% {
        left:-2700px;
        opacity:1;
      }

      27% {
        opacity:1;
      }

      27% {
        left:-2700px;
        opacity:1;
      }

      36% {
        opacity:.6;
      }

      36% {
        left:-3600px;
        opacity:1;
      }

      36% {
        opacity:1;
      }

      36% {
        left:-3600px;
        opacity:1;
      }

      45% {
        opacity:.6;
      }

      45% {
        left:-4500px;
        opacity:1;
      }

      45% {
        opacity:1;
      }

      45% {
        left:-4500px;
        opacity:1;
      }

      54% {
        opacity:.6;
      }

      54% {
        left:-5400px;
        opacity:1;
      }

      54% {
        opacity:1;
      }

      54% {
        left:-5400px;
        opacity:1;
      }

      63% {
        opacity:.6;
      }

      63% {
        left:-6300px;
        opacity:1;
      }

      63% {
        opacity:1;
      }

      63% {
        left:-6300px;
        opacity:1;
      }

      72% {
        opacity:.6;
      }

      72% {
        left:-7200px;
        opacity:1;
      }

      72% {
        opacity:1;
      }

      72% {
        left:-7200px;
        opacity:1;
      }

      81% {
        opacity:.6;
      }

      81% {
        left:-8100px;
        opacity:1;
      }

      81% {
        opacity:1;
      }

      81% {
        left:-8100px;
        opacity:1;
      }

      90% {
        opacity:.6;
      }

      90% {
        left:-9000px;
        opacity:1;
      }

      90% {
        opacity:1;
      }

      90% {
        left:-9000px;
        opacity:1;
      }

      99% {
        opacity:.6;
      }

      99% {
        left:-9900px;
        opacity:1;
      }

      99% {
        opacity:1;
      }

      99% {
        left:-9900px;
        opacity:1;
      }

      100% {
        left:0;
        opacity:0;
      }
    }

    @-moz-keyframes slide-animation {
      0% {
        opacity:0;
      }

      2% {
        opacity:1;
      }

      5% {
        left:0;
        opacity:1;
      }

      9% {
        opacity:.6;
      }

      9% {
        left:-900px;
        opacity:1;
      }

      9% {
        left:-900px;
        opacity:1;
      }

      18% {
        opacity:.6;
      }

      18% {
        left:-1800px;
        opacity:1;
      }

      18% {
        left:-1800px;
        opacity:1;
      }

      27% {
        opacity:.6;
      }

      27% {
        left:-2700px;
        opacity:1;
      }

      27% {
        opacity:1;
      }

      27% {
        left:-2700px;
        opacity:1;
      }

      36% {
        opacity:.6;
      }

      36% {
        left:-3600px;
        opacity:1;
      }

      36% {
        opacity:1;
      }

      36% {
        left:-3600px;
        opacity:1;
      }

      45% {
        opacity:.6;
      }

      45% {
        left:-4500px;
        opacity:1;
      }

      45% {
        opacity:1;
      }

      45% {
        left:-4500px;
        opacity:1;
      }

      54% {
        opacity:.6;
      }

      54% {
        left:-5400px;
        opacity:1;
      }

      54% {
        opacity:1;
      }

      54% {
        left:-5400px;
        opacity:1;
      }

      63% {
        opacity:.6;
      }

      63% {
        left:-6300px;
        opacity:1;
      }

      63% {
        opacity:1;
      }

      63% {
        left:-6300px;
        opacity:1;
      }

      72% {
        opacity:.6;
      }

      72% {
        left:-7200px;
        opacity:1;
      }

      72% {
        opacity:1;
      }

      72% {
        left:-7200px;
        opacity:1;
      }

      81% {
        opacity:.6;
      }

      81% {
        left:-8100px;
        opacity:1;
      }

      81% {
        opacity:1;
      }

      81% {
        left:-8100px;
        opacity:1;
      }

      90% {
        opacity:.6;
      }

      90% {
        left:-9000px;
        opacity:1;
      }

      90% {
        opacity:1;
      }

      90% {
        left:-9000px;
        opacity:1;
      }

      99% {
        opacity:.6;
      }

      99% {
        left:-9900px;
        opacity:1;
      }

      99% {
        opacity:1;
      }

      99% {
        left:-9900px;
        opacity:1;
      }

      100% {
        left:0;
        opacity:0;
      }
    }

    @-webkit-keyframes progress {
      0% {
        width:0;
        opacity:0;
      }

      2% {
        width:0;
        opacity:1;
      }

      20% {
        width:900px;
        opacity:1;
      }

      22.5% {
        width:900px;
        opacity:0;
      }

      22.59% {
        width:0;
      }

      25% {
        width:0;
        opacity:1;
      }

      45% {
        width:900px;
        opacity:1;
      }

      47.5% {
        width:900px;
        opacity:0;
      }

      47.59% {
        width:0;
      }

      50% {
        width:0;
        opacity:1;
      }

      70% {
        width:900px;
        opacity:1;
      }

      72.5% {
        width:900px;
        opacity:0;
      }

      72.59% {
        width:0;
      }

      75% {
        width:0;
        opacity:1;
      }

      95% {
        width:900px;
        opacity:1;
      }

      98% {
        width:900px;
        opacity:0;
      }

      100% {
        width:0;
        opacity:0;
      }
    }

    @-moz-keyframes progress {
      0% {
        width:0;
        opacity:0;
      }

      2% {
        width:0;
        opacity:1;
      }

      20% {
        width:900px;
        opacity:1;
      }

      22.5% {
        width:900px;
        opacity:0;
      }

      22.59% {
        width:0;
      }

      25% {
        width:0;
        opacity:1;
      }

      45% {
        width:900px;
        opacity:1;
      }

      47.5% {
        width:900px;
        opacity:0;
      }

      47.59% {
        width:0;
      }

      50% {
        width:0;
        opacity:1;
      }

      70% {
        width:900px;
        opacity:1;
      }

      72.5% {
        width:900px;
        opacity:0;
      }

      72.59% {
        width:0;
      }

      75% {
        width:0;
        opacity:1;
      }

      95% {
        width:900px;
        opacity:1;
      }

      98% {
        width:900px;
        opacity:0;
      }

      100% {
        width:0;
        opacity:0;
      }
    }

    @-webkit-keyframes rotatey {
      0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
      }

      25% {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
      }

      50% {
        transform:rotate(-1deg);
        -ms-transform:rotate(-1deg);
        -moz-transform:rotate(-1deg);
        -webkit-transform:rotate(-1deg);
        -o-transform:rotate(-1deg);
      }

      100% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
      }
    }

    @-moz-keyframes rotatey {
      0% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
      }

      25% {
        transform:rotate(1deg);
        -ms-transform:rotate(1deg);
        -moz-transform:rotate(1deg);
        -webkit-transform:rotate(1deg);
        -o-transform:rotate(1deg);
      }

      50% {
        transform:rotate(-1deg);
        -ms-transform:rotate(-1deg);
        -moz-transform:rotate(-1deg);
        -webkit-transform:rotate(-1deg);
        -o-transform:rotate(-1deg);
      }

      100% {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
      }
    }

    @-webkit-keyframes overlay-fade {
      0% {
        opacity:0;
      }

      2% {
        opacity:.5;
      }

      95% {
        opacity:.5;
      }

      98% {
        opacity:0;
      }

      100% {
        opacity:0;
      }
    }

    @-moz-keyframes overlay-fade {
      0% {
        opacity:0;
      }

      2% {
        opacity:.5;
      }

      95% {
        opacity:.5;
      }

      98% {
        opacity:0;
      }

      100% {
        opacity:0;
      }
    }

    #slider ul li .slider-span h2 {
      font-size:24px;
      line-height:24px;
      color:#fff;
      font-weight:normal;
      text-shadow:1px 1px 1px #362c30;
    }

    .whatever {
      font-size:38px;
      color:white;
      text-align:center;
    }

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

    @media (min-width: 1px) {
      body {
        background-image:url();
        background-repeat:repeat;
      }
    }

    .omgimg {
      border-radius:0;
      box-shadow:none;
      width:1300px;
    }

    @media (min-width: 1px) {
      body {
        background-image:url(https://img.mfcimg.com/photos2/125/12517401/854-482-543-967-12981734.png);
        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:square;
    }

    .clists {
      display:inline-block;
      width:300px;
      height:420px;
      margin:5px;
      color:#ffffff;
      border:5px solid #d82828e3;
      border-image:linear-gradient(to top,#c32d25 0%,#000000 100%);
      border-image-slice:1;
    }

    .clists1 {
      display:inline-block;
      width:300px;
      height:420px;
      margin:5px;
      color:#ffffff;
      border:5px solid #d82828e3;
      border-image:linear-gradient(to bottom,#c32d25 0%,#000000 100%);
      border-image-slice:1;
      margin-top:-120px;
    }

    .cjoins {
      display:inline-block;
      margin-top:20px;
      height:610px;
      padding:5px;
      text-align:center;
      overflow:hidden;
      font-size:20px;
    }

    .highesttippersicon {
      height:160px;
    }

    .highesttippersicon1 {
      height:100px;
    }

    .titleup {
      font-size:23px;
      background:#c32d25;
      width:223px;
      height:40px;
      position:absolute;
      line-height:40px;
      margin-left:-113px;
      border:2px solid #c32d25;
    }

    #clubbers {
      display:inline-block;
      width:97%;
      height:620px;
      overflow:auto;
      text-align:center;
      margin-top:-50px;
      margin-left:20px;
    }

    .teamsdisclaimer {
      font-size:25px;
      text-align:center;
      padding-bottom:50px;
      color:white;
      font-weight:100;
    }

    .eventsdisclaimer {
      font-size:95px;
      color:white;
      position:absolute;
      margin-left:260px;
      margin-top:600px;
    }

    .teamsdisclaimerbottom {
      font-size:45px;
      text-align:center;
      padding-top:50px;
      color:#e62117;
      font-weight:100;
    }

    .buy,.buy:link,.buy:visited {
      padding:5px 18px;
      color:#fff;
      text-decoration:none;
      border-radius:4px;
      -moz-border-radius:4px;
      -ms-border-radius:4px;
      -webkit-border-radius:4px;
      border:2px solid #fff;
      text-align:center;
    }

    .buy:hover {
      background:#c32d25;
      color:#fff;
      text-decoration:none;
      font-size:25px;
    }

    .teamicons {
      height:120px;
      padding-bottom:20px;
    }

    .tiprequest {
      display:block;
      padding:30px 22px;
      border-left:0 solid #CCC;
      transition:all .3s;
      -moz-transition:all .3s;
      -webkit-transition:all .3s;
      font-size:24px;
      color:white;
    }

    .tiprequest:hover {
      display:block;
      padding:30px 22px;
      border-left:5px solid #c32d25;
      background:rgba(255,255,255,0.8);
      color:#33455b;
    }

    .price {
      display:block;
      float:right;
    }

    .wrapper {
      display:block;
      padding:10px;
      overflow:auto;
      text-align:left;
      height:780px;
    }

    /* ========================================================================
                           Nav bar section
                           ====================================================================== */
    .topbar {
      width:100%;
      text-align:center;
      top:0;
      left:0;
      z-index:10;
      background-color:rgb(0,0,0);
    }

    nav {
      display:block;
      text-align:center;
    }

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

    .nav a {
      display:block;
      background:rgba(0,0,0,0);
      box-shadow:0 0 20px rgba(0,0,0,0);
      text-shadow:0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
      color:#00000000;
      text-decoration:none;
      padding:.4em 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:1300px;
      background:#ffffff00;
      top:0;
      position:fixed;
      z-index:9999;
      border-radius:0;
      text-align:center;
      height:60px;
    }

    .nav li {
      position:relative;
    }

    .nav > li {
      font-family:'Work Sans',sans-serif;
      font-size:19px;
      font-weight:900;
      font-style:normal;
      text-transform:uppercase;
      letter-spacing:0;
      float:left;
      margin-top:10px;
    }

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

    /* ========================================================================
                           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,#average_rating_container,#rate_container,#admirers_container,#favorite_models_container,#friends_value {
      display:none;
    }

    #admirers_value,#friends_value,#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:grey;
    }

    /* ========================================================================
                           Profile section
                           ====================================================================== */
    #profile {
      width:960px;
      background-color:rgba(255,255,255,0.0);
      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;
      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;
      margin:auto;
    }

    #profile_header {
      padding:27px 0 0;
    }

    .profile_section {
      border-spacing:0;
    }

    .profile_section .heading {
      color:#f00;
      margin:0 auto;
      padding:0;
      background:#;
      width:1300px;
      height:50px;
      line-height:70px;
      font-size:35px;
      font-family:'Work Sans',sans-serif;
      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;
    }

    #AboutMe,#Rules,#Thankyou,#Events,#Amazingmoments,#GOTM,#BGE {
      font-size:60px;
      color:#e62117;
      text-align:center;
      padding-top:110px;
      padding-bottom:90px;
      text-shadow:5px 5px 5px black;
    }

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

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

    #img_preview {
      box-shadow:none;
    }

    #vids {
      display:inline-block;
      width:900px;
      height:604px;
      overflow:auto;
      border:1px solid;
      margin-left:200px;
    }

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

    /* ========================================================================
                              Photo gallery section
                           ====================================================================== */
    #profile_photo_galleries {
      position:relative;
      background-color:;
      padding-bottom:100px;
    }

    #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;
      background-color:;
      height:260px;
    }

    #photo_gallery_preview {
      background-color:green;
    }

    #password_photo_gallery_previews {
      background-color:;
      height:260px;
    }

    .photo_gallery_name,.photo_gallery_name a {
      font-size:13px;
      text-decoration:none;
      letter-spacing:;
      color:white;
      font-weight:1000;
      text-transform:capitalize;
      -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_count {
      text-transform:uppercase;
      font-size:8px;
      letter-spacing:;
      color:white;
      font-weight:1000;
    }

    .photo_gallery_image {
      border:solid 10px white;
      width:120px;
      height:120px;
      border-radius:20%;
      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 {
      background-image:url(https://img.mfcimg.com/photos2/125/12517401/175-199-760-255-11827541.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;
    }

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

    /* ========================================================================
                            Comments section
                           ====================================================================== */
    #wall_poster_avatar {
      display:none;
    }

    #wall_poster_username {
      padding:10px;
      text-transform:uppercase;
      font-style:italic;
    }

    .user_comment_textarea_big {
      width:900px;
      min-width:900px;
      max-width:9000px;
      height:125px;
      margin-left:-95px;
      box-shadow:inset 0 0 6px #333);
    }

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

    .wall_post {
      padding:15px;
      border-top:1px solid #f00;
      background-color:#0000;
      margin:0 auto;
      min-height:93px;
    }

    wall_poster_avatar {
      padding:15px;
    }

    .wall_post_info {
      color:#f00;
      font-family:'Work Sans',sans-serif;
      font-size:20px;
      margin-left:170px;
      text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
    }

    /* ------------------------- Link styles start ----------------------------- */
    .wall_post_info > a:link {
      color:white;
      text-decoration:none;
    /* per togliere la sottolineatura */
    }

    .wall_post_info > a:visited {
      color:#f00;
    }

    .wall_post_info > a:active {
      color:#f00;
    }

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

    /* -------------------------Link styles finish ----------------------------- */
    .wall_post_body {
    /* colore testo dei commenti */
      color:#fff;
      overflow:visible;
      margin-left:160px;
      font-size:17px;
      font-family:Arial;
      text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
    }

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

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

    .wall_post_avatar {
      background-image:url();
      background-repeat:no-repeat;
      background-size:100%;
      border-radius:10px;
      -webkit-border-radius:10px;
      -moz-border-radius:10px;
      -o-border-radius:10px;
      height:100px;
      width:100px;
      box-shadow:0;
    }

    .wall_post_avatar img {
      width:100px;
      height:100px;
      border-radius:10px;
      -webkit-border-radius:10px;
      -moz-border-radius:10px;
      -o-border-radius:10px;
    }

    .wall_post_time {
      color:color:#f00;
      font-size:11px;
      float:right;
      margin-top:-28px;
      margin-right:15px;
      font-family:'Work Sans',sans-serif;
      text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
    }

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

    #comments {
      margin-bottom:40px;
      margin-left:200px;
      width:900px;
    }

    #new_comment {
      margin-left:185px;
    }

    #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:#520000;
      margin-bottom:40px;
      font-family:Arial;
    }

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

    #profile_load_more_comments {
      display:block;
      width:170px;
      height:35px;
      margin:15px auto;
      background:url(https://img.mfcimg.com/photos2/125/12517401/616-539-438-363-11827515.png);
      opacity:1;
      background-repeat:no-repeat;
      background-position:;
      background-color:rgba(0,0,0,0.7);
      font-size:0;
      border-radius:0;
      -webkit-border-radius:0;
      -moz-border-radius:0;
      -o-border-radius:0;
      box-shadow:2px 2px 8px rgba(0,0,0,0.6);
    }

    #profile_load_more_comments:hover {
      opacity:.6;
    }

    #strip_links_popup {
      border:2px solid #520000;
      border-radius:10px;
      -webkit-border-radius:10px;
      -moz-border-radius:10px;
      -o-border-radius:10px;
    }

    #new_comment_strip_links_container {
      display:none;
    }

    /* ========================================================================
                                     Header section
                           ====================================================================== */
    @-webkit-keyframes bcont {
      from {
        opacity:0;
      }

      to {
        opacity:.8;
      }
    }

    @-moz-keyframes bcont {
      from {
        opacity:0;
      }

      to {
        opacity:.8;
      }
    }

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

    to {
      opacity:.8;
    }  
  }

  @keyframes bcont {
    from {
      opacity:0;
    }

    to {
      opacity:.8;
    }
  }

  @-ms-keyframes bcont {
    from {
      opacity:0;
    }

    to {
      opacity:.8;
    }
  }

  .bcont {
    opacity:0;
    -webkit-animation:bcont ease 1;
    -moz-animation:bcont ease 1;
    -o-animation:bcont ease 1;
    animation:bcont ease 1;
    -ms-animation:bcont 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;
  }

  #bcontent {
    display:block;
    position:relative;
    height:auto;
    width:1150px;
    padding:0 0 0 75px;
    opacity:0;
    -webkit-animation:bcont ease 1;
    -moz-animation:bcont ease 1;
    animation:bcont ease 1;
    -o-animation:bcont ease 1;
    -ms-animation:bcont ease 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
  }

  #ContentHeader {
    display:block;
    position:relative;
    width:1300px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top center,;
    opacity:0;
    -webkit-animation:fadeIn ease 1;
    -moz-animation:fadeIn ease 1;
    animation:fadeIn ease 1;
    -o-animation:fadeIn ease 1;
    -ms-animation:fadeIn ease 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
    margin-top:60px;
    margin-bottom:90px;
  }

  .email {
    display:inline-block;
    width:100%;
    text-align:center;
    font-family:"Brush Script MT",cursive;
    font-size:110px;
    position:absolute;
    font-weight:100;
    margin-top:0;
    color:#e62117;
    -webkit-animation:fadeIn ease 1;
    -moz-animation:fadeIn ease 1;
    animation:fadeIn ease 1;
    -o-animation:fadeIn ease 1;
    -ms-animation:fadeIn ease 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    background:black;
    -ms-animation-delay:2s;
    height:220px;
  }

  /* ========================================================================
                     Homepage section
            ======================================================================== */
  #twitter,#mail,#room,#snapchat,#amazon,#mfc {
    display:inline-block;
    position:relative;
    float:right;
    width:60px;
    height:60px;
    background-size:100%;
    background-repeat:no-repeat;
    z-index:9999;
    border-radius:50%;
    top:-20px;
    right:445px;
    margin:18px;
    -webkit-transition:-webkit-transform .8s ease-in-out;
    transition:transform .8s ease-in-out;
    opacity:0;
    -webkit-animation:fadeIn ease 1;
    -moz-animation:fadeIn ease 1;
    animation:fadeIn ease 1;
    -o-animation:fadeIn ease 1;
    -ms-animation:fadeIn ease 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
    -ms-animation-delay:2s;
  }

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

  #twitter {
    background-image:url(https://img.mfcimg.com/photos2/125/12517401/845-846-529-911-11827514.png);
  }

  #mail {
    background-image:url(https://img.mfcimg.com/photos2/254/25422794/241-403-973-612-11052056.png);
  }

  #room {
    background-image:url(https://img.mfcimg.com/photos2/125/12517401/877-568-668-802-11827512.png);
  }

  #snapchat {
    background-image:url(https://img.mfcimg.com/photos2/125/12517401/738-593-734-668-11827519.png);
  }

  #amazon {
    background-image:url(https://img.mfcimg.com/photos2/254/25422794/613-894-995-885-11052055.png);
  }

  #mfc {
    background-image:url(https://img.mfcimg.com/photos2/125/12517401/361-960-508-763-11827518.png);
  }

  #twitter:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #mail:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #room:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #snapchat:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #amazon:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  #mfc:hover {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    box-shadow:0 0 20px #f00;
  }

  /* ========================================================================
                    About Me section
            ======================================================================== */
  #aboutmeWrapper {
    margin:auto;
    width:50%;
    display:block;
    position:relative;
    height:500px;
    width:1000px;
    color:white;
    font-size:20px;
    text-align:center;
    vertical-align:middle;
    border-radius:50%;
    text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
    font-family:"Work Sans",sans-serif;
  }

  .abouttxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:1300px;
    height:400px;
    overflow:hidden;
    margin:100px auto;
    font-family:'Work Sans',sans-serif;
    font-style:normal;
    font-size:17px;
    line-height:22px;
    font-weight:200;
    letter-spacing:1px;
    text-align:justify;
    color:#f00;
  }

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

  /* ========================================================================
                    Rules section
            ======================================================================== */
  #rulesWrapper {
    margin:auto;
    width:50%;
    display:block;
    position:relative;
    height:500px;
    width:1000px;
    background-size:100%;
    background-repeat:no-repeat;
    color:white;
    font-size:20px;
    text-align:center;
    vertical-align:middle;
    border-radius:50%;
    text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
    font-family:"Work Sans",sans-serif;
  }

  #gotmWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:500px;
    width:1300px;
    background-size:100%;
    background-repeat:no-repeat;
    color:white;
    font-size:35px;
    font-family:"Work Sans",sans-serif;
    text-align:center;
  }

  #bgeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:500px;
    width:1300px;
    background-size:100%;
    background-repeat:no-repeat;
    color:white;
    line-height:112px;
    font-size:65px;
    font-family:"Work Sans",sans-serif;
    text-align:center;
    text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,1px 1px 5px black;
  }

  /* ========================================================================
                     Random section
            ======================================================================== */
  #RandomWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:442px;
    width:1300px;
    background-image:url();
    background-size:cover;
    background-repeat:no-repeat;
  }

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

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

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

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

  /* ========================================================================
                    Subscribers Wall section
            ======================================================================== */
  #subscriberswallWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:640px;
    width:1300px;
    background-image:url();
    background-size:cover;
    background-repeat:no-repeat;
  }

  .kloserlist,.kklist,.kloselist {
    display:inline-block;
    position:relative;
    width:200px;
    height:400px;
    background-color:rgba(255,5,255,0);
    color:#fff;
    font-size:17px;
    font-style:italic;
    font-weight:800;
    line-height:25px;
    letter-spacing:-1px;
    font-family:'Work Sans',sans-serif;
    text-align:center;
  }

  .kloserlist {
    margin:150px 95px;
    color:#fff;
  }

  .kklist {
    margin:150px -22px;
    color:#fff;
  }

  .kloselist {
    margin:150px 92px;
    color:#fff;
  }

  /* ========================================================================
                     All Time Heroes section
            ======================================================================== */
  #alltimeheroesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:400px;
    width:1300px;
    background-image:url();
    background-size:cover;
    background-repeat:no-repeat;
  }

  .btn-hero {
    display:inline-block;
    position:relative;
    border:1px solid #f00;
    color:#000000;
    width:170px;
    height:30px;
    border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px;
    font-family:'Work Sans',sans-serif;
    font-weight:600px;
    font-style:italic;
    font-size:20px;
    letter-spacing:;
    text-align:center;
    background-image:linear-gradient(to top,#fff7cf,#f00);
    background-color:#f00;
    padding-top:6px;
    margin:280px 400px;
  }

  .btn-hero:hover {
    background-image:linear-gradient(to top,#ffffff,#ffcbb1);
    background-color:#f00;
    font-color:white;
  }

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

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

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

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

  .heroeslist {
    display:inline-block;
    position:relative;
    width:300px;
    height:200px;
    background-color:rgba(255,5,255,0);
    color:#fff;
    font-size:19px;
    font-style:italic;
    font-weight:800;
    line-height:28px;
    font-family:'Work Sans',sans-serif;
    text-align:center;
    text-transform:uppercase;
    top:250px;
    margin:-190px 320px;
    BORDER:5px solid #c32d25;
    padding-top:60px;
  }

  /* ========================================================================
                Thank You section
            ======================================================================== */
  #ThankyouWrapper {
    display:block;
    position:relative;
    height:900px;
    width:900px;
    background:url(https://img.mfcimg.com/photos2/125/12517401/424-849-870-559-13593458.jpg) no-repeat;
    background-size:100%;
    margin-bottom:100px;
    margin-left:200px;
  }

  /* ========================================================================
                        Best tippers (HT)
            ======================================================================== */
  #highesttippersofallthetimeWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    width:1300px;
    height:520px;
    overflow:hidden;
    background:url() no-repeat;
    background-size:cover;
    border:5px solid red;
    border-image:linear-gradient(to top,red,#00800000);
    border-image-slice:1;
    margin-top:30px;
    margin-left:-0;
  }

  .htsilver {
    display:inline-block;
    background-color:RGBA(255,5,5,0);
    position:relative;
    top:115px;
    left:75px;
    width:250px;
    height:60px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:23px;
    line-height:23px;
    font-weight:600;
    color:white;
    text-align:center;
  }

  .htgold {
    display:inline-block;
    background-color:RGBA(255,255,255,0);
    position:relative;
    top:96px;
    left:70px;
    width:290px;
    height:80px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:30px;
    line-height:30px;
    font-weight:600;
    color:#fff;
    text-align:center;
  }

  .htbronze {
    display:inline-block;
    background-color:RGBA(255,5,5,0);
    position:relative;
    top:115px;
    left:75px;
    width:250px;
    height:60px;
    font-family:Arial;
    text-transform:uppercase;
    font-style:italic;
    font-size:23px;
    line-height:23px;
    font-weight:600;
    color:#fff;
    text-align:center;
  }

  /* ========================================================================
                        "To top"
            ======================================================================== */
  #ToTop {
    display:inline-block;
    position:fixed;
    width:50px;
    height:50px;
    background-image:url(https://img.mfcimg.com/photos2/125/12517401/290-843-696-453-11827513.png);
    background-repeat:no-repeat;
    background-size:50px 50px;
    bottom:40px;
    right:35px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    z-index:1000;
  }

  .ToTop {
    box-shadow:inset 0 0 5px #f00,1px 1px 3px #e62117,-1px -1px 5px #e62117;
  }

  .ToTop:hover {
    box-shadow:inset 0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
  }

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

/* ========================================================================
     Friends and admirers section
   ====================================================================== */
#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  color:orange;
  font-family:'Work Sans',sans-serif;
  font-weight:normal;
  width:402px;
}

#average_rating_container {
  padding-top:15px;
}

#friends_value {
  font-family:'Work Sans',sans-serif;
  font-style:normal;
}

#average_rating_count {
  font-size:15px;
}

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

#friends_value,#admirers_value,#admirers_value,#favorite_models_value {
  font-size:14px;
  font-style:normal;
  color:grey;
}

/* ========================================================================
      Interests and hobby section
   ====================================================================== */
#profile_interests_content .value {
  font-weight:normal;
  margin-left:0!important;
}

#meaning_life_container {
  padding-top:15px;
}

#profile_interests_content {
  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 {
/* font used */
  font-family:'Work Sans',sans-serif;
  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 {
/* Font used */
  text-align:center!important;
  color:#f00;
  text-transform:uppercase;
}

/* ========================================================================
       Author section
   ====================================================================== */
.Copyright {
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  letter-spacing:0;
  font-weight:300;
  color:white;
  padding-top:70px;
  font-family:'Work Sans',sans-serif;
  text-transform:uppercase;
  font-style:normal;
  bottom:0;
  z-index:10;
}

/* ------------------------- Link colors ----------------------------- */
.Copyright > a:link {
  color:#f00;
}

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

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

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

/* ========================================================================
   Page section 
   ====================================================================== */
@font-face {
  font-family:'Work Sans';
  font-style:normal;
  font-weight:400;
  src:local('Work Sans'),local(WorkSans-Regular),url(https://fonts.gstatic.com/s/worksans/v2/WB2LNay3rHMH1zU8UJnUHIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Colonna MT',arial;
  src:url(http://ro.allfont.net/allfont.css?fonts=colonna-mt);
}

@font-face {
  font-family:'Curlz MT';
  font-style:normal;
  src:url(http://www.freefontsdownload.net/find.php?q=CURLZ___.TTF) format("TTF");
}

/* ==============================================
   Friends Section
============================================== */
#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:"Marvel","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  color:#f000;
  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;
}

.label {
  text-align:center;
  min-width:175px;
  font-weight:bold;
  font-size:20px;
  display:inline-block;
  position:fixed;
  height:auto;
  right:70px;
  z-index:9999;
  position:fixed;
  width:50px;
  height:50px;
  bottom:40px;
}

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

#average_rating_container {
  margin-top:15px;
}

a:link {
  color:#f00;
/* per togliere la sottolineatura */
}

a:visited {
  color:#f00;
/* per togliere la sottolineatura */
}

a:hover {
  color:#f00;
/* per togliere la sottolineatura */
}

a:active {
  color:#f00;
/* per togliere la sottolineatura */
}

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