@charset "UTF-8";

/*-----------------[BG PHOTO START]------------------------*/
body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#ffffff;
  background-color:#ffffff;
  background-size:cover;
  background-repeat:repeat;
  background:url(http://storage.clubbingradio.ro/asiangogo/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:970px;
  margin:40px auto -10px;
  background:#000000 url(http://storage.clubbingradio.ro/asiangogo/bgtop.jpg) top center no-repeat;
  box-shadow:0 0 7px 1px #ff0000;
  font-size:.875em;
  line-height:1.25;
  border-top-right-radius:14px;
  border-top-left-radius:14px;
}

#profile_header {
  padding:593px 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:#ff0000;
  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:1px solid;
  border-color:#FF0000;
}

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

.nav > ul > li {
  background:#FF0000;
}

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

.navbar {
  background-color:#FF0000;
  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:910px;
  z-index:500;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

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

.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:#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:#FF0000;
  border-bottom:1px solid #ff0000;
  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 #ffffff;
}

#scroll-to-top:hover {
  background:#000000;
  -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 #FF0000;
  -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]------------------------*/
.instagram_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

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

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

.instagram_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:#cfbba4;
  color:#000;
}

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

.twitter_container {
  background:#2f252a;
  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;
  opacity:.9;
}

.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:#2f252a;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-463px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.9;
}

.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:#2f252a;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-430px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-bottom-left-radius:8px;
  opacity:.9;
}

.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:auto;
  background:transparent;
  position:relative;
  border-radius:25px;
}

.frame-border {
  width:920px;
  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:2px 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:#A01051;
  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(0,0,0,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 #A01051;
  -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]------------------------*/
.MfcDesignMakerButton-holder {
  position:fixed;
  right:1px;
  top:350px;
}

.MfcDesignMakerButton {
  background:#ffffff;
  border-bottom:1px solid #ffffff;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  border-radius:9px;
  color:#730b3a!important;
  cursor:pointer;
  display:inline-block;
  font-family:arial;
  font-weight:bold;
  font-size:14px;
  font-style:italic;
  padding:9px 18px;
  text-align:center;
  text-decoration:none;
}

.MfcDesignMakerButton:hover {
  background:#730b3a;
  color:#ffffff!important;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  text-decoration:none;
  border-bottom: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;
}

.MfcDesignMakerButton:active {
  position:relative;
  top:1px;
  text-decoration:none;
}

/*-----------------[LOGO LEFT END]------------------------*/
/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD START]------------------------*/
#new_admirer {
  background:#2f252a;
  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:#000000;
  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:#2f252a;
  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:#000000;
  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:#2f252a;
  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:#000000;
  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:#2f252a;
  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:#000000;
  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]------------------------*/
#Tipwrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:550px;
  width:920px;
  overflow:hidden;
  background:#FF0000;
  border-right:1px solid #FF0000;
  border-left:1px solid #FF0000;
  border-bottom:1px solid #FF0000;
  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/asiangogo/leftgirl.png),url(http://storage.clubbingradio.ro/asiangogo/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/asiangogo/leftgirlhover.png),url(http://storage.clubbingradio.ro/asiangogo/rightgirlhover.png);
}

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

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

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

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

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

#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:#ffffff;
  list-style:decimal inside none;
  font-size:16px;
  margin:0 170px 40px;
  padding:0;
}

#top-ten li {
  border-bottom:1px solid #a01051;
  padding:13px 0;
}

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

.headerstopten {
  background:#dc2525;
  color:#000000;
  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 #FF0000;
  border-left:1px solid #FF0000;
  border-top:1px solid #FF0000;
  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:#000000;
  color:#FF0000;
  -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]------------------------*/
/*-----------------[POPUP START]------------------------*/
.popup-set {
  padding:8px;
  z-index:98;
  bottom:0;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  text-align:center;
  top:268px;
  width:660px;
}

.popup-video-desc {
  background:linear-gradient(to bottom,#202020 0%,#404040 100%) repeat scroll 0 0 rgba(0,0,0,0);
  font-family:Arial;
  font-size:18px;
  font-weight:100;
  margin:auto;
  padding:10px;
  text-align:center;
  border:solid 3px #ffffff;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.tabs > a > div:not(:target) {
  position:absolute;
  visibility:hidden;
}

.tabs > a > div:target {
  position:fixed;
  visibility:visible;
  z-index:999;
}

.popup-bg {
  color:#fff;
  left:0;
  position:fixed!important;
  top:0;
  width:100%;
  height:100%;
}

.buy-button-animation:hover {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

/*-----------------[POPUP 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_interests_content,#profile_about_me > div:nth-child(1),.wall_post_time {
  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 #000000;
}

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

.photo_gallery_image:hover {
  border-radius:0;
  background:#000000;
/* 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 #000000;
  border-radius:50% 0;
  box-shadow:0 0 15px #FF0000;
  padding:15px;
  background:#FF0000;
  margin:10px 0 0;
  display:inline-block;
}

.photo_gallery_lock:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  background:#000000;
  -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]------------------------*/
#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:#730b3a;
  border:1px solid #ddd;
  color:#fff;
  padding:20px;
  width:180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  position:relative;
}

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

#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:#730b3a;
  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:#730b3a;
  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:#a01051;
  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;
}

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

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

.clear-raffle {
  zoom:1;
}

/*-----------------[RAFFLE END]------------------------*/
/*-----------------[TOP 3 START]------------------------*/
.promos {
  max-width:675px;
  margin:0 auto;
}

.promo {
  margin:1em .5em 1.625em;
  padding:.25em 0 2em;
  background:#a01051;
  font-family:'Open Sans',sans-serif;
  font-weight:400;
  line-height:1.625;
  color:#ffffff;
  text-align:center;
}

