@charset "UTF-8";

/*-----------------[BG PHOTO START]------------------------*/
body {
  font-family:'Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif'!important;
  font-size:18px;
  line-height:1;
  color:#000000;
  background-color:#ffffff;
  background-repeat:repeat;
  background-image:url(http://storage.clubbingradio.ro/andreaann/bgpattern.jpg);
  background-attachment:fixed;
  padding:4px;
}

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

a,a:visited {
  color:#000000;
  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 {
  background:rgba(128,128,128,0.40);
  width:960px;
  margin:40px auto -10px;
  box-shadow:0 0 20px 1px #000000;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:563px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#D3D3D3;
  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:#808080;
  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:#000000;
  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:#808080;
}

.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:rgba(0,0,0,0.9);
  color:#808080;
}

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

.navbar {
  background:rgba(128,128,128,1);
  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:9999;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow:0 0 10px 1px #000000;
}

.nav {
  margin-left:auto;
  margin-right:auto;
  width:1305px;
  position:absolute;
  left:130px;
}

.nav li {
  float:left;
}

.nav ul li a {
}

.nav a:link,.nav a:visited {
  color:#000000;
  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:#000000;
  font-size:60px;
  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:rgba(211,211,211,1);
  border-bottom:1px solid #000000;
  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 #000000;
}

#scroll-to-top:hover {
  background:#808080;
  -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 #D3D3D3;
  -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]------------------------*/
/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD START]------------------------*/
#new_admirer {
  background:rgba(128,128,128,0.80);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  color:#000000;
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-363px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.9;
  border-top-right-radius:8px;
}

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

#new_admirer:hover {
  background:#D3D3D3;
  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:rgba(128,128,128,0.80);
  color:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-327px;
  min-width:125px;
  z-index:98;
  text-align:center;
  opacity:.9;
}

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

#new_homepage_friend:hover {
  background:#D3D3D3;
  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:rgba(128,128,128,0.80);
  color:#000000;
  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;
  display:none;
}

#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:#D3D3D3;
  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:rgba(128,128,128,0.80);
  color:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:absolute;
  top:-291px;
  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:#D3D3D3;
  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]------------------------*/
/*-----------------[ONLINE STATUS START]------------------------*/
.my-status {
  background:#C0C0C0;
  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:14px;
}

