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

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

  .dot {
    height:15px;
    width:15px;
    background-color:#f2bc14;
    border-radius:50%;
    display:inline-block;
    position:absolute;
    margin-left:-30px;
    margin-top:6px;
  }

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

    body {
      background-image:url(https://img.mfcimg.com/photos2/341/34195586/920-701-158-499-13265774.jpg);
      background-color:#000;
      background-repeat:no-repeat;
      background-size:cover;
      background-attachment:fixed;
      background-position-y:center;
    }
  }

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

  ol {
    padding:0;
    margin:0;
    list-style-type:none;
  }

  .clists# {
    display:inline-block;
    width:288px;
    height:785px;
    margin-top:5px;
    margin-left:3px;
    color:#000000;
    border:5px solid #000000;
    border-image-slice:1;
  }

  .clists1 {
    display:inline-block;
    width:280px;
    color:#000000;
    border-image-slice:1;
    margin-top:88px;
  }

  .clists2 {
    display:inline-block;
    width:288px;
    height:466px;
  /* margin-top: 25px; */
    margin-left:3px;
    color:#000000;
    border:5px solid #000000;
    border-image-slice:1;
    padding-top:50px;
  }

  .clists3 {
    display:inline-block;
  /* width: 288px; */
    height:510px;
  /* margin-top: 5px; */
    margin-left:3px;
    color:#000000;
    border:5px solid #000000;
    border-image-slice:1;
    padding-top:50px;
  }

  .clists4 {
    display:inline-block;
    width:288px;
    height:443px;
  /* margin-top: 0px; */
    padding-bottom:5px;
    margin-left:3px;
    color:#000000;
    border:5px solid #000000;
    border-image-slice:1;
  }

  .cjoins {
    display:inline-block;
    height:400px;
    text-align:center;
    font-size:18px;
  }

  .cjoins2 {
    display:inline-block;
    margin-top:20px;
    height:10px;
    text-align:center;
    font-size:18px;
  }

  .cjoins3 {
    display:inline-block;
    margin-top:20px;
    height:0;
    text-align:center;
    font-size:18px;
  }

  .cjoins4 {
    display:inline-block;
    height:400px;
    text-align:center;
    font-size:18px;
  }

  .highesttippersicon {
    height:160px;
  }

  .highesttippersicon1 {
    height:100px;
  }

  .titleup {
    font-size:33px;
    width:323px;
    height:40px;
    line-height:40px;
    padding:10px;
  }

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

  .buy,.buy:link,.buy:visited {
    padding:5px;
    color:#000000;
    text-decoration:none;
    border:4px solid #000000;
    display:table;
    width:200px;
    margin:auto;
    text-align:center;
  }

  .buy:hover {
    background:#f2bc14;
    color:#000;
    text-decoration:none;
  }

  .buy2,.buy2:link,.buy2:visited {
    padding:5px;
    color:#f2bc14;
    text-decoration:none;
    border:4px solid #f2bc14;
    display:table;
    width:200px;
    margin:auto;
    text-align:center;
  }

  .buy2:hover {
    background:#f2bc14;
    color:#000;
    text-decoration:none;
  }

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

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

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

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

  .wrapper {
    display:block;
    padding:20px;
    margin-left:120px;
    margin-top:-60px;
    overflow:auto;
    text-align:left;
    width:670px;
    border:5px solid #ffffff;
    border-image:linear-gradient(to top,#ffffff 0%,#ffffff 100%);
    border-image-slice:1;
  }

  /* ========================================================================
                                                                                                                 Nav bar section
                                                                                                                 ====================================================================== */
  nav {
    display:block;
    text-align:center;
  }

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

  .nav a {
    display:block;
    color:#000;
    text-decoration:none;
    padding:.9em 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;
    text-shadow:#f2bc14 0 0 30px;
  }

  .nav {
    vertical-align:top;
    display:inline-block;
    width:860px;
  /* background:#000; */
    top:0;
  /* position:fixed; */
    z-index:9999;
    margin:600px auto 0 505px;
  /* border:1px solid #f2bc14; */
    border-radius:0;
    text-align:center;
    -webkit-transform:translateZ(0);
    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;
    animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    animation-duration:2s;
    -o-animation-duration:2s;
    -ms-animation-duration:2s;
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    animation-delay:2.5s;
    -o-animation-delay:2.5s;
    -ms-animation-delay:2.5s;
  }

  .nav li {
    position:relative;
  }

  .nav > li {
    font-size:24px;
    font-weight:900;
    font-style:normal;
  /* extra light */
    text-transform:uppercase;
    letter-spacing:0;
    float:left;
    border-bottom:0 rgba(0,0,0,0) solid;
    font-family:'DK Sugary Pancake';
  }

  .nav li:hover > a {
    color:#fff;
  }

  .nav > li:last-child > a {
    color:#000;
  }

  .nav > li:last-child > a:hover {
    color:#fff;
  }

  /* ========================================================================
                                                                                                                 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,#profile_section_background {
    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,#profile_section,#profile_section_content {
    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_friends {
    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,#MFCShare,#teams,#TipMenu,#alltimeheroes,#highesttippersofallthetime,#gallery,#events,#gc {
    font-size:120px;
    color:black;
    text-shadow:#f2bc14 0 0 30px;
    -webkit-text-stroke:#f2bc14 4px;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    font-family:'Brush Script MT',cursive;
  }

  #teams {
    padding-top:200px;
  }

  #alltimeheroes {
    padding-top:200px;
  }

  .magicteam {
    margin-left:480px;
    margin-top:80px;
  }

  #aboutme {
    padding-top:0;
  }

  .profile_section .heading {
    color:black;
    text-shadow:#f2bc14 0 0 30px;
    -webkit-text-stroke:#f2bc14 4px;
    text-align:center;
    margin:100px auto;
    background:#;
    width:940px;
    height:50px;
    line-height:90px;
    font-size:120px;
    font-family:'Brush Script MT',cursive;
    text-align:center;
    letter-spacing:0;
    font-weight:300;
    display:none;
  }

  .profile_section {
    display:none;
  }

  .holder {
    margin-top:200px;
  }

  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:940px;
    overflow:auto;
    border:3px solid #f2bc14;
    margin-left:475px;
  }

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

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

  .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/275/27525915/780-601-576-120-11856718.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:;
  }

  .photo_gallery {
    margin-top:-100px;
    line-height:30;
  }

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

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

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

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

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

  wall_poster_avatar {
    padding:15px;
    display:none;
  }

  .wall_post_info {
    color:white;
    font-family:'Work Sans',sans-serif;
    font-size:20px;
    margin-left:170px;
    display:none;
  }

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

  .wall_post_info > a:visited {
    color:#fff;
    display:none;
  }

  .wall_post_info > a:active {
    color:#fff;
    display:none;
  }

  .wall_post_info > a:hover {
    color:rgb(244,177,131);
    display:none;
  }

  /* -------------------------Link styles finish ----------------------------- */
  .wall_post_body {
  /* colore testo dei commenti */
    color:#fff;
    overflow:visible;
    margin-left:160px;
    font-size:17px;
    font-family:Arial;
    display:none;
  }

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

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

  .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;
    display:none;
  }

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

  .wall_post_time {
    color:color:#f00;
    font-size:11px;
    float:right;
    margin-top:-28px;
    margin-right:15px;
    font-family:'Work Sans',sans-serif;
    display:none;
  }

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

  #comments {
    margin-bottom:40px;
    display:none;
  }

  #new_comment {
    width:1060px;
    margin:155px 0 15px 415px;
    background-color:#000;
    border:1px solid #f00;
    display:none;
  }

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

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

  #new_comment_inputs {
    max-width:750px;
    display:none;
  }

  #new_comment_buttons {
    color:#520000;
    margin-bottom:40px;
    font-family:Arial;
    display:none;
  }

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

  #profile_load_more_comments {
    display:block;
    width:170px;
    height:35px;
    margin:15px auto;
    background:url(https://img.mfcimg.com/photos2/275/27525915/804-445-753-226-11856708.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;
    box-shadow:2px 2px 8px rgba(0,0,0,0.6);
    display:none;
  }

  #profile_load_more_comments:hover {
    opacity:.6;
    display:none;
  }

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

  #new_comment_strip_links_container {
    display:none;
    display:none;
  }

  /* ========================================================================
                                                                                                                           Header section
                                                                                                                 ====================================================================== */
  #ContentHeader {
    display:block;
    position:relative;
    margin:0 456px;
    height:330px;
    width:950px;
    background:url(https://img.mfcimg.com/photos2/341/34195586/931-636-794-757-13632559.png);
    background-size:100%;
    background-repeat:no-repeat;
    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;
  }

  .email {
    display:inline-block;
    width:100%;
    text-align:center;
    font-family:'French Script MT',cursive;
    color:black;
    text-shadow:#f2bc14 0 0 30px;
    -webkit-text-stroke:#f2bc14 4px;
    font-size:150px;
    position:absolute;
    font-weight:100;
    margin-top:-300px;
    color:black;
    -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;
  }

  /* ========================================================================
                                                                                                                       Homepage section
                                                                                                              ======================================================================== */
  #twitter,#mail,#room,#snapchat,#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:175px;
    right:380px;
    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/275/27525915/716-146-249-276-11856706.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/275/27525915/523-424-448-352-11856710.png);
  }

  #snapchat {
    background-image:url(https://img.mfcimg.com/photos2/341/34195586/498-524-501-911-13265771.png);
  }

  #mfc {
    background-image:url(https://img.mfcimg.com/photos2/341/34195586/867-206-504-300-13265770.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 #361e49;
  }

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

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

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

  /* ========================================================================
                                                                                                                      About Me section
                                                                                                              ======================================================================== */
  #aboutmeWrapper {
    display:block;
    position:relative;
    height:400px;
    width:1060px;
    background-image:url();
    background-size:940px 600px;
    background-repeat:no-repeat;
    color:rgb(4 4 4);
    margin:0 420px;
    font-size:22px;
    font-family:'DK Sugary Pancake';
    text-align:center;
  }

  .abouttxt {
    display:inline-block;
    background-color:rgba(255,5,255,0);
    width:940px;
    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 {
    display:block;
    position:relative;
    margin:0 auto;
    height:400px;
    width:940px;
    background-image:url();
    background-size:940px 560px;
    background-repeat:no-repeat;
    color:#f2bc14;
    margin-left:700px;
    font-size:22px;
    font-family:'DK Sugary Pancake';
  }

  /* ========================================================================
                                                                                                                       Random section
                                                                                                              ======================================================================== */
  #RandomWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:442px;
    width:940px;
    background-image:url();
    background-size:940px 442px;
    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:#dda4ff;
  }

  /* ========================================================================
                                                                                                                      Team section
                                                                                                              ======================================================================== */
  #teamsWrapper {
    display:block;
    position:relative;
    margin:0 auto 0 480px;
    width:940px;
    background-image:url();
    background-size:940px 500px;
    background-repeat:no-repeat;
    text-align:center;
    font-family:'DK Sugary Pancake';
  }

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

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

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

  #teamsWrapper > a:hover {
    color:#dda4ff;
  }

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

  .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;
    display:none;
  }

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

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

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

  /* ========================================================================
                                                                                                                       All Time Heroes section
                                                                                                              ======================================================================== */
  #alltimeheroesWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:400px;
    width:940px;
    background-image:url();
    background-size:940px 400px;
    background-repeat:no-repeat;
    font-family:'DK Sugary Pancake';
    padding-bottom:100px;
  }

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

  .heroeslist {
    display:inline-block;
    position:relative;
    width:300px;
    height:250px;
    background-color:rgba(255,5,255,0);
    color:#000000;
    font-size:22px;
    font-style:italic;
    font-weight:800;
    line-height:45px;
    font-family:'DK Sugary Pancake';
    text-align:center;
    text-transform:uppercase;
    top:250px;
    margin:-190px 320px;
    border:5px solid #000000;
    padding-top:30px;
  }

  /* ========================================================================
                                                                                                                  Tip Menu section
                                                                                                              ======================================================================== */
  #MFCShareWrapper {
    margin-bottom:100px;
    margin-left:470px;
  }

  #TipMenuWrapper {
    display:block;
    position:relative;
    margin:0 auto;
    height:620px;
    width:940px;
    background:url() no-repeat;
    background-size:940px 520px;
  }

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

  .htsilver {
    display:inline-block;
    background-color:RGBA(255,5,5,0);
    position:relative;
    top:190px;
    left:75px;
    width:250px;
    height:60px;
    font-family:'DK Sugary Pancake';
    text-transform:uppercase;
    font-style:italic;
    font-size:33px;
    line-height:23px;
    font-weight:600;
    color:#f2bc14;
    text-align:center;
  }

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

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

  .bestfapper {
    margin-left:475px;
    margin-top:100px;
  }

  /* ========================================================================
                                                                                                                          "To top"
                                                                                                              ======================================================================== */
  #ToTop {
    display:inline-block;
    position:fixed;
    width:50px;
    height:50px;
    background-image:url(https://img.mfcimg.com/photos2/341/34195586/305-114-972-511-13265772.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: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
   ====================================================================== */
#profile_friends {
  padding:20px;
  width:min-content;
  border-left:1px solid grey;
  border-right:1px solid grey;
  margin-left:270px;
  border-radius:15px;
  margin-bottom:30px;
  margin-top:50px;
}

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

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

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

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

/* ========================================================================
   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:'Luckiest Guy',cursive;
  src:url(https://fonts.googleapis.com/css?family=Luckiest+Guy);
}

/* ==============================================
   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:#f2bc14;
  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:402px;
}

#average_rating_container {
  margin-top:15px;
}

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

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

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

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

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

.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;
  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(http://i62.tinypic.com/2m7cie1.gif);
  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;
}

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