@charset "UTF-8";

/*-----------------[BG PATTERN START]------------------------*/
body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:12px;
  line-height:1;
  color:#ffffff;
  background-color:#ffffff;
  background-size:cover;
  background-repeat:repeat;
  background:url(http://storage.clubbingradio.ro/bendablebabe/bgpattern.gif);
  background-attachment:fixed;
  padding:0;
}

.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:#909090;
  text-decoration:none;
}

ul {
  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 PATTERN END]------------------------*/
/*-----------------[BG TOP START]------------------------*/
#profile {
  width:970px;
  margin:60px auto -10px;
  background:rgba(0,0,0,0.40) url(http://storage.clubbingradio.ro/bendablebabe/bgtop.jpg) top center no-repeat;
  box-shadow:0 0 20px 1px rgba(255,255,255,0.30);
  font-size:13px;
  line-height:1.25;
  border-radius:10px 10px 0 0;
}

#profile_header {
  padding:435px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#ffffff;
  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:#dcdcde;
  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);
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.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 */
}

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

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

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

.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:hover > a {
  background:#000000;
  color:#909090;
}

.nav > ul > li {
  background:rgba(0,0,0,0.0.2);
}

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

.navbar {
  background:rgba(0,0,0,0.60);
  position:fixed;
  left:0;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  font-size:1rem;
  line-height:1;
  font-style:italic;
  font-weight:bold;
}

.nav {
  margin-left:auto;
  margin-right:auto;
  width:1100px;
  position:relative;
  left:24px;
}

.nav li {
  float:left;
}

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

.nav a:hover,.nav a:active {
  -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 NAVIGATION START]------------------------*/
.padding-top-60 {
  margin-top:60px;
}

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

.store-header {
  background:;
  color:#fff;
  margin:auto;
  padding:40px 0 10px 15px;
  text-align:center;
  font-size:40px;
  text-shadow:0 0 35px #ffffff;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-family:"Times New Roman";
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#ddd;
  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;
}

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

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  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;
}

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

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

.desc-content {
  height:81px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}

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

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

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#666;
}

/*-----------------[STORE NAVIGATION END]------------------------*/
/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:#fff;
  border-bottom:1px solid #909090;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  left:10px;
  text-indent:-9999px;
  width:35px;
  -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-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #909090;
  -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 {
  background:#909090;
  -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 #fff;
  -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]------------------------*/
/*-----------------[ONLINE STATS START]------------------------*/
#member_status_value {
  text-transform:uppercase;
  background:#ffffff;
  padding:11px 10px 5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  height:20px;
  line-height:20px;
}

#member_status_value a {
  color:#000000;
  font-size:14pt;
  text-decoration:none;
}

#member_status_value a[href="http://www.myfreecams.com/#leximadison"] {
  -webkit-animation-name:blinker;
  -webkit-animation-duration:1s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:blinker;
  -moz-animation-duration:1s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  animation-name:blinker;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  color:#fff;
}

@-moz-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

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

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

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px #fff;
  padding:15px;
  background:#fff;
}

