@charset "UTF-8";

/*-----------------[BG PHOTO START]------------------------*/
body {
  font-family:'Merienda'!important;
  font-size:1rem;
  line-height:1;
  color:#fff;
  background-color:#ffffff;
  background-repeat:repeat;
  background-image:url(http://storage.clubbingradio.ro/missakali/bgpattern.jpg);
  background-attachment:fixed;
  padding:4px;
}

.img_radius_shadow {
  -webkit-box-shadow:0 0 10px #000000;
  border-radius:20px;
}

a,a:visited {
  color:#ffffff;
  text-decoration:none;
}

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

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

/*-----------------[BG PHOTO END]------------------------*/
/*-----------------[BG MID PHOTO START]------------------------*/
#profile {
  width:960px;
  margin:40px auto -10px;
  background-repeat:repeat;
  background-image:url(http://storage.clubbingradio.ro/missakali/bgpatternmid.jpg);
  box-shadow:0 0 7px 1px #fff;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:563px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#c80067;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

#profile_avatar:hover {
  padding:4px;
  background-color:#a01051;
  border:1px solid #ffffff;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:;
  color:#ffffff;
  height:40px;
  font-size:1.5rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:inherit;
  margin:10px;
  padding:0;
}

#profile_about_me {
  margin:20px 0;
}

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

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:10px;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

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

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

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

/*-----------------[BG MID PHOTO END]------------------------*/
/*-----------------[TOP NAVIGATION START]------------------------*/
.nav > ul > li:hover {
  border-bottom:2px solid;
  border-color:#ffb3e1;
}

.navbar ul li ul {
  box-shadow:0 3px 3px rgba(0,0,0,0.1);
  height:auto;
  padding:0;
  position:absolute;
  width:auto;
  display:none;
  z-index:-1;
  background-color:rgba(0,0,0,0.8);
}

.navbar ul li ul li {
  position:relative;
  display:block;
  cursor:unset;
  float:none;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.navbar ul li:hover ul {
  display:block;
}

.navbar ul > li > ul:last-child {
  border-radius:0 0 5px 5px;
}

.nav > ul > li {
}

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

.nav > ul > li > ul > li:hover > a {
  background:#ffffff;
  border-radius:0 0 5px 5px;
  color:#ffffff;
}

.navbar {
  background-image:url(http://storage.clubbingradio.ro/missakali/bgpatternmid.jpg);
  font-size:1rem;
  font-style:italic;
  font-weight:bold;
  height:40px;
  line-height:1;
  margin:0 -10px;
  padding:0 0 0 60px;
  position:fixed;
  top:0;
  width:900px;
  z-index:500;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow:0 0 10px 7px rgba(255,255,255,0.5);
}

.nav {
  margin-left:auto;
  margin-right:auto;
  width:1305px;
  position:relative;
  left:-20px;
}

.nav li {
  float:left;
}

.nav ul li a {
}

.nav a:link,.nav a:visited {
  color:#ffffff;
  display:block;
  width:auto;
  height:30px;
  font-size:1.0625em;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
  position:relative;
}

.nav a:hover,.nav a:active {
  background:#ffffff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.border-right-menu {
  border-radius:0 1px 1px 0;
}

.border-left-menu {
  border-radius:1px 0 0 1px;
}

/*-----------------[TOP NAVIGATION END]------------------------*/
/*-----------------[STORE START]------------------------*/
.padding-top-60 {
  margin-top:60px;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  color:#ffffff;
  font-family:Arial;
  font-size:28px;
  font-weight:100;
  padding-bottom:40px;
  padding-top:130px;
  text-align:center;
}

h2 {
  font-size:60%;
}

/*-----------------[STORE END]------------------------*/
/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:#a01051;
  border-bottom:1px solid #ff000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  right:10px;
  bottom:40px;
  text-indent:-9999px;
  width:35px;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #ff90c8;
}

#scroll-to-top:hover {
  background:#ff90c8;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #a01051;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SCROLL-TOP-UP  END]------------------------*/
/*-----------------[MENU RIGHT START]------------------------*/
.twitter_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.amazon_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.tip-off_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.twitter_container {
  background:#e03bad;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-496px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-top-left-radius:8px;
}

.twitter_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#0088cc;
  color:#000;
}

.twitter_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.amazon_container {
  background:#e03bad;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-253px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-top-left-radius:8px;
}

.amazon_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#b3893a;
  color:#000;
}

