@charset "UTF-8";

/* 
==========================================================================
        ------ Profile for WildThyme ------
	Based on a Profile by Wild4KittenTK (aka ThompsonWK)
	Contact: Dutchforu@hotmail.com
	Edited by WildThyme and MikeTheDiver
========================================================================== 
*/
a,a:visited {
  color:#a85069;
  text-decoration:none;
}

a:hover,a:focus {
  color:#f9d7e9;
  text-decoration:none;
}

a.two:link {
  color:yellow;
  text-shadow:2px px px #000;
}

a.two:visited {
  color:yellow;
  text-shadow:2px px px #000;
}

a.two:hover {
  color:yellow;
  text-shadow:2px px px rgba(248,240,244,2);
}

a.two:focus {
  color:white;
  text-shadow:2px 1px 1px rgba(255,0,0,0.75);
}

a.three:link {
  color:#f9d7e9;
}

a.three:visited {
  color:#f9d7e9;
}

a.three:hover {
  color:#f9d7e9;
  text-decoration:underline;
}

a.three:focus {
  color:#750606;
  text-decoration:underline;
}

.color {
  color:#f9d7e9;
}

::-webkit-scrollbar {
  -webkit-appearance:none;
  width:18px;
  height:12px;
}

::-webkit-scrollbar-thumb {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
  background-color:#f9d7e9;
}

::-webkit-scrollbar-thumb:hover {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
  background-color:#f8f0f4;
}

::-webkit-scrollbar-track-piece {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
}

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:1em;
  line-height:1;
  color:#956e79;
  background-image:url(https://img.mfcimg.com/photos2/159/15914751/367-572-709-953-7832280.jpg);
/* this image file seems to not exist. attempts to display it in a browser changes to a */
/* "clear.gif" file that's 1px by 1px  */
  background-size:1760px 100%;
  background-position:top center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
  opacity:0;
  animation:fadeIn ease 1;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  -ms-animation-duration:2s;
  animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
}

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

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

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
.nav {
  background:#ffffff;
  position:fixed;
  margin:0 -80px auto;
/* was 0 -40px auto 	*/
  top:0;
  width:1080px;
/* was 1200px 	*/
  z-index:500;
  box-shadow:3px 3px 15px rgba(0,0,0,0.8),-3px -3px 15px rgba(0,0,0,0.8);
  color:#ffffff;
  display:block;
  letter-spacing:-1px;
  border-bottom:3px solid #ffffff;
  border-radius:0 0 55px 55px;
  -webkit-border-radius:0 0 55px 55px;
  -moz-border-radius:0 0 55px 55px;
  -o-border-radius:0 0 55px 55px;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
  -o-animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  animation-delay:2s;
  -o-animation-delay:2s;
  -ms-animation-delay:2s;
}

.nav ul {
  margin:0 auto;
  padding:0;
  width:850px;
/* was 1000px 	*/
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -o-border-radius:20px;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #ffffff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
  -ms-transition:color .1s linear;
}

.nav > ul > li > a {
  color:#f9d7e9;
  display:block;
  line-height:40px;
  padding:0 11px;
  margin-left:5px;
  text-decoration:none;
  text-transform:uppercase;
  font-size:18px;
  text-shadow:5px 2px 5px rgba(0,0,0,1),-2px -1px 3px rgba(0,0,0,1);
}

.nav > ul > li:hover {
  background-color:#ffffff;
}

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

.nav > ul > li:hover > a > .caret {
  border-top-color:#ffffff;
}

.nav > ul > li > div {
  background:#ffffff;
  background-position:1483px -43px;
  border-top:0;
  border-radius:0 0 15px 15px;
  -webkit-border-radius:0 0 15px 15px;
  -moz-border-radius:0 0 15px 15px;
  -o-border-radius:0 0 15px 15px;
  display:none;
  margin-left:-3px;
  opacity:0;
  position:absolute;
  width:148px;
  border-bottom:3px solid #ffffff;
  border-left:3px solid #ffffff;
  border-right:3px solid #ffffff;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
  -ms-transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
  width:148px;
}

.nav > ul > li > div ul > li {
  display:block;
  text-shadow:5px 2px 5px rgba(0,0,0,1),-2px -1px 3px rgba(0,0,0,1);
}

