@charset "UTF-8";

<style>
a:link,a:active,a:hover {
  color:WHITE;
}

a:visited {
  color:WHITE;
}

body {
  font-size:1vw;
  line-height:1;
  color:#ccc;
  padding:0;
  margin:0;
/*custom*/
  background-size:cover;
  background-attachment:fixed;
  background:rgba(140,3,14,0.8);
  background:-moz-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-webkit-gradient(left top,right top,color-stop(0%,rgba(140,3,14,0.8)),color-stop(13%,rgba(37,23,38,0.8)),color-stop(23%,rgba(30,19,32,0.8)),color-stop(52%,rgba(9,8,13,0.85)),color-stop(73%,rgba(27,18,29,0.88)),color-stop(85%,rgba(37,23,38,0.88)),color-stop(100%,rgba(140,3,14,0.88)));
  background:-webkit-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-o-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-ms-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:linear-gradient(to right,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c030e',endColorstr='#8c030e',GradientType=1);
/*custom*/
}

.profile_section .heading {
/*custom*/
  background-size:cover;
  background-attachment:fixed;
  background:rgba(140,3,14,0.8);
  background:-moz-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-webkit-gradient(left top,right top,color-stop(0%,rgba(140,3,14,0.8)),color-stop(13%,rgba(37,23,38,0.8)),color-stop(23%,rgba(30,19,32,0.8)),color-stop(52%,rgba(9,8,13,0.85)),color-stop(73%,rgba(27,18,29,0.88)),color-stop(85%,rgba(37,23,38,0.88)),color-stop(100%,rgba(140,3,14,0.88)));
  background:-webkit-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-o-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:-ms-linear-gradient(left,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  background:linear-gradient(to right,rgba(140,3,14,0.8) 0%,rgba(37,23,38,0.8) 13%,rgba(30,19,32,0.8) 23%,rgba(9,8,13,0.85) 52%,rgba(27,18,29,0.88) 73%,rgba(37,23,38,0.88) 85%,rgba(140,3,14,0.88) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c030e',endColorstr='#8c030e',GradientType=1);
  color:white;
/*custom*/
  margin:0 auto;
  padding:4vw 0;
  width:60vw;
  height:3vw;
  line-height:4vw;
  font-size:2.1vw;
  font-family:'Aclonica',normal;
  text-transform:capitalize;
  text-align:center;
  letter-spacing:0;
  font-weight:300;
  text-shadow:0 0 5px #BF0426aa,0 0 10px #F5F6CE,0 0 15px #BF0426aa,0 0 20px #BF0426aa,0 0 30px #BF0426aa,0 0 40px #BF0426aa,0 0 55px #F4E21D,0 0 75px #F7FE2E,2px 2px 2px #BF0426aa;
  background-size:800% 10%;
  animation:gradientBG 5s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position:0 50%;
  }

  50% {
    background-position:100% 50%;
  }

  100% {
    background-position:0 50%;
  }
}

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

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

nav {
  display:block;
  text-align:center;
  z-index:9999;
}

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

.nav a {
  background:rgba(255,106,255,0.2);
/*custom*/
  color:#cccccc;
/*custom*/
  display:block;
  box-shadow:0 0 1.25vw rgba(0,0,0,0);
  text-decoration:none;
  padding:1vw 0;
  position:relative;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
}

.nav {
  vertical-align:top;
  display:inline-block;
  width:60VW;
  box-shadow:0 0 1vw rgba(53,53,53,0.6);
  top:0;
  position:fixed;
  z-index:9999;
  margin:0 auto;
  border-radius:0;
  text-align:center;
  -webkit-transform:translateZ(0);
}

.nav li {
  position:relative;
}

.nav > li {
  font-family:'Bubblegum Sans',cursive;
  font-size:1vw;
  font-weight:300;
  font-style:normal;
  letter-spacing:0;
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
}

.nav li:hover > a {
  color:#BF0426aa;
  text-shadow:0 0 1vw #ffffff;
/*custom*/
}

.nav ul {
  position:absolute;
  white-space:nowrap;
  border-bottom:.5vw double #cccccc;
  z-index:1;
  left:-99999em;
}

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

/* ========================================================================
       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,#city_container,#marital_status_container,#marital_status_container,#country_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_subsection,#profile_header {
  display:none;
}

#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#sexual_preference_container,#gender_container {
  display:none;
}

/* ========================================================================
       Sezione del Profilo
       ====================================================================== */
#profile {
/*custom*/
  background:rgba(2,0,12,0.78);
  background:-moz-linear-gradient(left,rgba(2,0,12,0.78) 0%,rgba(32,20,40,0.78) 16%,rgba(31,20,40,0.78) 17%,rgba(13,23,56,0.75) 51%,rgba(31,20,41,0.73) 82%,rgba(32,20,40,0.73) 84%,rgba(2,0,12,0.73) 100%);
  background:-webkit-gradient(left top,right top,color-stop(0%,rgba(2,0,12,0.78)),color-stop(16%,rgba(32,20,40,0.78)),color-stop(17%,rgba(31,20,40,0.78)),color-stop(51%,rgba(13,23,56,0.75)),color-stop(82%,rgba(31,20,41,0.73)),color-stop(84%,rgba(32,20,40,0.73)),color-stop(100%,rgba(2,0,12,0.73)));
  background:-webkit-linear-gradient(left,rgba(2,0,12,0.78) 0%,rgba(32,20,40,0.78) 16%,rgba(31,20,40,0.78) 17%,rgba(13,23,56,0.75) 51%,rgba(31,20,41,0.73) 82%,rgba(32,20,40,0.73) 84%,rgba(2,0,12,0.73) 100%);
  background:-o-linear-gradient(left,rgba(2,0,12,0.78) 0%,rgba(32,20,40,0.78) 16%,rgba(31,20,40,0.78) 17%,rgba(13,23,56,0.75) 51%,rgba(31,20,41,0.73) 82%,rgba(32,20,40,0.73) 84%,rgba(2,0,12,0.73) 100%);
  background:-ms-linear-gradient(left,rgba(2,0,12,0.78) 0%,rgba(32,20,40,0.78) 16%,rgba(31,20,40,0.78) 17%,rgba(13,23,56,0.75) 51%,rgba(31,20,41,0.73) 82%,rgba(32,20,40,0.73) 84%,rgba(2,0,12,0.73) 100%);
  background:linear-gradient(to right,rgba(2,0,12,0.78) 0%,rgba(32,20,40,0.78) 16%,rgba(31,20,40,0.78) 17%,rgba(13,23,56,0.75) 51%,rgba(31,20,41,0.73) 82%,rgba(32,20,40,0.73) 84%,rgba(2,0,12,0.73) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#02000c',endColorstr='#02000c',GradientType=1);
/*custom*/
  width:60vw;
  margin:0 auto;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.1vw;
  line-height:2vw;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-bottom-right-radius:0;
  -moz-border-bottom-left-radius:0;
  box-shadow:0 0 1vw rgba(0,0,0,0.6),0 0 1vw rgba(0,0,0,0.6);
  border-bottom-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-bottom-left-radius:0;
  border-top-right-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-top-right-radius:0;
  border-top-left-radius:0;
  -webkit-border-top-left-radius:0;
  -moz-border-top-left-radius:0;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

#profile_header {
  padding:2vw 0 0;
}

.profile_section {
  border-spacing:0;
}

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

#profile_aboutme {
  margin:1.5vw 0 0;
}

#meet_aboutme_value {
  display:block;
  margin:0 auto;
}

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

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

#img_preview {
  box-shadow:none;
}

#img_preview,#img_preview img {
  background:rgba(0,0,0,0);
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
}

.images {
  padding:.625vw;
  margin:.625vw;
}

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

.notice {
  color:#ccc;
}

#profile_schedule {
  margin:0 auto;
  position:relative;
}