.amazon_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.tip-off_container {
  background:#e03bad;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-220px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-bottom-left-radius:8px;
}

.tip-off_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#864043;
  color:#000;
}

.tip-off_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

/*-----------------[MENU RIGHT END]------------------------*/
/*-----------------[FRAME FOR VIDEOS START]------------------------*/
.frame {
  width:920px;
  height:475px;
  overflow:unset;
  background:transparent;
  position:relative;
  border-radius:25px;
}

.frame-border {
  width:910px;
  height:480px;
  padding:12px;
  border-radius:25px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:1px 0 0 1px;
  background:transparent;
  border:0 solid #fff;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:9px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #ffffff;
  background-color:#ffffff;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:148px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container div.hover_icon {
  display:none;
  width:430px;
  height:148px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover div.hover_icon {
  display:block;
}

.hover_icon_container img {
  border-radius:25px;
  box-shadow:3px 3px 5px #000000;
}

a.v-button {
  top:75%;
  border-radius:3px;
  color:#A01051;
  background-color:#ffffff;
  left:39%;
  padding:10px;
  position:absolute;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

a.v-button:hover {
  text-decoration:none;
  background-color:#d11697;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.v-button-desc:hover {
  text-decoration:none;
  background-color:rgba(255,255,255,0.6);
  color:#ffffff;
  -webkit-box-shadow:0 0 1px #202020;
  -moz-box-shadow:0 0 1px #202020;
  box-shadow:0 0 1px #202020;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.v-button-desc {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:2%;
  z-index:1;
}

.v-title {
  background-color:rgba(255,0,200,0.5);
  padding-bottom:9px;
  padding-top:9px;
  position:absolute;
  text-align:center;
  top:40%;
  width:100%;
  z-index:1;
  color:#ffffff!important;
  font-family:Arial;
  font-size:17px;
}

a.s-button {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:39%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:80%;
  z-index:1;
}

a.s-button-desc:hover {
  text-decoration:none;
  background-color:rgba(255,255,255,0.6);
  color:#000;
  -webkit-box-shadow:0 0 1px #202020;
  -moz-box-shadow:0 0 1px #202020;
  box-shadow:0 0 1px #202020;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.s-button-desc {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:2%;
  z-index:1;
}

.view {
  width:410px;
  height:200px;
  margin:10px;
  float:left;
  border:10px solid #ffffff;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #e6e6e6;
  -moz-box-shadow:1px 1px 2px #e6e6e6;
  box-shadow:1px 1px 2px #e6e6e6;
  cursor:default;
}

.view:hover {
  width:410px;
  height:200px;
  margin:10px;
  float:left;
  border:10px solid #d11697;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.view-first img {
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear;
}

.view-first:hover img {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

/*-----------------[FRAME FOR VIDEOS END]------------------------*/
/*-----------------[LOGO LEFT START]------------------------*/
.mfcdesignmaker-logo a {
  background-position:top center;
  background-image:url(http://storage.clubbingradio.ro/missakali/mdmfront.png);
  background-repeat:no-repeat;
  display:block;
  height:133px;
  width:100px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  top:53px;
  right:10px;
  padding-top:1px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
  color:#dfbd79;
}

.mfcdesignmaker-logo a:hover {
  background-position:top center;
  background-image:url(http://storage.clubbingradio.ro/missakali/mdmback.png);
  background-repeat:no-repeat;
  display:block;
  height:133px;
  width:100px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  top:53px;
  right:10px;
  padding-top:1px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
  color:#dfbd79;
}

/*-----------------[LOGO LEFT END]------------------------*/
/*-----------------[ANIMATIONS LOGO LEFT START]------------------------*/
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

.hvr-pulse {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

/* Rotate */
.rotate {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s;
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  transition-property:transform;
  overflow:hidden;
}

.rotate:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

/*Slow Bounce*/
.animated-2 {
  -webkit-animation-duration:12s;
  animation-duration:12s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

.animated {
  -webkit-animation-duration:10s;
  animation-duration:10s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

/*
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}
/*-----------------[ANIMATIONS LOGO LEFT END]------------------------*/
/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD START]------------------------*/
#new_admirer {
  background:#d11697;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  color:#ffffff;
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-373px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.9;
  border-top-right-radius:8px;
}

#new_admirer a {
  text-decoration:none;
  color:#ffffff;
}

#new_admirer:hover {
  background:#e03bad;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#new_homepage_friend {
  background:#d11697;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-340px;
  min-width:125px;
  z-index:98;
  text-align:center;
  opacity:.9;
}

#new_homepage_friend a {
  color:#ffffff;
  text-decoration:none;
}

#new_homepage_friend:hover {
  background:#e03bad;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#cam_score_container {
  background:#d11697;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  max-width:108px;
  min-width:108px;
  padding:10px 17px 10px 16px;
  position:absolute;
  top:-307px;
  z-index:96;
  line-height:10px;
  opacity:.9;
}

#cam_score_container .label {
  display:block;
  margin-bottom:7px;
  margin-right:0;
  min-width:70px;
  text-align:center;
}

#cam_score_value {
  color:#ff0000;
  display:block;
  font-weight:700;
  text-align:center;
}