.nav > ul > li > div ul > li > a {
  color:# ab8d95;
  display:block;
  padding:4px 12px;
  text-decoration:none;
  font-size:18px;
}

.nav > ul > li > div ul > li:hover > a {
  background-color:#000000 (255,255,255,0);
  width:13.2%;
  font-style:italic;
  border-radius:15px 15px 15px 15px;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#favorite_models_container,#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#tags_label,#tags_value,#profile_friends .heading,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:940px;
  margin:45px auto 0;
/* was 40px auto -10px; 	*/
/*  background:#f8f0f4 url(https://img.mfcimg.com/photos2/172/17278437/329-820-567-605-8645607.jpg); */
  background:#f8f0f4 url(https://img.mfcimg.com/photos2/172/17278437/386-999-379-431-9032855.jpg);
  background-repeat:no-repeat;
  background-size:940px 607px;
  box-shadow:0 0 20px 10px #ffffff;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:137px 0 0;
}

#avatar_holder {
  width:100px;
  height:100px;
  margin-bottom:-10px;
  margin-left:19px;
}

#profile_avatar {
  width:100px;
  height:100px;
  padding:1px;
  background-color:rgba(0,0,0,0.58);
  border:1px solid rgba(5,5,5,1);
  box-shadow:-1px 1px 3px rgba(0,0,0,1),1px -1px 3px rgba(0,0,0,1);
  animation-name:slideLeft;
  -webkit-animation-name:slideLeft;
  -moz-animation-name:slideLeft;
  -o-animation-name:slideLeft;
  -ms-animation-name:slideLeft;
  animation-duration:3s;
  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  -o-animation-duration:3s;
  -ms-animation-duration:3s;
  animation-delay:1.55s;
  -webkit-animation-delay:1.55s;
  -moz-animation-delay:1.55s;
  -o-animation-delay:1.55s;
  -ms-animation-delay:1.55s;
  animation-timing-function:ease-in-out;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;
  -o-animation-timing-function:ease-in-out;
  -ms-animation-timing-function:ease-in-out;
  visibility:visible;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#f8f0f4;
  color:#f8f0f4;
  margin:auto;
  height:65px;
  font-size:3em;
  font-family:Arial;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-radius:50px 50px 0 0;
  -webkit-border-radius:50px 50px 0 0;
  -moz-border-radius:50px 50px 0 0;
  -o-border-radius:50px 50px 0 0;
  border:px solid #000;
  box-shadow:0 0 0 #ffffff;
  letter-spacing:1px;
  text-shadow:1px 1px 10px #ab8d95,-1px -1px 10px #f9d7e9;
  text-transform:uppercase;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

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

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

#img_preview {
  border-radius:0;
  box-shadow:none;
}

.images {
  padding:15px 0 10px 19px;
  background:rgba(248,240,244,0.82);
  border-bottom:px solid #000;
  border-left:px solid #000;
  border-right:px solid #000;
  border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -o-border-radius:0 0 10px 10px;
  box-shadow:0 0 px #ffffff;
}

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

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

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
  overflow:auto;
  background:#f8f0f4;
  list-style-type:none;
  height:240px;
  margin-top:-15px;
  margin-bottom:20px;
  border-radius:0 0 10px 10px;
  border-left:px solid #000;
  border-right:px solid #000;
  border-bottom:px solid #000;
  -webkit-border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -o-border-radius:0 0 10px 10px;
  box-shadow:0 0 0 #ffffff;
}

.photo_gallery_image {
  border:2px solid #333;
  cursor:pointer;
  width:100px;
  height:100px;
  background:#333;
  box-shadow:0 0 0 rgba(248,240,244,0.82),0px -1px 0 rgba(248,240,244,0.82),1px 0 4px #000;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  border:px solid rgba(82,0,0,1);
  width:100px;
  height:100px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  box-shadow:px px 10px #000,0 -1px 10px #000;
}

.photo_gallery_count {
  font-size:16px;
}

.photo_gallery_link {
  font-size:16px;
  letter-spacing:1px;
}

.photo_gallery_name {
  text-shadow:0 0 7px rgba(255,0,0,0.5);
}

.photo_gallery_count {
  color:rgba(0,0,0,0.8);
}