.photo_gallery_image:hover {
  border-radius:0;
/* 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 #909090;
}

.photo_gallery_lock {
  border-radius:50% 0;
  box-shadow:0 0 15px #fff;
  padding:15px;
  background:#FFF;
}

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

/*-----------------[PRIVATE PHOTOS END]------------------------*/
/*-----------------[TWITTER AMAZON OFFLINE START]------------------------*/
a.button.twitter-link {
  background-image:url(http://storage.clubbingradio.ro/bendablebabe/twitter.png);
  background-repeat:no-repeat;
  width:150px;
  height:52px;
  position:fixed;
  top:50px;
  right:3px;
  z-index:1;
}

a.button.instagram-link {
  background-image:url(http://storage.clubbingradio.ro/bendablebabe/instagram.png);
  background-repeat:no-repeat;
  width:150px;
  height:53px;
  position:fixed;
  top:120px;
  right:3px;
  z-index:1;
}

a.button.amazoncom-link {
  background-image:url(http://storage.clubbingradio.ro/bendablebabe/amazoncom.png);
  background-repeat:no-repeat;
  width:150px;
  height:52px;
  position:fixed;
  top:190px;
  right:3px;
  z-index:1;
}

a.button.offtip-link {
  background-image:url(http://storage.clubbingradio.ro/bendablebabe/offlinetip.png);
  background-repeat:no-repeat;
  width:150px;
  height:53px;
  position:fixed;
  top:260px;
  right:3px;
  z-index:1;
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform:translateX(3px) rotate(2deg);
    -ms-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  20% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    -ms-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  30% {
    -webkit-transform:translateX(3px) rotate(2deg);
    -ms-transform:translateX(3px) rotate(2deg);
    transform:translateX(3px) rotate(2deg);
  }
  
  40% {
    -webkit-transform:translateX(-3px) rotate(-2deg);
    -ms-transform:translateX(-3px) rotate(-2deg);
    transform:translateX(-3px) rotate(-2deg);
  }
  
  50% {
    -webkit-transform:translateX(2px) rotate(1deg);
    -ms-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  60% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    -ms-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  70% {
    -webkit-transform:translateX(2px) rotate(1deg);
    -ms-transform:translateX(2px) rotate(1deg);
    transform:translateX(2px) rotate(1deg);
  }
  
  80% {
    -webkit-transform:translateX(-2px) rotate(-1deg);
    -ms-transform:translateX(-2px) rotate(-1deg);
    transform:translateX(-2px) rotate(-1deg);
  }
  
  90% {
    -webkit-transform:translateX(1px) rotate(0);
    -ms-transform:translateX(1px) rotate(0);
    transform:translateX(1px) rotate(0);
  }
  
  100% {
    -webkit-transform:translateX(-1px) rotate(0);
    -ms-transform:translateX(-1px) rotate(0);
    transform:translateX(-1px) rotate(0);
  }
}

.button {
  display:inline-block;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.button:hover {
  -webkit-animation-name:buzz-out;
  animation-name:buzz-out;
  -webkit-animation-duration:.75s;
  animation-duration:.75s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1;
}

/*-----------------[TWITTER AMAZON OFFLINE END]------------------------*/
/*-----------------[FRAME FOR VIDEOS START]------------------------*/
.frame {
  width:931px;
  height:480px;
  background:transparent;
  position:relative;
  border-radius:1px;
  left:-24px;
}

.frame-border {
  width:906px;
  height:480px;
  padding:12px;
  border-radius:10px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 auto;
}

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

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

.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:81%;
  border-radius:3px;
  color:#000000;
  background-color:rgba(255,255,255,0.80);
  left:40%;
  padding:10px;
  position:absolute;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

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

.v-title {
  background-color:rgba(211,211,211,0.4);
  padding-bottom:9px;
  padding-top:9px;
  position:absolute;
  text-align:center;
  top:40%;
  width:100%;
  z-index:1;
  color:#000000;
  font-size:17px;
}

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

.view:hover {
  border:1px solid #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;
}

.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]------------------------*/
.xs-banner-container {
  overflow:hidden;
  padding:100px 0 0;
  position:fixed;
  bottom:-260px;
  right:10px;
  -webkit-transition:all 300ms cubic-bezier(0.220,1,0.610,1);
  -webkit-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  -moz-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  -o-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  z-index:90000;
}

.xs-banner-container:hover {
  margin-bottom:220px;
  -webkit-transition:all 300ms cubic-bezier(0.220,1,0.610,1);
  -webkit-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  -moz-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  -o-transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
  transition:all 300ms cubic-bezier(0.220,1.220,0.610,1.080);
}

.xs-banner {
  width:230px;
  padding:15px 15px 40px;
  font-family:arial,sans-serif;
  font-size:14px;
  line-height:16px;
  color:#fff;
  background:#000;
  border-radius:16px 16px 0 0;
  -moz-border-radius:16px 16px 0 0;
  -webkit-border-radius:16px 16px 0 0;
}

.xs-banner-logo {
  width:200px;
  height:127px;
  margin:-100px 0 0 12px;
}

.xs-banner-tick {
  width:14px;
  height:11px;
  margin:0 8px 0 0;
}

.xs-banner-list {
  font-size:13px;
  line-height:22px;
}

img {
  border:none;
  margin:0;
}

.xs-big {
  font-size:24px;
  font-weight:700;
  color:#ffffff;
  line-height:32px;
}

.xs-big:hover {
  font-size:28px;
}

.center {
  text-align:center;
}

/*-----------------[LOGO LEFT END]------------------------*/
/*-----------------[MENU CAMSCORE LEFT START]------------------------*/
#new_admirer {
  background:rgba(0,0,0,1.00);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-313px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.5;
  border-top-right-radius:8px;
}

#new_admirer a {
  text-decoration:none;
}

#new_admirer:hover {
  background:#000000;
  opacity:.9;
}

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

#new_homepage_friend a {
  text-decoration:none;
}

#new_homepage_friend:hover {
  background:#000000;
  opacity:.9;
}

#cam_score_container {
  background:rgba(0,0,0,1.00);
  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:-251px;
  z-index:96;
  line-height:10px;
  opacity:.5;
}