#profile_schedule .container {
  background-color:rgba(0,0,0,0.0);
  border:solid 1px;
  position:relative;
  margin:0 0 0 .7vw;
  top:2vw;
  display:inline-block;
  width:7.5vw;
  height:12vw;
  border-radius:2vw;
}

#profile_schedule .label {
  width:7vw;
  position:relative;
  top:1vw;
  font-size:1vw;
  font-weight:normal;
  font-family:'Merienda';
  text-align:center;
  margin-left:-2vw;
  color:#D4AF37;
/*custom*/
}

#profile_schedule .value {
  display:inline-block;
  width:7vw;
  margin-left:.3125vw;
  position:relative;
  top:1vw;
  font-size:1vw;
  font-weight:normal;
  font-family:'Merienda';
  color:white;
  text-align:center;
  margin-top:.5vw;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'Merienda';
  text-align:center;
  font-size:.5vw;
  margin:3vw auto;
  color:white;
}

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

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  padding-top:1.9vw;
}

#profile_password_photo_galleries .container {
  background-color:rgba(0,0,0,0.3);
  border-style:solid;
  border-width:.0625vw;
  box-shadow:1vw 1vw 1vw rgba(0,0,0,0.6);
  position:relative;
  top:1vw;
  left:1vw;
  display:inline-block;
  width:7.8125VW;
  height:7.8125VW;
  margin:0 auto;
  padding:0;
  margin-left:0;
}

.photo_gallery_link {
  display:inline-block;
}

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

.photo_gallery_previews {
  text-align:center;
}

.photo_gallery_name,.photo_gallery_name a {
  font-family:'Bubblegum Sans',bold;
  text-transform:capitaliza;
  font-size:1vw;
  text-decoration:none;
  color:white;
}

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

.photo_gallery_count {
  font-family:'Schoolbell';
  text-transform:uppercase;
  font-size:1vw;
  color:#fed16f;
}

.photo_gallery_image {
  width:5vw;
  height:5vw;
  border:.625vw solid white;
  box-shadow:0 0 .625vw rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 .625vw rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 .625vw rgba(0,0,0,0.4);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.photo_gallery_image:hover {
  border:.625vw solid #BF0426aa;
  box-shadow:0 0 .625vw rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 .625vw rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 .625vw rgba(0,0,0,0.4);
}

#password_photo_gallery_previews .photo_gallery_preview > .photo_gallery_link {
  background-image:url(https://s20.postimg.cc/m3a1bkjn1/Lock.png);
  background-repeat:no-repeat;
  background-size:75%;
  background-position:50%;
}

.photo_gallery_lock {
  visibility:hidden;
}

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

/* ========================================================================
                 Sezione della Home Page (Header)
       ====================================================================== */
#ContentHeader {
  display:block;
  position:relative;
  margin:0;
  height:40vw;
  width:60VW;
  background:url();
  background-size:60VW 40vw;
  background-repeat:no-repeat;
  background-position:top center,;
}

@keyframes slidy {
  5% {
    left:0;
  }

  10% {
    left:0;
  }

  20% {
    left:0;
  }

  30% {
    left:-100%;
  }

  40% {
    left:-100%;
  }

  50% {
    left:-100%;
  }

  60% {
    left:-200%;
  }

  70% {
    left:-200%;
  }

  85% {
    left:-200%;
  }

  100% {
    left:-0;
  }
}

body {
  margin:0;
}

div#slider {
  overflow:hidden;
}

div#slider figure img {
  width:20%;
  float:left;
}

div#slider figure {
  position:relative;
  width:500%;
  margin:0;
  left:0;
  text-align:left;
  font-size:0;
  animation:20s slidy infinite;
}

.name {
  display:block;
  width:42vw;
  height:32vw;
  float:left;
  background:transparent url(https://i.postimg.cc/FH97ppgy/68747470733a2f2f692e7667792e6d652f307053584a782e6a7067.jpg) no-repeat;
/*custom*/
  background-size:100%;
  position:relative;
  margin-top:-65vw;
  margin-left:8.5vw;
  text-indent:-3000px;
  z-index:1;
}

.email {
  display:inline-block;
  width:100%;
  height:1VW;
  text-align:center;
  font-family:'Bubblegum Sans',bold;
  font-style:normal;
  font-weight:300;
  font-size:1VW;
  letter-spacing:0;
  line-height:1.2VW;
  color:#fff;
}

#heart {
  width:6.25vw;
  height:5.625vw;
  animation:heartbeat 1s infinite;
  margin:0 auto;
}

#heart:before,#heart:after {
  position:absolute;
  content:"";
  left:3.125vw;
  width:3.125vw;
  height:5vw;
  background:rgba(140,3,28,1);
/*custom*/
  -moz-border-radius:3.125vw 3.125vw 0 0;
  border-radius:3.125vw 3.125vw 0 0;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -webkit-transform-origin:0 100%;
  -moz-transform-origin:0 100%;
  -ms-transform-origin:0 100%;
  -o-transform-origin:0 100%;
  transform-origin:0 100%;
}

#heart:after {
  left:0;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  -webkit-transform-origin:100% 100%;
  -moz-transform-origin:100% 100%;
  -ms-transform-origin:100% 100%;
  -o-transform-origin:100% 100%;
  transform-origin:100% 100%;
}

@keyframes heartbeat {
  0% {
    transform:scale(3.5);
  }

  20% {
    transform:scale(2);
  }

  40% {
    transform:scale(3.5);
  }

  60% {
    transform:scale(2);
  }

  80% {
    transform:scale(3.5);
  }

  100% {
    transform:scale(3.5);
  }
}

#snapchat,#twitter,#instagram,#amazon,#emailC {
  margin-top:-5vw;
  margin-bottom:2vw;
  position:relative;
  float:right;
  width:3.2vw;
  height:3.2vw;
  margin-right:.5vw;
  margin-left:.5vw;
  background-size:100%;
  background-color:rgba(140,3,28,0.7);
/*custom*/
  background-repeat:no-repeat;
  z-index:9998;
  border-radius:15%;
  -webkit-transition:-webkit-transform .8s ease-in-out;
  transition:transform .8s ease-in-out;
}

#amazon {
  background-image:url(https://lh3.googleusercontent.com/5z5aFDvCgHNvoAJnknf3mx6MsP2bmCiasRuwBLauwQzDeIn85AoBkDWleA1EN_2N7zyic6JLmRb3nFx6e32h6ub331AmarX0ZKBlBKtVXR6qqQfVMO1-ko_HA8l9Lz1OR2OrGIdgc0j9aU3tSQ7nva9DZQrSO9xtQJhJ5jrFlFWi2DFCUfGuW_v6560GXjEcxIZa2XROD2Xk_yn2VgE6FBLgZVl6-rn0WCWtKBTiHltBMxaLwH9xBoO6EFF_Fp2igf5_WmMUE5zF324z5zUEx2mXPhKWlFfxVJqVNq9NWWOx8jEozFyDNFsycLg2egs6QsXNYNKl6KXEpITYkIhscK-TmwquiYTxtO_Bo8M-YkAwrhRbe591IR98WjIqPL5GbKEx1lwLJCnxrGDNw2lqhnDuVBD7-UeS1Q1T1eK9J8yOr2FPPBBV2OtAolDeDJcDvSE-66XxdkmKDPzxKYBGbXSHoDyLv8v4sZxHFUWpoD8Lbd37gKX2LkfFVIHsTuKJ7dDeFO8dGb-xInQQ6Btn9xAFs0beOyYa5rf5NL1D-xSgbbf6VKHFsMfCPOkTM66StwtsHLETmGDrVO8_UmG2lGE1mEEPwjbqci1QC3NEZKJ9hWnP8PKY0ULeY-7eV0x2DL05E9DaIHIW2iK47MtkhpvNs4TzIYZNiTsyjKkEDD2gDAD7FyVp0L4=w752-h746-no);
}