.photo_gallery {
  margin-bottom:20px;
}

#meaning_life_label {
  margin-top:15px;
}

#schedule_converted {
  font-size:14px;
  text-align:center;
  border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -o-border-radius:0 0 10px 10px;
  line-height:25px;
  background:#f8f0f4;
  border-left:px solid #000;
  border-right:px solid #000;
  border-bottom:px solid #000;
  color:rgba(0,0,0,0.8);
}

#schedule_day_0_container,#schedule_day_1_container,#schedule_day_2_container,#schedule_day_3_container,#schedule_day_4_container,#schedule_day_5_container,#schedule_day_6_container {
  margin:0;
  background:#f8f0f4;
  border-left:px solid #000;
  border-right:px solid #000;
  padding:0 23.5%;
  line-height:20px;
  font-size:13px;
  color:rgba(0,0,0,0.8);
}

/* ==========================================================================
   Webstore & Video  section
   ========================================================================== */
#store,#TipMenu,#HT,#News {
  position:absolute;
  margin-top:-115px;
  height:0;
  width:0;
}

#Girlgirl {
  position:absolute;
  margin-top:-50px;
  height:0;
  width:0;
}

#Solo {
  position:absolute;
  margin-top:-41px;
  height:0;
  width:0;
}

.videostore {
  font-size:1rem;
  line-height:1;
  width:950px;
  margin-left:-199px;
  overflow:hidden;
  opacity:1;
}

.store-header {
  background:#f8f0f4;
  color:#f8f0f4;
  margin:auto;
  height:80px;
  font-size:4em;
  font-family:Arial;
  text-align:center;
  padding:15px 0 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:px solid #000;
  box-shadow:0 0 0 #ffffff;
  text-shadow:1px 1px 10px #ab8d95,-1px -1px 10px #f8f0f4;
}

.store-header2 {
  background:#f8f0f4;
  color:#fff0f4;
  margin:auto;
  height:72px;
  font-size:4em;
  font-family:Arial;
  text-align:center;
  padding:10px 0 24px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-radius:50px 50px 0 0;
  -webkit-border-radius:50px 50px 0 0;
  -moz-border-radius:50px 50px 0 0;
  -o-border-radius:50px 50px 0 0;
  border:px solid #000;
  box-shadow:0 0 0 #ffffff;
  text-shadow:1px 1px 10px #ab5d65,-1px -1px 10px #f9d7e9;
}

.video-list {
  background-color:#f8f0f4;
  border-bottom:px solid #000000;
  border-left:px solid #000000;
  border-right:px solid #000000;
  margin-right:auto;
  margin-bottom:auto;
  box-shadow:0 0 0 #ffffff;
/*  height:400px; 	*/
  height:634px;
  overflow:auto;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#f8f0f4;
  margin:auto;
  height:15px;
  margin-bottom:40px;
  border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -o-border-radius:0 0 10px 10px;
  border:px solid #000;
  box-shadow:0 0 0 #ffffff;
}

.video-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:px solid #000000;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  box-shadow:0 0 px #ffffff;
}

.video-item .image {
  width:43%;
  height:100%;
  position:absolute;
  left:-px;
  top:0;
  z-index:10;
}

.video img {
  height:100%;
}

.video-item .desc {
  width:59.7%;
  height:100%;
  background-color:#f8f0f4;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  z-index:20;
/*  border-left:4px solid #000000; 	*/
  border-left:0 solid #000000;
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -o-box-sizing:border-box;
}

.store-item .image {
  width:43%;
  height:100%;
  position:absolute;
  left:-px;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.desc .title {
  height:20px;
  width:100%;
  margin:7px 6px 0;
  font-size:1.2em;
  font-weight:bold;
  color:#000;
  text-shadow:0 0 0;
}

.desc-content {
  height:95px;
  width:97%;
  margin-left:6px;
  overflow:hidden;
  display:-webkit-box;
  color:#000;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:2px;
  font-size:.75em;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -o-box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.75em;
  text-transform:uppercase;
  color:#fff;
  background-color:rgba(171,141,149,0.82);
  padding:2px 10px;
  border-radius:8px;
  text-shadow:2px 1px 1px #000;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  -webkit-box-shadow:px px px #000,2px 0 0 #ffffff;
  -moz-box-shadow:px px px #000,2px 0 0 #ffffff;
  box-shadow:px px px #000,2px 0 0 #ffffff;
}

.video-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
  height:9px;
}