#cam_score_container:hover {
  background:#e03bad;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#rate_container {
  background:#d11697;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:absolute;
  top:-260px;
  max-width:108px;
  z-index:95;
  opacity:.9;
  border-bottom-right-radius:8px;
  width:110px;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#rate_container:hover {
  background:#e03bad;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD END]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
.tipbox {
  overflow:auto;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
}

/* scroll bars start */
::-webkit-scrollbar {
  width:5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#d11697;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:#d11697;
  border:1px solid #FFF;
}

/*scroll bars end */
.actip {
  display:inline-block;
  text-align:center;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#FFFFFF;
  margin-bottom:5px;
}

.actip:hover {
  text-align:center;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#000000;
  margin-bottom:5px;
  background:#e37fbc;
  border-radius:5px;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.dainf {
  display:block;
  padding:15px;
  font-family:lobster;
  color:#FFF;
  font-size:18px;
}

.ger {
  display:block;
  text-align:center;
  padding-top:20px;
  padding-bottom:10px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  border-radius:5px;
  background:#d11697;
}

.buy:active {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#d11697;
  text-decoration:none;
}

.buy:hover {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#e03bad;
  text-decoration:none;
}

.buy:visited {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#d11697;
  text-decoration:none;
}

.buy:visited:hover {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#e03bad;
  text-decoration:none;
}

h1 {
  font-family:lobster;
  color:#fff;
  text-shadow:3px 3px 1px #000;
  text-align:center;
}

h3 {
  font-family:lobster;
  color:#fff;
  text-shadow:3px 3px 1px #000;
  text-align:center;
  font-size:26px;
}

/*-----------------[TIP MENU END]------------------------*/
/*-----------------[ONLINE STATUS START]------------------------*/
.my-status {
  background:#000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:0;
  color:#717171;
  font-family:Arial;
  font-size:30px;
  font-weight:10;
  left:0;
  margin:auto;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:500;
  padding:4px;
  height:10px;
}

#unix_last_login_container {
  bottom:10px;
  position:fixed;
  right:10px;
  z-index:600;
}

#status_container {
  bottom:2px;
  left:0;
  position:fixed;
  z-index:600;
}

#profile_header_container > #unix_last_updated_container {
  display:none;
}

#status_container .label {
  min-width:40px;
}

#unix_last_login_container .label {
  min-width:100px;
}

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

/*-----------------[ONLINE STATUS END]------------------------*/
/*-----------------[HIDE START]------------------------*/
/* These elements are the main content information we do not want seen. */
#age_container,#header_bar,#footer_bar,#profile_main_photo,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#school_container,#about_me_label,#tags_container,#profile_schedule,#profile_interests_content,#profile_about_me > div:nth-child(1) {
  display:none;
}

/*-----------------[HIDE END]------------------------*/
/*-----------------[PRIVATE PHOTOS START]------------------------*/
#main_photo {
  width:100%;
  height:100%;
  margin-bottom:15px;
  border:6px solid #aaaaaa;
  border-radius:12px;
  margin:1px 0 0;
}

.photo_gallery_image {
  width:100px;
  height:110px;
  border:7px solid #d11697;
}

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px #d11697;
  padding:15px;
  background:#e03bad;
  margin:10px 0 0;
}

.photo_gallery_image:hover {
  border-radius:0;
  background:#e03bad;
/* Con esto quitamos el borde redondeado */
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

.photo_gallery_lock {
  width:100px;
  height:110px;
  border:7px solid #d11697;
  border-radius:50% 0;
  box-shadow:0 0 15px #d11697;
  padding:15px;
  background:#e03bad;
  margin:10px 0 0;
  display:inline-block;
}

.photo_gallery_lock:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  background:#e03bad;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

/*-----------------[PRIVATE PHOTOS END]------------------------*/
#comments .wall_post_body img {
  max-width:800px;
}