#twitter {
  background-image:url(https://lh3.googleusercontent.com/5z5aFDvCgHNvoAJnknf3mx6MsP2bmCiasRuwBLauwQzDeIn85AoBkDWleA1EN_2N7zyic6JLmRb3nFx6e32h6ub331AmarX0ZKBlBKtVXR6qqQfVMO1-ko_HA8l9Lz1OR2OrGIdgc0j9aU3tSQ7nva9DZQrSO9xtQJhJ5jrFlFWi2DFCUfGuW_v6560GXjEcxIZa2XROD2Xk_yn2VgE6FBLgZVl6-rn0WCWtKBTiHltBMxaLwH9xBoO6EFF_Fp2igf5_WmMUE5zF324z5zUEx2mXPhKWlFfxVJqVNq9NWWOx8jEozFyDNFsycLg2egs6QsXNYNKl6KXEpITYkIhscK-TmwquiYTxtO_Bo8M-YkAwrhRbe591IR98WjIqPL5GbKEx1lwLJCnxrGDNw2lqhnDuVBD7-UeS1Q1T1eK9J8yOr2FPPBBV2OtAolDeDJcDvSE-66XxdkmKDPzxKYBGbXSHoDyLv8v4sZxHFUWpoD8Lbd37gKX2LkfFVIHsTuKJ7dDeFO8dGb-xInQQ6Btn9xAFs0beOyYa5rf5NL1D-xSgbbf6VKHFsMfCPOkTM66StwtsHLETmGDrVO8_UmG2lGE1mEEPwjbqci1QC3NEZKJ9hWnP8PKY0ULeY-7eV0x2DL05E9DaIHIW2iK47MtkhpvNs4TzIYZNiTsyjKkEDD2gDAD7FyVp0L4=w752-h746-no);
}

#instagram {
  background-image:url(https://lh3.googleusercontent.com/MLlsun6lumzKZzvnbE-GXzpBcog5gTNUVeti0VM8f8RmUNGYeWXfxVVNi6pgeXU8OpEtFisVj1pWJYpZwsLHucYU0pmC6M_Dg4Okpbni8MLpJpxBmYJkBFgiohdfuI1w0iL6Nrva7J9CMWwhJJTIGCOYZuIFkL_38deWzFIWqd2-RW-d2K5olqOUoPhRmT_1caf5XCssz9AB_F_Y4M8M3tbCYkqISsw2ljbVHTUBX1uI19JnUlqOnWkoKY5hRdp1AWRADzTd9CGgrmWYf5ECtTSCetpOpG6YDsa2nNwlswimzFTwqvKAPaAf8JxGKQ-gfAY4_g0VsvCZ2I37CS-FQceA9N7FhqIR7FbRaIhPC63ppNq7QyQW5CYfsvA4ly1aPwfCG-WE_K5BLTigHP_Ar6iFgeTlpkf7B3SIyTYLRt3Oeg7AcrbZpVcelYveEG_asrV8PYlEoqip7TMDAtiPMavIcHb-2mxu6y0hAR6fkvLqxPJYLLEfaz0equd27TrO2LPYmOLXREZAdDRwfan2R9xw1Zy1ueUJAOP6m7p8wgf5zn7gtGZDLoDzeZHgYdcMhs0cuqcTlVC7hQSyjw4WMq0bdpInHh4xdpprMBYOpeOWcwosaDxU-qYG1B84bNLJPbG76iRy0lw9Nz0qGZhQFIoyvSgrJqSMGDzOFCkD1lXTize7eEUwqz0=w763-h747-no);
}

#snapchat {
  background-image:url(https://lh3.googleusercontent.com/O_4tNmLnHk_Mj6J87SKNeM_XtJdzMspZ1OKbaCPfIvlDeYl-TKs9rv0GdmtLcqjvr3U7j0IJxPxkC5izw-bKIZesDHt7DL1jhljFZTRjxB4_rFFhUpcNpL39RQajQX0RiUhWn32jfqTQW9lSPIDZG2g_CLoi0cdp0Gr4AALDdqpB72pqsdUWAyKVJqeF7pfvCW95r4E5KtwWB0A1EOePMeqz0fTsFqEoeD2VnY6TcOgAt3nXFgBs980q3CqsXcOObmAMNA4Z4Pn_2gOfGStxKQDvYBodqyvMAPxRWteZvoMMhLScXizXCwm3qHi5xllv78KOPMYsnK4QM690CqQgjYwzFL2JMzHJUXKYd47VMpXn_8vYx58ompxDVCIbjnSuuBwnyIavQ17tUy2oyO72MBe69OsS_tYgPtQrUWuVTYoBBBwUEtfcQZA34UvLYmYVPtkb1i2h_OwIRTtVOJ-YWIfFLEPWZ-soNx_Wp1Dq4lGmYCnBvmO3pmN1u6Sr1MZj2zojsMEtJIsGAknQNAvsrW7uuJWUUkjv6yKnUWlUwlVdGf_689KxiRwbKu53d1sxdx1Vj0yczGlV50oX1vsyrCObKiHNF4xf92Sj2KVlf1RZ_6hVjnQxWPOtiqm_yAgddPMEbCsujJziHh539lI8I8CHW81C-U1YxAVvW9Q-21NJwPBKjw3FxX0=s746-no);
}

#emailC {
  background-image:url(https://lh3.googleusercontent.com/49x-mc71tLb84LC5R9-gD4P1F5UDdQEFNVZsGfHsYfYZZ4UPKxQHjjVj5gg528IW5Ao8KKmqMz3NBNbHn6JObYNG3Gu5CfcSV-jNhQVSYBbGK8L_l6s5D7CxUqLzahqMQby22T2pw-C3E1CP7MNoElYVjhCN5pMKa3zkaTdN-Nkpi6s9vUcNYVdsmJ-Q1h2ZGs05RtNomsGAriaMow1NPpz_I4tmdbB1MppGZXc-LN8daZ-8bIEnjWRVCKsdCMAauFG1pU8UfZoKd3fFHE3baA-NXcs-5koJH0VzcGO1rCxOcjR5AtYgOZ0mlKC1n6td-qhfHMzpaTmNIGFM5zWrEjR7xIxJiMLO07to03vBsBsRbsZqJ7DOp5evlHGo83TKGM-tpggCbKN_nRwHZ1UwwSBSBiIBw933quObUpusdYQPk4WAbba859q6zjMVXvddxQYsWexNFG_R7tafprL2O0Nr-JwTy_ed166yoC0pr_Z40pVabgiPor6nCBoQXePcaaDM9rQZ6L5iGffrKlmg5BpSxyKIlYhYc8dil8ItlOxnFv8EEmkEKq5fLJ39YdxHgjR_tYmGDdd02oNPR__9-7Vd14qIJfRT7C58aHC4TIj5pkSZNvPep0NE5SqPgHxhn7jrLgOgTdvX3vFM0r31e0_4VJF5YJd6teEYDB9K7yS6Kdix3rOYVAw=w752-h746-no);
}

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

ul.leaflist {
  list-style-type:none;
  width:250px;
  border:2px solid #a9a9a9;
  border-radius:16px;
  margin:0 auto;
}

ul.leaflist > li {
  margin:10px 0;
}

ul.leaflist .point {
  display:inline-block;
  width:20px;
  height:20px;
  margin-right:20px;
  border-radius:0 50%;
  transform:rotate(0deg);
  transition:transform .6s;
  background-color:rgba(30,30,30,1.0);
}

ul.leaflist > li:hover .point {
  transform:rotate(-45deg);
}

ul.leaflist .text {
  display:inline-block;
  width:200px;
  color:#121212;
  font-family:helvetica;
}

ul.leaflist > li:nth-of-type(2) div:first-child {
  opacity:.8;
}

ul.leaflist > li:nth-of-type(3) div:first-child {
  opacity:.6;
}

ul.leaflist > li:nth-of-type(4) div:first-child {
  opacity:.4;
}

