@charset "UTF-8";

UTF-8;
a,a:visited {
  color:rgba(0,0,0,1);
  text-decoration:none;
  text-shadow:2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;
}

a:hover,a:focus {
  color:rgba(255,0,0,1);
  text-decoration:none;
}

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

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

a.two:hover {
  color:yellow;
  text-shadow:2px 1px 1px rgba(255,0,0,0.75);
  text-decoration:none;
}

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

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

a.three:visited {
  color:#E25110;
  text-decoration:none;
}

a.three:hover {
  color:#750606;
  text-decoration:none;
}

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

.color {
  color:#A02D2D;
}

::-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:#F1396D;
}

::-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:#F0668D;
}

::-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 sans-serif;
  font-size:1rem;
  line-height:1;
  color:rgba(255,255,255,1);
  background-color:#000000;
  background-image:url(http://images.vectorhq.com/images/previews/202/red-black-background-psd-436881.png);
  background-size:1760px 100%;
  background-position:top center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
  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;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  -ms-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;
}

/* ===MFC 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;
}

#username_value,#gender_value,,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#admirers_value,#friends_value,#marital_status_value,#camscore_value {
  display:BellaBlue_;
  letter-spacing:10px;
}

.notice {
  opacity:0;
}

#profile_friends {
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#000000;
  color:#ffffff;
  margin:auto;
  height:65px;
  font-size:3em;
  font-family:Aladin;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
  letter-spacing:1px;
  text-shadow:1px 1px 10px #A403B6,-1px -1px 10px #A403B6;
  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;
  #schedule_converteddisplay:none;
}  
}

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(147,1,123,1);
  border-bottom:15px solid #520000;
  border-left:12px solid #520000;
  border-right:12px solid #520000;
  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 15px #000;
}

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

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

#meaning_life_label {
  margin-top:15px;
}

#schedule_converted {
  display:none;
}

#profile_schedule {
  display:none;
}

#username_label,#gender_label,#sexual_preference_label {
  display:none;
}  
}

/* ==========================================================================
   Webstore & Video  section
   ========================================================================== */
.profile-header {
  color:#ffffff;
  margin-top:-565px;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  box-shadow:0 0 0 #000;
  text-shadow:1px 1px 10px #FF00B8,-1px -1px 10px #FF00B8;
}

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

.store-header2 {
  color:#ffffff;
  margin-top:-565px;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  box-shadow:0 0 0 #000;
  text-shadow:1px 1px 10px #FF00B8,-1px -1px 10px #FF00B8;
}

.store-item .image {
  width:43%;
  height:100%;
  position:absolute;
  left:-2px;
  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:81px;
  width:97%;
  margin-left:6px;
  overflow:hidden;
  display:-webkit-box;
  color:#000;
  text-shadow:0 0 0;
}

.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(82,0,0,0.85);
  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:2px 2px 2px #000,2px 0 0 #000;
  -moz-box-shadow:2px 2px 2px #000,2px 0 0 #000;
  box-shadow:2px 2px 2px #000,2px 0 0 #000;
}

.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:2px solid black;
  background-color:#F1396D;
}

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

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

.icon {
  height:40px;
  width:40px;
  background-size:100%;
  margin-left:37%;
  margin-top:28%;
  display:inline-block;
  position:inherit;
  opacity:.8;
  filter:alpha(opacity=80);
/* For IE8 and earlier */
}