a {
  color:#fff;
}

a:hover {
  color:#fff;
}

/*-----------------[RAFFLE START]------------------------*/
.rafflebox {
  overflow:visible;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
  height:400px;
}

#pricing-table-raffle {
  margin:0 auto;
  text-align:center;
  width:675px;
/* total computed width = 222 x 3 + 226 */
}

#pricing-table-raffle .plan-raffle {
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  background:#e03bad;
  border:1px solid #ddd;
  color:#fff;
  padding:20px;
  width:180px;
  left:240px;
  float:left;
  position:relative;
  top:40px;
}

#pricing-table-raffle #most-popular-raffle {
  z-index:2;
  top:-13px;
  border-width:3px;
  padding:30px 20px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table-raffle .plan-raffle:nth-child(1) {
  border-radius:1px 0 0 1px;
}

#pricing-table-raffle .plan-raffle:nth-child(4) {
  border-radius:0 5px 5px 0;
}

/* --------------- */
#pricing-table-raffle h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
  background:#a01051;
}

#pricing-table-raffle #most-popular-raffle h3 {
  background:#a01051;
  margin-top:-30px;
  padding-top:30px;
  border-radius:5px 5px 0 0;
}

#pricing-table-raffle .plan-raffle:nth-child(1) h3 {
  border-radius:5px 0 0 0;
  background:#d11697;
}

#pricing-table-raffle .plan-raffle:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table-raffle h3 span {
  display:block;
  font:bold 17px/100px Arial,Serif;
  color:#fff;
  background:#d11697;
  border:3px solid #fff;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
}

/* --------------- */
#pricing-table-raffle ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#ffffff;
}

#pricing-table-raffle li {
  border-top:1px solid #ffffff;
  padding:10px 0;
}

/* --------------- */
#pricing-table-raffle .signup-raffle {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#e03bad;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#ffffff;
  border-radius:3px;
}

#pricing-table-raffle .signup-raffle:hover {
  background-color:#d11697;
  color:#ffffff;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

#pricing-table-raffle .signup-raffle:active,#pricing-table-raffle .signup-raffle:focus {
  background:#0088CC;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

#raffleleft {
  display:block;
  width:auto;
  height:auto;
  float:left;
  margin-top:-246px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#raffleright {
  display:block;
  width:auto;
  height:auto;
  float:right;
  margin-top:-440px;
  margin-left:1px;
  margin-right:-10px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

/* --------------- */
.clear-raffle:before,.clear-raffle:after {
  content:"";
  display:table;
}

.clear-raffle:after {
  clear:both;
}

.clear-raffle {
  zoom:1;
}

/*-----------------[RAFFLE END]------------------------*/
/*-----------------[STORES START]------------------------*/
.stores {
  font-size:1rem;
  line-height:1;
}

.stores a {
  color:#000000;
  text-decoration:none;
}

.stores-header {
  color:#000000;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.stores-list {
/*background-color: #ccc;*/
  border:5px solid #a01051;
  margin:auto;
  height:438px;
  overflow:auto;
  border-radius:20px;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.stores-footer {
  border-top:#a01051 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.stores-footer-message {
  color:#fff;
  margin:auto;
  border-top:#444 solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.stores-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#a01051;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

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

.image img {
  height:100%;
}

.stores-item .desc {
  width:59.7%;
  height:100%;
  background-color:#a01051;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.stores-item:hover .desc,.stores-item:hover .desc a {
  background-color:rgba(128,128,128,.8);
  color:#ffffff;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
  color:#ffffff;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
  color:#ffffff;
}

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

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.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;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#730b3a;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

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

.stores-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #999;
  background-color:#a01051;
}

/*-----------------[STORES END]------------------------*/
/*-----------------[TITLU NEW VIDEO START]------------------------*/
.newvideo {
  background:#ffffff;
  color:#ff0000!important;
  padding-bottom:9px;
  padding-top:9px;
  position:absolute;
  text-align:center;
  top:8px;
  right:8px;
  width:18%;
  z-index:1;
  font-family:Arial;
  font-size:18px;
  border-radius:4px;
}

.newvideo:hover {
  background:#ff0000;
  color:#ffffff!important;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

/*-----------------[TITLU NEW VIDEO END]------------------------*/
.clear-this {
  clear:both;
}

/*-----------------[V-BUTTON PACK START]------------------------*/
a.v-button-pack {
  top:-33px;
  border-radius:3px;
  color:#A01051;
  background-color:#ffffff;
  left:41.5%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

a.v-button-pack:hover {
  text-decoration:none;
  background-color:#A01051;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.v-button-pack-desc:hover {
  text-decoration:none;
  background-color:rgba(255,255,255,0.6);
  color:#ffffff;
  -webkit-box-shadow:0 0 1px #202020;
  -moz-box-shadow:0 0 1px #202020;
  box-shadow:0 0 1px #202020;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.v-button-pack-desc {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:2%;
  z-index:1;
}

/*-----------------[V-BUTTON PACK END]------------------------*/
/*-----------------[SLIDER START]------------------------*/
#Slideshow-Container {
  position:absolute;
  left:-5px;
  top:-693px;
}

#Slideshow-Control {
  width:960px;
  height:530px;
  margin:0 auto;
  background:#F2F0F1;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
  left:-5px;
}

#Frame-Set {
  overflow:hidden;
  height:530px;
}