ul.leaflist > li:nth-of-type(5) div:first-child {
  opacity:.2;
}

/* ========================================================================
            Sezione About Me
    ======================================================================== */
#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:21.875VW;
  margin-left:50%;
  margin-top:7%;
  font-family:'Bubblegum Sans',cursive;
  font-style:normal;
  font-size:1.125VW;
  line-height:1.5vw;
  font-weight:400;
  letter-spacing:0;
  text-align:justify;
  color:white;
  text-shadow:.0625vw .0625vw .0625vw #aaa;
  border:.0625vw solid #474141;
  border-radius:3.125VW 3.125VW 3.125VW 0;
  padding:3.125VW;
}

#aboutpic {
  float:left;
  background-image:url(https://i.postimg.cc/kG35bvgt/de333a8f-62aa-4a26-9f0e-f73b8bd3ab06-1.jpg);
  margin-left:2.5VW;
/*custom*/
  margin-top:0;
  width:25VW;
  height:25VW;
  margin-top:-40%;
  background-size:cover;
  border-radius:50%;
}

.SocialButtons {
  display:inline-block;
  position:relative;
  left:4.5vw;
  width:12vw;
  overflow:visible;
}

.SocialButtons:first-of-type {
  margin-left:3vw;
}

.SocialIcons {
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

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

/* ========================================================================
            Sezione deila tavola livelli Lovense
    ======================================================================== */
#tableWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:33.75vw;
  width:58.75vw;
  background-image:url(https://s20.postimg.cc/3p0lgw6v1/Lovense_Table.png);
  background-size:58.75vw 33.75vw;
  background-repeat:no-repeat;
}

/* ========================================================================
            Sezione dei Games
    ======================================================================== */
#gamesWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:56.25vw;
  width:92.5vw;
  background-image:url(https://s20.postimg.cc/o8hehb4cd/games.png);
  background-size:92.5vw 56.25vw;
  background-repeat:no-repeat;
}

/* ========================================================================
            Sezione dei Nora's Team
    ======================================================================== */
#norasteamWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:112.5vw;
  width:92.5vw;
  background-image:url(https://s20.postimg.cc/z4t014ekd/noras_Team_3.png);
  background-size:92.5vw 112.5vw;
  background-repeat:no-repeat;
}

.teamtxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:22.5vw;
  height:41.875vw;
  overflow:hidden;
  padding:.625vw;
  position:relative;
  top:11.25vw;
  left:370.3125vw;
  font-family:'Merienda';
  font-style:italic;
  font-size:1vw;
  line-height:1.75vw;
  font-weight:200;
  letter-spacing:0;
  text-align:justify;
  color:white;
  text-shadow:.0625vw .0625vw .4375vw rgba(0,0,0,0.5);
}

.button {
  position:relative;
  float:left;
  top:37.5vw;
  left:60.9375vw;
  display:inline-block;
  -webkit-border-radius:.625vw;
  -webkit-box-shadow:0 .1875vw rgba(128,128,128,1),0 .25vw rgba(118,118,118,1),0 .3125vw rgba(108,108,108,1),0 .375vw rgba(98,98,98,1),0 .4375vw rgba(88,88,88,1),0 .5vw rgba(78,78,78,1),0 .25vw .375vw -.0625vw rgb(0,0,0);
  -webkit-transition:-webkit-box-shadow .1s ease-in-out;
}

.button span {
  background-color:#E8E8E8;
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0.2))),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(210,210,210,0.3)),color-stop(20%,rgba(210,210,210,0)),color-stop(80%,rgba(210,210,210,0)),color-stop(100%,rgba(210,210,210,0.3))),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,0.5)),color-stop(80%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0))),-webkit-gradient(linear,0% 100%,100% 0%,color-stop(0%,rgba(255,255,255,0)),color-stop(40%,rgba(255,255,255,0)),color-stop(40%,#D2D2D1),color-stop(60%,#D2D2D1),color-stop(60%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
  -webkit-box-shadow:0 -.0625vw #fff,0 .0625vw .0625vw #FFFFFF;
  -webkit-background-size:100%,100%,100%,0.25vw .25vw;
  -webkit-border-radius:.625vw;
  -webkit-transition:-webkit-transform .1s ease-in-out;
  display:inline-block;
  padding:.625vw 2.5vw;
  color:#3A474D;
  font-family:'Bubblegum Sans',cursive;
  font-weight:700;
  font-size:30.125vw;
  text-shadow:0 .0625vw #fff,0 -.0625vw #262F33;
}

.button span:hover {
  color:#BF0426aa;
  text-shadow:0 -.0625vw #BF0426aa;
  cursor:pointer;
}

.button:active {
  -webkit-box-shadow:0 .1875vw rgba(128,128,128,1),0 .25vw rgba(118,118,118,1),0 .3125vw rgba(108,108,108,1),0 .375vw rgba(98,98,98,1),0 .4375vw rgba(88,88,88,1),0 .5vw rgba(78,78,78,1),0 .625vw .125vw 0 rgba(128,128,128,.6);
}

.button:active span {
  -webkit-transform:translate(0,0.3125vw);
}

.button span:after {
  content:">";
  display:block;
  width:.625vw;
  height:.625vw;
  position:absolute;
  right:.25vw;
  top:10.125vw;
  font-family:'Schoolbell';
  font-weight:700;
  color:#fb458e;
  text-shadow:0 .0625vw #fff,0 -.0625vw #fb458e;
  font-size:20.375vw;
}

.lists-container {
  margin:31.25vw auto;
  height:31.25vw;
  width:50vw;
  background-color:rgba(255,5,200,0);
}

.members1,.members2,.members3 {
  display:inline-block;
  width:.1875vw;
  height:18.75vw;
  background-color:rgba(255,5,255,0);
  background-size:.1875vw 280.3125vw;
  overflow:hidden;
  position:relative;
  float:left;
  font-family:'Merienda';
  font-style:italic;
  font-weight:300;
  font-size:10.4375vw;
  text-shadow:.125vw .125vw .625vw rgba(0,0,0,0.0);
  text-transform:capitalize;
  letter-spacing:0;
  text-align:justify;
  line-height:1.125vw;
  color:rgb(255,255,0);
}

.members1 {
  top:.4375vw;
  left:3.75vw;
}

.members2 {
  top:.4375vw;
  left:11.25vw;
}

.members3 {
  top:.4375vw;
  left:11.25vw;
}

#rulesWrapper {
  display:block;
  position:relative;
  margin:5vw auto;
  height:30VW;
  width:58.75VW;
}

.rulestxt {
  background-color:rgba(255,5,255,0);
  overflow:hidden;
  font-family:'Schoolbell';
  text-shadow:.0625vw .0625vw .3125vw #aaa;
  font-style:normal;
  font-size:1.2VW;
  line-height:1.2VW;
  font-weight:200;
  letter-spacing:0;
  text-align:left;
  font-style:normal;
  color:white;
}

ol {
  position:relative;
  transform:translate(-50%,-50%);
  display:flex;
}

ol li {
  list-style:none;
  width:2.5vw;
  height:2.5vw;
  border-radius:40%;
  animation:grow 1.6s ease-in-out infinite;
}

@keyframes grow {
  0%,40%,100% {
    transform:scale(0.2);
  }

  20% {
    transform:scale(1);
  }
}

ol li:nth-child(1) {
  animation-delay:-1.4s;
  background:#BF0426aa;
  box-shadow:0 0 2.5vw #BF0426aa;
}

ol li:nth-child(2) {
  animation-delay:-1.2s;
  background:#730217aa;
  box-shadow:0 0 2.5vw #730217aa;
}

ol li:nth-child(3) {
  animation-delay:-1s;
  background:#D90452aa;
  box-shadow:0 0 2.5vw #D90452aa;
}

ol li:nth-child(4) {
  animation-delay:-.8s;
  background:#F20587aa;
  box-shadow:0 0 2.5vw #F20587aa;
}