.icon:hover {
  opacity:1;
  filter:alpha(opacity=100);
/* For IE8 and earlier */
}/* 
.store-header2 {
  background:#520000;
  color:#f9f2ad;
  margin:auto;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
  text-shadow:1px 1px 10px #F00,-1px -1px 10px #F00;
}

.video-list {
  background-color:#D5caaD;
  border-bottom:2px solid #181616;
  border-left:2px solid #181616;
  border-right:2px solid #181616;
  margin-right:auto;
  margin-bottom:auto;
  box-shadow:0 0 15px #000;
  height:420px;
  overflow:auto;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#520000;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
}

.video-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:2px solid #0A0505;
  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 2px #000;
}

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

.video img {
  height:100%;
}

.video-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  z-index:20;
  border-left:4px 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:-2px;
  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:81px;
  width:97%;
  margin-left:6px;
  overflow:hidden;
  display:-webkit-box;
  color:#000;
  text-shadow:0 0 0;
}

.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(82,0,0,0.85);
  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:2px 2px 2px #000,2px 0 0 #000;
  -moz-box-shadow:2px 2px 2px #000,2px 0 0 #000;
  box-shadow:2px 2px 2px #000,2px 0 0 #000;
}

.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:2px solid black;
  background-color:#F1396D;
}

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

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

.icon {
  height:40px;
  width:40px;
  
  background-size:100%;
  margin-left:37%;
  margin-top:28%;
  display:inline-block;
  position:inherit;
  opacity:.8;
  filter:alpha(opacity=80);
/* For IE8 and earlier */
  
}

.icon:hover {
  opacity:1;
  filter:alpha(opacity=100);
/* For IE8 and earlier */
}

==========================================================================
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:2px solid rgba(255,255,255,0.55);
  box-shadow:-4px -1px 15px #000,5px 2px 15px #000;
  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
   ========================================================================== */
#headerlogo {
  width:450px;
  height:200px;
  margin:-237px 138px 23px;
  text-align:right;
  font-family:Bradley Hand ITC;
  font-size:29px;
  font-weight:bold;
  letter-spacing:.5px;
  line-height:34px;
  color:#750606;
  text-shadow:1.5px 4px 5px rgba(255,0,0,0.4);
}

#SocicalNetworking {
  display:block;
  width:815px;
  height:100px;
  padding:5px 52px 15px;
  position:relative;
  margin:0 auto;
  top:148px;
  border-radius:55px;
  -webkit-border-radius:55px;
  -moz-border-radius:55px;
  -o-border-radius:55px;
  background:rgba(0,0,0,1);
  box-shadow:4px 5px 10px #000000;
}

.social {
  margin-right:54px;
}

.socialhover {
  border:3px solid #000;
  border-radius:35px 10px 35px 10px;
  -webkit-border-radius:35px 10px 35px 10px;
  -moz-border-radius:35px 10px;
  -o-border-radius:35px 10px 35px 10px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.socialhover:hover {
  border:3px solid #F1396D;
  border-radius:10px 35px 10px 35px;
  -webkit-border-radius:10px 35px 10px 35px;
  -moz-border-radius:10px 35px;
  -o-border-radius:10px 35px 10px 35px;
}

#Home {
  display:block;
  position:absolute;
  top:-3000px;
  height:40px;
  width:40px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  top:305px;
  left:505px;
  background:transparent url() no-repeat;
  position:absolute;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  top:290px;
  left:175px;
  background:transparent url(http://3.bp.blogspot.com/-G4kHa5wyOgw/VK1Uu4MXuEI/AAAAAAAAG60/IsMYUJHQNJo/s1600/twitter_gold.png) no-repeat;
  position:absolute;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

/* ==========================================================================
   Raffle Section
   ========================================================================== */
#raWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:492px;
  width:920px;
  overflow:hidden;
  box-shadow:0 0 15px 0 #000;
}

#ra_info {
  display:block;
  width:180px;
  height:123px;
  margin-left:615px;
  margin-top:115px;
  margin-bottom:11px;
  color:#000;
  text-shadow:1px 1px 5px rgba(255,0,0,0.25),-1px -1px 5px rgba(255,0,0,0.25);
  line-height:25px;
  letter-spacing:4px;
}

#raLogs {
  display:inline-block;
  width:1050px;
  height:215px;
  overflow:hidden;
  position:relative;
  top:294px;
  left:14px;
  background:rgba(0,0,0,0);
  text-shadow:0 1px 0 #000;
}

.jm-item {
  display:inline-block;
  text-align:left;
}

.jm-item-wrapper {
  position:relative;
  padding:7px;
}

