@charset "UTF-8";

UTF-8;
#T661 {
  z-index:9000;
  position:fixed;
  bottom:5px;
  right:5px;
  border:1px solid #238E68;
  width:15px;
  height:15px;
  overflow:hidden;
  background:#fff;
  -webkit-transition:.5s ease-in;
  transition:.5s ease-in;
}

#T661Square {
  position:absolute;
  left:8px;
  top:8px;
  width:11px;
  height:11px;
  margin:-6px 0 0 -6px;
  background:#238E68;
  overflow:hidden;
  -webkit-animation:O314Spin 4s infinite linear;
  -moz-animation:O314Spin 4s infinite linear;
  -o-animation:O314Spin 4s infinite linear;
  animation:O314Spin 4s infinite linear;
  -webkit-transition:.5s ease-in;
  transition:.5s ease-in;
}

#T661Content {
  position:absolute;
  width:81px;
  height:81px;
  left:35px;
  top:35px;
}

#T661Content div {
  line-height:13px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  color:White;
  opacity:0;
  -webkit-transition:.25s ease-in;
  transition:.25s ease-in;
}

#T661Content div:nth-child(even) {
  text-align:right;
}

#T661Content div a {
  color:White;
}

@-webkit-keyframes O314Spin {
  100% {
    -webkit-transform:rotate(360deg);
  }
}

@-moz-keyframes O314Spin {
  100% {
    -moz-transform:rotate(360deg);
  }
}

@-o-keyframes O314Spin {
  100% {
    -o-transform:rotate(360deg);
  }
}

@keyframes O314Spin {
  100% {
    transform:rotate(360deg);
  }
}

#T661:hover {
  width:151px;
  height:151px;
  border:3px solid #238E68;
}

#T661:hover #T661Square {
  left:76px;
  top:76px;
  width:131px;
  height:131px;
  margin:-65px 0 0 -65px;
}

#T661:hover #T661Content div:nth-child(1) {
  opacity:1;
  -webkit-transition:.75s ease-in .5s;
  transition:.75s ease-in .5s;
}

#T661:hover #T661Content div:nth-child(2) {
  opacity:1;
  -webkit-transition:.75s ease-in 1s;
  transition:.75s ease-in 1s;
}

#T661:hover #T661Content div:nth-child(3) {
  opacity:1;
  -webkit-transition:.75s ease-in 1.5s;
  transition:.75s ease-in 1.5s;
}

#T661:hover #T661Content div:nth-child(4) {
  opacity:1;
  -webkit-transition:.75s ease-in 2s;
  transition:.75s ease-in 2s;
}

#T661:hover #T661Content div:nth-child(5) {
  opacity:1;
  -webkit-transition:.75s ease-in 2.5s;
  transition:.75s ease-in 2.5s;
}

#T661:hover #T661Content div:nth-child(6) {
  opacity:1;
  -webkit-transition:.75s ease-in 3s;
  transition:.75s ease-in 3s;
}

.NavBar {
  position:fixed;
  top:0;
  left:50%;
  margin-left:-480px;
  z-index:7000;
  height:35px;
  line-height:35px;
}

.NavBar ul {
  padding:0 30px;
  margin:0;
  list-style-type:none;
}

.NavBar li {
  position:relative;
}

.NavBar a {
  text-decoration:none;
  color:inherit;
  line-height:35px;
  white-space:nowrap;
}

.NavBar > ul > li {
  display:inline-block;
  width:auto;
  padding:0 10px;
}

.NavBar li:hover {
  background:#808080;
}

.NavBar > ul > li > ul {
  position:absolute;
  left:-20px;
  top:35px;
  display:none;
  padding:0;
  overflow:hidden;
}

.NavBar > ul > li > ul > li > a {
  display:block;
  padding:0 30px;
}

.NavBar li:hover > ul {
  display:inline;
}

/* Hide & disable MFC stuff {{{ */
body {
  padding:0;
  margin:0;
}

#header_bar,#profile_main_photo,#profile_about_me > .heading,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#tags_container,#pets_container,#automobile_container,#about_me_label,#profile_interests_content .heading,#profile_interests_content .label,#five_things_container,#favorite_books_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#know_me_container,#footer_bar {
  display:none;
}

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

.profile_section {
  border-spacing:0;
}

.CustomContent div > p:first-child {
  margin-top:0;
}

.CustomContent div > p:last-child {
  margin-bottom:0;
}

.profile_row,.profile_section,#profile_friends.profile_subsection,#meaning_life_container {
  display:block;
}

.hidden {
  display:none;
}

#profile_interests_content .container,#profile_interests_content .value {
  margin:0;
}

.ImageContainer {
  position:relative;
}

.ImageContainer img {
  position:absolute;
  display:block;
}

.ImageContainer a {
  position:absolute;
  width:100%;
  height:100%;
  z-index:30;
  background:rgba(0,0,0,0);
}

.ImageContainer .Text {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:20;
  text-align:left;
}

.ImageContainer>.HoverOff {
  -webkit-transition:.75s ease-in;
  transition:.75s ease-in;
  opacity:1;
  -webkit-animation:none!important;
  -moz-animation:none!important;
  -o-animation:none!important;
  animation:none!important;
  z-index:20;
}

.ImageContainer:hover>.HoverOff {
  opacity:0;
}

.ImageContainer>.HoverOn {
  -webkit-transition:.75s ease-in;
  transition:.75s ease-in;
  opacity:0;
  -webkit-animation:none!important;
  -moz-animation:none!important;
  -o-animation:none!important;
  animation:none!important;
  z-index:20;
}