#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:#000000;
  opacity:.9;
}

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

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#rate_container:hover {
  background:#000000;
  opacity:.9;
}

/*-----------------[MENU CAMSCORE LEFT END]------------------------*/
/*-----------------[CLASSES FOR MFC GENERATED ELEMENTS START]------------------------*/
/* These elements are the main content information we do not want seen. */
#age_container,#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 {
  display:none;
}

/* These elements are the main content sections we do not want seen. */
#header_bar,#footer_bar,#profile_main_photo,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

/*-----------------[CLASSES FOR MFC GENERATED ELEMENTS END]------------------------*/
/*-----------------[PENTRU DIV-URI START]------------------------*/
.clear-this {
  clear:both;
  padding-top:40px;
}

/*-----------------[PENTRU DIV-URI END]------------------------*/
/*-----------------[CUSTOM VIDEO PRICE START]------------------------*/
.first {
  position:relative;
  margin:auto;
}

.customvideo a {
  border-radius:3px;
  color:#fff;
  background-color:rgba(0,0,0,0.8);
  left:420px;
  padding:10px;
  position:absolute;
  text-align:center;
  top:80%;
  z-index:1;
  text-decoration:none;
  font-size:18px;
}

.customvideo a: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;
}

/*-----------------[CUSTOM VIDEO PRICE END]------------------------*/
/*-----------------[BANNER LACEY START]------------------------*/
.banner {
  background:rgba(0,0,0,0) url(http://storage.clubbingradio.ro/bendablebabe/visitwebsite.jpg) repeat scroll 0 0;
  border-radius:15px;
  height:75px;
  margin:0 auto;
  width:350px;
  position:absolute;
  top:-104px;
  left:608px;
}

.banner:hover {
  background:rgba(0,0,0,0) url(http://storage.clubbingradio.ro/bendablebabe/visitwebsite1.jpg) repeat scroll 0 0;
  transition:all .5s ease 0;
}

/*-----------------[BANNER LACEY END]------------------------*/
/*-----------------[TOP TIPPERS START]------------------------*/
#pricing-table {
  margin:0 auto;
  text-align:center;
  width:680px;
}

#pricing-table-members {
  margin:0 auto;
  text-align:center;
  width:680px;
}

#pricing-table .plan {
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  text-shadow:0 1px rgba(255,255,255,.8);
  background:#fff;
  border:1px solid #ddd;
  color:#333;
  padding:20px;
  width:180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  position:relative;
}

#pricing-table-members .plan {
  font:13px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  background:rgba(255,255,255,0.10);
  border:1px solid #ddd;
  color:#333;
  padding:20px;
  width:180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  position:relative;
}

#pricing-table #most-popular {
  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-members #most-popular {
  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 .plan:nth-child(1) {
  border-radius:5px 0 0 5px;
}

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

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

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

/* --------------- */
#pricing-table h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
  background-color:#eee;
  background-image:linear-gradient(#fff,#eee);
}

#pricing-table-members h3 {
  font-size:22px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
  background-color:rgba(255,255,255,0.60);
}

#pricing-table #most-popular h3 {
  background-color:#ddd;
  background-image:linear-gradient(#eee,#ddd);
  margin-top:-30px;
  padding-top:30px;
  border-radius:5px 5px 0 0;
}

#pricing-table-members #most-popular h3 {
  background-color:#ddd;
  background-image:linear-gradient(#eee,#ddd);
  margin-top:-30px;
  padding-top:30px;
  border-radius:5px 5px 0 0;
}

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

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

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

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

#pricing-table h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  color:#777;
  background:#fff;
  border:5px solid #fff;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
  box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset;
}

#pricing-table-members h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  color:#777;
  background:#fff;
  border:5px solid #fff;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
  box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset;
}

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

#pricing-table-members ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#fff;
}

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

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

/* --------------- */
#pricing-table .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#0088CC;
  border-radius:3px;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table-members .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#0088CC;
  border-radius:3px;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table .signup:hover {
  background-color:#0088CC;
}

#pricing-table-members .signup:hover {
  background-color:#0088CC;
}

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

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

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

