@charset "UTF-8";

#colorbox,#cboxOverlay,#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxPrevious,#cboxNext,#cboxSlideshow {
  cursor:pointer;
}

#colorbox,#cboxContent {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active {
  outline:0;
}

#cboxOverlay {
  background:green;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type="password"] {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

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

.value {
  display:table-cell;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  width:250px;
  display:table-cell;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#member_type_value {
  font-weight:bold;
  color:red;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:9px;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:bold;
  color:#008000;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.header_links,.footer_links {
  float:left;
  font-size:14px;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:0;
  display:none;
}

#img_preview {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

a:visited,a:link,a:active,a:hover {
  color:grey;
}

a:link {
  text-decoration:none;
}

body {
  font-size:1rem;
  line-height:1;
  padding:0;
  margin:0;
}

body {
  background-image:url(https://profiles.myfreecams.com/claire_ashton/css?nc=1141307026);
  background-color:black;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

#cam_score_container,#height_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#automobile_container,#pets_container,#age_container,#city_container,#country_container,#drink_container,#drugs_container,#smoke_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container {
  display:none;
}

#footer_bar,#header_bar {
  display:none;
}

#about_me_label,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_main_photo,#profile_avatar,#avatar_holder {
  display:none;
}

#blurb_container {
  display:none;
}

#profile_header_container {
  display:none;
}

.profile_section .heading {
  display:none;
}

#profile {
  width:1000px;
  margin:0 auto;
  background-color:black;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  line-height:1.25;
  color:black;
  box-shadow:inset 0 0 0 0 black;
  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;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.profile_section {
  border-spacing:0;
}

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

.barrasuperioresemplificata {
  position:fixed;
  height:90px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background:black;
  box-shadow:0 10px 60px rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 60px rgba(0,0,0,0.75);
  -o-box-shadow:0 10px 60px rgba(0,0,0,0.75);
  -webkit-box-shadow:0 10px 60px rgba(0,0,0,0.75);
  -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;
  border-bottom:1px solid rgba(226,148,207,0.5);
}

.elementibarrasuperiore {
  display:inline-block;
  vertical-align:top;
  width:1000px;
  position:fixed;
  z-index:9999;
  text-align:center;
  background-color:re;
  margin-top:-115px;
}

.elementibarrasuperiore li {
  float:left;
  font-family:'Titillium Web',sans-serif;
  list-style-type:none;
  background-color:viole;
}

.marchiok {
  height:25px;
  margin-top:0;
  -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;
}

.marchiok:hover {
  -ms-transform:scale(0.8,0.8);
  -webkit-transform:scale(0.8,0.8);
  transform:scale(0.8,0.8);
}

.elementibarrasuperiore > :nth-child(2) {
  margin-left:60px;
}

.elementibarrasuperiore > :nth-child(5) {
  margin-left:100px;
}

.elementibarrasuperiore > :nth-child(6) {
  margin-left:25px;
}

.elementibarrasuperiore > :nth-child(7) {
  margin-left:25px;
}

.elementibarrasuperiore > :nth-child(8) {
  margin-left:23px;
}

.tabbarra {
  background-color:gree;
  text-align:left;
  padding-left:10px;
  padding-bottom:3px;
  height:26px;
  margin-left:40px;
  border-left:1px solid rgba(255,255,255,0);
  opacity:.9;
  -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;
}

.tabbarra:hover {
  opacity:1;
  border-left:1px solid white;
}

.tabbarrasup,.tabbarrainf {
  display:block;
  text-transform:uppercase;
}

.tabbarrasup {
  font-size:15px;
  color:white;
  letter-spacing:2px;
  font-weight:400;
}

.tabbarrainf {
  font-size:10px;
  color:#e294cf;
  margin-top:-1px;
  letter-spacing:0;
  font-weight:600;
}

.ip {
  display:inline-block;
  -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;
}

.ip:hover {
  opacity:.7;
}

.mancetta {
  height:20px;
  margin-top:4px;
}

.diretta {
  height:16px;
  margin-top:6px;
}

.posta {
  height:12px;
  margin-top:8px;
}

.logodicondivisione {
  position:relative;
  height:12px;
  margin-top:8px;
  -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;
}

.logodicondivisione:hover {
  opacity:.7;
}

#ParteIniziale {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:1200px;
  width:1000px;
  background:url(https://i.ibb.co/JRQXCfk/first.png);
  background-size:1000px 1200px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:re;
  font-family:'Titillium Web',sans-serif;
  z-index:5;
}

.testoiniziale {
  background-color:re;
  margin-top:450px;
  width:315px;
  text-align:right;
  padding:5px;
  overflow:hidden;
  margin-left:580px;
  color:white;
  letter-spacing:0;
  text-shadow:0 0 30px rgba(255,255,255,0.5);
  font-style:oblique;
  opacity:.95;
}