ol li:nth-child(5) {
  animation-delay:-.6s;
  background:#D90452aa;
  box-shadow:0 0 2.5vw #D90452aa;
}

ol li:nth-child(6) {
  animation-delay:-.4s;
  background:#730217aa;
  box-shadow:0 0 2.5vw #730217aa;
}

ol li:nth-child(7) {
  animation-delay:-.2s;
  background:#BF0426aa;
  box-shadow:0 0 50px #BF0426aa;
}

.element {
/*custom*/
  background:rgba(140,3,28,0.4);
/*custom*/
  width:31.25vw;
  height:31.25vw;
  margin:1.875vw auto;
  shape-inside:polygon(15.625vw 0,21.875vw 10.625vw,31.25vw 11.25vw,23.75vw 20vw,28.125vw 31.25vw,15.625vw 26.25vw,3.125vw 31.25vw,7.5vw 20vw,0px 11.25vw,9.375vw 10.625vw);
  shape-padding:.625vw;
  transition:all 2s ease;
  -webkit-clip-path:polygon(15.625vw 0,21.875vw 10.625vw,31.25vw 11.25vw,23.75vw 20vw,28.125vw 31.25vw,15.625vw 26.25vw,3.125vw 31.25vw,7.5vw 20vw,0px 11.25vw,9.375vw 10.625vw);
}

.element:hover {
  shape-inside:polygon(0 0,31.25vw 0,31.25vw 31.25vw,0 31.25vw,0 25vw,0 21.875vw,0 18.75vw,0 12.5vw,0 9.375vw,0 3.125vw);
  -webkit-clip-path:polygon(0 0,31.25vw 0,31.25vw 31.25vw,0 31.25vw,0 25vw,0 21.875vw,0 18.75vw,0 12.5vw,0 9.375vw,0 3.125vw);
}

#VideoWrapper {
  display:block;
  position:relative;
  height:55VW;
  width:58.75VW;
  overflow:hidden;
  background-size:58.75VW 30vw;
}