#Slideshow-Control:hover #pause {
  opacity:.8;
}

#Pause {
  position:relative;
  display:block;
  width:960px;
  height:530px;
  top:-530px;
}

#Pause:hover {
  background:url(http://storage.clubbingradio.ro/kendramfc/pause.png) center no-repeat;
  background-size:14%;
}

#Slideshow-Control:hover ul,#Slideshow-Control:hover #progressbar,#Slideshow-Control:hover #cover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

#Slideshow-Mask {
  position:absolute;
  width:960px;
  height:530px;
  top:0;
  background-image:url(http://w.noimage.png);
  background-position:center;
  background-repeat:no-repeat;
  pointer-events:none;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  opacity:.5;
  -moz-animation:overlay-fade 40s infinite;
  -webkit-animation:overlay-fade 40s infinite;
}

#Slideshow-Control ul {
  width:4800px;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 40s infinite;
  -webkit-animation:slide-animation 40s infinite;
  position:relative;
  right:0;
  float:right;
}

#Slideshow-Control li {
  position:relative;
  float:left;
  display:inline;
  width:960px;
  height:530px;
  margin:0;
  padding:0;
  background-size:100px 100px;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

#Slideshow-Control ul li .Slideshow-Span h1 {
  position:absolute;
  bottom:-19px;
  left:0;
  display:block;
  width:100%;
  font-family:Montez,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1.6em;
  line-height:1.1em;
  padding:10px;
  background-color:rgba(0,0,0,0.4);
  color:#FFF;
  text-shadow:1px 1px 1px #473D41;
  pointer-events:none;
  text-align:left;
}

#Slideshow-Control li:last-of-type {
  background:#000;
}

#Slideshow-Control li a {
  display:block;
  text-decoration:none;
}

@-webkit-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }
  
  15% {
    right:0;
    opacity:1;
  }
  
  17.5% {
    right:-960px;
    opacity:.5;
  }
  
  20% {
    right:-960px;
    opacity:1;
  }
  
  35% {
    right:-960px;
    opacity:1;
  }
  
  37.5% {
    right:-1920px;
    opacity:.5;
  }
  
  40% {
    right:-1920px;
    opacity:1;
  }
  
  55% {
    right:-1920px;
    opacity:1;
  }
  
  57.5% {
    right:-2880px;
    opacity:.5;
  }
  
  60% {
    right:-2880px;
    opacity:1;
  }
  
  75% {
    right:-2880px;
    opacity:1;
  }
  
  77.5% {
    right:-3840px;
    opacity:.5;
  }
  
  80% {
    right:-3840px;
    opacity:1;
  }
  
  95% {
    right:-3840px;
    opacity:1;
  }
  
  97.5% {
    right:0;
    opacity:.5;
  }
  
  100% {
    right:0;
    opacity:1;
  }
}