.jm-item-image {
  position:relative;
  overflow:hidden;
}

.jm-item-image img {
  display:block;
}

.jm-item-title {
  position:absolute;
  left:9px;
  bottom:17px;
  line-height:1.5em;
  font-weight:normal;
  padding:3px 0 1px;
  text-transform:uppercase;
  text-align:center;
  background:#E67350;
  font-family:'Oswald',sans-serif;
  color:#000000;
  font-size:1.1em;
  opacity:.8;
  width:202px;
}

.jm-item-overlay {
  background:#000;
  opacity:0;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transition:opacity .5s ease-in 0;
  -moz-transition:opacity .5s ease-in 0;
  -o-transition:opacity .5s ease-in 0;
  transition:opacity .5s ease-in 0;
  -ms-transition:opacity .5s ease-in 0;
}

.jm-item-wrapper:hover .jm-item-overlay {
  opacity:.3;
}

.jm-item-button {
  height:50px;
  width:50px;
  text-align:center;
  position:absolute;
  left:50%;
  margin-left:-25px;
  margin-top:10px;
}

.jm-item-button a {
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  background:#FFC600;
  text-transform:uppercase;
  font-family:'Oswald',sans-serif;
  color:black;
  font-size:1.2em;
  line-height:50px;
  -webkit-transition:all .2s ease-in 0;
  -moz-transition:all .2s ease-in 0;
  -o-transition:all .2s ease-in 0;
  transition:all .2s ease-in 0;
  -ms-transition:all .2s ease-in 0;
  text-decoration:none!important;
  display:block;
}

.jm-item-button a:hover {
  background:#FFECA3;
  color:black;
}

.first .jm-item-button {
  -webkit-transition:all .3s ease-in .3s;
  -moz-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -ms-transition:all .3 ease-in .3s;
  top:-80px;
}

.first .jm-item-wrapper:hover .jm-item-button {
  top:20%;
}

.second .jm-item-button {
  -webkit-transition:all .3s ease-in .3s;
  -moz-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -ms-transition:all .3s ease-in .3s;
  top:-80px;
}

.second .jm-item-wrapper:hover .jm-item-button {
  top:20%;
}

.thirth .jm-item-button {
  -webkit-transition:all .3s ease-in .3s;
  -moz-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -ms-transition:all 0 ease-in .3s;
  top:-80px;
}

.thirth .jm-item-wrapper:hover .jm-item-button {
  top:20%;
}

.fourth .jm-item-button {
  -webkit-transition:all .3s ease-in .3s;
  -moz-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -ms-transition:all .3s ease-in .3s;
  top:-80px;
}

.fourth .jm-item-wrapper:hover .jm-item-button {
  top:20%;
}

/* ==========================================================================
   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.6s;
}

.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;
}

/*
==============================================
Pulse One
==============================================
*/
.pulse {
  animation-name:pulse;
  -webkit-animation-name:pulse;
  -moz-animation-name:pulse;
  -o-animation-name:pulse;
  -ms-animation-name:pulse;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  -ms-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
}

@keyframes pulse {
  0% {
    transform:scale(0.95);
    opacity:1;
  }
  
  50% {
    transform:scale(1);
    opacity:1;
  }
  
  100% {
    transform:scale(0.95);
    opacity:1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform:scale(0.95);
    opacity:1;
  }
  
  50% {
    -webkit-transform:scale(1);
    opacity:1;
  }
  
  100% {
    -webkit-transform:scale(0.95);
    opacity:1;
  }
}

@-moz-keyframes pulse {
  0% {
    transform:scale(0.95);
    opacity:1;
  }
  
  50% {
    transform:scale(1);
    opacity:1;
  }
  
  100% {
    transform:scale(0.95);
    opacity:1;
  }
}

@-o-keyframes pulse {
  0% {
    transform:scale(0.95);
    opacity:1;
  }
  
  50% {
    transform:scale(1);
    opacity:1;
  }
  
  100% {
    transform:scale(0.95);
    opacity:1;
  }
}