.video-container {
  margin:5VW auto 0;
  height:37.5VW;
  width:53VW;
  background:#000;
  background:-moz-linear-gradient(top,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  background:-webkit-linear-gradient(top,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ffffff',endColorstr='#33ffffff',GradientType=0);
  border-top-left-radius:.625vw;
  border:.0625vw solid #ffffff;
  box-shadow:inset 0 0 .9375vw rgba(0,0,0,0.5),inset 0 0 .9375vw rgba(0,0,0,0.5);
  border-top-left-radius:.625vw;
  -webkit-border-top-left-radius:.625vw;
  -moz-border-top-left-radius:.625vw;
  -o-border-top-left-radius:.625vw;
  border-bottom-left-radius:.625vw;
  -webkit-border-bottom-left-radius:.625vw;
  -moz-border-bottom-left-radius:.625vw;
  -o-border-bottom-left-radius:.625vw;
  border-bottom-right-radius:.625vw;
  -webkit-border-bottom-right-radius:.625vw;
  -moz-border-bottom-right-radius:.625vw;
  -o-border-bottom-right-radius:.625vw;
  border-top-right-radius:.625vw;
  -webkit-border-top-right-radius:.625vw;
  -moz-border-top-right-radius:.625vw;
  -o-border-top-right-radius:.625vw;
}

#myiframe {
  margin-top:.3125vw;
  margin-left:.3125vw;
  width:98%;
  height:97%;
}

.video-list {
  height:37.5vw;
  overflow:auto;
  width:80.625VW;
  padding-top:.0625vw;
  padding-left:30.3125vw;
}

.One,.Two,.Three,.Four,.Five,.Six,.Seven,.Eight,.Nine,.Ten,.Eleven,.Twelve {
  background-repeat:no-repeat;
  background-size:100% 100%;
  border-radius:20.3125vw;
  -webkit-border-radius:20.3125vw;
  -moz-border-radius:20.3125vw;
  -o-border-radius:20.3125vw;
}

.One {
  background-image:url(http://fs1.directupload.net/images/user/171108/9jqgjwai.png);
}

.Two {
  background-image:url(http://fs1.directupload.net/images/user/171108/nqjiijk3.png);
}

.Three {
  background-image:url(http://fs1.directupload.net/images/user/171108/i363cbvy.png);
}

.Four {
  background-image:url(http://fs1.directupload.net/images/user/171108/rxchugfo.png);
}

.Five {
  background-image:url(https://s20.postimg.cc/z6aqzwgcd/comingsoon.gif);
}

.Six {
  background-image:url(https://s20.postimg.cc/z6aqzwgcd/comingsoon.gif);
}

.video {
  width:380.25vw;
  height:260.3125vw;
  margin-top:.9375vw;
  float:left;
}

.video-frame {
  width:20vw;
  height:210.125vw;
  border:10.125vw double #fff;
  margin-top:20.3125vw;
  margin-bottom:20.3125vw;
  margin-left:20.3125vw;
  padding:0;
  border-radius:20.3125vw;
  -webkit-border-radius:20.3125vw;
  -moz-border-radius:20.3125vw;
  -o-border-radius:20.3125vw;
  box-shadow:0 0 .625vw rgba(0,0,0,0.6);
  -webkit-box-shadow:.1875vw .1875vw .9375vw rgba(0,0,0,0.6);
  -moz-box-shadow:.1875vw .1875vw .9375vw rgba(0,0,0,0.6);
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  -ms-transition:all 150ms ease-in;
  transition:all 150ms ease-in;
}

.video-frame:hover {
  border:10.125vw solid #BF0426aa;
  box-shadow:0 0 1.25vw #BF0426aa;
  -webkit-box-shadow:0 0 1.25vw #BF0426aa;
  -moz-box-shadow:0 0 1.25vw #BF0426aa;
}

.video-frame:hover > .desc {
  opacity:1!important;
}

.length {
  float:right;
  margin-right:.0625vw;
  margin-top:.25vw;
  color:#fff;
  font-size:10.125vw;
  font-style:italic;
  font-weight:800;
  letter-spacing:-.0625vw;
  font-family:'Merienda';
  background:rgba(0,0,0,0.7);
  border:.125vw solid #cb5ef8;
  padding:.1875vw .625vw;
  box-shadow:.0625vw .0625vw .5vw #000;
  -webkit-box-shadow:.0625vw .0625vw .5vw #000;
  -moz-box-shadow:.0625vw .0625vw .5vw #000;
  text-transform:lowercase;
  z-index:2;
}

.title {
  margin-top:-30.4375vw;
  float:left;
  margin-left:.625vw;
  color:#fff;
  font-size:1.25vw;
  letter-spacing:-.0625vw;
  font-family:'Merienda';
  background:rgba(0,0,0,0.4);
  border:.125vw solid #cb5ef8;
  padding:.1875vw .625vw;
  box-shadow:.0625vw .0625vw .3125vw #000;
  -webkit-box-shadow:.0625vw .0625vw .3125vw #000;
  -moz-box-shadow:.0625vw .0625vw .3125vw #000;
  text-transform:uppercase;
  z-index:2;
}

.desc {
  opacity:0;
  width:100%;
  height:100%;
  text-align:center;
  background:rgba(0,0,0,0.75);
  border-radius:1vw;
  -webkit-border-radius:1vw;
  -moz-border-radius:1vw;
  -o-border-radius:1vw;
  -moz-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  transition:all .2s ease-in;
  z-index:1;
}

.price {
  font-weight:normal;
  padding-top:1.875vw;
  padding-bottom:.9375vw;
  color:#FFF;
  font-size:2vw;
  font-weight:200;
  font-family:'Merienda';
  border-bottom:.0625vw solid white;
  width:75%;
  margin:0 auto;
}

.vidbuy:before {
  content:" BUY";
}

.vidbuy {
  color:#BF0426aa;
  font-weight:bold;
}

.vidbuy:hover {
  color:#fffb00;
}

.text {
  color:#fff;
  font-family:'Merienda';
  font-size:.9375vw;
  font-weight:.1875vw;
  padding:1.25vw;
  height:10.9375vw;
  overflow:hidden;
}

/* ========================================================================
         Sezione dei Tip Menu
    ======================================================================== */
/* -------------------------------------------------------   Vanilla   ---------------------------------------------------------- */
#TipMenuWrapper {
  display:block;
  position:relative;
  margin:5vw auto -2vw;
  height:50VW;
  width:58.75VW;
  font-family:'Merienda';
  letter-spacing:0;
  text-transform:capitalize;
  text-shadow:.0625vw .0625vw .3125vw #c6c6c6;
  font-size:1.25VW;
  line-height:2.5VW;
}

.TipMenuHolder {
  width:31.25VW;
  height:37.5VW;
  padding-top:3VW;
  padding-right:1.25VW;
  margin:0 auto;
  background:url(https://i.postimg.cc/V6NVY9G3/01.jotapege);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
}

.TipMenuItem a {
  color:#fff;
  text-decoration:none;
  text-indent:-3000px;
}

.TipMenuItem > a > span:nth-child(1) {
  text-align:left;
  position:relative;
  left:-1.875VW;
}

.TipMenuItem > a > span:nth-child(2) {
  text-align:right;
  float:right;
  position:relative;
  right:-1.875VW;
}

.TipMenuItem a:hover {
  text-decoration:none;
  color:#BF0426aa;
  text-shadow:.125vw .125vw .625vw #c1c1c1;
}

/* ========================================================================
                Sezione dei Raffle
    ======================================================================== */
#raffleWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  width:92.5vw;
  height:61.875vw;
  overflow:hidden;
  background:url(https://s20.postimg.cc/squq6duwt/raffles-2.png) no-repeat;
  background-size:92.5vw 61.875vw;
}

.raffletxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:82.5vw;
  height:22.5vw;
  overflow:hidden;
  margin-left:3.125vw;
  margin-top:240.3125vw;
  font-family:'Bubblegum Sans',bold;
  text-shadow:.125vw .125vw .625vw #000;
  font-style:normal;
  font-size:20.3125vw;
  line-height:1.875vw;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  color:white;
}

/* ========================================================================
                Sezione dello Store
    ======================================================================== */
#storeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  width:92.5vw;
  height:43.125vw;
  overflow:hidden;
  background:url(https://s20.postimg.cc/icpazeksd/store.png) no-repeat;
  background-size:92.5vw 43.125vw;
}

.snapchatstore a,.kikstore a,.phonestore a,.custompicsstore a,.customvidsstore a,.pantiesstore a {
  display:block;
  width:22.5vw;
  height:14vw;
  float:left;
  position:relative;
  padding-right:1.875vw;
  text-indent:-3000px;
}

.snapchatstore a {
  background:transparent url(https://s20.postimg.cc/yl5j8vtml/SNAPCHAT.png) no-repeat;
  margin-top:.1875vw;
  margin-left:70.3125vw;
}

.kikstore a {
  background:transparent url(https://s20.postimg.cc/7i7uxh1od/KIK.png) no-repeat;
  margin-top:.1875vw;
}

.phonestore a {
  background:transparent url(https://s20.postimg.cc/7w96x2lrx/PHONE.png) no-repeat;
  margin-top:.1875vw;
}

.custompicsstore a {
  background:transparent url(https://s20.postimg.cc/vpsg20pml/PHOTOS.png) no-repeat;
  margin-top:1.875vw;
  margin-left:70.3125vw;
}

.customvidsstore a {
  background:transparent url(https://s20.postimg.cc/yc7yiygu5/VIDEOS.png) no-repeat;
  margin-top:1.875vw;
}

.pantiesstore a {
  background:transparent url(https://s20.postimg.cc/we1akyocd/PANTIES.png) no-repeat;
  margin-top:1.875vw;
}

.phonestore a:hover,.kikstore a:hover,.pantiesstore a:hover,.custompicsstore a:hover,.customvidsstore a:hover,.snapchatstore a:hover {
  opacity:.6;
}

/* ========================================================================
                Sezione de tasto "To top"
    ======================================================================== */
#ToTop {
  display:inline-block;
  position:fixed;
  width:3.125vw;
  height:3.125vw;
  background-image:url(https://s20.postimg.cc/pf9fe6awt/totopbutton.png);
  background-repeat:no-repeat;
  background-size:3.125vw 3.125vw;
  bottom:2.5vw;
  right:30.3125vw;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  z-index:1000;
}

.ToTop {
  box-shadow:inset 0 0 .3125vw #fed16f,0.0625vw .0625vw .1875vw #fed16f,-0.0625vw -.0625vw .3125vw #fed16f;
}

.ToTop:hover {
  box-shadow:inset 0 0 .9375vw white,0.0625vw .0625vw .1875vw white,-0.0625vw -.0625vw .9375vw white;
}

/* ========================================================================
                My logo Section
    ======================================================================== */
.MyLogo {
  display:inline-block;
  position:fixed;
  width:10.625vw;
  height:3.125vw;
  background-image:url(https://s20.postimg.cc/7nxszpvi5/LOGO_per_pagine.png);
  background-repeat:no-repeat;
  background-size:100%;
  bottom:30.3125vw;
  left:.3125vw;
  z-index:1000;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
}

.MyLogo:hover {
  -moz-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -o-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -ms-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

@-webkit-keyframes shake {
  10%,90% {
    transform:translate3d(-0.125vw,0,0);
  }

  20%,80% {
    transform:translate3d(0.1875vw,0,0);
  }

  30%,50%,70% {
    transform:translate3d(-0.375vw,0,0);
  }

  40%,60% {
    transform:translate3d(0.375vw,0,0);
  }
}

@-moz-keyframes shake {
  10%,90% {
    transform:translate3d(-0.125vw,0,0);
  }

  20%,80% {
    transform:translate3d(0.1875vw,0,0);
  }

  30%,50%,70% {
    transform:translate3d(-0.375vw,0,0);
  }

  40%,60% {
    transform:translate3d(0.375vw,0,0);
  }
}

@-o-keyframes shake {
  10%,90% {
    transform:translate3d(-0.125vw,0,0);
  }

  20%,80% {
    transform:translate3d(0.1875vw,0,0);
  }

  30%,50%,70% {
    transform:translate3d(-0.375vw,0,0);
  }

  40%,60% {
    transform:translate3d(0.375vw,0,0);
  }
}

/* ========================================================================
          Sezione degli interessi ed hobby
       ====================================================================== */
#profile_interests_content .value {
  font-weight:normal;
  margin-left:0!important;
}

#meaning_life_container {
  padding-top:.9375vw;
}

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

.profile_section_content .value {
  font-family:'Merienda';
  font-weight:bold;
  font-style:normal;
  font-size:.25vw;
  color:white;
}

#meaning_life_label,#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label,#favorite_books_label,#favorite_songs_label,#favorite_movies_label,#hobbies_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label {
  text-align:center!important;
  color:#fed16f;
  text-transform:uppercase;
}

.Copyright {
  height:1.25vw;
  width:100%;
  text-align:center;
  font-size:10.125vw;
  letter-spacing:0;
  font-weight:300;
  color:white;
  padding-top:4.375vw;
  font-family:'Aclonica',bold;
  font-style:normal;
  bottom:0;
  z-index:10;
}

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

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

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

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

#new_comment_login_message {
  color:white;
}

#wall_poster_avatar {
  display:none;
}

.user_comment_textarea_big {
  width:44.375vw;
  height:7.8125vw;
}

.user_comment_textarea_small {
  width:44.375vw;
  height:7.8125vw;
}

#user_comment_comment {
  font-size:1vw;
  box-shadow:inset 0 0 .625vw rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 0 3.125vw rgba(0,0,0,0.2);
  -o-box-shadow:inset 0 0 3.125vw rgba(0,0,0,0.2);
  -webkit-box-shadow:inset 0 0 1.25vw rgba(0,0,0,0.2);
  border:.0625vw solid grey;
}

.wall_post {
  margin:0 auto;
  min-height:5.8125vw;
}

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

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

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

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

.wall_post_body {
  color:white;
  overflow:visible;
  position:relative;
  margin-left:10vw;
  font-size:1vw;
  font-style:italic;
}

.wall_post_avatar img {
  width:3.75vw;
  height:3.75vw;
  border:.0625vw solid white;
  border-radius:3.125vw;
  -webkit-border-radius:3.125vw;
  -moz-border-radius:3.125vw;
  -o-border-radius:3.125vw;
  z-index:9999;
  margin:.625vw 0 0 1.25vw;
}

.wall_post_info {
  font-size:1vw;
  background:-moz-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:-webkit-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:linear-gradient(to right,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a279a8',endColorstr='#00a279a8',GradientType=1);
  width:37.5vw;
  margin:.625vw 6.25vw;
  color:white;
  font-style:italic;
  padding:.125vw;
}

#wall_poster_username {
  font-size:.9375vw;
  opacity:1;
  margin-left:11.25vw;
  padding-left:.625vw;
}

.wall_post_body {
  width:46.125vw;
  background-color:rgba(0,0,0,0.2);
  box-shadow:.25vw .25vw 1.25vw rgba(0,0,0,0.2);
  -moz-box-shadow:.25vw .25vw 1.25vw rgba(0,0,0,0.2);
  -o-box-shadow:.25vw .25vw 1.25vw rgba(0,0,0,0.2);
  -webkit-box-shadow:.25vw .25vw 1.25vw rgba(0,0,0,0.15);
  padding:1.25vw;
  position:relative;
  float:left;
  left:-4vw;
  top:-3.75vw;
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  border:.25vw solid rgb(154,115,160);
  font-size:1vw;
}

.wall_post_avatar {
  background-image:url();
  background-repeat:no-repeat;
  background-size:100%;
  border-radius:6.25vw;
  -webkit-border-radius:6.25vw;
  -moz-border-radius:6.25vw;
  -o-border-radius:6.25vw;
  height:6.25vw;
  width:6.25vw;
}

.wall_post_time {
  font-size:.5vw;
  float:right;
  margin:-1.875vw 1.875vw;
  color:white;
  padding:.1875vw;
}

#comments {
  margin-bottom:2.5vw;
}

#new_comment {
  margin:0 0 .9375vw;
}

#new_comment input {
  background-color:#E8E8E8;
  font-size:.625vw;
  border:.0625vw solid #ccc;
  border-radius:.9375vw .3125vw .9375vw .3125vw;
  -webkit-border-radius:.9375vw .3125vw .9375vw .3125vw;
  -moz-border-radius:.9375vw .3125vw;
  -o-border-radius:.9375vw .3125vw .9375vw .3125vw;
  transition:.5s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

#new_comment input:hover {
  border-radius:.3125vw .9375vw .3125vw .9375vw;
  -webkit-border-radius:.3125vw .9375vw .3125vw .9375vw;
  -moz-border-radius:.3125vw .9375vw;
  -o-border-radius:.3125vw .9375vw .3125vw .9375vw;
}

#new_comment_buttons {
  color:white;
  margin-bottom:2.5vw;
  font-size:.625vw;
}

#profile_load_more_comments {
  border:0 solid black;
  text-transform:uppercase;
  width:10.625vw;
  height:30.3125vw;
  margin-left:380.3125vw;
  font-size:0;
  background:url(https://s20.postimg.cc/3u4cqke65/more_comments.png);
  box-shadow:.125vw .125vw .625vw rgba(0,0,0,0.2);
  -moz-box-shadow:.125vw .125vw .625vw rgba(0,0,0,0.2);
  -o-box-shadow:.125vw .125vw .625vw rgba(0,0,0,0.2);
  -webkit-box-shadow:.125vw .125vw .625vw rgba(0,0,0,0.2);
}

#profile_load_more_comments:hover {
  opacity:.6;
  box-shadow:.125vw .125vw .125vw rgba(0,0,0,0.2);
  -moz-box-shadow:.125vw .125vw .125vw rgba(0,0,0,0.2);
  -o-box-shadow:.125vw .125vw .125vw rgba(0,0,0,0.2);
  -webkit-box-shadow:.125vw .125vw .125vw rgba(0,0,0,0.2);
}

#strip_links_popup {
  border:.125vw solid white;
  border-radius:.625vw;
  -webkit-border-radius:.625vw;
  -moz-border-radius:.625vw;
  -o-border-radius:.625vw;
}

#new_comment_strip_links_container {
  display:none;
}

#favorite_models_value,#rate_container,#average_rating_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#average_rating_container,.friends_value,.admirers_value,.profile_section_content .value {
  color:white;
  font-family:'Merienda';
  font-size:1vw;
  margin:2vw 5vw;
}