@-moz-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }
  
  15% {
    right:0;
    opacity:1;
  }
  
  17.5% {
    right:-960px;
    opacity:.5;
  }
  
  20% {
    right:-960px;
    opacity:1;
  }
  
  35% {
    right:-960px;
    opacity:1;
  }
  
  37.5% {
    right:-1920px;
    opacity:.5;
  }
  
  40% {
    right:-1920px;
    opacity:1;
  }
  
  55% {
    right:-1920px;
    opacity:1;
  }
  
  57.5% {
    right:-2880px;
    opacity:.5;
  }
  
  60% {
    right:-2880px;
    opacity:1;
  }
  
  75% {
    right:-2880px;
    opacity:1;
  }
  
  77.5% {
    right:-3840px;
    opacity:.5;
  }
  
  80% {
    right:-3840px;
    opacity:1;
  }
  
  95% {
    right:-3840px;
    opacity:1;
  }
  
  97.5% {
    right:0;
    opacity:.5;
  }
  
  100% {
    right:0;
    opacity:1;
  }
}

/*-----------------[SLIDER END]------------------------*/
/*-----------------[SKYPE START]------------------------*/
a.skype {
  top:30px;
  border-radius:3px;
  color:#ffffff;
  background-color:#d11697;
  left:38.3%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
  display:inherit;
  width:200px;
}

a.skype:hover {
  text-decoration:none;
  background-color:#e03bad;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.skypebox {
  overflow:visible;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
  height:300px;
}

#skypeleft {
  display:block;
  width:auto;
  height:auto;
  float:left;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#skyperight {
  display:block;
  width:auto;
  height:auto;
  float:right;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

/*-----------------[SKYPE END]------------------------*/
/*-----------------[FAME WALL START]------------------------*/
.famewall {
  overflow:auto;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  height:auto;
  border-radius:15px;
  text-align:center;
}

p.fame {
  color:#ffffff;
  font-family:"Comic Sans MS",cursive,sans-serif;
  font-size:20px;
  border-radius:20px;
  display:inline-block;
  text-align:center;
  padding:40px 110px;
  background-color:rgba(255,0,189,0.55);
}

/*-----------------[FAME WALL END]------------------------*/
/*-----------------[PANTIES START]------------------------*/
.pants {
  width:920px;
  height:475px;
  overflow:unset;
  background:transparent;
  position:relative;
  border-radius:25px;
  float:center;
}

.pants-border {
  width:910px;
  height:480px;
  padding:12px;
  border-radius:25px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:1px 0 0 1px;
  background:transparent;
  border:0 solid #fff;
}

.pantiesview {
  width:260px;
  height:146px;
  margin:10px;
  float:left;
  border:10px solid #ffffff;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #e6e6e6;
  -moz-box-shadow:1px 1px 2px #e6e6e6;
  box-shadow:1px 1px 2px #e6e6e6;
  cursor:default;
}

.pantiesview:hover {
  width:260px;
  height:146px;
  margin:10px;
  float:left;
  border:10px solid #d11697;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

a.panties-button {
  top:74%;
  border-radius:3px;
  color:#A01051;
  background-color:#ffffff;
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

a.panties-button:hover {
  text-decoration:none;
  background-color:#d11697;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[PANTIES  END]------------------------*/
/*-----------------[MY TEAM START]------------------------*/
.members {
  overflow:auto;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  height:auto;
  border-radius:15px;
  text-align:center;
}

.wfa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.5);
  border:1px solid rgba(0,0,0,0.5);
  border-radius:5px;
  font-size:15px;
  color:#fff;
  text-align:center;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.wfa span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
  border-bottom:1px solid #CCC;
}

.wfa .Commander::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#d11697;
  text-shadow:0 1px 0 #333;
}

.wfa .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#d11697;
  text-shadow:0 1px 0 #333;
}

.wf {
  padding:5px 15px;
  font-size:14px;
  margin:12px;
  float:right;
  background:rgba(0,0,0,0.5);
  border:1px solid rgba(0,0,0,0.5);
}

.wf span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
}

.wf .Commander::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#d11697;
  text-shadow:0 1px 0 #333;
}

.wf .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#d11697;
  text-shadow:0 1px 0 #333;
}

/*-----------------[MY TEAM END]------------------------*/
/*-----------------[BIRTHDAY START]------------------------*/
.birthday {
  overflow:auto;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  height:auto;
  border-radius:15px;
  text-align:center;
}

/*-----------------[BIRTHDAY END]------------------------*/
/*-----------------[RAFFLE START]------------------------*/
.store-inner {
  width:auto;
  overflow:hidden;
  text-align:center;
  margin:auto;
  bottom:67px;
  position:relative;
  border-radius:8px;
}