#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]------------------------*/
/*-----------------[LOGO LEFT START]------------------------*/
.mfcdesignmaker-logo a {
  background-image:url(http://storage.clubbingradio.ro/andreaann/mfcdesignmaker.png);
  background-position:center top;
  background-repeat:no-repeat;
  color:#dfbd79;
  display:block;
  font-family:Georgia;
  font-size:12px;
  font-style:italic;
  padding-top:1px;
  position:fixed;
  right:3px;
  text-align:center;
  text-decoration:none;
  top:53px;
  width:150px;
  height:70px;
  z-index:9999;
}

.mfcdesignmaker-logo a:hover {
  background-image:url(http://storage.clubbingradio.ro/andreaann/mfcdesignmaker1.png);
  background-position:center top;
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[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]------------------------*/
/*-----------------[SOCIAL START]------------------------*/
a.instagram-girl {
  background-image:url(http://storage.clubbingradio.ro/andreaann/instagram.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:148px;
  right:3px;
  z-index:1;
}

a.instagram-girl:hover {
  background-image:url(http://storage.clubbingradio.ro/andreaann/instagram1.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.twitter-girl {
  background-image:url(http://storage.clubbingradio.ro/andreaann/twitter.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:200px;
  right:3px;
  z-index:1;
}

a.twitter-girl:hover {
  background-image:url(http://storage.clubbingradio.ro/andreaann/twitter1.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.amazon-girl {
  background-image:url(http://storage.clubbingradio.ro/andreaann/amazon.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:252px;
  right:3px;
  z-index:1;
}

a.amazon-girl:hover {
  background-image:url(http://storage.clubbingradio.ro/andreaann/amazon1.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.tipoffline-girl {
  background-image:url(http://storage.clubbingradio.ro/andreaann/tipoffline.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:304px;
  right:3px;
  z-index:1;
}

a.tipoffline-girl:hover {
  background-image:url(http://storage.clubbingradio.ro/andreaann/tipoffline1.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SOCIAL 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 rgba(0,0,0,0);
}

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px rgba(0,0,0,0.85);
  padding:15px;
  background:rgba(0,0,0,0.5);
  margin:10px 0 0;
}

.photo_gallery_image:hover {
  border-radius:0;
  background:rgba(0,0,0,0.85);
/* 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 rgba(0,0,0,0);
  border-radius:50% 0;
  box-shadow:0 0 15px rgba(0,0,0,0.85);
  padding:15px;
  background:rgba(0,0,0,0.5);
  margin:10px 0 0;
  display:inline-block;
}

.photo_gallery_lock:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  background:rgba(0,0,0,0.85);
  -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;
}

.clear-this {
  clear:both;
}

/*-----------------[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]------------------------*/
/*-----------------[FRAME FOR VIDEOS START]------------------------*/
.frame {
  width:931px;
  height:480px;
  overflow:auto;
  background:transparent;
  position:relative;
  border-radius:1px;
  left:-24px;
}

.frame-border {
  background:rgba(211,211,211,0.1);
  width:906px;
  height:480px;
  padding:12px;
  border-radius:10px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 auto;
  border:5px solid rgba(211,211,211,0.1);
}

.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:75%;
  border-radius:3px;
  color:#000000;
  background-color:#D3D3D3;
  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:20px;
}

.view {
  width:410px;
  height:200px;
  margin:10px;
  float:left;
  left:14px;
  border:10px 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:10px solid #D3D3D3;
  -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]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
.tipmenu {
  text-decoration:none;
  background:rgba(128,128,128,0.65);
  width:500px;
  height:300px;
  margin:auto;
  border-radius:20px;
  box-shadow:0 0 20px 1px #000000;
  padding:35px 0 30px;
}

/*-----------------[TIP MENU 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:#000000;
}

.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:#000000;
  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]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
#Tipwrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:550px;
  width:920px;
  overflow:hidden;
  background:#808080;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  border-bottom:1px solid #000000;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-bottom-right-radius:20px;
  -o-border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-bottom-left-radius:20px;
  -o-border-bottom-left-radius:20px;
}

#tipmenuimage {
  display:inline-block;
  position:absolute;
  width:100%;
  height:100%;
  background-image:url(http://storage.clubbingradio.ro/andreaan/leftgirl.png),url(http://storage.clubbingradio.ro/andreaan/rightgirl.png);
  background-repeat:no-repeat,no-repeat;
  background-position:center left 30px,center right 30px;
  background-size:200px;
  z-index:2;
}

#tipmenuimage:hover {
  display:inline-block;
  position:absolute;
  width:100%;
  height:100%;
  background-image:url(http://storage.clubbingradio.ro/andreaan/leftgirlhover.png),url(http://storage.clubbingradio.ro/andreaan/rightgirlhover.png);
}

.first-top-ten {
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.second-top-ten {
  color:#000000;
  font-size:19px;
}

.thirth-top-ten {
  color:#000000;
  font-size:18px;
}

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

#top-ten .topten {
  color:#000000;
  float:left;
  padding:20px 20px 20px 30px;
  position:relative;
  width:650px;
}

#top-ten h3 {
  background-color:#ffffff;
  background-image:linear-gradient(#FFFFFF,#EEEEEE);
  font-size:20px;
  font-weight:normal;
  margin:-20px -20px 50px;
  padding:20px;
  text-align:center;
}

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

#top-ten li {
  border-bottom:1px solid #000000;
  padding:13px 0;
  font-size:16px;
}

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

.headerstopten {
  background:#000000;
  color:#808080;
  margin:0 auto;
  height:80px;
  width:922px;
  line-height:70px;
  margin-top:50px;
  font-size:4em;
  font-family:Niconne;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  border-top:1px solid #000000;
  border-top-right-radius:25px;
  -webkit-border-top-right-radius:25px;
  -moz-border-top-right-radius:25px;
  -o-border-top-right-radius:25px;
  border-top-left-radius:25px;
  -webkit-border-top-left-radius:25px;
  -moz-border-top-left-radius:25px;
  -o-border-top-left-radius:25px;
}

.headerstopten:hover {
  background:#D3D3D3;
  color:#000000;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

/*-----------------[TIP MENU END]------------------------*/
/*-----------------[RAFFLE START]------------------------*/
#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:#808080;
  border:1px solid #000;
  color:#000;
  padding:20px;
  width:180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  position:relative;
  margin:100px 0 0;
}

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

#pricing-table-raffle #most-popular-raffle h3 {
  background:#D3D3D3#pricing-table-raffle h3;
  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:#D3D3D3;
}

#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:#D3D3D3;
  background:#000000;
  border:3px solid #000;
  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:#000000;
}

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

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

#pricing-table-raffle .signup-raffle:hover {
  background-color:#D3D3D3;
  color:#000000;
  -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;
}

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

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

.clear-raffle {
  zoom:1;
}

/*-----------------[RAFFLE END]------------------------*/
/*-----------------[ANDREA CLUB START]------------------------*/
/*-----------------[TOP TIPPERS START]------------------------*/
#tippers-names-container {
  background:rgba(0,0,0,0) url(http://storage.clubbingradio.ro/andreaann/members.jpg) repeat scroll left top;
  border-radius:30px;
  border:5px solid rgba(0,0,0,1);
  display:block;
  height:450px;
  margin:10px auto;
  width:930px;
}

.tippers-names {
  width:540px;
  height:440px;
  position:relative;
  margin:5px auto 0 5px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.12rem;
  color:#000;
  line-height:2.5rem;
  word-spacing:;
  overflow:auto;
  white-space:pre-line;
  padding:10px 4px 4px;
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
  -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;
}

/*-----------------[TOP TIPPERS END]------------------------*/
/*-----------------[ANDREA CLUB 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]------------------------*/
/*-----------------[TITLU NEW VIDEO START]------------------------*/
.newvideo {
  background:#000;
  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:#000;
  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]------------------------*/
#profile_header .label,#profile_header .value {
  font-size:15px;
}

.wall_post_time {
  font-size:14px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
  font-size:18px;
}