.video-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:px solid black;
  background-color:#f8f0f4;
}

.video-list::-webkit-scrollbar-thumb:hover {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:px solid black;
  background-color:#f8f0f4;
}

.video-list::-webkit-scrollbar-track-piece {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:px solid black;
}

/* ==========================================================================
   Counter Top
   ========================================================================== */
#counter {
  display:block;
  width:227px;
  height:114px;
  margin-left:685px;
  margin-bottom:-117px;
  background:rgba(0,0,0,0.75);
  overflow:hidden;
  position:relative;
  border-radius:25px 25px 25px 25px;
  -webkit-border-radius:25px 25px 25px 25px;
  -moz-border-radius:25px;
  -o-border-radius:25px 25px 25px 25px;
  border:px solid rgba(255,255,255,0.55);
  box-shadow:px px px #000,px px px #ffffff;
  animation-duration:5s;
  -webkit-animation-duration:5s;
  -moz-animation-duration:5s;
  -o-animation-duration:5s;
  -ms-animation-duration:5s;
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
  -ms-animation-delay:1s;
  animation-timing-function:ease-out;
  -webkit-animation-timing-function:ease -out;
  -moz-animation-timing-function:ease -out;
  -o-animation-timing-function:ease -out;
  -ms-animation-timing-function:ease -out;
  opacity:.7;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
#Home {
  display:block;
  position:absolute;
  top:-3000px;
  height:40px;
  width:40px;
}

#new {
  position:relative;
  display:block;
  margin:0 auto;
  height:200px;
  width:920px;
  background:#f8f0f4;
  overflow:hidden;
  z-index:1;
  box-shadow:0 0 0 0 #ffffff;
  text-align:center;
}

#profile_friends {
/*  margin:-3486px 0 3358px; */
  margin:-4264px 0 4114px;
}

.newstext {
/*  font-size:40px; 	*/
  font-size:30px;
  font-family:Arial;
/*  color:#f9d7e9; 	*/
  color:#d9a7a9;
  padding-top:60px;
}

/* 
==========================================================================
   Tipmenu Section
========================================================================== 
*/
#menuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:464px;
  width:920px;
/*  background:url(https://img.mfcimg.com/photos2/172/17278437/646-312-975-473-8641939.png)  */
/*    no-repeat top;		 */
/*  background:url(https://img.mfcimg.com/photos2/172/17278437/635-657-300-780-10434265.jpg)  */
/*    no-repeat top; 		 */
  background:url(https://img.mfcimg.com/photos2/198/19860066/858-211-481-894-10507503.jpg) no-repeat top;
  overflow:hidden;
  box-shadow:0 0 13px 0 #ffffff;
  font:large,'Lucida Sans',Arial,Helvetica,sans-serif;
/* new */
  color:#ffefef;
/* text color is pink-tinted white */
  font-size:large;
/* new */
  line-height:150%;
/* new */
}

/* 
==========================================================================
   Thyme's Garden Section
========================================================================== 
position:absolute;
  margin
  height:0;
  width:0;
}


*/
#herbWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:726px;
  width:920px;
  background:url(https://img.mfcimg.com/photos2/172/17278437/741-946-601-700-10494606.jpg) no-repeat top;
  overflow:hidden;
  box-shadow:none;
  color:#f9d7e9;
/* text color is pink*/
/*  font-size:40px; 	*/
  font-size:30px;
  font-family:Arial;
/*  color:#f9d7e9; 	*/
  color:#d9a7a9;
  font:large,'Lucida Sans',Arial,Helvetica,sans-serif;
  line-height:300%;
}

/* 
==========================================================================
   Highest Tippers
========================================================================== 
*/
#HTWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:370px;
  width:920px;
  background:#f8f0f4;
  overflow:hidden;
  box-shadow:0 0 0 0 #ffffff;
}

.first-top-ten {
/*  color:#ab8d95; 	*/
  color:#ab8080;
  font-size:19px;
  font-weight:bold;
}

#top-ten {
  margin:0 auto;
  width:690px;
}