.store-body {
  width:926px;
  height:485px;
  overflow:hidden;
  padding:170px 0 0;
  background:#fdfdfd url(http://storage.clubbingradio.ro/missakali/bda.jpg) top center no-repeat;
  border:1px solid #3d3d3d;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-radius:20px;
  margin:auto;
}

.item-slot {
  width:33%;
  color:#000000;
  position:relative;
  margin:0 auto;
  background:rgba(255,255,255,0.70);
  padding:20px 0 30px;
  border:1px solid #d9d9d9;
  border-radius:10px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align:center;
  -webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.1);
  -moz-box-shadow:0 3px 8px 0 rgba(0,0,0,0.1);
  box-shadow:0 3px 8px 0 rgba(0,0,0,0.1);
  -webkit-animation:colour 10s linear infinite;
  -moz-animation:colour 10s linear infinite;
}

@-webkit-keyframes colour {
  0% {
    background:rgba(255,255,255,0.70);
  }
  
  40% {
    background:rgba(255,0,0,0.70);
  }
  
  80% {
    background:rgba(255,255,255,0.70);
  }
  
  100% {
    background:rgba(255,0,0,0.70);
  }
}

@-moz-keyframes colour {
  0% {
    background:rgba(255,255,255,0.70);
  }
  
  40% {
    background:rgba(255,0,0,0.70);
  }
  
  80% {
    background:rgba(255,255,255,0.70);
  }
  
  100% {
    background:rgba(255,0,0,0.70);
  }
}

.item-title {
  font-size:18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:18px;
  margin:0 0 10px;
}

.superheroInfos {
  background:rgba(0,0,0,0) linear-gradient(to right,rgba(0,0,0,0) 10%,rgb(0,0,0) 50%,rgba(0,0,0,0) 90%);
  display:inline-block;
  width:96%;
  padding-top:8px;
  padding-bottom:5px;
  height:auto;
  overflow:auto;
  text-align:center;
  font-size:42px;
  position:relative;
  text-shadow:1px 1px 0 #000;
  color:#ffffff;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  bottom:110px;
  font-weight:bold;
}

.des {
  color:#ffffff;
  font-style:italic;
  font-family:'Arial';
  font-size:22px;
  top:-12px;
  position:relative;
  font-weight:bold;
}

.btn {
  display:inline-block;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:0 8px 0 #171a16,0 15px 20px rgba(0,0,0,.25);
  -moz-box-shadow:0 8px 0 #171a16,0 15px 20px rgba(0,0,0,.25);
  box-shadow:0 8px 0 #171a16,0 15px 20px rgba(0,0,0,.25);
  -webkit-transition:-webkit-box-shadow .1s ease-in-out;
  -moz-transition:-moz-box-shadow .1s ease-in-out;
  -o-transition:-o-box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
}

.btn span {
  display:inline-block;
  padding:12px 30px;
  line-height:1;
  font-family:arial;
  font-size:18px;
  letter-spacing:1px;
  color:#ff0000;
  text-shadow:0 -1px 1px rgba(19,65,88,.8);
  background:#000;
  background:-webkit-gradient(linear,0% 0%,0% 100%,from(#000),to(#000));
  background:-moz-linear-gradient(#000,#000);
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:inset 0 -1px 1px rgba(255,255,255,.15);
  -moz-box-shadow:inset 0 -1px 1px rgba(255,255,255,.15);
  box-shadow:inset 0 -1px 1px rgba(255,255,255,.15);
  -webkit-transition:-webkit-transform .1s ease-in-out;
  -moz-transition:-moz-transform .1s ease-in-out;
  -o-transition:-o-transform .1s ease-in-out;
  transition:transform .1s ease-in-out;
}

.btn:active {
  -webkit-box-shadow:0 8px 0 #fff,0 12px 10px rgba(220,180,220,.9);
  -moz-box-shadow:0 8px 0 #fff,0 12px 10px rgba(220,180,220,.9);
  box-shadow:0 8px 0 #fff,0 12px 10px rgba(220,180,220,.9);
}

.btn:active span {
  -webkit-transform:translate(0,4px);
  -moz-transform:translate(0,4px);
  -o-transform:translate(0,4px);
  transform:translate(0,4px);
}

.btn:hover span {
  background:#3d3d3d;
  background:-webkit-gradient(linear,0% 0%,0% 100%,from(#3d3d3d),to(#3d3d3d));
  background:-moz-linear-gradient(#3d3d3d,#3d3d3d);
}

/*-----------------[RAFFLE END]------------------------*/