.clear:after {
  clear:both;
}

.clear {
  zoom:1;
}

/*-----------------[TOP TIPPERS END]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
#tipmenu-names-container {
  background:rgba(0,0,0,0) url(http://storage.clubbingradio.ro/bendablebabe/tipmenu.jpg) repeat scroll left top;
  border-radius:30px;
  display:block;
  height:450px;
  margin:10px auto;
  width:940px;
}

.tipmenu-names {
  width:380px;
  heiht:380px;
  margin:20px 0 0 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000;
  line-height:1.5rem;
  word-spacing:;
  overflow:auto;
  white-space:pre-line;
  padding:10px 4px 4px;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-width:170px;
  -moz-column-width:170px;
  column-width:170px;
  -webkit-column-gap:10px;
  -moz-column-gap:10px;
  column-gap:10px;
  -moz-column-fill:auto;
  column-fill:auto;
}

.actip {
  background-color:rgba(255,255,255,0.10);
  width:420px;
  top:100px;
  left:10px;
  position:relative;
  display:inherit;
  text-align:center;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid rgba(255,255,255,0.30);
  font-size:20px;
  color:#FFFFFF;
  margin-bottom:5px;
  border-radius:5px;
}

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

.buy {
  background-color:rgba(0,0,0,0.4);
  display:inline-block;
  padding:5px 32px;
  text-align:center;
  color:#fff!important;
  text-decoration:none;
  border-radius:5px;
  width:140px;
}

.buy:hover {
  display:inline-block;
  padding:5px 32px;
  text-align:center;
  color:#000!important;
  background:#fff;
  text-decoration:none;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[TIP MENU END]------------------------*/
/*-----------------[MY FRIEND START]------------------------*/
#myfriend-names-container {
  background:rgba(0,0,0,0) url(http://storage.clubbingradio.ro/bendablebabe/friend.jpg) repeat scroll left top;
  border-radius:30px;
  border:solid 2px #000;
  display:block;
  height:450px;
  margin:10px auto;
  width:940px;
}

.myfriend-names {
  top:75px;
  position:relative;
  width:440px;
  margin:auto;
  font-family:Monotype Corsiva;
  font-size:40px;
  color:#FF0000;
  word-spacing:10px;
  overflow:auto;
  padding:10px 4px 4px;
  text-align:center;
  border-radius:10px;
  border:solid 3px #fff;
  border-style:dotted;
}