.friends_value,.admirers_value {
  font-size:1vw;
}

#average_rating_count {
  font-size:.9375vw;
}

#favorite_models_value {
  font-size:1vw;
  font-weight:bold;
  font-style:normal;
}

#profile_friends {
  margin-bottom:1.875vw;
}

@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: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;
}

#heroesWrapper {
  display:block;
  position:relative;
  margin:5vw auto;
  height:30VW;
  width:58.75VW;
}

#c1 {
  padding:3.125vw 5vw 0;
  margin:0 auto 0 3vw;
  float:left;
  background-image:url(https://lh3.googleusercontent.com/taI0k7yHMf83Je_BTHTjCoenZlKuaiza8MpMs8Y33O6JBg63K9DR2-c8CoOKfmT3kkuR3ugeAOz4iS0ejwhyn-Iuv2d54dOk5OjVHe3cDyiRFg3nslPj9hy6HpCWrwgzAdSncMpX-oGfesAYQFQ64PGBRdZVTR1Saj0_aGsNwuyKjDr9QyAGrg8I-eINqnHyS47T4HQsAqsi6TzlNqHPRxqCSrHKN5yt8_WCset_h-dtijntp1FeiuePdF4d_hVXHaGeNIU9yUKfVw54F8_PFyUA5qskI8nCsDwMxi01IkKP7XrK2Ww33CcpWm3_v5GvWGQCCnY-RU93hXAoEtnayns07of4dqiKmMyk3isCsXzq9hCITvhk5-4pr7YlEUWbFHICvdppTJCh3cA74hcb78uJ7QDLbXvmuT95YZCW-sN9LeoMKRDJnVzMh-ieiYYf-7d10_5fqfRqBV9PGirzpKST05bRbQ9fTI0hqm8PfNdE-mTrEq6O6AkxsaHJV2Sh0ZcZOTTXqvYJcBbBxm2gKieF8j13EUFNRy0BCztP-DWuf3vsEM6fghVg_agEaXa4rSWMrWgpuL6qzmkgVH12Aj5qzF6iq2DqxPdfJAc3Ag4q1Fganf9GxaI0n7ujb58vcVliGar_SPTZcgKoHYGfaPRRJMud3TZTc3clw2hS9HwTxpnQ4-eI9Ik=w678-h417-no);
  background-size:100%;
  background-repeat:no-repeat;
  width:6vw;
  height:22vw;
  overflow:hidden;
  font-family:"Merienda",sans-serif;
  text-shadow:0 0 5px #BF0426,0 0 10px #F5F6CE,0 0 15px #BF0426,0 0 20px #BF0426,0 0 30px #BF0426,0 0 40px #BF0426,0 0 55px #F4E21D,0 0 75px #F7FE2E,2px 2px 2px #BF0426;
  font-style:normal;
  font-size:1.875vw;
  line-height:3.5vw;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  font-style:normal;
  color:white;
  border:.1875vw solid rgba(32,32,32,1);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  box-shadow:.1875vw .1875vw .625vw rgba(0,0,0,1);
  border-radius:1.875vw;
  position:relative;
}