.ama {
  position:relative;
  top:9px;
  height:20px;
  margin-top:15px;
  margin-left:6px;
  -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;
}

.ama:hover {
  opacity:.7;
}

.testoiniziale p {
  margin-top:-24px;
}

.testoiniziale p span {
  color:#f3a5e6;
}

#HighTips {
  margin-top:-300px;
}

#HighTipsWrapper {
  display:inline-block;
  position:relative;
  margin:-30px auto;
  height:1200px;
  width:1000px;
  background:url(https://i.ibb.co/G0848MD/final10.png);
  background-size:1000px 1200px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:re;
  font-family:'Titillium Web',sans-serif;
  z-index:4;
}

.testocontributori {
  background-color:re;
  display:block;
  position:absolute;
  width:600px;
  margin-top:100px;
  margin-left:300px;
  padding:5px;
  text-align:left;
  overflow:hidden;
  color:white;
  z-index:4;
}

.testocontributori h3 {
  color:#dd92f5;
}

.premio {
  display:block;
  position:relative;
  background-color:rgba(255,0,0,0);
  text-align:center;
  padding:5px;
  width:500px;
  height:105px;
}

.premio h1 {
  color:white;
  font-size:35px;
  text-shadow:0 0 40px rgba(255,255,255,1);
  font-weight:400;
}

.premio h3 {
  color:white;
  font-size:30px;
  margin-top:-27px;
  text-shadow:0 0 40px rgba(255,255,255,1);
  font-style:oblique;
}

.premio h3 span {
  font-size:25px;
  opacity:.7;
}

.ATHT {
  margin-top:185px;
  margin-left:425px;
}

.HTM {
  margin-top:275px;
  margin-left:120px;
  -ms-transform:scale(0.9,0.9);
  -webkit-transform:scale(0.9,0.9);
  transform:scale(0.9,0.9);
}

#TipMenu {
  margin-top:-200px;
}

#TipMenuWrapper {
  display:block;
  position:relative;
  margin:-0 auto;
  height:1200px;
  width:1000px;
  background-image:url(https://i.ibb.co/k2S0LrJ/lalalpapapa.png);
  background-size:1000px 1200px;
  background-repeat:no-repeat;
  background-color:re;
  font-family:'Titillium Web',sans-serif;
  z-index:3;
}

.testomance {
  background-color:re;
  display:block;
  position:absolute;
  width:150px;
  margin-top:70px;
  margin-left:650px;
  padding:5px;
  text-align:right;
  overflow:hidden;
  color:white;
}

h1 {
  font-size:28px;
}

h3 {
  font-size:22px;
}

h4 {
  font-size:20px;
}

p {
  font-size:15px;
}

.testomance h3 {
  color:#efaece;
}

.contenitoremance {
  display:inline-block;
  background-color:red;
  margin-top:220px;
  width:600px;
  margin-left:40px;
  text-align:left;
}

.mancia {
  display:block;
  position:absolute;
  letter-spacing:1px;
  margin-right:70px;
  font-style:oblique;
  margin-bottom:40px;
  font-size:20px;
  background-color:viole;
}

.m1 {
  margin-top:0;
  margin-left:0;
}

.m2 {
  margin-top:70px;
  margin-left:0;
}

.m3 {
  margin-top:140px;
  margin-left:0;
}

.m4 {
  margin-top:210px;
  margin-left:0;
}

.m5 {
  margin-top:280px;
  margin-left:0;
}

.m6 {
  margin-top:350px;
  margin-left:0;
}

.m7 {
  margin-top:35px;
  margin-left:170px;
}

.m8 {
  margin-top:105px;
  margin-left:170px;
}

.m9 {
  margin-top:175px;
  margin-left:170px;
}

.m10 {
  margin-top:245px;
  margin-left:170px;
}

.m11 {
  margin-top:320px;
  margin-left:170px;
}

.m12 {
  margin-top:395px;
  margin-left:170px;
}

.dicitura {
  display:inline-block;
  position:relative;
  font-size:15px;
  color:white;
}

.prezzomancia {
  display:inline-block;
  position:relative;
  top:15px;
  left:34px;
  color:#f99bed;
  font-size:20px;
  font-weight:bolder;
  letter-spacing:0;
}

.valutamancia {
  color:#fac3fd;
  opacity:.5;
  font-size:12px;
  letter-spacing:0;
  margin-left:1px;
}

.specificamancia {
  display:block;
  position:relative;
  top:15px;
  margin-left:40px;
  font-size:10px;
  color:#89b5b0;
  -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;
}

.mancia a {
  -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;
}

.mancia a:hover {
  opacity:.6;
}

.mancia a:hover .specificamancia {
  opacity:.6;
}

#Clubs {
  margin-top:-550px;
}

#ClubsWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:1400px;
  width:1000px;
  background-image:url(https://i.ibb.co/VjgvdZg/LKASKKLASKFL.png);
  background-size:1000px 1300px;
  background-repeat:no-repeat;
  background-color:re;
  font-family:'Titillium Web',sans-serif;
  z-index:3;
}

.jb {
  display:block;
  position:absolute;
  text-align:center;
  border:1px solid white;
  color:white;
  width:100px;
  height:30px;
  line-height:30px;
  font-size:14px;
  text-transform:uppercase;
  -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;
}

.jb:hover {
  color:#6ee4cb;
  border:1px solid #6ee4cb;
}

.jbtb {
  margin-top:394px;
  margin-left:400px;
  opacity:.7;
}

.jbch {
  -ms-transform:scale(1.2,1.2);
  -webkit-transform:scale(1.2,1.2);
  transform:scale(1.1,1.1);
  margin-top:333px;
  margin-left:640px;
  opacity:.85;
}

.jbcc {
  -ms-transform:scale(1.2,1.2);
  -webkit-transform:scale(1.2,1.2);
  transform:scale(0.95,0.95);
  margin-top:560px;
  margin-left:780px;
  opacity:.6;
}

.testosquadre {
  background-color:re;
  display:block;
  position:absolute;
  width:500px;
  margin-top:470px;
  margin-left:100px;
  padding:5px;
  text-align:left;
  overflow:hidden;
  color:white;
}

.testosquadre h3 {
  color:#74e4cc;
}

.lista {
  display:block;
  position:absolute;
  padding:5px;
  overflow:hidden;
  background-color:re;
  width:710px;
}

.lista td {
  background-color:yello;
  width:500px;
  text-align:center;
  font-size:13px;
}

.heroes td {
  color:#deccca;
  background-color:re;
  width:142px;
}

.bday td {
  color:#d5dbea;
  background-color:re;
  width:100px;
}

.coffee td {
  color:#afb3bd;
  background-color:yello;
  font-size:12px;
  line-height:14px;
}

.heroes {
  margin-top:707px;
  margin-left:80px;
  height:120px;
}

.bday {
  margin-top:892px;
  margin-left:180px;
  height:120px;
  -ms-transform:scale(0.96,0.96);
  -webkit-transform:scale(0.96,0.96);
  transform:scale(0.96,0.96);
}

.coffee {
  margin-top:1098px;
  margin-left:114px;
  -ms-transform:scale(0.86,0.86);
  -webkit-transform:scale(0.86,0.86);
  transform:scale(0.86,0.86);
  background-color:gre;
  height:180px;
}

.Mattoncino {
  display:inline-block;
  position:fixed;
  height:20px;
  bottom:35px;
  left:5px;
  z-index:1000;
  -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;
  opacity:.95;
}

.Mattoncino:hover {
  opacity:1;
  height:30px;
}

.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:38px;
  width:1000px;
  text-align:center;
  font-size:11px;
  font-weight:400;
  color:white;
  font-style:normal;
  z-index:1;
  font-family:'Titillium Web',sans-serif;
  padding-bottom:30px;
}

.dirittilogo {
  position:relative;
  top:1px;
  height:11px;
}

.divietodiriproduzione {
  display:block;
  color:#f5d8ee;
  font-size:10px;
  margin-top:1px;
}

.Copyright > a:link {
  color:#e294cf;
  text-decoration:none;
}

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

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

.Copyright > a:hover {
  color:#6ee4cb;
}

#profile_friends {
  display:none;
}

/*! CSS Used keyframes */
@-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;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web Regular'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fdM3mDaZRbryhsA.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:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web Regular'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.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;
}

#tags_container {
  display:none!important;
}

#home {
  margin:-100px auto!important;
}

body {
}

/* customizable snowflake styling */
.snowflake {
  color:#fff;
  font-size:2em;
  font-family:Arial;
  text-shadow:0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top:-10%;
  }

  100% {
    top:100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
  }

  50% {
    -webkit-transform:translateX(80px);
    transform:translateX(80px);
  }

  100% {
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top:-10%;
  }

  100% {
    top:100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform:translateX(0px);
  }

  50% {
    transform:translateX(80px);
  }

  100% {
    transform:translateX(0px);
  }
}

.snowflake {
  position:fixed;
  top:-10%;
  z-index:9999;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  -webkit-animation-name:snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration:8s,3s;
  -webkit-animation-timing-function:linear,ease-in-out;
  -webkit-animation-iteration-count:infinite,infinite;
  -webkit-animation-play-state:running,running;
  animation-name:snowflakes-fall,snowflakes-shake;
  animation-duration:8s,3s;
  animation-timing-function:linear,ease-in-out;
  animation-iteration-count:infinite,infinite;
  animation-play-state:running,running;
}