.ImageContainer:hover>.HoverOn {
  opacity:1;
}

.ImageContainer>.Background {
  opacity:1;
  -webkit-animation:none!important;
  -moz-animation:none!important;
  -o-animation:none!important;
  animation:none!important;
  z-index:10;
}

@-webkit-keyframes ImgFade2_1 {
  0% {
    opacity:1;
  }
  
  37.50% {
    opacity:1;
  }
  
  50.00% {
    opacity:0;
  }
  
  87.50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade2_1 {
  0% {
    opacity:1;
  }
  
  37.50% {
    opacity:1;
  }
  
  50.00% {
    opacity:0;
  }
  
  87.50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade2_1 {
  0% {
    opacity:1;
  }
  
  37.50% {
    opacity:1;
  }
  
  50.00% {
    opacity:0;
  }
  
  87.50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade2_1 {
  0% {
    opacity:1;
  }
  
  37.50% {
    opacity:1;
  }
  
  50.00% {
    opacity:0;
  }
  
  87.50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount2.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount2:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade2_1 6s ease-in-out infinite;
  -moz-animation:ImgFade2_1 6s ease-in-out infinite;
  -o-animation:ImgFade2_1 6s ease-in-out infinite;
  animation:ImgFade2_1 6s ease-in-out infinite;
}

.ImageContainer.ImageCount2.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount2.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade2_1 3s ease-in-out infinite;
  -moz-animation:ImgFade2_1 3s ease-in-out infinite;
  -o-animation:ImgFade2_1 3s ease-in-out infinite;
  animation:ImgFade2_1 3s ease-in-out infinite;
}

@-webkit-keyframes ImgFade3_1 {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.67% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade3_1 {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.67% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade3_1 {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.67% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade3_1 {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.67% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade3_x {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.66% {
    opacity:0;
  }
  
  91.67% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade3_x {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.66% {
    opacity:0;
  }
  
  91.67% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade3_x {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.66% {
    opacity:0;
  }
  
  91.67% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade3_x {
  0% {
    opacity:1;
  }
  
  25.00% {
    opacity:1;
  }
  
  33.33% {
    opacity:0;
  }
  
  91.66% {
    opacity:0;
  }
  
  91.67% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount3.AutoRun > img,.ImageContainer.ImageCount3:hover > img {
  -webkit-animation:ImgFade3_x 9s ease-in-out infinite;
  -moz-animation:ImgFade3_x 9s ease-in-out infinite;
  -o-animation:ImgFade3_x 9s ease-in-out infinite;
  animation:ImgFade3_x 9s ease-in-out infinite;
}

.ImageContainer.ImageCount3.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount3:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade3_1 9s ease-in-out infinite;
  -moz-animation:ImgFade3_1 9s ease-in-out infinite;
  -o-animation:ImgFade3_1 9s ease-in-out infinite;
  animation:ImgFade3_1 9s ease-in-out infinite;
}

.ImageContainer.ImageCount3.AutoRun > img:nth-of-type(3),.ImageContainer.ImageCount3:hover > img:nth-of-type(3) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount3.Fast.AutoRun > img,.ImageContainer.ImageCount3.Fast:hover > img {
  -webkit-animation:ImgFade3_x 4.5s ease-in-out infinite;
  -moz-animation:ImgFade3_x 4.5s ease-in-out infinite;
  -o-animation:ImgFade3_x 4.5s ease-in-out infinite;
  animation:ImgFade3_x 4.5s ease-in-out infinite;
}

.ImageContainer.ImageCount3.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount3.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade3_1 4.5s ease-in-out infinite;
  -moz-animation:ImgFade3_1 4.5s ease-in-out infinite;
  -o-animation:ImgFade3_1 4.5s ease-in-out infinite;
  animation:ImgFade3_1 4.5s ease-in-out infinite;
}

.ImageContainer.ImageCount3.Fast.AutoRun > img:nth-of-type(3),.ImageContainer.ImageCount3.Fast:hover > img:nth-of-type(3) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade4_1 {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.75% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade4_1 {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.75% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade4_1 {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.75% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade4_1 {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.75% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade4_x {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.74% {
    opacity:0;
  }
  
  93.75% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade4_x {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.74% {
    opacity:0;
  }
  
  93.75% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade4_x {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.74% {
    opacity:0;
  }
  
  93.75% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade4_x {
  0% {
    opacity:1;
  }
  
  18.75% {
    opacity:1;
  }
  
  25.00% {
    opacity:0;
  }
  
  93.74% {
    opacity:0;
  }
  
  93.75% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount4.AutoRun > img,.ImageContainer.ImageCount4:hover > img {
  -webkit-animation:ImgFade4_x 12s ease-in-out infinite;
  -moz-animation:ImgFade4_x 12s ease-in-out infinite;
  -o-animation:ImgFade4_x 12s ease-in-out infinite;
  animation:ImgFade4_x 12s ease-in-out infinite;
}

.ImageContainer.ImageCount4.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount4:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade4_1 12s ease-in-out infinite;
  -moz-animation:ImgFade4_1 12s ease-in-out infinite;
  -o-animation:ImgFade4_1 12s ease-in-out infinite;
  animation:ImgFade4_1 12s ease-in-out infinite;
}

.ImageContainer.ImageCount4.AutoRun > img:nth-of-type(4),.ImageContainer.ImageCount4:hover > img:nth-of-type(4) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount4.Fast.AutoRun > img,.ImageContainer.ImageCount4.Fast:hover > img {
  -webkit-animation:ImgFade4_x 6s ease-in-out infinite;
  -moz-animation:ImgFade4_x 6s ease-in-out infinite;
  -o-animation:ImgFade4_x 6s ease-in-out infinite;
  animation:ImgFade4_x 6s ease-in-out infinite;
}

.ImageContainer.ImageCount4.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount4.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade4_1 6s ease-in-out infinite;
  -moz-animation:ImgFade4_1 6s ease-in-out infinite;
  -o-animation:ImgFade4_1 6s ease-in-out infinite;
  animation:ImgFade4_1 6s ease-in-out infinite;
}

.ImageContainer.ImageCount4.Fast.AutoRun > img:nth-of-type(4),.ImageContainer.ImageCount4.Fast:hover > img:nth-of-type(4) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade5_1 {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  95.00% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade5_1 {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  95.00% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade5_1 {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  95.00% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade5_1 {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  95.00% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade5_x {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  94.99% {
    opacity:0;
  }
  
  95.00% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade5_x {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  94.99% {
    opacity:0;
  }
  
  95.00% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade5_x {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  94.99% {
    opacity:0;
  }
  
  95.00% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade5_x {
  0% {
    opacity:1;
  }
  
  15.00% {
    opacity:1;
  }
  
  20.00% {
    opacity:0;
  }
  
  94.99% {
    opacity:0;
  }
  
  95.00% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount5.AutoRun > img,.ImageContainer.ImageCount5:hover > img {
  -webkit-animation:ImgFade5_x 15s ease-in-out infinite;
  -moz-animation:ImgFade5_x 15s ease-in-out infinite;
  -o-animation:ImgFade5_x 15s ease-in-out infinite;
  animation:ImgFade5_x 15s ease-in-out infinite;
}

.ImageContainer.ImageCount5.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount5:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade5_1 15s ease-in-out infinite;
  -moz-animation:ImgFade5_1 15s ease-in-out infinite;
  -o-animation:ImgFade5_1 15s ease-in-out infinite;
  animation:ImgFade5_1 15s ease-in-out infinite;
}

.ImageContainer.ImageCount5.AutoRun > img:nth-of-type(5),.ImageContainer.ImageCount5:hover > img:nth-of-type(5) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount5.Fast.AutoRun > img,.ImageContainer.ImageCount5.Fast:hover > img {
  -webkit-animation:ImgFade5_x 7.5s ease-in-out infinite;
  -moz-animation:ImgFade5_x 7.5s ease-in-out infinite;
  -o-animation:ImgFade5_x 7.5s ease-in-out infinite;
  animation:ImgFade5_x 7.5s ease-in-out infinite;
}

.ImageContainer.ImageCount5.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount5.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade5_1 7.5s ease-in-out infinite;
  -moz-animation:ImgFade5_1 7.5s ease-in-out infinite;
  -o-animation:ImgFade5_1 7.5s ease-in-out infinite;
  animation:ImgFade5_1 7.5s ease-in-out infinite;
}

.ImageContainer.ImageCount5.Fast.AutoRun > img:nth-of-type(5),.ImageContainer.ImageCount5.Fast:hover > img:nth-of-type(5) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade6_1 {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.83% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade6_1 {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.83% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade6_1 {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.83% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade6_1 {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.83% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade6_x {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.82% {
    opacity:0;
  }
  
  95.83% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade6_x {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.82% {
    opacity:0;
  }
  
  95.83% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade6_x {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.82% {
    opacity:0;
  }
  
  95.83% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade6_x {
  0% {
    opacity:1;
  }
  
  12.50% {
    opacity:1;
  }
  
  16.67% {
    opacity:0;
  }
  
  95.82% {
    opacity:0;
  }
  
  95.83% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount6.AutoRun > img,.ImageContainer.ImageCount6:hover > img {
  -webkit-animation:ImgFade6_x 18s ease-in-out infinite;
  -moz-animation:ImgFade6_x 18s ease-in-out infinite;
  -o-animation:ImgFade6_x 18s ease-in-out infinite;
  animation:ImgFade6_x 18s ease-in-out infinite;
}

.ImageContainer.ImageCount6.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount6:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade6_1 18s ease-in-out infinite;
  -moz-animation:ImgFade6_1 18s ease-in-out infinite;
  -o-animation:ImgFade6_1 18s ease-in-out infinite;
  animation:ImgFade6_1 18s ease-in-out infinite;
}

.ImageContainer.ImageCount6.AutoRun > img:nth-of-type(6),.ImageContainer.ImageCount6:hover > img:nth-of-type(6) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount6.Fast.AutoRun > img,.ImageContainer.ImageCount6.Fast:hover > img {
  -webkit-animation:ImgFade6_x 9s ease-in-out infinite;
  -moz-animation:ImgFade6_x 9s ease-in-out infinite;
  -o-animation:ImgFade6_x 9s ease-in-out infinite;
  animation:ImgFade6_x 9s ease-in-out infinite;
}

.ImageContainer.ImageCount6.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount6.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade6_1 9s ease-in-out infinite;
  -moz-animation:ImgFade6_1 9s ease-in-out infinite;
  -o-animation:ImgFade6_1 9s ease-in-out infinite;
  animation:ImgFade6_1 9s ease-in-out infinite;
}

.ImageContainer.ImageCount6.Fast.AutoRun > img:nth-of-type(6),.ImageContainer.ImageCount6.Fast:hover > img:nth-of-type(6) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade7_1 {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.45% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade7_1 {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.45% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade7_1 {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.45% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade7_1 {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.45% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade7_x {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.44% {
    opacity:0;
  }
  
  96.45% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade7_x {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.44% {
    opacity:0;
  }
  
  96.45% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade7_x {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.44% {
    opacity:0;
  }
  
  96.45% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade7_x {
  0% {
    opacity:1;
  }
  
  10.71% {
    opacity:1;
  }
  
  14.29% {
    opacity:0;
  }
  
  96.44% {
    opacity:0;
  }
  
  96.45% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount7.AutoRun > img,.ImageContainer.ImageCount7:hover > img {
  -webkit-animation:ImgFade7_x 21s ease-in-out infinite;
  -moz-animation:ImgFade7_x 21s ease-in-out infinite;
  -o-animation:ImgFade7_x 21s ease-in-out infinite;
  animation:ImgFade7_x 21s ease-in-out infinite;
}

.ImageContainer.ImageCount7.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount7:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade7_1 21s ease-in-out infinite;
  -moz-animation:ImgFade7_1 21s ease-in-out infinite;
  -o-animation:ImgFade7_1 21s ease-in-out infinite;
  animation:ImgFade7_1 21s ease-in-out infinite;
}

.ImageContainer.ImageCount7.AutoRun > img:nth-of-type(7),.ImageContainer.ImageCount7:hover > img:nth-of-type(7) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount7.Fast.AutoRun > img,.ImageContainer.ImageCount7.Fast:hover > img {
  -webkit-animation:ImgFade7_x 10.5s ease-in-out infinite;
  -moz-animation:ImgFade7_x 10.5s ease-in-out infinite;
  -o-animation:ImgFade7_x 10.5s ease-in-out infinite;
  animation:ImgFade7_x 10.5s ease-in-out infinite;
}

.ImageContainer.ImageCount7.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount7.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade7_1 10.5s ease-in-out infinite;
  -moz-animation:ImgFade7_1 10.5s ease-in-out infinite;
  -o-animation:ImgFade7_1 10.5s ease-in-out infinite;
  animation:ImgFade7_1 10.5s ease-in-out infinite;
}

.ImageContainer.ImageCount7.Fast.AutoRun > img:nth-of-type(7),.ImageContainer.ImageCount7.Fast:hover > img:nth-of-type(7) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade8_1 {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.88% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade8_1 {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.88% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade8_1 {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.88% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade8_1 {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.88% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade8_x {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.87% {
    opacity:0;
  }
  
  96.88% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade8_x {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.87% {
    opacity:0;
  }
  
  96.88% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade8_x {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.87% {
    opacity:0;
  }
  
  96.88% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade8_x {
  0% {
    opacity:1;
  }
  
  9.38% {
    opacity:1;
  }
  
  12.50% {
    opacity:0;
  }
  
  96.87% {
    opacity:0;
  }
  
  96.88% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount8.AutoRun > img,.ImageContainer.ImageCount8:hover > img {
  -webkit-animation:ImgFade8_x 24s ease-in-out infinite;
  -moz-animation:ImgFade8_x 24s ease-in-out infinite;
  -o-animation:ImgFade8_x 24s ease-in-out infinite;
  animation:ImgFade8_x 24s ease-in-out infinite;
}

.ImageContainer.ImageCount8.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount8:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade8_1 24s ease-in-out infinite;
  -moz-animation:ImgFade8_1 24s ease-in-out infinite;
  -o-animation:ImgFade8_1 24s ease-in-out infinite;
  animation:ImgFade8_1 24s ease-in-out infinite;
}

.ImageContainer.ImageCount8.AutoRun > img:nth-of-type(8),.ImageContainer.ImageCount8:hover > img:nth-of-type(8) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount8.Fast.AutoRun > img,.ImageContainer.ImageCount8.Fast:hover > img {
  -webkit-animation:ImgFade8_x 12s ease-in-out infinite;
  -moz-animation:ImgFade8_x 12s ease-in-out infinite;
  -o-animation:ImgFade8_x 12s ease-in-out infinite;
  animation:ImgFade8_x 12s ease-in-out infinite;
}

.ImageContainer.ImageCount8.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount8.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade8_1 12s ease-in-out infinite;
  -moz-animation:ImgFade8_1 12s ease-in-out infinite;
  -o-animation:ImgFade8_1 12s ease-in-out infinite;
  animation:ImgFade8_1 12s ease-in-out infinite;
}

.ImageContainer.ImageCount8.Fast.AutoRun > img:nth-of-type(8),.ImageContainer.ImageCount8.Fast:hover > img:nth-of-type(8) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

@-webkit-keyframes ImgFade9_1 {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.22% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade9_1 {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.22% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade9_1 {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.22% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade9_1 {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.22% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes ImgFade9_x {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.21% {
    opacity:0;
  }
  
  97.22% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFade9_x {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.21% {
    opacity:0;
  }
  
  97.22% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFade9_x {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.21% {
    opacity:0;
  }
  
  97.22% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFade9_x {
  0% {
    opacity:1;
  }
  
  8.33% {
    opacity:1;
  }
  
  11.11% {
    opacity:0;
  }
  
  97.21% {
    opacity:0;
  }
  
  97.22% {
    opacity:1;
  }
  
  100% {
    opacity:1;
  }
}

.ImageContainer.ImageCount9.AutoRun > img,.ImageContainer.ImageCount9:hover > img {
  -webkit-animation:ImgFade9_x 27s ease-in-out infinite;
  -moz-animation:ImgFade9_x 27s ease-in-out infinite;
  -o-animation:ImgFade9_x 27s ease-in-out infinite;
  animation:ImgFade9_x 27s ease-in-out infinite;
}

.ImageContainer.ImageCount9.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount9:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade9_1 27s ease-in-out infinite;
  -moz-animation:ImgFade9_1 27s ease-in-out infinite;
  -o-animation:ImgFade9_1 27s ease-in-out infinite;
  animation:ImgFade9_1 27s ease-in-out infinite;
}

.ImageContainer.ImageCount9.AutoRun > img:nth-of-type(9),.ImageContainer.ImageCount9:hover > img:nth-of-type(9) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount9.Fast.AutoRun > img,.ImageContainer.ImageCount9.Fast:hover > img {
  -webkit-animation:ImgFade9_x 13.5s ease-in-out infinite;
  -moz-animation:ImgFade9_x 13.5s ease-in-out infinite;
  -o-animation:ImgFade9_x 13.5s ease-in-out infinite;
  animation:ImgFade9_x 13.5s ease-in-out infinite;
}

.ImageContainer.ImageCount9.Fast.AutoRun > img:nth-of-type(1),.ImageContainer.ImageCount9.Fast:hover > img:nth-of-type(1) {
  -webkit-animation:ImgFade9_1 13.5s ease-in-out infinite;
  -moz-animation:ImgFade9_1 13.5s ease-in-out infinite;
  -o-animation:ImgFade9_1 13.5s ease-in-out infinite;
  animation:ImgFade9_1 13.5s ease-in-out infinite;
}

.ImageContainer.ImageCount9.Fast.AutoRun > img:nth-of-type(9),.ImageContainer.ImageCount9.Fast:hover > img:nth-of-type(9) {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.ImageContainer.ImageCount1>img:nth-of-type(1),.ImageContainer.ImageCount2>img:nth-of-type(1),.ImageContainer.ImageCount3>img:nth-of-type(1),.ImageContainer.ImageCount4>img:nth-of-type(1),.ImageContainer.ImageCount5>img:nth-of-type(1),.ImageContainer.ImageCount6>img:nth-of-type(1),.ImageContainer.ImageCount7>img:nth-of-type(1),.ImageContainer.ImageCount8>img:nth-of-type(1),.ImageContainer.ImageCount9>img:nth-of-type(1) {
  -webkit-animation-delay:0;
  -moz-animation-delay:0;
  -o-animation-delay:0;
  animation-delay:0;
  z-index:19;
}

.ImageContainer.ImageCount2>img:nth-of-type(2),.ImageContainer.ImageCount3>img:nth-of-type(2),.ImageContainer.ImageCount4>img:nth-of-type(2),.ImageContainer.ImageCount5>img:nth-of-type(2),.ImageContainer.ImageCount6>img:nth-of-type(2),.ImageContainer.ImageCount7>img:nth-of-type(2),.ImageContainer.ImageCount8>img:nth-of-type(2),.ImageContainer.ImageCount9>img:nth-of-type(2) {
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  -o-animation-delay:3s;
  animation-delay:3s;
  z-index:18;
}

.ImageContainer.ImageCount3>img:nth-of-type(3),.ImageContainer.ImageCount4>img:nth-of-type(3),.ImageContainer.ImageCount5>img:nth-of-type(3),.ImageContainer.ImageCount6>img:nth-of-type(3),.ImageContainer.ImageCount7>img:nth-of-type(3),.ImageContainer.ImageCount8>img:nth-of-type(3),.ImageContainer.ImageCount9>img:nth-of-type(3) {
  -webkit-animation-delay:6s;
  -moz-animation-delay:6s;
  -o-animation-delay:6s;
  animation-delay:6s;
  z-index:17;
}

.ImageContainer.ImageCount4>img:nth-of-type(4),.ImageContainer.ImageCount5>img:nth-of-type(4),.ImageContainer.ImageCount6>img:nth-of-type(4),.ImageContainer.ImageCount7>img:nth-of-type(4),.ImageContainer.ImageCount8>img:nth-of-type(4),.ImageContainer.ImageCount9>img:nth-of-type(4) {
  -webkit-animation-delay:9s;
  -moz-animation-delay:9s;
  -o-animation-delay:9s;
  animation-delay:9s;
  z-index:16;
}

.ImageContainer.ImageCount5>img:nth-of-type(5),.ImageContainer.ImageCount6>img:nth-of-type(5),.ImageContainer.ImageCount7>img:nth-of-type(5),.ImageContainer.ImageCount8>img:nth-of-type(5),.ImageContainer.ImageCount9>img:nth-of-type(5) {
  -webkit-animation-delay:12s;
  -moz-animation-delay:12s;
  -o-animation-delay:12s;
  animation-delay:12s;
  z-index:15;
}

.ImageContainer.ImageCount6>img:nth-of-type(6),.ImageContainer.ImageCount7>img:nth-of-type(6),.ImageContainer.ImageCount8>img:nth-of-type(6),.ImageContainer.ImageCount9>img:nth-of-type(6) {
  -webkit-animation-delay:15s;
  -moz-animation-delay:15s;
  -o-animation-delay:15s;
  animation-delay:15s;
  z-index:14;
}

.ImageContainer.ImageCount7>img:nth-of-type(7),.ImageContainer.ImageCount8>img:nth-of-type(7),.ImageContainer.ImageCount9>img:nth-of-type(7) {
  -webkit-animation-delay:18s;
  -moz-animation-delay:18s;
  -o-animation-delay:18s;
  animation-delay:18s;
  z-index:13;
}

.ImageContainer.ImageCount8>img:nth-of-type(8),.ImageContainer.ImageCount9>img:nth-of-type(8) {
  -webkit-animation-delay:21s;
  -moz-animation-delay:21s;
  -o-animation-delay:21s;
  animation-delay:21s;
  z-index:12;
}

.ImageContainer.ImageCount9>img:nth-of-type(9) {
  -webkit-animation-delay:24s;
  -moz-animation-delay:24s;
  -o-animation-delay:24s;
  animation-delay:24s;
  z-index:11;
}

.ImageContainer.ImageCount1.Fast>img:nth-of-type(1),.ImageContainer.ImageCount2.Fast>img:nth-of-type(1),.ImageContainer.ImageCount3.Fast>img:nth-of-type(1),.ImageContainer.ImageCount4.Fast>img:nth-of-type(1),.ImageContainer.ImageCount5.Fast>img:nth-of-type(1),.ImageContainer.ImageCount6.Fast>img:nth-of-type(1),.ImageContainer.ImageCount7.Fast>img:nth-of-type(1),.ImageContainer.ImageCount8.Fast>img:nth-of-type(1),.ImageContainer.ImageCount9.Fast>img:nth-of-type(1) {
  -webkit-animation-delay:0;
  -moz-animation-delay:0;
  -o-animation-delay:0;
  animation-delay:0;
  z-index:19;
}

.ImageContainer.ImageCount2.Fast>img:nth-of-type(2),.ImageContainer.ImageCount3.Fast>img:nth-of-type(2),.ImageContainer.ImageCount4.Fast>img:nth-of-type(2),.ImageContainer.ImageCount5.Fast>img:nth-of-type(2),.ImageContainer.ImageCount6.Fast>img:nth-of-type(2),.ImageContainer.ImageCount7.Fast>img:nth-of-type(2),.ImageContainer.ImageCount8.Fast>img:nth-of-type(2),.ImageContainer.ImageCount9.Fast>img:nth-of-type(2) {
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  z-index:18;
}

.ImageContainer.ImageCount3.Fast>img:nth-of-type(3),.ImageContainer.ImageCount4.Fast>img:nth-of-type(3),.ImageContainer.ImageCount5.Fast>img:nth-of-type(3),.ImageContainer.ImageCount6.Fast>img:nth-of-type(3),.ImageContainer.ImageCount7.Fast>img:nth-of-type(3),.ImageContainer.ImageCount8.Fast>img:nth-of-type(3),.ImageContainer.ImageCount9.Fast>img:nth-of-type(3) {
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  -o-animation-delay:3s;
  animation-delay:3s;
  z-index:17;
}

.ImageContainer.ImageCount4.Fast>img:nth-of-type(4),.ImageContainer.ImageCount5.Fast>img:nth-of-type(4),.ImageContainer.ImageCount6.Fast>img:nth-of-type(4),.ImageContainer.ImageCount7.Fast>img:nth-of-type(4),.ImageContainer.ImageCount8.Fast>img:nth-of-type(4),.ImageContainer.ImageCount9.Fast>img:nth-of-type(4) {
  -webkit-animation-delay:4.5s;
  -moz-animation-delay:4.5s;
  -o-animation-delay:4.5s;
  animation-delay:4.5s;
  z-index:16;
}

.ImageContainer.ImageCount5.Fast>img:nth-of-type(5),.ImageContainer.ImageCount6.Fast>img:nth-of-type(5),.ImageContainer.ImageCount7.Fast>img:nth-of-type(5),.ImageContainer.ImageCount8.Fast>img:nth-of-type(5),.ImageContainer.ImageCount9.Fast>img:nth-of-type(5) {
  -webkit-animation-delay:6s;
  -moz-animation-delay:6s;
  -o-animation-delay:6s;
  animation-delay:6s;
  z-index:15;
}

.ImageContainer.ImageCount6.Fast>img:nth-of-type(6),.ImageContainer.ImageCount7.Fast>img:nth-of-type(6),.ImageContainer.ImageCount8.Fast>img:nth-of-type(6),.ImageContainer.ImageCount9.Fast>img:nth-of-type(6) {
  -webkit-animation-delay:7.5s;
  -moz-animation-delay:7.5s;
  -o-animation-delay:7.5s;
  animation-delay:7.5s;
  z-index:14;
}

.ImageContainer.ImageCount7.Fast>img:nth-of-type(7),.ImageContainer.ImageCount8.Fast>img:nth-of-type(7),.ImageContainer.ImageCount9.Fast>img:nth-of-type(7) {
  -webkit-animation-delay:9s;
  -moz-animation-delay:9s;
  -o-animation-delay:9s;
  animation-delay:9s;
  z-index:13;
}

.ImageContainer.ImageCount8.Fast>img:nth-of-type(8),.ImageContainer.ImageCount9.Fast>img:nth-of-type(8) {
  -webkit-animation-delay:10.5s;
  -moz-animation-delay:10.5s;
  -o-animation-delay:10.5s;
  animation-delay:10.5s;
  z-index:12;
}

.ImageContainer.ImageCount9.Fast>img:nth-of-type(9) {
  -webkit-animation-delay:12s;
  -moz-animation-delay:12s;
  -o-animation-delay:12s;
  animation-delay:12s;
  z-index:11;
}

ul.Grid {
  overflow:auto;
  text-align:justify;
  max-height:60vh;
  list-style-type:none;
  padding:0;
  margin:0;
  font-size:1px;
}

ul.Grid>li {
  display:inline-block;
  vertical-align:top;
  font-size:medium;
  position:relative;
}

ul.Grid::after {
  content:'';
  display:inline-block;
  width:100%;
  visibility:hidden;
}

/******* FONTS REMOVED  *************/
#profile,.CustomRow {
  width:964px;
  margin:0 auto;
}

.CustomContent,#profile_password_photo_galleries > .profile_section_content,#profile_photo_galleries > .profile_section_content,#password_photo_galleries .profile_section_content,#photo_galleries .profile_section_content,#profile_comments > .profile_section_content {
  margin:0;
  padding:20px 25px;
  border-radius:0;
  background:rgba(255,193,218,.5);
  overflow:hidden;
  border:solid 2px;
  border-color:rgba(255,255,255,.4) rgba(0,0,0,.4) rgba(0,0,0,.4) rgba(255,255,255,.4);
}

.CustomContent .Header,#profile_password_photo_galleries .heading,#profile_photo_galleries .heading,#password_photo_galleries .heading,#photo_galleries .heading,#profile_comments .heading {
  margin:-20px -25px 10px;
  padding:0 25px;
  background:rgba(255,133,182,.5);
  font-family:Lobster,Arial,'Verdana';
  font-size:28px;
  font-weight:normal;
  line-height:35px;
  color:#fff;
  -webkit-animation:MenuBGPulseKM 9s linear infinite;
  -moz-animation:MenuBGPulseKM 9s linear infinite;
  -o-animation:MenuBGPulseKM 9s linear infinite;
  animation:MenuBGPulseKM 9s linear infinite;
}

.CustomContent .Footer {
  margin:10px -25px -20px;
  padding:0 25px;
  background:#cc00cc;
  font-family:Lobster,Arial,'Verdana';
  font-size:28px;
  font-weight:normal;
  line-height:35px;
  color:#fff;
  -webkit-animation:MenuBGPulseKM 9s linear infinite;
  -moz-animation:MenuBGPulseKM 9s linear infinite;
  -o-animation:MenuBGPulseKM 9s linear infinite;
  animation:MenuBGPulseKM 9s linear infinite;
}

.CustomContent .Header a,#profile_password_photo_galleries .heading a,#profile_photo_galleries .heading a,#password_photo_galleries .heading a,#photo_galleries .heading a,#profile_comments .heading a,.CustomContent .Footer a {
  color:#fff;
}

#profile_header {
  padding-top:45px;
}

.CustomRow::before,#profile_friends::before,#profile_password_photo_galleries::before,#password_photo_galleries::before,#profile_photo_galleries::before,#photo_galleries::before {
  display:block;
  content:" ";
  margin-top:-45px;
  height:45px;
  visibility:hidden;
}

#profile_header::after,.CustomRow::after,#profile_password_photo_galleries::after,#password_photo_galleries::after,#profile_photo_galleries::after,#photo_galleries::after {
  display:block;
  content:" ";
  height:10px;
  visibility:hidden;
}

#profile_friends {
  margin-bottom:10px;
}

#profile_header_container .heading {
  font-family:'Shadows Into Light Two','Arial Narrow',Arial,sans-serif;
  font-size:30px;
}

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

.NavBar {
  font-family:Chewy,Arial,'Verdana';
  font-size:25px;
  font-weight:normal;
  width:964px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  box-shadow:0 0 10px 7px rgba(255,255,255,0.75);
  background:#cccccc;
  background:rgba(255,133,182,.75);
  color:#fff;
  -webkit-animation:NavBarPulseF 9s linear infinite;
  -moz-animation:NavBarPulseF 9s linear infinite;
  -o-animation:NavBarPulseF 9s linear infinite;
  animation:NavBarPulseF 9s linear infinite;
}

@-webkit-keyframes MenuBGPulseF {
  0% {
    background:rgba(255,133,182,.5);
  }
  
  33% {
    background:rgba(255,158,197,.5);
  }
  
  67% {
    background:rgba(255,107,167,.5);
  }
  
  100% {
    background:rgba(255,133,182,.5);
  }
}

@-moz-keyframes MenuBGPulseF {
  0% {
    background:rgba(255,133,182,.5);
  }
  
  33% {
    background:rgba(255,158,197,.5);
  }
  
  67% {
    background:rgba(255,107,167,.5);
  }
  
  100% {
    background:rgba(255,133,182,.5);
  }
}

@-o-keyframes MenuBGPulseF {
  0% {
    background:rgba(255,133,182,.5);
  }
  
  33% {
    background:rgba(255,158,197,.5);
  }
  
  67% {
    background:rgba(255,107,167,.5);
  }
  
  100% {
    background:rgba(255,133,182,.5);
  }
}

@keyframes MenuBGPulseF {
  0% {
    background:rgba(255,133,182,.5);
  }
  
  33% {
    background:rgba(255,158,197,.5);
  }
  
  67% {
    background:rgba(255,107,167,.5);
  }
  
  100% {
    background:rgba(255,133,182,.5);
  }
}

.NavBar li {
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
}

.NavBar li:hover {
  background:#fff;
  color:rgba(255,133,182,.75);
}

.NavBar > ul > li > ul {
  position:absolute;
  left:-20px;
  top:35px;
  display:none;
  background:rgba(255,133,182,.75);
  color:#fff;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

body {
  color:#000;
  font-family:'Raleway','Arial Narrow',Arial,sans-serif;
  font-size:17px;
  font-weight:400;
  font-style:normal;
  background-color:#fff;
  background-image:url(http://www.deviantlabs.com/teyla/BACKTIGER6.png);
  background-attachment:fixed;
  background-position:center top;
  background-repeat:no-repeat;
  background-size:cover;
}

.Teyla {
  font-family:'Shadows Into Light Two','Arial Narrow',Arial,sans-serif;
  font-size:18px;
}

.Grid::-webkit-scrollbar {
  -webkit-appearance:none;
  width:13px;
  height:13px;
  background-color:rgba(255,255,255,.5);
}

.Grid::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid rgba(255,255,255,.5);
  background-color:rgba(255,133,182,.5);
}

.SocialMedia .ImageContainer {
  border-collapse:separate;
  width:437px;
  height:110px;
  background:rgba(255,255,255,.5);
  border-radius:5px;
  margin:4px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
}

.SocialMedia .ImageContainer:hover {
  background:rgba(255,255,255,.8);
  -ms-transform:translate(0px,-3px);
  -webkit-transform:translate(0px,-3px);
  transform:translate(0px,-3px);
  box-shadow:rgba(0,0,0,.5) 0 3px 5px 3px;
}

.SocialMedia img {
  width:100px;
  height:100px;
  top:5px;
  left:10px;
}

.SocialMedia .Text {
  left:120px;
  top:5px;
  bottom:5px;
  right:10px;
  font-family:'Shadows Into Light Two','Arial Narrow',Arial,sans-serif;
  font-size:18px;
}

#ProfileImage {
  padding-top:45px;
}

#profile_header {
  position:absolute;
  width:964px;
  height:540px;
  z-index:100;
}

#avatar_holder,#blurb_container,#member_type_value,#member_message_value,#show_message_dialog,#status_value > a {
  display:none;
}

#profile_header_container .heading {
  font-family:'Shadows Into Light Two','Arial Narrow',Arial,sans-serif;
  font-size:45px;
  position:absolute;
  top:10px;
  left:20px;
  color:#fff;
  text-shadow:0 0 3px rgba(0,0,0,.5),7px 7px 7px rgba(0,0,0,.5);
  z-index:100;
  padding:0;
}

#profile_header_container {
  margin-left:0;
  min-height:0;
  display:inline-block;
  background:rgba(255,255,255,.5);
  padding:5px 10px;
  border-radius:5px;
  margin-top:575px;
  margin-left:20px;
  font-size:14px;
  color:#000;
}

#profile_header_container .value,#cam_score_container .value {
  padding-left:1em;
}

#profile_header #status_value {
  color:transparent;
}

#profile_header span {
  color:#000;
}

#cam_score_container {
  position:absolute;
  background:rgba(255,255,255,.5);
  padding:5px 10px;
  border-radius:5px;
  top:65px;
  right:20px;
  margin:0;
  z-index:100;
  font-size:12px;
  color:#000;
}

#profile_friends {
  position:absolute;
  top:545px;
  right:20px;
  z-index:100;
  font-size:12px;
  color:#000;
  background:rgba(255,255,255,.5);
  padding:5px 10px;
  border-radius:5px;
  margin:0;
}

#cam_score_container span {
  min-width:0;
}

#profile_friends .label {
  min-width:0;
}

#profile_friends .value {
  padding-left:1em;
}

#profile_friends .heading,#friends_value,#favorite_models_container {
  display:none;
}

#average_rating_count {
  display:block;
}

.VideoGrid .ImageContainer {
  border-collapse:separate;
  width:437px;
  height:108px;
  background:rgba(255,255,255,.5);
  border-radius:5px;
  margin:4px;
  overflow:hidden;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
}

.VideoGrid .ImageContainer:hover {
  background:rgba(255,255,255,.8);
  -ms-transform:translate(0px,-3px);
  -webkit-transform:translate(0px,-3px);
  transform:translate(0px,-3px);
  box-shadow:rgba(0,0,0,.5) 0 3px 5px 3px;
}

.VideoGrid img {
  width:192px;
  height:108px;
  top:0;
  left:0;
}

.VideoGrid .Text,.VideoGrid .Buttons {
  left:197px;
  top:2px;
  bottom:2px;
  right:3px;
  font-size:11px;
}

.VideoGrid .Text h1 {
  font-size:12px;
  font-weight:bold;
  margin:0;
}

.VideoGrid .Buttons {
  top:auto;
  text-align:right;
  text-space-collapse:collapse;
}

.VideoGrid .Buttons span {
  background:rgba(255,133,182,.7);
  color:#fff;
  padding:0 5px 1px;
  border-radius:5px;
  line-height:12px;
  margin-left:5px;
}

.VideoGrid .ImageContainer:hover .Buttons span {
  background:rgba(255,120,164,1);
}

.VideoGrid ul.Grid {
  overflow-y:scroll;
}

.Columns5 {
  -webkit-column-count:5;
  -moz-column-count:5;
  column-count:5;
  -webkit-column-gap:40px;
  -moz-column-gap:40px;
  column-gap:40px;
  -webkit-column-rule:thin inset red;
  -moz-column-rule:thin inset red;
  column-rule:thin inset red;
}