@-ms-keyframes pulse {
  0% {
    transform:scale(0.95);
    opacity:1;
  }
  
  50% {
    transform:scale(1);
    opacity:1;
  }
  
  100% {
    transform:scale(0.95);
    opacity:1;
  }
}

/* ==============================================
Pulse Two
============================================== */
.pulse2 {
  animation-name:pulse2;
  -webkit-animation-name:pulse2;
  -moz-animation-name:pulse2;
  -o-animation-name:pulse2;
  -ms-animation-name:pulse2;
  animation-duration:2s;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  -ms-animation-duration:2s;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
}

@keyframes pulse2 {
  0% {
    transform:scale(1);
    opacity:1;
  }
  
  50% {
    transform:scale(0.95);
    opacity:1;
  }
  
  100% {
    transform:scale(1);
    opacity:1;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform:scale(1);
    opacity:1;
  }
  
  50% {
    -webkit-transform:scale(0.95);
    opacity:1;
  }
  
  100% {
    -webkit-transform:scale(1);
    opacity:1;
  }
}

@-moz-keyframes pulse2 {
  0% {
    transform:scale(1);
    opacity:1;
  }
  
  50% {
    transform:scale(0.95);
    opacity:1;
  }
  
  100% {
    transform:scale(1);
    opacity:1;
  }
}

@-o-keyframes pulse2 {
  0% {
    transform:scale(1);
    opacity:1;
  }
  
  50% {
    transform:scale(0.95);
    opacity:1;
  }
  
  100% {
    transform:scale(1);
    opacity:1;
  }
}

@-ms-keyframes pulse2 {
  0% {
    transform:scale(1);
    opacity:1;
  }
  
  50% {
    transform:scale(0.95);
    opacity:1;
  }
  
  100% {
    transform:scale(1);
    opacity:1;
  }
}

/* ==============================================
SlideExpandUp
============================================== */
.slideExpandUp {
  animation-name:slideExpandUp;
  -webkit-animation-name:slideExpandUp;
  -moz-animation-name:slideExpandUp;
  -o-animation-name:slideExpandUp;
  -ms-animation-name:slideExpandUp;
  -webkit-perspective:1000;
  -webkit-backface-visibility:hidden;
  visibility:visible!important;
}