@media (min-width: 40em) {
  .promo {
    display:inline;
    float:left;
    width:33.333%;
    margin:1em 0 0;
    box-shadow:0 0 4px 1px rgba(20,20,20,0.8);
  }
  
  .promo.first {
    border-right:none;
  }
  
  .promo.second {
    float:right;
    border-left:none;
  }
}

.promo h4 {
  margin:.25em 0 0;
  font-size:170%;
  font-weight:normal;
}

.promo .features {
  margin:0;
  padding:0;
  list-style-type:none;
  color:#ffffff;
}

.promo li {
  padding:.25em 0;
}

.promo .brief {
  color:#f9f9f9;
}

.promo .price {
  margin:.5em 0;
  padding:.25em 0;
  background:#ffffff;
  font-size:120%;
  color:#a01051;
}

.promo .buy {
  margin:1em 0 0;
}

@media (min-width: 40em) {
  .scale {
    transform:scale(1.2);
    box-shadow:0 0 4px 1px rgba(20,20,20,0.8);
  }
  
  .scale .price {
    color:#000000;
  }
}

/*-----------------[TOP 3 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]------------------------*/
/*-----------------[MEMBERS NEW VIDEO START]------------------------*/
.vidmembers {
  width:276px;
  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;
}

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

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

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

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

a.v-buttonmembers: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-buttonmembers-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-buttonmembers-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-titlemembers {
  background-color:rgba(0,0,0,0.5);
  padding-bottom:8px;
  padding-top:8px;
  position:absolute;
  text-align:center;
  top:5%;
  width:100%;
  z-index:1;
  color:#ffffff!important;
  font-family:Arial;
  font-size:17px;
}

/*-----------------[MEMBERS NEW VIDEO END]------------------------*/
/*-----------------[MEMBERS NEW TOP START]------------------------*/
#members1 li,#members2 li,#members3 li,#members4 li {
  list-style-type:none;
  line-height:1.3em;
  color:#ffffff;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.15rem;
  font-weight:500;
  padding-left:72px;
}

#members_video_container {
  width:940px;
  height:auto;
  margin:auto;
  margin-bottom:10px;
  background:transparent;
}

#members_video_column1 {
  display:inline-block;
  width:auto;
  margin:5px;
  margin-left:10px;
  vertical-align:top;
}

#members_video_column2 {
  display:inline-block;
  width:auto;
  margin:5px;
  margin-left:20px;
  vertical-align:top;
}

#members_video_column3 {
  display:inline-block;
  width:auto;
  margin:5px;
  margin-left:20px;
  vertical-align:top;
}

#members_video_column4 {
  display:inline-block;
  width:auto;
  margin:5px;
  margin-left:20px;
  vertical-align:top;
}

.p_membersvideotitle {
  width:940px;
  color:#ffffff;
  font-weight:600;
  font-style:normal;
  font-size:2.5rem;
  line-height:16px;
  font-family:'Questrial',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  margin:auto;
  text-align:center;
  //padding:20px 20px 5px;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
  padding-top:300px;
}

#membersvideoborder_container {
  background:#a01051;
  width:925px;
  height:200px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  box-shadow:0 0 4px 1px rgba(255,255,255,0.9);
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  z-index:99;
}

/*-----------------[MEMBERS NEW TOP END]------------------------*/
.clear-this {
  clear:both;
}

/*-----------------[GOGO NATION START]------------------------*/
#Gogo {
  position:absolute;
  margin-top:-125px;
  height:0;
  width:0;
}

.Gogo-Nation-Text {
  width:550px;
  margin:0 auto;
  padding-top:10px;
  font-family:'Ubuntu',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:1rem;
  line-height:1rem;
  letter-spacing:1px;
  color:#000;
  text-align:center;
}

#Gogo-Shogun {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/shogun.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Samurai {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/samurai.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Ninja {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/ninja.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Sensei {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/sensei.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

/*-----------------[GOGO NATION END]------------------------*/
#Gogo {
  position:absolute;
  margin-top:-125px;
  height:0;
  width:0;
}

.Gogo-Nation-Text {
  width:550px;
  margin:0 auto;
  padding-top:10px;
  font-family:'Ubuntu',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:1rem;
  line-height:1rem;
  letter-spacing:1px;
  color:#000;
  text-align:center;
}

#Gogo-Shogun {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/shogun.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Samurai {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/samurai.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Ninja {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/ninja.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

#Gogo-Sensei {
  display:block;
  width:930px;
  height:auto;
  margin:30px 0;
  background:#FF0000 url(http://storage.clubbingradio.ro/asiangogo/sensei.png) center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -moz-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FF0000,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FF0000,2px 1px 6px 4px rgba(10,10,0,.5);
}

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

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

a.v-button-pack-samurai {
  top:-305px;
  border-radius:3px;
  color:#FF0000;
  background-color:#000000;
  left:43%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

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

a.v-button-pack-ninja {
  top:-308px;
  border-radius:3px;
  color:#FF0000;
  background-color:#000000;
  left:43%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

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

a.v-button-pack-sensei {
  top:-275px;
  border-radius:3px;
  color:#FF0000;
  background-color:#000000;
  left:43%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

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

/*-----------------[V-BUTTON PACK END]------------------------*/
/*-----------------[BANNER START]------------------------*/
.banner {
  background:url(http://storage.clubbingradio.ro/asiangogo/bannerfront.jpg);
  box-shadow:1px 1px 10px #FF0000;
  height:90px;
  width:728px;
  margin:0 auto;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
}

.banner:hover {
  background:url(http://storage.clubbingradio.ro/asiangogo/bannerback.jpg);
  box-shadow:1px 1px 10px #FFFFFF;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -ms-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[BANNER END]------------------------*/