#top-ten .topten {
  background:#f8f0f4;
/*  color:#f9d7e9; 	*/
  color:#d9b7c9;
  float:left;
  font:14px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
/* was 16px */
  padding:20px;
  position:relative;
/*  text-shadow:0 1px #ab8d95; 	*/
  text-shadow:0 1px rgba(255,255,255,0.8);
/*  width:680px; */
  width:650px;
}

#top-ten h3 {
  background-color:#EEEEEE;
  background:#f8f0f4;
  font-family:Arial;
  font-size:30px;
  font-weight:normal;
/*  margin:-10px -20px 15px; */
  margin:-10px -20px 0;
  padding:20px;
  text-align:center;
}

#top-ten ul {
/*  color:#000000; 	*/
  color:#ab8d95;
  font-family:tahoma;
/*  font-size:16px; */
  font-size:15px;
  list-style:decimal inside none;
  margin:0 170px 40px;
  padding:0;
}

#top-ten li {
  border-bottom:px solid #171717;
/*  padding:10px 0; */
  padding:6px 0;
}

.top-ten-right {
  float:right;
}

/*-----------------[TOP 10 END]------------------------*/
/* 
==========================================================================
   Loader
========================================================================== 
*/
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

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

to {
  opacity:1;
}  
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-in {
  opacity:0;
/* make things invisible upon start */
  -webkit-animation:fadeIn ease 1;
/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -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;
}

.fade-in.one {
  animation-delay:3s;
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  -o-animation-delay:3s;
  -ms-animation-delay:3s;
}

.fade-in.two {
  animation-delay:3.2s;
  -webkit-animation-delay:3.2s;
  -moz-animation-delay:3.2s;
  -o-animation-delay:3.2s;
  -ms-animation-delay:3.2s;
}

.fade-in.three {
  animation-delay:3.4s;
  -webkit-animation-delay:3.4s;
  -moz-animation-delay:3.4s;
  -o-animation-delay:3.4s;
  -ms-animation-delay:3.4s;
}

.fade-in.four {
  animation-delay:3.6s;
  -webkit-animation-delay:3.6s;
  -moz-animation-delay:3.6s;
  -o-animation-delay:3.6s;
  -ms-animation-delay:3.6s;
}

.fade-in.five {
  animation-delay:3.8s;
  -webkit-animation-delay:3.8s;
  -moz-animation-delay:3.8s;
  -o-animation-delay:3.8s;
  -ms-animation-delay:3.8s;
}

.fade-in.six {
  animation-delay:4s;
  -webkit-animation-delay:4s;
  -moz-animation-delay:4s;
  -o-animation-delay:4s;
  -ms-animation-delay:4s;
}

.fade-in.seven {
  animation-delay:4.2s;
  -webkit-animation-delay:4.2s;
  -moz-animation-delay:4.2s;
  -o-animation-delay:4.2s;
  -ms-animation-delay:4.2s;
}

.fade-in.eight {
  animation-delay:4.4s;
  -webkit-animation-delay:4.4s;
  -moz-animation-delay:4.4s;
  -o-animation-delay:4.4s;
  -ms-animation-delay:4.4s;
}

.fade-in.nine {
  animation-delay:4.6s;
  -webkit-animation-delay:4.6s;
  -moz-animation-delay:4.6s;
  -o-animation-delay:4.6s;
  -ms-animation-delay:4.6s;
}

.fade-in.ten {
  animation-delay:5s;
  -webkit-animation-delay:5s;
  -moz-animation-delay:5s;
  -o-animation-delay:5s;
  -ms-animation-delay:5s;
}

/* latin-ext */
@font-face {
  font-family:'Arial';
  font-style:normal;
  font-weight:400;
  src:local('Arial Regular'),local(Arial-Regular),url(http://fonts.gstatic.com/s/Arial/v5/WNgp5VtnuX7B9jN5DIBSSvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Arial';
  font-style:normal;
  font-weight:400;
  src:local('Arial Regular'),local(Arial-Regular),url(http://fonts.gstatic.com/s/Arial/v5/wVGrTUPFgrm3-QmFS7QhdvesZW2xOQ-xsNqO47m55DA.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;
}

/*  ========= End of CSS file =========  */