@keyframes slideExpandUp {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-webkit-keyframes slideExpandUp {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-o-keyframes slideExpandUp {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-ms-keyframes slideExpandUp {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-moz-keyframes slideExpandUp {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

/* ==============================================
SlideLeft
============================================== */
@keyframes slideLeft {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(0%);
    opacity:.9;
  }
  
  90% {
    -webkit-transform:translateX(5%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-ms-keyframes slideLeft {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-o-keyframes slideLeft {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-moz-keyframes slideLeft {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

/* ==============================================
OpacityHover
============================================== */
.opacityhover {
  animation-name:opacityhover;
  -webkit-animation-name:opacityhover;
  -moz-animation-name:opacityhover;
  -o-animation-name:opacityhover;
  -ms-animation-name:opacityhover;
  animation:opacityhover 2s infinite;
  -webkit-animation:opacityhover 2s infinite;
  -moz-animation:opacityhover 2s infinite;
  -o-animation:opacityhover 2s infinite;
  -ms-animation:opacityhover 2s infinite;
  animation-timing-function:linear;
  -webkit-animation-timing-function:linear;
  -moz-animation-timing-function:linear;
  -o-animation-timing-function:linear;
  -ms-animation-timing-function:linear;
  -webkit-perspective:1000;
  -webkit-backface-visibility:hidden;
}

@-webkit-keyframes opacityhover {
  0% {
    opacity:.5;
  }
  
  50% {
    opacity:1;
  }
  
  100% {
    opacity:.5;
  }
}

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

/* ==========================================================================
   Webstore & Video  section
   ========================================================================== */
#Packages,#store,#club,#TipMenu,#RaffleContest {
  position:absolute;
  margin-top:-112px;
  height:0;
  width:0;
}

#Girlgirl,#Boygirl,#Solo,#Exclusive {
  position:absolute;
  margin-top:-32px;
  height:0;
  width:0;
}

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

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

.abtme-header {
  background:#000000;
  color:#ffffff;
  margin-top:665px;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
  text-shadow:1px 1px 10px #FF00B8,-1px -1px 10px #FF00B8;
}

.abtme-list {
  text-align:center;
  overflow:auto;
  background:rgba(147,1,123,1);
  list-style-type:none;
  height:204px;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:15px solid #000000;
  border-left:12px solid #000000;
  border-right:12px solid #000000;
  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 15px #000;
}

.four-rows {
  height:575px;
}

.abtme-footer {
  background-color:#000000;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
}

.abtme-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:2px solid #0A0505;
  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 2px #000;
}

#abtmelft {
  display:block;
  width:807px;
  height:370px;
  float:left;
  margin-top:30px;
  MARGIN-BOTTOM:30px;
  background:rgba(0,0,0,0.4);
  margin-left:38px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#fff;
  text-shadow:0 1px 0 #ccc;
  font-family:Century Gothic;
  text-align:left;
}

.ttippers-header {
  background:#000000;
  color:#ffffff;
  margin-top:15px;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
  text-shadow:1px 1px 10px #FF00B8,-1px -1px 10px #FF00B8;
}

.ttippers-list {
  text-align:center;
  overflow:auto;
  background:rgba(147,1,123,1);
  list-style-type:none;
  height:204px;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:15px solid #000000;
  border-left:12px solid #000000;
  border-right:12px solid #000000;
  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 15px #000;
}

.four-rows {
  height:575px;
}

.ttippers-footer {
  background-color:#000000;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
}

.ttippers-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:2px solid #0A0505;
  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 2px #000;
}

#ttipperslft {
  display:block;
  width:807px;
  height:370px;
  float:left;
  margin-top:30px;
  MARGIN-BOTTOM:30px;
  background:rgba(0,0,0,0.4);
  margin-left:38px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#fff;
  text-shadow:0 1px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

.store-header2 {
  background:#000000;
  color:#ffffff;
  margin-top:25px;
  height:65px;
  font-size:4em;
  font-family:Aladin;
  text-align:center;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
  text-shadow:1px 1px 10px #FF00B8,-1px -1px 10px #FF00B8;
}

.video-list {
  text-align:center;
  overflow:auto;
  background:rgba(147,1,123,1);
  list-style-type:none;
  height:204px;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:15px solid #000000;
  border-left:12px solid #000000;
  border-right:12px solid #000000;
  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 15px #000;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#000000;
  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:2px solid #000;
  box-shadow:0 0 15px #000;
}

.video-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:2px solid #0A0505;
  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 2px #000;
}

/* ==========================================================================
   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:2px solid rgba(255,255,255,0.55);
  box-shadow:-4px -1px 15px #000,5px 2px 15px #000;
  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;
}

#itmlft {
  display:block;
  width:200px;
  height:170px;
  float:left;
  margin-top:50px;
  background:rgba(0,0,0,0.4);
  margin-left:35px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#fff;
  text-shadow:0 1px 0 #ccc;
  font-family:Century Gothic;
  text-align:left;
}

#itmrght {
  display:block;
  width:480px;
  height:370px;
  float:right;
  margin-top:20px;
  background:rgba(0,0,0,0.5);
  margin-right:71px;
  padding:5px;
  overflow:auto;
  font-size:15px;
  color:#FFF;
  text-shadow:0 1px 0 #000;
  font-family:Century Gothic;
  text-align:center;
}

.itmZ {
  display:inline-block;
  width:440px;
  height:150px;
  margin:9px;
  background:rgba(0,0,0,1);
}

.imthb {
  display:inline-block;
  float:left;
  margin:5px;
  width:226px;
  height:126px;
  top:1px;
  outline:none;
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:4px solid rgba(0,0,0,0.0);
}

.iminf {
  display:inline-block;
  float:right;
  margin:10px;
  width:200px;
  height:150px;
  top:1px;
}

.vanzariProdusBuy {
  display:block;
  width:250px;
  height:200px;
  font-size:12px;
  color:#333;
  background:url(http://4.bp.blogspot.com/-LiCFpJIXEbs/VJMqzSjKuUI/AAAAAAAAG0o/ZoyqEen5bzM/s1600/bluelight0.png);
  background-repeat:no-repeat;
  top:-173px;
  left:-1px;
  position:relative;
}

.vanzariProdusBuy:hover {
  display:block;
  width:250px;
  height:200px;
  font-size:12px;
  color:#333;
  background:url(http://3.bp.blogspot.com/-o4pCjWVE7D4/VJMrh2YRftI/AAAAAAAAG04/qELwjMUayqw/s1600/blueligh1.png);
  background-repeat:no-repeat;
  top:-173px;
  left:-1px;
  position:relative;
  -webkit-transition:all .7s;
  -moz-transition:all .7s;
  transition:all .7s;
}

.sales {
  display:inline-block;
  width:120px;
  height:185px;
  font-size:14px;
  color:#fff;
  position:relative;
  top:40px;
  left:255px;
  right:1px;
  cursor:pointer;
  text-decoration:none;
  float:left;
}

.sales:link {
  display:inline-block;
  width:120px;
  height:185px;
  font-size:14px;
  color:#f00;
  position:relative;
  top:1px;
  left:255px;
  right:40px;
  cursor:pointer;
  text-decoration:none;
  float:left;
}

.sales:hover {
  display:inline-block;
  width:120px;
  height:185px;
  font-size:14px;
  color:#0CF;
  position:relative;
  top:40px;
  left:255px;
  right:1px;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  text-decoration:none;
  float:left;
}

.frame::-webkit-scrollbar {
  height:10px;
  width:9px;
  border-top:0 solid #999;
  border-bottom:0 solid #999;
  border-left:0 solid #333;
  border-right:0 solid #333;
}

.frame::-webkit-scrollbar-thumb {
  width:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#000;
}

.special {
  position:fixed;
  bottom:5px;
  left:1px;
  content:'Design by';
  background:url(http://mfcdesign.files.wordpress.com/2013/11/link.png) no-repeat;
  width:110px;
  height:20px;
  margin-left:12px;
  font-size:12px;
  display:inline-block;
}

.special:hover,.special:focus {
  display:inline-block;
  position:fixed;
  bottom:5px;
  left:10px;
  width:300px;
  height:116px;
  background:url(http://www.xniteproductions.com/MFC/foxy_eve/specdx.png) no-repeat;
  z-index:10000;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transition:all .5s;
}

@-moz-keyframes cycle {
  0% {
    top:0;
  }
  
  4% {
    top:0;
  }
  
  16% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  20% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  21% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  92% {
    top:-325px;
    opacity:0;
    z-index:0;
  }
  
  96% {
    top:-325px;
    opacity:0;
  }
  
  100% {
    top:0;
    opacity:1;
  }
}

@-moz-keyframes cycletwo {
  0% {
    top:-325px;
    opacity:0;
  }
  
  16% {
    top:-325px;
    opacity:0;
  }
  
  20% {
    top:0;
    opacity:1;
  }
  
  24% {
    top:0;
    opacity:1;
  }
  
  36% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  40% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  41% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclethree {
  0% {
    top:-325px;
    opacity:0;
  }
  
  36% {
    top:-325px;
    opacity:0;
  }
  
  40% {
    top:0;
    opacity:1;
  }
  
  44% {
    top:0;
    opacity:1;
  }
  
  56% {
    top:0;
    opacity:1;
  }
  
  60% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  61% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefour {
  0% {
    top:-325px;
    opacity:0;
  }
  
  56% {
    top:-325px;
    opacity:0;
  }
  
  60% {
    top:0;
    opacity:1;
  }
  
  64% {
    top:0;
    opacity:1;
  }
  
  76% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  80% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  81% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefive {
  0% {
    top:-325px;
    opacity:0;
  }
  
  76% {
    top:-325px;
    opacity:0;
  }
  
  80% {
    top:0;
    opacity:1;
  }
  
  84% {
    top:0;
    opacity:1;
  }
  
  96% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  100% {
    top:325px;
    opacity:0;
    z-index:0;
  }
}

@-webkit-keyframes cycle {
  0% {
    top:0;
  }
  
  4% {
    top:0;
  }
  
  16% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  20% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  21% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  50% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  92% {
    top:-325px;
    opacity:0;
    z-index:0;
  }
  
  96% {
    top:-325px;
    opacity:0;
  }
  
  100% {
    top:0;
    opacity:1;
  }
}

@-webkit-keyframes cycletwo {
  0% {
    top:-325px;
    opacity:0;
  }
  
  16% {
    top:-325px;
    opacity:0;
  }
  
  20% {
    top:0;
    opacity:1;
  }
  
  24% {
    top:0;
    opacity:1;
  }
  
  36% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  40% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  41% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclethree {
  0% {
    top:-325px;
    opacity:0;
  }
  
  36% {
    top:-325px;
    opacity:0;
  }
  
  40% {
    top:0;
    opacity:1;
  }
  
  44% {
    top:0;
    opacity:1;
  }
  
  56% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  60% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  61% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefour {
  0% {
    top:-325px;
    opacity:0;
  }
  
  56% {
    top:-325px;
    opacity:0;
  }
  
  60% {
    top:0;
    opacity:1;
  }
  
  64% {
    top:0;
    opacity:1;
  }
  
  76% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  80% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  81% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefive {
  0% {
    top:-325px;
    opacity:0;
  }
  
  76% {
    top:-325px;
    opacity:0;
  }
  
  80% {
    top:0;
    opacity:1;
  }
  
  84% {
    top:0;
    opacity:1;
  }
  
  96% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  100% {
    top:325px;
    opacity:0;
    z-index:0;
  }
}

@-moz-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }
  
  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }
  
  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }
  
  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }
  
  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

@-webkit-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }
  
  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }
  
  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }
  
  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }
  
  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

.neontext {
  font-size:24px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  font-wight:bold;
}

.neontextb {
  font-size:16px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,0,88),0 0 16px rgb(255,0,88),0 0 32px rgb(255,0,88),0 0 40px rgb(255,0,88),0 0 50px rgb(255,0,88);
  font-wight:bold;
}

.neontextc {
  font-size:20px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(25,75,209),0 0 16px rgb(25,75,209),0 0 32px rgb(25,75,209),0 0 40px rgb(25,75,209),0 0 50px rgb(25,75,209);
  font-wight:bold;
}

.neontextd {
  font-size:18px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(25,75,209),0 0 16px rgb(25,75,209),0 0 32px rgb(25,75,209),0 0 40px rgb(25,75,209),0 0 50px rgb(25,75,209);
  font-wight:bold;
}

.neontexte {
  font-size:12px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(25,75,209),0 0 16px rgb(25,75,209),0 0 32px rgb(25,75,209),0 0 40px rgb(25,75,209),0 0 50px rgb(25,75,209);
  font-wight:bold;
}

#vanzariCorp {
  display:inline-block;
  width:750px;
  height:430px;
  overflow:auto;
  margin-top:5px;
  margin-left:170px;
  margin-bottom:10px;
}

.vanzariProdus {
  display:inline-block;
  width:334px;
  height:256px;
  margin-top:20px;
  margin-left:22px;
  font-size:12px;
  color:#484848;
  background:rgba(0,0,0,.4);
  text-align:left;
  overflow:hidden;
  text-shadow:0 1px 0 #000;
}

.saleIprv {
  float:left;
  display:inline-block;
  margin:5px;
  width:150px;
  height:100px;
  background:rgba(0,0,0,.5);
  text-align:center;
  border-left:0 solid #333;
  border:0 solid #06C;
  border-radius:8px;
  -webkit-border-radius:8px;
}