/*-----------------[MY FRIEND END]------------------------*/
/*-----------------[VALENTINE'S DAY START]------------------------*/
url(http://weloveiconfonts.com/api/?family=fontawesome);
/* Fuente */
url(http://fonts.googleapis.com/css?family=Pacifico);
/* Corazon */
corazon {
  position:relative;
}

corazon:before {
  content:"\f004";
/* Tipo de icono */
  color:#fc2e5a;
  font-size:110px;
  font-family:'FontAwesome',sans-serif;
  animation:corazon 2s linear 0 infinite alternate;
  -moz-animation:corazon 2s linear 0 infinite alternate;
  -webkit-animation:corazon .5s linear 0 infinite alternate;
}

h1 {
  font-family:'Playball',cursive;
  font-size:3em;
  text-align:center;
  color:#ff0000;
  margin:2% auto;
  animation:bugone 3s infinite linear;
}

/* Animacion y definicion del color CorazÃ³n @mrjopino */
@keyframes corazon {
  0% {
    color:#e8367f;
  }
  
  100% {
    color:#6B0000;
  }
}

@-moz-keyframes corazon {
  0% {
    color:#FC0C0;
  }
  
  100% {
    color:#6B0000;
  }
}

@-webkit-keyframes corazon {
  0% {
    color:#FC0C0;
  }
  
  100% {
    color:#FC0C0C;
  }
}

/* Animaciones bugone I love */
@keyframes bugone {
  50% {
    text-shadow:0 2px 3px white,0 2px 3px white;
  }
}

@-webkit-keyframes bugone {
  50% {
    text-shadow:0 2px 3px white,0 2px 3px white;
  }
}

@-moz-keyframes bugone {
  50% {
    text-shadow:0 2px 3px white,0 2px 3px white;
  }
}

@-o-keyframes bugone {
  50% {
    text-shadow:0 2px 3px white,0 2px 3px white;
  }
}

@-ms-keyframes bugone {
  50% {
    text-shadow:0 2px 3px aqua,0 2px 3px aquamarine;
  }
}

/*-----------------[VALENTINE'S DAY END]------------------------*/
/*-----------------[FONTS START]------------------------*/
@font-face {
  font-family:'Dynalight';
  font-style:normal;
  font-weight:400;
  src:local(Dynalight),local(Dynalight-Regular),url(http://fonts.gstatic.com/s/dynalight/v5/H8N28OeR1G4cL0Fdzv8eVD8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

@font-face {
  font-family:'Fredericka the Great';
  font-style:normal;
  font-weight:400;
  src:local('Fredericka the Great'),local(FrederickatheGreat),url(http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18vc3vBAn7YvtW9hNjxWZBR0.woff) format("woff");
}

@font-face {
  font-family:'Leckerli One';
  font-style:normal;
  font-weight:400;
  src:local('Leckerli One'),local(LeckerliOne-Regular),url(http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
  font-family:'Niconne';
  font-style:normal;
  font-weight:400;
  src:local(Niconne),local(Niconne-Regular),url(http://fonts.gstatic.com/s/niconne/v6/Pt5YCk9yiMzehxqMoOcZoQ.woff) format("woff");
}

@font-face {
  font-family:'Pacifico';
  font-style:normal;
  font-weight:400;
  src:local('Pacifico Regular'),local(Pacifico-Regular),url(http://fonts.gstatic.com/s/pacifico/v6/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

@font-face {
  font-family:'Playball';
  font-style:normal;
  font-weight:400;
  src:local(Playball),local(Playball-Regular),url(http://fonts.gstatic.com/s/playball/v6/QS5qjU-Gc2sqWEq5kDfWQfesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

.font-effect-emboss {
  text-shadow:0 1px 1px #fff,0 -1px 1px #000;
  color:#ddd;
}

.font-effect-fire {
  text-shadow:0 -.05em .2em #FFF,.01em -.02em .15em #FE0,.01em -.05em .15em #FC0,.02em -.15em .2em #F90,.04em -.2em .3em #F70,.05em -.25em .4em #F70,.06em -.2em .9em #F50,.1em -.1em 1em #F40;
  color:#ffe;
}

.font-effect-neon {
  text-shadow:0 0 .1em #fff,0 0 .2em #fff,0 0 .3em #fff,0 0 .4em #f7f,0 0 .6em #f0f,0 0 .8em #f0f,0 0 1em #f0f,0 0 1.2em #f0f;
  color:#fff;
}

.font-effect-outline {
  text-shadow:0 1px 1px #000,0 -1px 1px #000,1px 0 1px #000,-1px 0 1px #000;
  color:#fff;
}

.font-effect-shadow-multiple {
  text-shadow:.04em .04em 0 #fff,.08em .08em 0 #aaa;
}

.font-effect-3d {
  text-shadow:0 1px 0 #c7c8ca,0 2px 0 #b1b3b6,0 3px 0 #9d9fa2,0 4px 0 #8a8c8e,0 5px 0 #77787b,0 6px 0 #636466,0 7px 0 #4d4d4f,0 8px 7px #001135;
  color:#fff;
}

.font-effect-3d-float {
  text-shadow:0 .032em 0 #b0b0b0,0 .15em .11em rgba(0,0,0,0.15),0 .25em .021em rgba(0,0,0,0.1),0 .32em .32em rgba(0,0,0,0.1);
  color:#fff;
}

/*-----------------[FONTS END]------------------------*/
/*-----------------[STORES START]------------------------*/
.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:rgba(211,211,211,0.30);
  border:5px solid rgba(0,0,0,0.00);
  margin:auto;
  height:auto;
  overflow:auto;
  border-radius:20px;
  width:920px;
}

.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:rgba(0,0,0,0.3);
  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:#ff69b4; */
  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(211,211,211,0.80);
  color:#ffffff;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 5px;
  font-size:16px;
  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:17px;
  line-height:1.2;
  color:#ffffff;
  position:absolute;
  top:45px;
  text-align:center;
  right:10px;
}

.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:13px;
  color:#000;
  background-color:rgba(128,128,128,1);
  padding:2px 10px;
  border-radius:5px;
}

.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-buy {
  display:inline-block;
  text-align:center;
  color:#D3D3D3!important;
  text-decoration:none;
  width:auto;
}

.stores-buy:hover {
  display:inline-block;
  color:#000!important;
  text-decoration:none;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[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]------------------------*/
#comments .wall_post_body img {
  max-width:800px;
}