.snowflake:nth-of-type(0) {
  left:1%;
  -webkit-animation-delay:0s,0s;
  animation-delay:0s,0s;
}

.snowflake:nth-of-type(1) {
  left:10%;
  -webkit-animation-delay:1s,1s;
  animation-delay:1s,1s;
}

.snowflake:nth-of-type(2) {
  left:27%;
  -webkit-animation-delay:6s,.5s;
  animation-delay:6s,.5s;
}

.snowflake:nth-of-type(3) {
  left:30%;
  -webkit-animation-delay:4s,2s;
  animation-delay:4s,2s;
}

.snowflake:nth-of-type(4) {
  left:40%;
  -webkit-animation-delay:2s,2s;
  animation-delay:2s,2s;
}

.snowflake:nth-of-type(5) {
  left:50%;
  -webkit-animation-delay:8s,3s;
  animation-delay:8s,3s;
}

.snowflake:nth-of-type(6) {
  left:60%;
  -webkit-animation-delay:6s,2s;
  animation-delay:6s,2s;
}

.snowflake:nth-of-type(7) {
  left:70%;
  -webkit-animation-delay:2.5s,1s;
  animation-delay:2.5s,1s;
}

.snowflake:nth-of-type(8) {
  left:80%;
  -webkit-animation-delay:1s,0s;
  animation-delay:1s,0s;
}

.snowflake:nth-of-type(9) {
  left:90%;
  -webkit-animation-delay:3s,1.5s;
  animation-delay:3s,1.5s;
}

/* Demo Purpose Only*/
.demo {
  font-family:'Raleway',sans-serif;
  color:#fff;
  display:block;
  margin:0 auto;
  padding:15px 0;
  text-align:center;
}

.demo a {
  font-family:'Raleway',sans-serif;
  color:#000;
}

body {
}

/* customizable fulg styling */
.fulg {
  color:#fff;
  font-size:2em;
  font-family:Arial;
  text-shadow:0 0 1px #000;
}

@-webkit-keyframes fulgs-fall {
  0% {
    top:-10%;
  }

  100% {
    top:100%;
  }
}

@-webkit-keyframes fulgs-shake {
  0% {
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
  }

  50% {
    -webkit-transform:translateX(80px);
    transform:translateX(80px);
  }

  100% {
    -webkit-transform:translateX(0px);
    transform:translateX(0px);
  }
}

@keyframes fulgs-shake {
  0% {
    transform:translateX(0px);
  }

  50% {
    transform:translateX(80px);
  }

  100% {
    transform:translateX(0px);
  }
}

.fulg {
  position:fixed;
  top:-10%;
  z-index:9999;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  -webkit-animation-name:fulgs-fall,fulgs-shake;
  -webkit-animation-duration:8s,3s;
  -webkit-animation-timing-function:linear,ease-in-out;
  -webkit-animation-iteration-count:infinite,infinite;
  -webkit-animation-play-state:running,running;
  animation-name:fulgs-fall,fulgs-shake;
  animation-duration:8s,3s;
  animation-timing-function:linear,ease-in-out;
  animation-iteration-count:infinite,infinite;
  animation-play-state:running,running;
}

.fulg:nth-of-type(0) {
  left:1%;
  -webkit-animation-delay:0s,0s;
  animation-delay:0s,0s;
}

.fulg:nth-of-type(1) {
  left:10%;
  -webkit-animation-delay:2s,2.5s;
  animation-delay:4.5s,2.5s;
}

.fulg:nth-of-type(2) {
  left:20%;
  -webkit-animation-delay:4.5s,2.5s;
  animation-delay:3.4s,1.2s;
}

.fulg:nth-of-type(3) {
  left:88%;
  -webkit-animation-delay:3.4s,1.2s;
  animation-delay:2s,2s;
}

.fulg:nth-of-type(4) {
  left:45%;
  -webkit-animation-delay:2s,2s;
  animation-delay:6.5s,3.9s;
}

.fulg:nth-of-type(5) {
  left:55%;
  -webkit-animation-delay:6.5s,3.9s;
  animation-delay:4.8s,2.1s;
}

.fulg:nth-of-type(6) {
  left:65%;
  -webkit-animation-delay:4.8s,2.1s;
  animation-delay:2.2s,1.9s;
}

.fulg:nth-of-type(7) {
  left:75%;
  -webkit-animation-delay:2.2s,1.9s;
  animation-delay:1.9s,0.7s;
}

.fulg:nth-of-type(8) {
  left:80%;
  -webkit-animation-delay:1.9s,0.7s;
  animation-delay:3.8s,1.9s;
}

.fulg:nth-of-type(9) {
  left:99%;
  -webkit-animation-delay:3.8s,1.9s;
  animation-delay:3s,1.5s;
}