@charset "UTF-8";

UTF-8;
      UTF-8;
      /* ==========================================================================
      Url Styling
      ========================================================================== */
      a,a:visited {
        color:#fff;
        -webkit-transition:all 250ms ease-in-out;
        -moz-transition:all 250ms ease-in-out;
        -ms-transition:all 250ms ease-in-out;
        -o-transition:all 250ms ease-in-out;
        transition:all 250ms ease-in-out;
      }

      a:hover,a:focus {
        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),#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,#password_photo_galleries,#gallery_password_container,#gallery_password_form_modal,#profile_schedule,#profile_comments,#profile_password_photo_galleries,#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_interests_content,#profile_friends {
        display:none;
      }

      .profile_section .heading,.photo_gallery_count {
        display:none;
      }

      .photo_gallery_previews {
        display:none;
      }

      /* Custom Stylesheet */
      .photos {
        margin-left:-250px;
        margin-top:0;
        position:relative;
        width:50%;
        min-width:1000px;
      }

      .label {
        display:table-cell;
        text-align:left;
        min-width:155px;
        margin-right:10px;
        font-weight:bold;
      }

      #share {
        margin-top:60px;
        margin-left:-30px;
      }

      #blogvideo {
        -webkit-box-shadow:0 0 8px 1px rgb(150,108,175);
        -moz-box-shadow:0 0 8px 1px rgb(150,108,175);
        box-shadow:0 0 8px 1px rgb(150,108,175);
        margin-left:20px;
      }

      .photos img {
        position:absolute;
        -webkit-transition:all .5s ease-out;
        -moz-transition:all .5s ease-out;
        -o-transition:all .5s ease-out;
        transition:all .5s ease-out;
        padding:10px 10px 30px;
        width:15%;
      }

      .Calendar {
        margin-top:160px;
        margin-left:265px;
        text-shadow:1px 2px #000;
        box-shadow:0 0 2px #000;
        -webkit-box-shadow:0 0 2px #000;
        -moz-box-shadow:0 0 2px #000;
        background:-moz-linear-gradient(to right,rgba(233,30,99,0.32) 0%,#f4eff1 50%,rgba(239,14,97,0.25) 100%);
        background:-webkit-linear-gradient(to right,rgba(233,30,99,0.32) 0%,#f4eff1 50%,rgba(239,14,97,0.25) 100%);
        background:linear-gradient(to right,rgba(233,30,99,0.32) 0%,#f4eff1 50%,rgba(239,14,97,0.25) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=1);
      }

      .Calendar:hover {
        -webkit-transition:all 300ms ease-in;
        -webkit-transform:scale(1.2);
        -ms-transition:all 300ms ease-in;
        -ms-transform:scale(1.2);
        -moz-transition:all 300ms ease-in;
        -moz-transform:scale(1.2);
        transition:all 300ms ease-in;
        transform:scale(1.2);
      }

      .Calendar a,a:visited {
        text-decoration:none;
      }

      .profile_section {
        border-spacing:0;
      }

      .profile_section_content {
        z-index:0;
        padding:0;
        margin:0;
      }

      #profile_about_me {
        margin:0;
      }

      .bold {
        font-weight:800;
        font-size:16px;
      }

      #about_me_value {
        display:block;
        margin:0 auto;
        background:url(https://img.mfcimg.com/photos2/313/31397722/993-237-777-949-12596146.jpg);
        background-repeat:no-repeat;
        box-shadow:inset 0 0 15px #000;
        background-size:cover;
        background-attachment:fixed;
        background-color:#000;
        background-position:top center;
        width:100%;
        height:980px!important;
        max-height:980px!important;
      }

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

      .container {
        display:block;
        margin:0;
      }

      .in_page_anchor {
        padding-top:50px;
        margin-top:-50px;
        display:inline-block;
      /* required for webkit browsers */
      }

      .profile_section_content .value {
        font-family:Helvetica,Arial,sans-serif;
        font-weight:normal;
        font-style:normal;
        font-size:14px;
        color:white;
      }

      .profile_subsection {
        z-index:0;
      }

      ol,ul {
        list-style:none;
        margin-left:-40px;
        padding-bottom:20px;
      }

      blockquote,q {
        quotes:none;
      }

      blockquote:before,blockquote:after,q:before,q:after {
        content:'';
        content:none;
      }

      table {
        border-collapse:collapse;
        border-spacing:0;
      }

      /* ==========================================================================
                                                                                                                                                                                       Body
                                                                                                                                                                                       ========================================================================== */
      body {
        line-height:1;
        margin:0;
        min-width:100px;
        padding:0;
        font-family:Verdana,Tahoma;
        -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:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
        -ms-animation-duration:1s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
        -o-animation-delay:1.5s;
        animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        opacity:0;
        overflow:hidden;
      }

      #profile {
        margin:0 auto;
        background:white;
        font-size:.875em;
        line-height:1.25;
      }

      /* ==========================================================================
                                                                                                                                                                                       Navbar
                                                                                                                                                                                       ========================================================================== */
      .navbutton {
        height:150px;
        display:block;
        font-size:25px;
        color:#52463f;
        transform:rotate(20deg);
        transform-origin:top left;
        text-shadow:0 0 2px #ccb89f;
        font-family:'Gravitas One',cursive;
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      .navbutton:hover {
        height:150px;
        display:block;
        font-size:25px;
        color:#f0ede6;
        text-shadow:0 0 5px #000000,0 0 5px #000000,0 0 5px #000000,0 0 5px #000000,0 0 5px #000000,0 0 5px #000000;
        transform:rotate(0deg);
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      #Spacer {
        width:100%;
        height:60px;
        position:absolute;
        display:inline-block;
        left:0;
      }

      .tabs {
        position:fixed;
        padding-top:15px;
        -webkit-transform:translateZ(0);
        width:100%;
        text-align:center;
        z-index:1;
        -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:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
        -ms-animation-duration:1.8s;
        -webkit-animation-delay:1.8s;
        -moz-animation-delay:1.8s;
        -o-animation-delay:1.8s;
        animation-delay:1.8s;
        -ms-animation-delay:1.8s;
        opacity:0;
        animation-play-state:inherited;
      }

      .tabs > div {
        display:inline;
        margin:-2px;
      }

      .tabs > div > a {
        display:inline-block;
        position:relative;
        height:35px;
        font-size:30px;
        font-colour:white;
        line-height:30px;
        margin-top:0;
        padding-left:30px;
        padding-right:30px;
        background:url(https://img.mfcimg.com/photos2/169/16969070/543-828-650-169-9519770.png);
        background-repeat:no-repeat;
        background-position:0 -2px;
        text-decoration:none;
        transition:.1s ease-in-out;
        -moz-transition:.1s ease-in-out;
        -o-transition:.1s ease-in-out;
        -webkit-transition:.1s ease-in-out;
        -ms-transition:.1s ease-in-out;
      }

      .tabs > div > div {
        left:0;
        top:50px;
        bottom:0;
        right:0;
      }

      ::-webkit-scrollbar {
        width:6px;
        height:4px;
      }

      ::-webkit-scrollbar-button {
        width:6px;
        height:1px;
      }

      ::-webkit-scrollbar-thumb {
        background:rgba(0,154,178,0.69);
        border:0 none #ffffff;
        border-radius:27px;
      }

      ::-webkit-scrollbar-thumb:hover {
        background:#ffff;
      }

      ::-webkit-scrollbar-thumb:active {
        background:#fffb62;
      }

      ::-webkit-scrollbar-track {
        background:rgba(220,98,129,0.55);
        border:0 none #ffffff;
        border-radius:35px;
      }

      ::-webkit-scrollbar-track:hover {
        background:#fff;
      }

      ::-webkit-scrollbar-track:active {
        background:#333333;
      }

      ::-webkit-scrollbar-corner {
        background:transparent;
      }

      .tabs > div:target > div {
        position:absolute;
        visibility:visible;
        -webkit-transition:Width .8s ease-in-out;
        -moz-transition:Width .8s ease-in-out;
        -o-transition:Width .8s ease-in-out;
        transition:Width .8s ease-in-out;
        -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;
        animation-play-state:inherited;
        width:100%;
      }

      .tabs > div:target > div > div {
        visibility:visible;
        -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:1s;
        -moz-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
        -ms-animation-duration:1s;
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
        -ms-animation-delay:1s;
        opacity:0;
      }

      .tabs > div:not(:target) > div {
        display:none;
      }

      .tabs > div:not(:target) > div > div {
        display:none;
      }

      .tabs > div:not(:target) > div > div > div {
        display:none;
      }

      .tabs > div:not(:target) > div > div > div > a {
        display:none;
      }

      .tabs > div:not(:target) > div > div > div > div {
        display:none;
      }

      .tabs > div:not(:target) > div > div > a > img {
        display:none;
      }

      .tabs > div:not(:target) > div > div > div > div > a {
        display:none;
      }

      .tabs > div:not(:target) > div > div > div > div > a > span {
        display:none;
      }

      #HomeWrapper {
        height:990px;
        margin:-50px auto;
        background:url(https://img.mfcimg.com/photos2/313/31397722/993-237-777-949-12596146.jpg);
        background-repeat:no-repeat;
        box-shadow:inset 0 0 15px #000;
        background-size:cover;
        background-attachment:fixed;
        background-color:#f0ede6;
        z-index:-1;
      }

      #ShopHeader,#OutletHeader,#FashionHeader,#BeFashionHeader {
        margin-top:190px;
        text-align:center;
        font-family:'Gravitas One',cursive;
        color:#000000;
        font-size:50px;
      }

      /* ==========================================================================
                                                                                                                                                                                       Content - Home
                                                                                                                                                                                       ========================================================================== */
      .HomeContent {
        display:block;
        padding-left:516px;
        padding-top:700px;
        width:1000px;
        height:150px;
        z-index:-1;
      }

      .socialicons {
        display:inline-block;
        width:100px;
        height:100px;
        padding:0 33px;
        -webkit-filter:drop-shadow(5px 5px 5px #00000075);
        filter:drop-shadow(5px 5px 5px #00000075);
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      .socialiconsOF {
        display:inline-block;
        width:300px;
        height:80px;
        padding:0 33px;
        -webkit-filter:drop-shadow(5px 5px 5px #00000075);
        filter:drop-shadow(5px 5px 5px #00000075);
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      .socialicons:hover {
        display:inline-block;
        width:150px;
        height:150px;
        padding:0 60px;
        -webkit-filter:drop-shadow(5px 5px 7px #000000);
        filter:drop-shadow(5px 5px 7px #000000);
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      .socialiconsOF:hover {
        display:inline-block;
        width:350px;
        height:100px;
        padding:0 60px;
        -webkit-filter:drop-shadow(5px 5px 7px #000000);
        filter:drop-shadow(5px 5px 7px #000000);
        -webkit-transition:all 300ms ease-in-out;
        -moz-transition:all 300ms ease-in-out;
        -ms-transition:all 300ms ease-in-out;
        -o-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
      }

      #profile_friends {
        width:425px;
        height:125px;
        background:#0e2836;
        font-size:13px;
        color:white;
        border:5px white;
        margin:-165px 0 -500px 1495px;
        -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:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
        -ms-animation-duration:2.8s;
        -webkit-animation-delay:2.8s;
        -moz-animation-delay:2.8s;
        -o-animation-delay:2.8s;
        animation-delay:2.8s;
        -ms-animation-delay:2.8s;
        opacity:0;
        animation-play-state:inherited;
      }

      .profile_section_content .value {
        font-weight:bold;
      }

      .favorite_models_value {
        color:white;
      }

      #SocialButtons {
        display:block;
        padding-top:3%;
        margin-left:1650px;
        margin-top:-300px;
        z-index:0;
      }

      #Logo {
        display:block;
        z-index:0;
        margin-left:1205px;
        margin-top:-280px;
      }

      .Logo {
        border-radius:28px;
        height:120px;
        -webkit-border-radius:28px;
        -moz-border-radius:28px;
        -o-border-radius:28px;
        -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:3s;
        -moz-animation-duration:3s;
        -o-animation-duration:3s;
        animation-duration:3s;
        -ms-animation-duration:2.8s;
        -webkit-animation-delay:2.8s;
        -moz-animation-delay:2.8s;
        -o-animation-delay:2.8s;
        animation-delay:2.8s;
        -ms-animation-delay:2.8s;
        opacity:0;
        animation-play-state:inherited;
        transition:.5s ease-in-out;
        -moz-transition:.5s ease-in-out;
        -o-transition:.5s ease-in-out;
        -webkit-transition:.5s ease-in-out;
        -ms-transition:.5s ease-in-out;
      }

      /* ==========================================================================
                                                                                                                                                                                    Content - SkyViolet
                                                                                                                                                                                    ========================================================================== */
      #SkyVioletWrapper {
        height:990px;
        margin:-50px auto;
        background:url(https://img.mfcimg.com/photos2/313/31397722/813-898-760-679-12596327.jpg);
        background-repeat:no-repeat;
        box-shadow:inset 0 0 15px #000;
        background-size:75%;
        background-position:bottom;
        background-attachment:fixed;
        background-color:#f0ede6;
        z-index:-1;
      }

      #SkyVioletContent {
        display:inline-block;
        width:580px;
        height:560px;
        margin:300px auto 0;
        margin-left:-500px;
        background:rgba(232,37,104,0);
        box-shadow:0 0 10px #fff0;
        padding:10px 20px;
        text-align:left;
        z-index:-1;
        overflow:auto;
      }

      #SkyVioletHeader {
        background-repeat:no-repeat;
        height:90px;
        width:410px;
        display:inline-block;
        position:absolute;
        margin-top:90px;
      }

      #SkyVioletContent h3 {
        display:block;
        font-size:30px;
        text-align:center;
        font-weight:normal;
        -webkit-margin-before:1em;
        -webkit-margin-after:1em;
        -webkit-margin-start:0;
        -webkit-margin-end:0;
      }

      #SkyVioletContent h2 {
        display:block;
        font-size:1.7em;
        font-weight:bold;
        -webkit-margin-before:.83em;
        -webkit-margin-after:.83em;
        -webkit-margin-start:0;
        -webkit-margin-end:0;
      }

      /* ==========================================================================
                                                                                                                                                                                       Content - BeFashion
                                                                                                                                                                                       ========================================================================== */
      #BeFashionWrapper {
        height:990px;
        margin:-50px auto 0;
        background:url(https://img.mfcimg.com/photos2/313/31397722/732-489-318-248-12596329.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-attachment:fixed;
        background-color:#f0ede6;
        box-shadow:inset 0 0 15px #000;
        z-index:-1;
      }

      #BeFashionContent {
        display:block;
        width:1500px;
        margin-left:200px;
        margin-top:50px;
        z-index:-1;
      }

      .clists {
        display:inline-block;
        width:450px;
        height:300px;
        text-align:center;
        color:#000000;
        font-size:16px;
        text-transform:none;
        font-family:'Gravitas One',cursive;
      }

      .cjoins {
        padding-top:10px;
        display:inline-block;
        width:450px;
        height:300px;
        text-align:center;
        line-height:22px;
        color:#000000;
        overflow:hidden;
        font-size:16px;
        font-family:'Gravitas One',cursive;
      }

      .Economic {
        display:inline-block;
        width:490px;
        height:50px;
        text-align:center;
        padding:10px 0 0;
        overflow:hidden;
        font-size:16px;
        font-family:'Gravitas One',cursive;
      }

      .Trendy {
        display:inline-block;
        width:490px;
        height:50px;
        text-align:center;
        padding:10px 0 0;
        overflow:hidden;
        font-size:16px;
        font-family:'Gravitas One',cursive;
      }

      .Luxury {
        display:inline-block;
        width:490px;
        height:50px;
        text-align:center;
        padding:10px 0 0;
        overflow:hidden;
        font-size:16px;
        font-family:'Gravitas One',cursive;
      }

      .Economiclist {
        padding-top:10px;
        display:inline-block;
        width:450px;
        height:180px;
        text-align:center;
        line-height:35px;
        color:#800180;
        font-size:16px;
        font-family:'Gravitas One',cursive;
        text-transform:none;
      }

      .Trendylist {
        padding-top:10px;
        display:inline-block;
        width:450px;
        height:180px;
        text-align:center;
        line-height:35px;
        color:#800180;
        font-size:16px;
        font-family:'Gravitas One',cursive;
        text-transform:none;
      }

      .Luxurylist {
        padding-top:10px;
        display:inline-block;
        width:450px;
        height:180px;
        text-align:center;
        line-height:35px;
        color:#800180;
        font-size:16px;
        font-family:'Gravitas One',cursive;
        text-transform:none;
      }

      .Economicjoin {
        padding-top:10px;
        display:inline-block;
        width:400px;
        height:180px;
        text-align:center;
        overflow:hidden;
        font-size:20px;
      }

      .Trendyjoin {
        padding-top:10px;
        display:inline-block;
        width:400px;
        height:180px;
        text-align:center;
        overflow:hidden;
        font-size:20px;
      }

      .Luxuryjoin {
        padding-top:10px;
        display:inline-block;
        width:400px;
        height:180px;
        text-align:center;
        overflow:hidden;
        font-size:20px;
      }

      /* ==========================================================================
                                                                                                                                                                                       Content - Fun Menu
                                                                                                                                                                                       ========================================================================== */
      .buy,.buy:link,.buy:visited {
        text-align:center;
        margin-left:10px;
      }

      .tiprequest {
        text-transform:none;
        display:inline-block;
        text-align:center;
        transition:all .3s;
        -moz-transition:all .3s;
        -webkit-transition:all .3s;
        font-size:30px;
        margin-right:300px;
        margin-left:300px;
        margin-top:50px;
        color:#000000;
      }

      .buy {
        text-transform:none;
        display:inline-block;
        text-align:center;
        transition:all .3s;
        -moz-transition:all .3s;
        -webkit-transition:all .3s;
        color:#000000;
        text-decoration:none;
      }

      .tiprequest,.price {
        text-transform:none;
        display:inline-block;
        text-align:center;
        transition:all .3s;
        -moz-transition:all .3s;
        -webkit-transition:all .3s;
        color:#800480;
        text-decoration:none;
      }

      .tiprequest:hover,.buy:hover {
        color:#fff;
        text-shadow:0 0 15px #000,0px 0 15px #000,0px 0 15px #000,0px 0 15px #000;
        -moz-transition:all .2s ease-in;
        -o-transition:all .2s ease-in;
        -webkit-transition:all .2s ease-in;
        transition:all .2s ease-in;
      }

      .price {
        float:right;
      }

      .wrapper {
        text-align:center;
      }

      .tipwrapper {
      }

      #FashionWrapper {
        height:990px;
        margin:-50px auto 0;
        background:url(https://img.mfcimg.com/photos2/313/31397722/426-362-514-477-12598116.png);
        background-repeat:no-repeat;
        background-size:13%;
        background-position:bottom;
        background-attachment:fixed;
        background-color:#f0ede6;
        box-shadow:inset 0 0 15px #000;
        z-index:-1;
      }

      #FashionContent {
        display:block;
        width:500px;
        height:320px;
        padding-left:131px;
        padding-top:100px;
        background-image:url(https://img.mfcimg.com/photos2/313/31397722/656-962-994-117-12598117.png);
        background-repeat:no-repeat;
        background-position:bottom left;
        background-size:25%;
        background-position-x:30px;
        overflow:auto;
        text-align:center;
        font-family:'Gravitas One',cursive;
        font-size:25px;
        color:black;
        z-index:-1;
      }

      #FashionContentChoice {
        height:40px;
        width:720px;
        padding-top:10px;
        font-size:20px;
        margin:20px auto;
        text-shadow:1px 2px #000;
        box-shadow:0 0 2px #000;
        -webkit-box-shadow:0 0 2px #000;
        -moz-box-shadow:0 0 2px #000;
        background:-moz-linear-gradient(to right,rgba(233,30,99,0.32) 0%,#E91E63 50%,rgba(239,14,97,0.25) 100%);
        background:-webkit-linear-gradient(to right,rgba(233,30,99,0.32) 0%,#E91E63 50%,rgba(239,14,97,0.25) 100%);
        background:linear-gradient(to right,rgba(233,30,99,0.32) 0%,#E91E63 50%,rgba(239,14,97,0.25) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=1);
      }

      #FashionContentChoice a:hover {
        text-decoration:underline;
      }

      #FashionContent a,a:visited {
        text-decoration:none;
      }

      .Slash {
        color:black;
        font-size:20px;
      }

      .FashionBlock {
        width:165px;
        height:165px;
        margin:6px 8px;
        display:inline-block;
        transition:.1s ease-in-out;
        -moz-transition:.1s ease-in-out;
        -o-transition:.1s ease-in-out;
        -webkit-transition:.1s ease-in-out;
        -ms-transition:.1s ease-in-out;
      }

      .FashionBlock:hover {
        transform:scale(1.10);
        -webkit-transform:scale(1.10);
        background-color:rgba(0,154,178,0.69);
      }

      .Item {
        display:block;
        font-size:15px;
        font-weight:bold;
        margin:5px 0 115px;
        color:#fff;
      }

      .Item:hover {
        display:block;
        font-size:15px;
        font-weight:bold;
        margin:5px 0 115px;
        color:#000;
        text-shadow:1px 2px rgba(0,0,0,0.03);
      }

      .LineO {
        display:block;
        font-size:16px;
        color:#fff;
      }

      .LineTwo {
        display:block;
        font-size:14px;
        font-weight:bold;
        color:#fff;
      }

      .LineTwo:hover {
        display:block;
        font-size:14px;
        font-weight:bold;
        color:#000;
        text-shadow:1px 2px rgba(0,0,0,0.03);
      }

      .HiddenBlock {
        background-image:url();
        background-color:rgba(0,0,0,0);
        background-repeat:no-repeat;
        background-position:center;
      }

      /* ==========================================================================
                                                                                                                                                                                       Questionmark & Notice
                                                                                                                                                                                       ========================================================================== */
      .questionmark {
        cursor:pointer;
        background:url(https://img.mfcimg.com/photos2/169/16969070/691-430-592-195-9519976.png) no-repeat;
        background-size:16px 16px;
        width:20px;
        height:20px;
        margin:-17px 0 0;
        float:right;
        transition:.1s ease-in-out;
        -moz-transition:.1s ease-in-out;
        -o-transition:.1s ease-in-out;
        -webkit-transition:.1s ease-in-out;
        -ms-transition:.1s ease-in-out;
      }

      .questionmark:hover .questionmark-popup {
        display:block;
      }

      .questionmark-popup {
        display:none;
        position:absolute;
        background:#E1EBF7;
        box-shadow:inset 0 0 3px #000;
        color:#520000;
        font-size:14px;
        font-style:italic;
        height:auto;
        padding:3px;
        width:120px;
        margin:-106px 0 0 -108px;
      }

      /* ==========================================================================
                                                                                                                                                                                       Content - Outlet
                                                                                                                                                                                       ========================================================================== */
      .outleticon {
        display:inline-block;
        width:150px;
        height:150px;
        padding:0 410px 451px;
        -webkit-filter:drop-shadow(5px 5px 5px #00000075);
        filter:drop-shadow(5px 5px 5px #00000075);
      }

      #OutletWrapper {
        height:990px;
        margin:-50px auto 0;
        background:url(https://img.mfcimg.com/photos2/313/31397722/392-189-720-363-12598114.png);
        background-repeat:no-repeat;
        background-size:21%;
        background-attachment:fixed;
        background-position:bottom right;
        background-color:#f0ede6;
        box-shadow:inset 0 0 15px #000;
        z-index:-1;
      }

      #OutletContent {
        display:inline-block;
        margin:-113px -40px 0;
      /*
                                                                                                                                                                                     background:rgba(0,0,0,0.65);
                                                                                                                                                                                      border:1px solid rgb(0,0,0);
                                                                                                                                                                                      box-shadow:0 0 10px #000;
                                                                                                                                                                                      z-index:-1;*/
      }

      #OutletHolder {
        display:block;
        margin-left:820px;
        margin-top:-70px;
      }

      #ShopHolder {
        display:block;
        margin-top:400px;
        padding:40px;
        margin-left:200px;
      }

      .TYHeader {
        font-size:25px;
        transition:1s ease-out;
        -moz-transition:1s ease-out;
        -o-transition:1s ease-out;
        -webkit-transition:1s ease-out;
        -ms-transition:1s ease-out;
        font-weight:300;
        padding-top:10px;
        text-decoration:underline wavy rgb(104,159,202);
      }

      .NameHolder {
        display:inline;
        position:absolute;
        width:700px;
        height:100px;
        left:0;
        top:100px;
      }

      .NameBlock {
        width:225px;
        display:inline-block;
        font-size:25px;
        color:red;
      }

      .NameBlock2 {
        width:225px;
        display:inline-block;
        font-size:20px;
        color:#FFF;
      }

      /* ==========================================================================
                                                                                                                                                                                       Content â€“ Shop
                                                                                                                                                                                       ========================================================================== */
      #VIPWrapper {
        height:980px;
        margin:-50px auto;
        background:url();
        background-repeat:no-repeat;
        box-shadow:inset 0 0 15px #000;
        background-size:contain;
        background-position:top center;
        background-attachment:fixed;
        background-color:#f0ede6;
        z-index:-1;
      }

      #VIPContent {
        display:block;
        margin:160px 0 0 400px;
        width:1000px;
        height:700px;
        overflow:auto;
        border-style:solid;
        border-color:#800080;
        background-color:white;
      }

      #Addicted {
        display:inline-block;
        width:450px;
      }

      #Victims {
        display:inline-block;
        width:450px;
        margin-left:500px;
      }

      .Shopclists {
        display:inline-block;
        width:500px;
        height:400px;
        text-align:center;
        color:#000000;
        font-size:16px;
        text-transform:none;
        font-family:'Gravitas One',cursive;
      }

      .Shopcjoins {
        padding-top:10px;
        display:inline-block;
        width:500px;
        height:400px;
        text-align:center;
        line-height:30px;
        color:#000000;
        overflow:hidden;
        font-size:20px;
        font-family:'Gravitas One',cursive;
      }

      .Shopaddict {
        display:inline-block;
        padding-top:10px;
        width:500px;
        height:65px;
        text-align:center;
        overflow:hidden;
        font-size:20px;
        font-family:'Gravitas One',cursive;
      }

      .Shopvictim {
        display:inline-block;
        padding-top:10px;
        width:500px;
        height:65px;
        text-align:center;
        overflow:hidden;
        font-size:20px;
        font-family:'Gravitas One',cursive;
      }

      #ShopWrapper {
        height:990px;
        margin:-50px auto;
        background:url(https://img.mfcimg.com/photos2/313/31397722/718-886-484-730-12598115.png);
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-size:30%;
        background-position:bottom;
        background-color:#f0ede6;
        box-shadow:inset 0 0 15px #000;
        z-index:-1;
      }

      #ShopContent {
        display:block;
        width:1500px;
        margin-left:200px;
        margin-top:50px;
        z-index:-1;
      }

      .BestTipper {
        margin-left:1050px;
        margin-top:-400px;
      }

      /* ==========================================================================
                                                                                                                                                                                       Copyright Disclaimer
                                                                                                                                                                                      ========================================================================== */
      .Copyright {
        position:fixed;
        height:20px;
        width:100%;
        text-align:center;
        color:#D2D2D2;
        padding-top:3px;
        bottom:0;
        z-index:10;
        background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
        background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
        background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
      }

      /* ==========================================================================
                                                                                                                                                                                       Pulse Effect
                                                                                                                                                                                       ========================================================================== */
      .pulse {
        -webkit-animation:pulse 1.5s linear infinite;
        -moz-animation:pulse 1.5s linear infinite;
        -ms-animation:pulse 1.5s linear infinite;
        -o-animation:pulse 1.5s linear infinite;
        animation:pulse 1.5s linear infinite;
      }

      @-moz-keyframes pulse {
        0% {
          -moz-transform:scale(1.1);
          transform:scale(1.1);
        }

        50% {
          -moz-transform:scale(0.8);
          transform:scale(0.8);
        }

        100% {
          -moz-transform:scale(1);
          transform:scale(1);
        }
      }

      @-webkit-keyframes pulse {
        0% {
          -webkit-transform:scale(1.1);
          transform:scale(1.1);
        }

        50% {
          -webkit-transform:scale(0.8);
          transform:scale(0.8);
        }

        100% {
          -webkit-transform:scale(1);
          transform:scale(1);
        }
      }

      @-ms-keyframes pulse {
        0% {
          -ms-transform:scale(1.1);
          transform:scale(1.1);
        }

        50% {
          -ms-transform:scale(0.8);
          transform:scale(0.8);
        }

        100% {
          -ms-transform:scale(1);
          transform:scale(1);
        }
      }

      @-o-keyframes pulse {
        0% {
          -o-transform:scale(1.1);
          transform:scale(1.1);
        }

        50% {
          -o-transform:scale(0.8);
          transform:scale(0.8);
        }

        100% {
          -o-transform:scale(1);
          transform:scale(1);
        }
      }

      @keyframes pulse {
        0% {
          -ms-transform:scale(1.1);
          transform:scale(1.1);
        }

        50% {
          -ms-transform:scale(0.8);
          transform:scale(0.8);
        }

        100% {
          -ms-transform:scale(1);
          transform:scale(1);
        }
      }

      /* ==========================================================================
                                                                                                                                                                                       Mobile & Font Face & Style
                                                                                                                                                                                       ========================================================================== */
      @-ms-viewport {
        width:100%;
      /* the viewport for small devices is set to 320px  */
      }  
    }

    @-o-viewport {
      width:device-width;
    }

    @viewport {
      width:device-width;
      initial-scale:1;
    }  
  }

  UTF-8;
  @font-face {
    font-weight:normal;
    font-style:normal;
  }

  /* latin */
  @font-face {
    font-family:'Nunito';
    font-style:normal;
    font-weight:300;
    src:local(Nunito-Light),url(https://fonts.gstatic.com/s/nunito/v7/1TiHc9yag0wq3lDO9cw0vpBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  }

  /* ==========================================================================
                                                               Fade in effect
                                                               ========================================================================== */
  @-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;
  animation-play-state:inherited;
}

/* ==========================================================================
   Outlet Slider Animation
   ========================================================================== */
@keyframes slide-animation {
  0% {
    right:0;
    opacity:0;
  }

  1% {
    right:0;
    opacity:1;
  }

  21% {
    right:0;
    opacity:1;
  }

  23% {
    right:0;
    opacity:0;
  }

  25% {
    right:-700px;
    opacity:0;
  }

  26% {
    right:-700px;
    opacity:1;
  }

  46% {
    right:-700px;
    opacity:1;
  }

  47% {
    right:-700px;
    opacity:0;
  }

  50% {
    right:-1400px;
    opacity:0;
  }

  51% {
    right:-1400px;
    opacity:1;
  }

  71% {
    right:-1400px;
    opacity:1;
  }

  72% {
    right:-1400px;
    opacity:0;
  }

  75% {
    right:-2100px;
    opacity:0;
  }

  76% {
    right:-2100px;
    opacity:1;
  }

  96% {
    right:-2100px;
    opacity:1;
  }

  97% {
    right:-2100px;
    opacity:0;
  }

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

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

  1% {
    right:0;
    opacity:1;
  }

  21% {
    right:0;
    opacity:1;
  }

  23% {
    right:0;
    opacity:0;
  }

  25% {
    right:-700px;
    opacity:0;
  }

  26% {
    right:-700px;
    opacity:1;
  }

  46% {
    right:-700px;
    opacity:1;
  }

  47% {
    right:-700px;
    opacity:0;
  }

  50% {
    right:-1400px;
    opacity:0;
  }

  51% {
    right:-1400px;
    opacity:1;
  }

  71% {
    right:-1400px;
    opacity:1;
  }

  72% {
    right:-1400px;
    opacity:0;
  }

  75% {
    right:-2100px;
    opacity:0;
  }

  76% {
    right:-2100px;
    opacity:1;
  }

  96% {
    right:-2100px;
    opacity:1;
  }

  97% {
    right:-2100px;
    opacity:0;
  }

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

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

  1% {
    right:0;
    opacity:1;
  }

  21% {
    right:0;
    opacity:1;
  }

  23% {
    right:0;
    opacity:0;
  }

  25% {
    right:-700px;
    opacity:0;
  }

  26% {
    right:-700px;
    opacity:1;
  }

  46% {
    right:-700px;
    opacity:1;
  }

  47% {
    right:-700px;
    opacity:0;
  }

  50% {
    right:-1400px;
    opacity:0;
  }

  51% {
    right:-1400px;
    opacity:1;
  }

  71% {
    right:-1400px;
    opacity:1;
  }

  72% {
    right:-1400px;
    opacity:0;
  }

  75% {
    right:-2100px;
    opacity:0;
  }

  76% {
    right:-2100px;
    opacity:1;
  }

  96% {
    right:-2100px;
    opacity:1;
  }

  97% {
    right:-2100px;
    opacity:0;
  }

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

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

  1% {
    right:0;
    opacity:1;
  }

  21% {
    right:0;
    opacity:1;
  }

  23% {
    right:0;
    opacity:0;
  }

  25% {
    right:-700px;
    opacity:0;
  }

  26% {
    right:-700px;
    opacity:1;
  }

  46% {
    right:-700px;
    opacity:1;
  }

  47% {
    right:-700px;
    opacity:0;
  }

  50% {
    right:-1400px;
    opacity:0;
  }

  51% {
    right:-1400px;
    opacity:1;
  }

  71% {
    right:-1400px;
    opacity:1;
  }

  72% {
    right:-1400px;
    opacity:0;
  }

  75% {
    right:-2100px;
    opacity:0;
  }

  76% {
    right:-2100px;
    opacity:1;
  }

  96% {
    right:-2100px;
    opacity:1;
  }

  97% {
    right:-2100px;
    opacity:0;
  }

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

@-o-animation slide-animation {
  0right:0;
  opacity:0;
}

1% {
  right:0;
  opacity:1;
}

21% {
  right:0;
  opacity:1;
}

23% {
  right:0;
  opacity:0;
}

25% {
  right:-700px;
  opacity:0;
}

26% {
  right:-700px;
  opacity:1;
}

46% {
  right:-700px;
  opacity:1;
}

47% {
  right:-700px;
  opacity:0;
}

50% {
  right:-1400px;
  opacity:0;
}

51% {
  right:-1400px;
  opacity:1;
}

71% {
  right:-1400px;
  opacity:1;
}

72% {
  right:-1400px;
  opacity:0;
}

75% {
  right:-2100px;
  opacity:0;
}

76% {
  right:-2100px;
  opacity:1;
}

96% {
  right:-2100px;
  opacity:1;
}

97% {
  right:-2100px;
  opacity:0;
}

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