#c2 {
  padding:3.125vw 5vw 0;
  margin:1.875vw auto 0 3vw;
  float:left;
  background-image:url(https://lh3.googleusercontent.com/GfubGGCiXdwEEkbDuwcyH77LqJ3WWelMWfrNSyif969B3pb2wAAeKjfGJOnBI6KGA45nxSmscUoeDH1D1p3q08rEjWSA5lDtqITm1EuWOsaVSNoFniLeNhoMBkUybGHv8eQUMvAjP2t_3WVRMDOyS7RM0CiQEeWVHc8lx59sThYPpYtos1LW2DUESiMlcXXADyoXJpWpvaF84PhhH73is6YWTXbr5ln46htYSAtGTem1diu0diy1gKUB87d9kggIJuHfOMassjqTiMQb-mdB8VPRD3QsfTPAHVAGyTPTICR4Mzrk870PYKjjz5YusdIJ-ImK8N0IMBqfbWCGosV52_OjMZ0EKHsTBfBk1vxVyj_QUD04ADD91Oz-LWEV_uOx6b_xZkfB33Nm965HOoxag53yELHegteKWXtW0Khg8xcWnGgaDULANx2shlEY8_GN2S_AOREVKUZZBNSkyZ1Y0nYp-a9p525O1DTtt65x0PDuS5wKzVJfpD4WiqgAh7rhR8fZAq4cEcixo3eesiPHVcTtKdOZi680skkGg-xE3d09ClDT97hENZCdtwosSpa3y7gbIICrA_GdrR7uy94Wcgih8N0aNuECekM_0cL-B6qr3ib7VjHsd9DZ5ed9W8UqQCdU6j-1bhuNhpgfYtrC-OaSAZsTf3TmclZEWg5tnQIIkJ0Hd_TwI1E=w420-h351-no);
  background-size:100%;
  background-repeat:no-repeat;
  width:6vw;
  height:22vw;
  overflow:hidden;
  font-family:'Aclonica',sans-serif;
  text-shadow:0 0 5px #BF0426,0 0 10px #F5F6CE,0 0 15px #BF0426,0 0 20px #BF0426,0 0 30px #BF0426,0 0 40px #BF0426,0 0 55px #F4E21D,0 0 75px #F7FE2E,2px 2px 2px #BF0426;
  font-style:normal;
  font-size:1.875vw;
  line-height:3.5vw;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  font-style:normal;
  color:white;
  border:1px solid rgba(32,32,32,1);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  box-shadow:.1875vw .1875vw .625vw rgba(0,0,0,1);
  border-radius:1.875vw;
  position:relative;
}

#c3 {
  padding:3.125vw 5vw 0;
  margin:1.875vw auto 0 3vw;
  float:left;
  background-image:url(https://lh3.googleusercontent.com/gah0fyG3VGA1OI-KWtofPrbYXFO7NkGmF2GhtMGBfWg1hS-mo2B1iLX9DdvE1MyvOzYghhxAtyqB_wJEHp3_fZ-35TVx_uSmbh9y45XyYt01LDuJIPo8lA1SOeLO8Rw9OZ1xvM1k--hcZ95BJVIdESrvvsbWf3P932rrOwv8UNUMICl_H8dNbDzF9HxB4g12cgGX02d6_-bRkFdT1Y2SpJPZJfHK65tiYW1Uq---rkaO-V_SiGfTTLk_TPe1B5_5nnY3g6cSnPjJplrwWvWGYBhN-gOM1Vuw-zGTnB-c0ZTOewMtGBd_r0IDi05e6kLMYQgGofj50qqYQOb_DM2RWwFkbs2oWdxzUDntojruxxy8NaDaQxWHmlWKFIDJ3U535dNF2b5dAXdr0cgJDxNmmRzWkPV8DVuTxI_p344gjuaCWRh05chjvA7kB8x-MFr80NOLQwEGUWaSNClUKWLWmwD1jYZc_vd_G9rnLdEZxDYOwiozEnLSCXVRA0c0nPakwhw1V5kpn8kAYsuxIDWy1j2YmZDbbI5KQoKOz-HlvIzNBOoPIkZJB1u5Xcs3UxbqbaxuXUmNL2BVjD8DCJoHr1AWC_TYJkk5QPawx18crznnkEZoj4ltjhCwV9LQb4mkUPDsxreRqEYbFkrE50fNzs5SfNxURk_K6E_K6l5br5S3cxKDxxq4LSw=w375-h346-no);
  background-size:100%;
  background-repeat:no-repeat;
  width:6vw;
  height:22vw;
  overflow:hidden;
  font-family:'Aclonica',sans-serif;
  text-shadow:0 0 5px #BF0426,0 0 10px #F5F6CE,0 0 15px #BF0426,0 0 20px #BF0426,0 0 30px #BF0426,0 0 40px #BF0426,0 0 55px #F4E21D,0 0 75px #F7FE2E,2px 2px 2px #BF0426;
  font-style:normal;
  font-size:1.875vw;
  line-height:3.5vw;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  font-style:normal;
  color:white;
  border:.1875vw solid rgba(32,32,32,1);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  box-shadow:.1875vw .1875vw .625vw rgba(0,0,0,1);
  border-radius:1.875vw;
  position:relative;
}

@font-face {
  font-family:'Aladin';
  font-style:normal;
  font-weight:400;
  src:local('Aladin Regular'),local(Aladin-Regular),url(https://fonts.gstatic.com/s/aladin/v7/ZgNSjPJFPrvJV5fF4C35lGQ.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

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

@font-face {
  font-family:'Merienda';
  font-style:normal;
  font-weight:400;
  src:local(Merienda),local(Merienda-Regular_0_wt),url(https://fonts.gstatic.com/s/merienda/v7/gNMHW3x8Qoy5_mf8uWMLMIqK_Q.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

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

@font-face {
  font-family:'Lucida Console';
  font-style:normal;
  font-weight:400;
  src:local('Lucida Console'),local(LeckerliOne-Regular),url(https://fonts.gstatic.com/s/leckerlione/v9/V8mCoQH8VCsNttEnxnGQ-1idKpZd.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family:'Kalam';
  font-style:normal;
  font-weight:400;
  src:local(Kalam),local(Kalam-Regular),url(https://fonts.gstatic.com/s/kalam/v9/YA9dr0Wd4kDdMthQOCfzsw.woff2) format("woff2");
  unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}

@font-face {
  font-family:'Kalam';
  font-style:normal;
  font-weight:400;
  src:local(Kalam),local(Kalam-Regular),url(https://fonts.gstatic.com/s/kalam/v9/YA9dr0Wd4kDdMthfOCfzsw.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

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

@font-face {
  font-family:'Tribal';
  font-style:normal;
  font-weight:400;
  src:url(https://www.dropbox.com/s/y36emrxnueodn8n/The_Tribal_Box_demo-font-FFP.woff) format("woff");
}

/* ==

font-family: 'Schoolbell', cursive;
font-family: 'Boogaloo', cursive;
font-family: 'Antic', sans-serif;
font-family: 'Chewy', cursive;
font-family: 'Pridi', serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Nanum Pen Script', cursive;
font-family: 'Caveat Brush', cursive;
font-family: 'Fredericka the Great', cursive;
font-family: 'Aclonica', sans-serif;
font-family: 'Cabin Sketch', cursive;
font-family: 'Capriola', sans-serif;
font-family: 'Bubblegum Sans', cursive;
font-family: 'Prosto One', cursive;
font-family: 'Freckle Face', cursive;
font-family: 'Mouse Memoirs', sans-serif;
font-family: 'Baumans', cursive;
font-family: 'Vast Shadow', cursive;
font-family: 'Expletus Sans', cursive;
font-family: 'Salsa', cursive;


    */