.clear {
  clear: both;
}
.close {
  background: url("../img3/close.png");
  height: 27px;
  width: 27px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: none;
}
.close:hover {
  filter: none;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.btn {
  background: url("../img3/button.png") bottom repeat-x;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #464646;
  text-transform: lowercase;
  position: 4px 12px;
}
.btn:hover {
  background-position: bottom;
}
.btn.active {
  background-image: url("../img3/button.active.png");
  border-color: #666;
  color: #fff;
  text-shadow: 0 1px 0 #212121;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.btn-primary {
  font-weight: bold;
  height: 29px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
  padding: 0 20px;
}
.btn-primary:hover,
.btn-primary:active {
  background: #9c2e1d;
}
a.btn-primary {
  color: #fff;
  padding-top: 5px;
  height: 24px;
}
a.btn-primary:hover {
  text-decoration: none;
}
.btn-inverse {
  border: 1px solid #404040;
  background: #404040;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-inverse:hover {
  border-color: #000;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #3f3f3f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #3f3f3f));
  background: -webkit-linear-gradient(top, #595959 0%, #3f3f3f 100%);
  background: -o-linear-gradient(top, #595959 0%, #3f3f3f 100%);
  background: -ms-linear-gradient(top, #595959 0%, #3f3f3f 100%);
  background: linear-gradient(to bottom, #595959 0%, #3f3f3f 100%);
}
.btn-inverse:active {
  background: #242424;
  background: -moz-linear-gradient(top, #242424 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #323232));
  background: -webkit-linear-gradient(top, #242424 0%, #323232 100%);
  background: -o-linear-gradient(top, #242424 0%, #323232 100%);
  background: -ms-linear-gradient(top, #242424 0%, #323232 100%);
  background: linear-gradient(to bottom, #242424 0%, #323232 100%);
}
.btn-cancel {
  font-weight: bold;
  height: 29px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #3f3f3f;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
  padding: 0 20px;
}
.btn-cancel:active {
  background: #3f3f3f;
}
a.btn-cancel {
  color: #fff;
  padding-top: 5px;
  height: 24px;
}
a.btn-cancel:hover {
  text-decoration: none;
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid #808080;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.center {
  text-align: center;
}
.modal-backdrop {
  background-color: #fff;
}
.modal {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-header {
  background-color: #f4f4f4;
  padding: 13px 8px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.modal-header h3 {
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.modal-header .close {
  background: url("../img3/close.png");
  height: 27px;
  width: 27px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: none;
}
.modal-footer {
  background-color: transparent;
  border: none;
  text-align: center;
}
.modal-footer a {
  float: none;
}
.modal-footer .btn {
  background: #ccc;
  border-color: #ccc;
  color: #4c4c4c;
  font-weight: bold;
  width: 147px;
  height: 29px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-footer .btn-primary {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
}
#bodybg,
#bodybg-pre,
#bodybg-view {
  background-position: center top;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -12;
  display: none;
  margin-top: 40px;
}
#bodybg-pre {
  z-index: -11;
}
#bodybg-view {
  z-index: -10;
}
.playlist-action input[type=text] {
  margin-left: 78px;
  width: 355px;
}
.modal-footer .btn + .btn {
  padding: 0 8px;
}
body {
  background-color: #ddd;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 80px 0 40px 0;
}
::selection,
::-moz-selection {
  background: #b20;
  color: #fff;
}
.navbar-inner {
  border: none;
  height: 41px;
  min-height: 41px;
}
.navbar-inverse .navbar-inner {
  background: transparent url("../img3/navbar.png") repeat-x;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
}
.navbar .brand {
  background: url("../img3/brand.png") left center no-repeat;
  height: 39px;
  width: 158px;
  text-indent: -9999px;
  padding: 0;
  margin: 0 40px 0 0;
}
.navbar-inverse .nav > li > a {
  color: #590909;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 0 #d41b1b;
  text-transform: lowercase;
  padding: 10px;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: 0 1px 0 #2b0804;
}
.navbar-search {
  margin-top: 6px;
}
.navbar-inverse .navbar-search input[type=text] {
  background: url("../img3/search-input.png") left no-repeat;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 0 #1a0505;
  line-height: normal;
  height: 28px;
  margin: 0;
  width: 100px;
  padding: 0 0 0 12px;
}
.lt-ie9 .navbar-inverse .navbar-search input[type=text] {
  padding-top: 5px;
  height: 23px;
  outline: none;
}
.navbar-inverse .navbar-search input[type=submit] {
  background: url("../img3/search-submit.png") no-repeat;
  border: 0;
  float: left;
  height: 28px;
  width: 28px;
}
#navbar-notify {
  background: url("../img3/navbar-notify.png") center center no-repeat;
  display: block;
  width: 37px;
  height: 39px;
}
#navbar-notify:hover {
  background-image: url("../img3/navbar-notify.active.png");
}
#navbar-notify-badge {
  background: url("../img3/navbar-notify-badge.png") no-repeat;
  color: #590909;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 17px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 23px;
}
#navbar-notify-badge:hover {
  cursor: pointer;
}
#navbar-user {
  background: url("../img3/navbar-user.png") center center no-repeat;
  display: block;
  width: 56px;
  height: 39px;
}
#navbar-user:hover {
  background-image: url("../img3/navbar-user.active.png");
}
.dropdown-menu .rkred a {
  color: #b20;
  font-size: 16px;
  font-weight: bold;
}
.dropdown-menu .rkred a:hover {
  color: #b20;
}
i.rkred {
  background: url("../img3/rkred.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  vertical-align: middle;
}
.navbar .pull-right > li > a.dropdown-toggle {
  padding: 0;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav > li > .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 1px 3px #9a9a9a;
  -moz-box-shadow: 0 1px 3px #9a9a9a;
  box-shadow: 0 1px 3px #9a9a9a;
  margin-top: 7px;
}
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  border: none;
}
.dropdown-menu .arrow {
  background: url("../img3/dropdown-arrow.png");
  display: block;
  width: 21px;
  height: 14px;
  margin: -19px 10px 0 10px;
  float: right;
}
.dropdown-menu a {
  color: #212121;
  padding: 3px 10px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #e6e6e6;
  background-image: none;
  color: #212121;
  filter: none !important;
}
.dropdown-menu .user-info .vip {
  background: url("../img3/vip.png");
  width: 37px;
  height: 23px;
  float: right;
  margin-top: 3px;
}
.dropdown-menu .user-info img {
  border: 1px solid #999;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  float: left;
  margin-top: 3px;
}
.dropdown-menu .user-info h5 {
   clear:both;
   font-size: 14px;
   margin: 0 0 0 0;
   padding-top:5px;
   line-height: 15px;
}
.dropdown-menu .user-info p {
   font-size: 13px;
   margin: 0 0 0 0;
}
.dropdown-notify {
  padding-bottom: 0;
  width: 280px;
}
.dropdown-notify h5 {
  border-bottom: 1px solid #bababa;
  color: #212121;
  padding: 5px 10px;
  margin: 0;
}
.dropdown-notify li {
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
}
.dropdown-notify li.first {
  border-top: none;
}
.dropdown-notify li a {
  color: #4c4c4c;
  padding: 10px 20px;
  white-space: normal;
}
.dropdown-bottom {
  border-top: 1px solid #c6c6c6;
  margin: 0;
  text-align: right;
  clear: left;
}
.dropdown-bottom a {
  background-color: #e5e5e5;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  display: block;
  color: #212121;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 20px;
}
.dropdown-bottom a:hover {
  text-decoration: underline;
}
.dropdown-catalog {
  padding-bottom: 0;
  width: 780px;
}
.dropdown-catalog .arrow {
  float: left;
  margin-left: 40px;
}
.lt-ie9 .dropdown-catalog .arrow {
  display: none;
}
.dropdown-catalog h5 {
  color: #4c4c4c;
  font-size: 12px;
  margin: 15px 0 0 18px;
}
.dropdown-catalog ul {
  float: left;
  width: 20%;
  margin: 0;
}
.dropdown-catalog ul li {
  list-style: none;
  margin-left: 18px;
}
.dropdown-catalog ul li.all {
  font-size: 12px;
  margin-bottom: 15px;
}
.dropdown-catalog ul li a {
  padding: 0;
  color: #4c4c4c;
}
.dropdown-catalog ul li a:hover {
  background-color: transparent;
}
.navbar-inverse .nav > li > a.btn-account {
  background: url("../img3/btn-account.png") bottom repeat-x;
  border: 1px solid #952715;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #725405;
  display: block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  text-shadow: 0 1px 0 #ffd461;
  padding: 0 8px;
  margin: 5px 8px;
  text-transform: none;
}
.navbar-inverse .nav li.dropdown.open > .btn-account,
.navbar-inverse .nav li.dropdown.active > .btn-account,
.navbar-inverse .nav li.dropdown.open.active > .btn-account {
  color: #725405;
}
.dropdown-login form {
  padding: 7px 10px;
  margin-bottom: 10px;
  min-height: 120px;
}
.dropdown-login .error {
  color: #bb341e;
  font-size: 12px;
  display: none;
}
.dropdown-login form input {
  background-color: #e6e6e6;
  border: 1px solid #999;
  color: #222;
  font-size: 12px;
}
.dropdown-login form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #666;
}
.dropdown-login form input#login-user,
.dropdown-login form input#login-pass {
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 29px;
}
.dropdown-login form input#login-user:focus,
.dropdown-login form input#login-pass:focus {
  background-position: 6px center;
}
.dropdown-login form input#login-user {
  background-image: url("../img3/login-user.png");
}
.dropdown-login form input#login-pass {
  background-image: url("../img3/login-pass.png");
  margin-bottom: 30px;
}
.dropdown-login form + a {
  color: #666;
  font-size: 12px;
  text-transform: lowercase;
  position: relative;
  top: -70px;
}
.dropdown-login form input[type=submit] {
  color: #4c4c4c;
  font-weight: bold;
  float: right;
}
.dropdown-login p {
  border-top: 1px solid #dcdcdc;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-top: 0;
  clear: right;
}
a.btn-signup {
  background: url("../img3/btn-signup.png") bottom repeat-x;
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #e5e5e5;
  -moz-box-shadow: 0 1px 0 #e5e5e5;
  box-shadow: 0 1px 0 #e5e5e5;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 0 #2d0c07;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 10px 5px 10px;
  text-decoration: none;
}
.navbar-inverse .nav > li.small > a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
}
.sections {
  overflow: visible;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  height: auto;
  min-height: 60px;
}
.sections-container {
  position: relative;
}
.section-warp {
  position: absolute;
  margin: 0;
  width: 980px;
}
section:empty,
.section-container {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  display: block;
  width: 980px;
  height: 0;
}
.section-container {
  height: auto;
}
section.active,
section.target {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section {
  height: auto;
}
section.loading {
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.nobg .breadcrumb {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.section-next,
.section-prev {
  background: #fff url("../img3/section-next.png") center 260px no-repeat;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  display: none;
  position: fixed;
  top: 80px;
  width: 40px;
  height: 100%;
  z-index: 99;
}
.section-next {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  right: 0;
}
.section-prev {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background-image: url("../img3/section-prev.png");
  left: 0;
}
.section-title {
  background-color: rgba(0,0,0,0.3);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #fff;
  display: none;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  text-transform: lowercase;
  height: 57px;
  line-height: 57px;
  padding: 0 20px;
  position: absolute;
  top: 240px;
  margin: 0 35px;
  z-index: 210;
}
.section-title-next {
  right: 0;
}
.section-title-prev {
  left: 0;
}
.breadcrumb {
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.section-container .breadcrumb {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb li {
  margin-right: 8px;
}
.breadcrumb a {
  color: #999;
  font-size: 16px;
  margin-right: 8px;
}
.breadcrumb .divider {
  background: url("../img3/breadcrumb-divider.png") bottom no-repeat;
  display: inline-block;
  width: 8px;
  height: 20px;
  padding: 0;
  margin-bottom: -4px;
}
.breadcrumb .active {
  color: #4c4c4c;
}
.breadcrumb .active em {
  color: #ca2816;
  font-style: normal;
}
#search {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #8e8e8e;
  -moz-box-shadow: 0 2px 3px #8e8e8e;
  box-shadow: 0 2px 3px #8e8e8e;
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  z-index: 1001;
}
#search-backdrop {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  display: none;
}
.search-results h3 {
  background-color: #808080;
  border-left: 1px solid #6d6d6d;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 12px;
  line-height: 40px;
  height: 40px;
  margin: 0;
  overflow: hidden;
}
.search-results h3:hover {
  background-color: #999;
  cursor: pointer;
}
.search-results .column:first-child h3 {
  border: none;
}
.search-results h3 .close {
  background: url("../img3/column-close.png") right center no-repeat;
  color: #dadada;
  font-size: 13px;
  padding-right: 45px;
  height: 40px;
  line-height: 40px;
  float: right;
  text-shadow: none;
  font-weight: normal;
  width: 170px;
}
.search-results .column {
  float: left;
  width: 166px;
  overflow: hidden;
}
.search-results .double-column {
  width: 316px;
}
.search-results .column-content {
  border-left: 1px solid #d9d9d9;
  width: 100%;
  padding: 20px 10px;
  height: 860px;
  overflow: hidden;
  padding-bottom: 100px;
}
.search-results .column:first-child .column-content {
  padding-left: 15px;
}
.search-results .column:first-child .filter {
  margin-left: -15px;
}
.result {
  width: 140px;
  height: 120px;
  margin: 0 10px 20px 0;
  float: left;
  -webkit-transition: margin-right 500ms;
  -moz-transition: margin-right 500ms;
  -ms-transition: margin-right 500ms;
  -o-transition: margin-right 500ms;
  transition: margin-right 500ms;
  display: block;
}
.result:hover {
  text-decoration: none;
}
.expanded .result {
  margin-right: 20px;
}
.result-hide {
  display: none;
}
div[href]:hover,
li[href]:hover {
  cursor: pointer;
}
.grid .result-artist {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  height: 120px;
  overflow: hidden;
}
.grid .result-artist .info {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#81000000", endColorstr="#81000000");
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 30px;
  width: 140px;
  position: relative;
  top: -30px;
  -webkit-transition: height 300ms, top 300ms;
  -moz-transition: height 300ms, top 300ms;
  -ms-transition: height 300ms, top 300ms;
  -o-transition: height 300ms, top 300ms;
  transition: height 300ms, top 300ms;
}
.grid .result-artist:hover .info {
  height: 60px;
  top: -60px;
}
.grid .result-artist h5 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.result .follow {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 19px;
  width: 115px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
}
.result .following {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #4c4c4c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  height: 19px;
  line-height: 19px;
  font-size: 13px;
  text-transform: lowercase;
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
  width: 115px;
  margin: 0 auto;
}
.result .unfollow {
  background-color: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  height: 19px;
  line-height: 19px;
  font-size: 13px;
  text-transform: lowercase;
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
  width: 115px;
  margin: 0 auto;
}
.list .order dd {
  margin: 0;
}
.list .order dd[rel=popularity] {
  margin-left: 390px;
}
.list .result,
.result-recording-ll.ui-draggable-dragging .result {
  background-color: transparent;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 939px;
  height: 60px;
  float: none;
  margin-bottom: 10px;
  overflow: hidden;
}
.result-recording-ll.ui-draggable-dragging .result {
  background-color: #fff;
}
.list .result-artist img {
  width: 80px;
  float: left;
}
.list .result h4,
.result-recording-ll.ui-draggable-dragging h4 {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding-left: 20px;
  margin: 0;
  width: 346px;
}
.list .result .stats,
.result-recording-ll.ui-draggable-dragging .stats {
  left: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0 0 0;
  float: left;
  height: 50px;
  margin: 0;
}
.list .result .stats li,
.result-recording-ll.ui-draggable-dragging .stats li {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 35px;
  padding-top: 5px;
  margin-right: 4px;
  list-style: none;
  float: left;
}
.list .result .stats strong,
.result-recording-ll.ui-draggable-dragging .stats strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
.list .result-artist p,
.result-recording-ll.ui-draggable-dragging p {
  border: 1px solid #e6e6e6;
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  float: left;
  height: 44px;
  padding: 14px 0 0 14px;
  width: 160px;
}
.list .result .follow,
.list .result .following {
  display: none;
  width: 147px;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  margin: 0;
}
.list .result .unfollow {
  background-color: #3f3f3f;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 0 #131313;
  text-decoration: none;
  text-transform: lowercase;
  width: 147px;
  height: 29px;
  line-height: 29px;
}
.list .result:hover p .hover {
  display: block;
}
.list .result:hover h4,
.list .result:hover h5,
.list .result:hover ul,
.list .result:hover ol,
.list .result:hover p,
.list .result:hover button {
  border-color: #808080;
}
.ui-draggable-dragging {
  z-index: 1200;
}
#player-karaoke-template {
  display: none;
}
.grid .result-karaoke {
  background-color: transparent;
  width: 140px;
  height: 180px;
}
section .back {
  display: none;
}
section.active .back {
  display: block;
}
.grid .result-karaoke .inner {
  margin-bottom: 5px;
  width: 140px;
  height: 140px;
}
.grid .result-karaoke .front,
.grid .result-karaoke .back {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  height: 140px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.grid .result-karaoke .front {
  border: 1px solid #e5e5e5;
  width: 138px;
  height: 138px;
  z-index: 9;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
}
.grid .result-karaoke .flip .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.grid .result-karaoke .back {
  background-color: #2a3033;
  padding: 8px;
  width: 124px;
  height: 124px;
  z-index: 8;
  top: -140px;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
.grid .result-karaoke .flip .back {
  z-index: 10;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
}
.grid .result-karaoke .inner img,
.result-karaoke.ui-draggable-dragging .inner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 138px;
}
.grid .result-karaoke .inner button {
  display: block;
  position: absolute;
  top: 110px;
  float: left;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.grid .result-karaoke .inner:hover button {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.grid .result-karaoke .inner button.sing {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 19px;
  font-size: 14px;
  line-height: 12px;
  width: 92px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
  text-decoration: none;
  font-weight: bold;
  left: 10px;
}
.grid .result-karaoke .inner button.add {
  background: #fbfbfb url("../img3/icon-add.png") center center no-repeat;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 10px;
  height: 19px;
  width: 19px;
  left: 110px;
}
.grid .result-karaoke .back p,
.list .result-karaoke .add p,
.song-header div.add p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.grid .result-karaoke .back button,
.list .result-karaoke .add button,
.song-header div.add button {
  position: static;
  margin: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.grid .result-karaoke .back button.ok,
.list .result-karaoke .add button.ok,
.song-header div.add button.ok {
  margin: 0 10px 0 0;
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 19px;
  font-size: 14px;
  line-height: 12px;
  width: 48px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.grid .result-karaoke .back button.cancel,
.list .result-karaoke .add button.cancel,
.song-header div.add button.cancel {
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #404040;
  border: none;
  color: #fff;
  font-size: 10px;
  width: 65px;
  height: 19px;
  line-height: normal;
  text-transform: lowercase;
}
.grid .result-karaoke .back input,
.list .result-karaoke .add input,
.song-header div.add input {
  background-color: #e6e6e6;
  border: 3px solid #ac1e10;
  color: #222;
  width: 101px;
  display: none;
  margin: 10px 0 41px 0;
}
.grid .result-karaoke .back .btn-group,
.list .result-karaoke .add .btn-group,
.song-header div.add .btn-group {
  background: url("../img3/karaoke-add-playlist.png") no-repeat;
  margin: 10px 0 46px 0;
  border: none;
}
.grid .result-karaoke .back .dropdown-toggle,
.list .result-karaoke .add .dropdown-toggle,
.song-header div.add .dropdown-toggle {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 20px;
  padding: 4px 0 4px 10px;
  margin: 0 0 0 0;
  text-shadow: 0 1px 0 #b9bbbd;
  font-size: 14px;
  color: #222;
  text-transform: none;
  text-align: left;
}
.grid .result-karaoke .back .dropdown-toggle:focus,
.list .result-karaoke .add .dropdown-toggle:focus,
.song-header div.add .dropdown-toggle:focus {
  outline: none;
}
.grid .result-karaoke .back .btn-group > .favorites,
.grid .result-karaoke .back .btn-group > .session,
.list .result-karaoke .add .btn-group > .favorites,
.list .result-karaoke .add .btn-group > .session,
.song-header div.add .btn-group > .favorites,
.song-header div.add .btn-group > .session {
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 28px;
}
.grid .result-karaoke .back .btn-group > .favorites,
.song-header div.add .btn-group > .favorites {
  background-image: url("../img3/karaoke-add-playlist-favorites.active.png");
}
.grid .result-karaoke .back .btn-group > .session,
.list .result-karaoke .add .btn-group > .session,
.song-header div.add .btn-group > .session {
  background-image: url("../img3/karaoke-add-playlist-session.active.png");
}
.grid .result-karaoke .back .dropdown-menu {
  margin: 0;
}
.grid .result-karaoke .back .dropdown-menu .favorites a,
.grid .result-karaoke .back .dropdown-menu .session a,
.list .result-karaoke .add .dropdown-menu .favorites a,
.list .result-karaoke .add .dropdown-menu .session a,
.song-header div.add .dropdown-menu .favorites a,
.song-header div.add .dropdown-menu .session a {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 28px;
}
.grid .result-karaoke .back .dropdown-menu .favorites a,
.list .result-karaoke .add .dropdown-menu .favorites a,
.song-header div.add .dropdown-menu .favorites a {
  background-image: url("../img3/karaoke-add-playlist-favorites.png");
  background-position: 8px center;
}
.grid .result-karaoke .back .dropdown-menu .session a,
.list .result-karaoke .add .dropdown-menu .session a,
.song-header div.add .dropdown-menu .session a {
  background-image: url("../img3/karaoke-add-playlist-session.png");
}
.grid .result-karaoke h4,
.result-karaoke.ui-draggable-dragging h4 {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.grid .result-karaoke h5,
.result-karaoke.ui-draggable-dragging h5 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.result-karaoke.ui-draggable-dragging button,
.result-karaoke.ui-draggable-dragging .back {
  display: none;
}
.list .result-karaoke div.add,
.song-header div.add {
  background-color: #e6e6e6;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 125px;
  height: 90px;
  padding: 10px;
  position: absolute;
  right: 27px;
  margin-top: 54px;
  display: none;
}
.list-lite .result-karaoke div.add {
  right: 340px;
}
.list .result-karaoke .add .btn-group,
.song-header div.add .btn-group {
  margin: 10px 0;
}
.list .result-karaoke .add input,
.song-header div.add input {
  margin: 8px 0;
}
.list .result-karaoke .add input:focus,
.song-header div.add input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.list .result-karaoke .add p,
.song-header div.add p {
  color: #212121;
}
.list .result-karaoke .add .arrow,
.song-header div.add .arrow,
.payment-options .arrow {
  background: url("../img3/dropdown-arrow-grey.png");
  display: block;
  width: 17px;
  height: 11px;
  float: right;
  margin: -21px 17px 0 0;
}
.list .result-karaoke img {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 60px;
  float: left;
}
.list .result-karaoke .play {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#b3000000", endColorstr="#b3000000");
  background: rgba(0,0,0,0.7) url("../img3/list-karaoke-play.png") center center no-repeat;
  display: none;
  width: 60px;
  height: 60px;
  float: left;
  margin-left: -60px;
}
.list .result-karaoke .play:hover {
  cursor: pointer;
}
.list .result-karaoke:hover .play {
  display: block;
}
.list .result-karaoke h4 {
/*  width: 369px;*/
  width: 290px;
  line-height: normal;
  padding-top: 10px;
  height: 48px;
}
.list .result-karaoke h4 small {
  display: block;
  color: #999;
  margin-top: 2px;
}
.list .result h5 {
  color: #212121;
  font-size: 14px;
  font-weight: normal;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin: 0;
  /*width: 250px;*/
  width:239px;
  padding-left:20px;
}
.list .popularity {
  background: url("../img3/popularity-geek.png") left center no-repeat;
  height: 58px;
  width: 170px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin: 0;
}
.list .popularity li {
  background: url("../img3/popularity-promqueen.png") left center no-repeat;
  height: 58px;
  width: 0;
  list-style: none;
}
.list li.popularity-1 {
  width: 5px;
}
.list li.popularity-2 {
  width: 10px;
}
.list li.popularity-3 {
  width: 15px;
}
.list li.popularity-4 {
  width: 20px;
}
.list li.popularity-5 {
  width: 25px;
}
.list li.popularity-6 {
  width: 30px;
}
.list li.popularity-7 {
  width: 35px;
}
.list li.popularity-8 {
  width: 40px;
}
.list li.popularity-9 {
  width: 45px;
}
.list li.popularity-10 {
  width: 50px;
}
.list li.popularity-11 {
  width: 55px;
}
.list li.popularity-12 {
  width: 60px;
}
.list li.popularity-13 {
  width: 65px;
}
.list li.popularity-14 {
  width: 70px;
}
.list li.popularity-15 {
  width: 75px;
}
.list li.popularity-16 {
  width: 80px;
}
.list li.popularity-17 {
  width: 85px;
}
.list li.popularity-18 {
  width: 90px;
}
.list li.popularity-19 {
  width: 95px;
}
.list li.popularity-20 {
  width: 100px;
}
.list .result-karaoke button {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  display: block;
  float: left;
  width: 70px;
  height: 60px;
}
.list .result-karaoke:hover button,
.list .result-karaoke:hover button.add {
  background: url("../img3/list-karaoke-add.png") 14px center no-repeat;
}
.list .result-karaoke:hover button.remove {
  background: url("../img3/playlist-song-remove.png") 14px center no-repeat;
}
.list .order dd[rel=artist] {
  margin-left: 390px;
}
.list .order dd[rel=artist] + dd[rel=popularity] {
  margin-left: 208px;
}
.result-karaoke.ui-draggable-dragging .add,
.result-karaoke.ui-draggable-dragging .popularity {
  display: none;
}
.result-karaoke.ui-draggable-dragging img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid .result-playlist {
  background-color: transparent;
  height: 90px;
}
.result-playlist .images {
  border: 1px solid #505050;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 138px;
  height: 56px;
  overflow: hidden;
}
.result-playlist .images div {
  width: 180px;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.result-playlist:hover .images div {
  margin-left: -32px;
}
.result-playlist .images img {
  margin-right: 1px;
  float: left;
  width: 56px;
}
.grid .result-playlist h4 {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 140px;
}
.list .result-playlist .images {
  padding: 1px;
}
.list .result-playlist .genre {
  float: left;
}
.list .result-playlist h4 {
  width: 310px;
}
.list .result-playlist .images {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  float: left;
}
.list .result-playlist .stats {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-right: 4px;
  border-right: 1px solid #e6e6e6;
}
.list .order dd[rel=creator] {
  margin-left: 430px;
}
.list .order dd[rel=creator] + dd[rel=popularity] {
  margin-left: 200px;
}
.grid .result-recording,
.result-recording.ui-draggable-dragging {
  background-color: transparent;
  height: 140px;
}
.grid .result-recording .inner,
.result-recording.ui-draggable-dragging .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 140px;
  height: 120px;
}
.result .vip {
  /*background: url("../img3/vip-badge.png");*/
  background: url("../img3/bdgVIPl.png");
  display: block;
  /*width: 38px;*/
  width: 40px;
  height: 26px;
  float: left;
  /*margin: -112px 0 0 -5px;*/
  margin: -112px 0 0 5px;
  position: relative;
  z-index: 22;
}
.grid .result-recording .info,
.result-recording.ui-draggable-dragging .info {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#99000000", endColorstr="#99000000");
  background-color: rgba(0,0,0,0.6);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 34px;
  width: 132px;
  position: relative;
  top: -40px;
  padding: 6px 0 0 8px;
  z-index: 21;
}
.grid .result-recording .info img,
.result-recording.ui-draggable-dragging .info img {
  border: 1px solid #959595;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 25px;
  height: 24px;
}
.grid .result-recording h5,
.grid .result-recording .stats,
.result-recording.ui-draggable-dragging .stats {
  margin: 0 0 0 35px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}
.grid .result-recording .stats li,
.result-recording.ui-draggable-dragging .stats li {
  background: right center no-repeat;
  list-style: none;
  padding-right: 20px;
  margin-right: 5px;
  float: left;
}
.grid .result-recording .stats li.comments,
.result-recording.ui-draggable-dragging .stats li.comments {
  background-image: url("../img3/grid-comments.png");
}
.grid .result-recording .stats li.likes,
.result-recording.ui-draggable-dragging .stats li.likes {
  background-image: url("../img3/grid-likes.png");
}
.grid .result-recording h4 {
  color: #222;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.result-recording.ui-draggable-dragging h4 {
  visibility: hidden;
}
.list .result-recording img,
.result-recording-ll.ui-draggable-dragging img {
  float: left;
  width: 80px;
}
.list .result-recording h4,
.result-recording-ll.ui-draggable-dragging h4 {
  width: 236px;
}
.list .result-recording h5,
.result-recording-ll.ui-draggable-dragging h5 {
  width: 140px;
  padding-left:0px;
}
.list .result-recording .stats,
.result-recording-ll.ui-draggable-dragging .stats {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-right: 4px;
  border-right: 1px solid #e6e6e6;
}
.list .result-recording li.comments,
.list .result-recording li.likes,
.result-recording-ll.ui-draggable-dragging li.comments,
.result-recording-ll.ui-draggable-dragging li.likes {
  background: 64px center no-repeat;
  padding: 13px 46px 0 0;
  width: 54px;
  height: 27px;
  text-align: right;
}
.list .result-recording li.comments,
.result-recording-ll.ui-draggable-dragging li.comments {
  background-image: url("../img3/list-comments.png");
}
.list .result-recording li.likes,
.result-recording-ll.ui-draggable-dragging li.likes {
  background-image: url("../img3/list-likes.png");
}
.list .order dd[rel=author] {
  margin-left: 290px;
}
.list .order dd[rel=interpret] {
  margin-left: 100px;
}
.list .order dd[rel=interpret] + dd[rel=popularity] {
  margin-left: 90px;
}
.grid .result-recording .play,
.list .result-recording .play {
  background: #000 url("../img3/play.png") center center no-repeat;
  background: rgba(0,0,0,0.6) url("../img3/play.png") center center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  height: 120px;
  position: relative;
  top: -160px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 20;
}
.list .result-recording .play {
  background-image: url("../img3/list-karaoke-play.png");
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  width: 80px;
  height: 60px;
  top: 0;
  left: 0;
}
.grid .result-recording:hover .play,
.list .result-recording:hover .play {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.lt-ie9 .grid .result-recording:hover .play,
.lt-ie9 .list .result-recording:hover .play {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.result-recording .actions {
  padding: 0;
  float: left;
  display: none;
}
.result-recording:hover .actions {
  display: block;
}
.result-recording .actions .btn,
.recording-box .actions .btn {
  padding: 2px 5px;
}
.result-recording .actions .btn:first-child,
.recording-box .actions .btn:first-child {
  padding: 2px 10px;
}
.recording-box .actions {
  float: right;
  margin-top: -50px;
}
#edit-recording textarea {
  width: 430px;
  height: 100px;
}
.grid .result-user {
  width: 140px;
  height: 140px;
}
.grid .result-user .vip {
  margin-top: -133px;
}
.grid .result-user .inner {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.grid .result-user .info {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#81000000", endColorstr="#81000000");
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 30px;
  width: 140px;
  position: relative;
  top: -30px;
  -webkit-transition: height 300ms, top 300ms;
  -moz-transition: height 300ms, top 300ms;
  -ms-transition: height 300ms, top 300ms;
  -o-transition: height 300ms, top 300ms;
  transition: height 300ms, top 300ms;
}
.grid .result-user:hover .info {
  height: 60px;
  top: -60px;
}
.grid .result-user h5 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.list .result-user {
  overflow: visible;
}
.list .result-user .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 939px;
  height: 60px;
  overflow: hidden;
}
.list .result-user img {
  width: 60px;
  float: left;
}
.list .result-user h4 {
  width: 196px;
}
.list .result-user h5 {
  width: 170px;
}
.list .result-user p {
  border: 1px solid #e6e6e6;
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  float: left;
  height: 44px;
  padding: 14px 0 0 14px;
  width: 160px;
}
.list .result-user .vip {
  margin-top: -55px;
}
.list .order dd[rel=location] {
  margin-left: 233px;
}
.list .order dd[rel=location] + dd[rel=popularity] {
  margin-left: 134px;
}
.filter {
  margin: 0 11px 0 -10px;
  overflow: hidden;
}
.search-results .filter {
  -webkit-transition: opacity 500ms, height 500ms;
  -moz-transition: opacity 500ms, height 500ms;
  -ms-transition: opacity 500ms, height 500ms;
  -o-transition: opacity 500ms, height 500ms;
  transition: opacity 500ms, height 500ms;
  height: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.search-results .expanded .filter {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  height: 40px;
}
.search-results .expanded .filter.expanded {
  height: 230px;
}
.filter > .btn,
.filter .btn-group {
  float: right;
}
.filter .btn-group {
  margin: 0 15px 0 9px;
  height: 40px;
}
.filter form {
  background: #e1e1e1 url("../img3/filter-top.png") top repeat-x;
  clear: right;
  margin-left: 0;
  overflow: hidden;
  -webkit-transition: height 500ms;
  -moz-transition: height 500ms;
  -ms-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
  height: 0;
}
.filter.expanded form {
  height: 190px;
}
.filter dl {
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-left: 15px;
  width: 212px;
  height: 190px;
}
.filter dl:first-child {
  background: url("../img3/filter-left.png") left repeat-y;
  border-left: none;
  width: 256px;
}
.filter dl:last-child {
  background: url("../img3/filter-right.png") right repeat-y;
  border-right: none;
  padding-right: 9px;
}
.filter dt {
  border: none;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0;
}
.filter dt {
  list-style: none;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  background: url("../img3/filter-checkbox.png") no-repeat;
  height: 18px;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 25px;
  color: #666;
}
input[type=checkbox] + label:hover {
  background-image: url("../img3/filter-checkbox.hover.png");
  color: #bb341e;
}
.dropdown-login input[type=checkbox] + label {
  font-size: 12px;
  margin-top: 10px;
}
input[type=checkbox]:checked + label,
input[type=checkbox].checked + label {
  background-image: url("../img3/filter-checkbox.active.png");
  color: #bb341e;
}
.dropdown-login input[type=checkbox]:checked + label,
.dropdown-login input[type=checkbox].checked + label,
.dropdown-login input[type=checkbox].checked + label,
.login input[type=checkbox]:checked + label,
.login input[type=checkbox].checked + label {
  background-image: url("../img3/filter-checkbox.active.png");
}
.filter input[type=checkbox] + label em {
  color: #999;
  font-style: normal;
}
.lt-ie9 input.checkbox.checked + label {
  background-image: url("../img3/filter-checkbox.active.png") !important;
}
#filter-genre,
#filter-country {
  width: 750px;
  margin-left: -375px;
}
#filter-genre .filter,
#filter-country .filter {
  width: 720px;
  margin-left: 10px;
}
#filter-genre .filter dd,
#filter-country .filter dd {
  float: left;
  width: 240px;
  margin: 0;
}
.filter dt[rel=jp] {
  float: right;
  margin-right: 20px;
}
.filter dt[rel=az]:hover,
.filter dt[rel=jp]:hover,
.filter dt[rel=az].active,
.filter dt[rel=jp].active {
  color: #ca2816;
  cursor: pointer;
}
.filter dl a {
  display: block;
  color: #333;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  margin: 15px 20px 0 0;
}
.filter dl a:hover {
  color: #bb341e;
  text-decoration: none;
}
.filter .letters dd {
  float: left;
  margin: 0;
}
.filter .letters dd[rel=jp] {
  display: none;
}
.filter .letters dd.space {
  width: 24px;
  height: 22px;
}
.filter .letters input[type=checkbox] + label {
  background-image: none;
  width: 24px;
  height: 22px;
  padding: 0;
  text-align: center;
  line-height: 24px;
}
.filter .letters input[type=checkbox] + label:hover,
.filter .letters input[type=checkbox]:checked + label,
.filter .letters input.checkbox.checked + label {
  background-image: url("../img3/filter-letter.png");
  text-shadow: 0 1px 0 #380f09;
  color: #fff;
  font-weight: bold;
}
.lt-ie9 .letters input.checkbox.checked + label {
  background-image: url("../img3/filter-letter.png") !important;
  color: #fff !important;
  font-weight: bold !important;
}
.filter .info {
  float: right;
  padding-top: 5px;
  text-transform: lowercase;
  font-size: 13px;
}
.filter .info a {
  color: #212121;
}
.btn-filter + .filter {
  position: relative;
  top: -50px;
  margin-right: 20px;
  z-index: 50;
}
.btn-filter + .filter form {
  margin: 40px 0 0 20px;
}
.ranking-full .filter.expanded form {
  height: 210px;
}
.ranking-full .filter dl {
  width: 206px;
  height: 210px;
}
.ranking-full .filter dl:first-child {
  width: 256px;
}
.ranking-full .btn-filter {
  position: relative;
  z-index: 51;
  width: 50%
}
.list .order {
  font-size: 10px;
  height: 30px;
  padding-top: 10px;
  margin: 0;
}
.list .order dt {
  color: #999;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
}
.list .order dd {
  color: #666;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.list .order dd.active {
  color: #ca2816;
}
.order {
  overflow: hidden;
  font-size: 10px;
  margin: 0;
}
.search-results .order {
  -webkit-transition: opacity 500ms, height 500ms;
  -moz-transition: opacity 500ms, height 500ms;
  -ms-transition: opacity 500ms, height 500ms;
  -o-transition: opacity 500ms, height 500ms;
  transition: opacity 500ms, height 500ms;
  height: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.search-results .expanded .order {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  height: 30px;
  padding-top: 10px;
}
.order dt {
  color: #999;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
}
.order dd {
  color: #666;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
.order dd:hover {
  color: #ca2816;
  cursor: pointer;
}
.order .active {
  color: #ca2816;
  padding-right: 15px;
}
.order .asc {
  background: url("../img3/order-asc.png") right center no-repeat;
}
.order .desc {
  background: url("../img3/order-desc.png") right center no-repeat;
}
.pagination {
  margin: 0;
  clear: left;
  height: 50px;
  margin-bottom: 20px;
}
section .pagination {
  margin: 0;
}
.search-results .pagination {
  -webkit-transition: opacity 500ms, width 500ms;
  -moz-transition: opacity 500ms, width 500ms;
  -ms-transition: opacity 500ms, width 500ms;
  -o-transition: opacity 500ms, width 500ms;
  transition: opacity 500ms, width 500ms;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  width: 0;
  visibility: hidden;
  filter: none;
}
.search-results .expanded .pagination {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  width: 100%;
  visibility: visible;
  filter: none;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination li {
  float: left;
  list-style: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  float: none;
  padding: 6px;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
  background-color: transparent;
}
.pagination li a {
  color: #666;
  display: block;
  font-size: 15px;
  text-decoration: none;
  text-transform: lowercase;
}
.pagination li a.active,
.pagination li a:hover {
  color: #212121;
}
.pagination li a.active {
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .pagination li a.active {
    padding-top: 5px;
  }
}
.pagination li span {
  color: #666;
  display: block;
  padding: 6px;
  font-size: 15px;
  text-decoration: none;
  text-transform: lowercase;
}
.pagination-next {
  background: url("../img3/pagination-next.png") right center no-repeat;
  padding-right: 20px;
}
.pagination-prev {
  background: url("../img3/pagination-prev.png") left center no-repeat;
  padding-left: 20px;
}
footer {
  display: block;
  font-size: 13px;
  color: #808080;
  margin: 20px 0 100px 0;
}
footer ul {
  margin: 0;
}
footer li {
  list-style: none;
}
footer a {
  color: #808080;
}
footer a:hover {
  text-decoration: none;
  color: #000;
}
footer .span4 {
  width: 400px;
}
footer .span2 {
  float: right;
  width: 115px;
}
footer.bodybg .container {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #222;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  padding: 20px;
}
.seals a {
  margin-right: 10px;
}
#player-fullscreen {
  position: fixed;
  background-color: #ccc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3501;
  margin-top: 100%;
}
#player {
  background: url("../img3/player.png") bottom repeat-x;
  bottom: 0;
  position: fixed;
  height: 81px;
  width: 100%;
  z-index: 3101;
}
#player-hide {
  background: url("../img3/player-hide.png");
  width: 42px;
  height: 43px;
  position: fixed;
  right: 1px;
  bottom: 36px;
  z-index: 3100;
}
#player-hide:hover {
  cursor: pointer;
}
#player-hide.hidden {
  background: url("../img3/player-hidden.png");
}
#player-controls {
  background: url("../img3/player-controls.png") right 2px no-repeat;
  padding: 14px 0 0 10px;
  float: left;
  height: 67px;
  width: 390px;
}
#player-controls button {
  background: url("../img3/player-sing.png");
  border: none;
  color: #fff;
  display: block;
  width: 122px;
  height: 58px;
  padding-left: 35px;
  font-size: 18px;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  margin-right: 10px;
  float: left;
}
#player-options {
  background: url("../img3/player-options.png");
  width: 245px;
  height: 58px;
  float: left;
  margin: 0;
}
#player-options li {
  list-style: none;
}
#player-options li ul {
  display: none;
  margin: 0;
}
#player-options li.open ul {
  display: block;
}
#player-select {
  background: url("../img3/player-select.png") 168px 21px no-repeat;
  width: 191px;
  height: 58px;
  float: left;
}
#player-select.open {
  background-image: url("../img3/player-select.open.png");
}
#player-select .button {
  background: 14px 18px no-repeat;
  display: block;
  color: #b2b2b2;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000;
  padding: 20px 0 0 40px;
  height: 58px;
  width: 191px;
  text-align: left;
  margin: 0;
  text-decoration: none;
}
#player-select .button.favorite {
  background-image: url("../img3/playlist-favorite.png");
}
#player-select ul {
  background: url("../img3/player-select-list.png") top no-repeat;
  width: 191px;
  padding-top: 5px;
  position: absolute;
  display: block;
  bottom: 63px;
}
#player-select ul li {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 149px;
  color: #b2b2b2;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000;
  padding: 5px 20px;
}
#player-select ul li:hover {
  background-color: #484848;
  cursor: pointer;
}
#player-select ul li.favorite,
#player-select ul li.bought,
#player-select ul li.historic,
#player-select ul li.session {
  background-position: 20px center;
  padding-left: 40px;
  width: 129px;
}
#player-select ul li.favorite {
  background-image: url("../img3/player-select-favorite.png");
}
#player-select ul li.bought {
  background-image: url("../img3/player-select-bought.png");
}
#player-select ul li.historic {
  background-image: url("../img3/player-select-historic.png");
}
#player-select ul li.session {
  background-image: url("../img3/player-select-session.png");
}
#player-config {
  width: 54px;
  height: 58px;
  float: right;
}
#player-config .button {
  background: url("../img3/player-config.png") center center no-repeat;
  display: block;
  width: 54px;
  height: 58px;
}
#player-config.open .button {
  background-image: url("../img3/player-config.open.png");
}
#player-config ul {
  background: url("../img3/player-config-list_jp.png") top no-repeat;
  width: 220px;
  padding-top: 5px;
  position: relative;
  display: block;
  top: -232px;
  left: -1px;
  clear: left;
  padding-bottom: 21px;
}
#player-config ul span {
  background: url("../img3/player-config-list-bottom_jp.png");
  display: block;
  height: 23px;
  width: 220px;
}
#player-config ul li {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
  width: 179px;
  color: #b2b2b2;
  font-size: 12px;
  text-shadow: 0 -1px 0 #000;
}
#player-config ul a {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  display: block;
  width: 179px;
  color: #b2b2b2;
  font-size: 12px;
  text-shadow: 0 -1px 0 #000;
  padding: 5px 20px;
  text-decoration: none;
}
#player-config ul a:hover {
  background-color: #484848;
  cursor: pointer;
}
#player-config ul a.create {
  background-position: 20px center;
  padding-left: 40px;
  width: 159px;
  background-image: url("../img3/player-config-create.png");
}
#player-config ul a.disabled {
  color: #4c4c4c;
}
#player-config ul a.disabled:hover {
  background-color: transparent;
  cursor: default;
}
#player-playlist {
  height: 72px;
  width: 600px;
  float: left;
  margin-top: 5px;
  overflow: hidden;
}
#player-playlist ol {
  height: 72px;
  margin: 0;
  padding: 0 45px;
}
#player-playlist li {
  background: url("../img3/player-playlist-item.png");
  width: 156px;
  height: 58px;
  padding: 4px 6px;
  list-style: none;
  float: left;
  margin: 5px 0 0 3px;
}
#player-playlist li:hover {
  background: url("../img3/player-playlist-item.hover.png");
}
#player-playlist .image {
  float: left;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
#player-playlist img {
  float: left;
  width: 56px;
}
#player-playlist .play {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#b3000000", endColorstr="#b3000000");
  background: rgba(0,0,0,0.7) url("../img3/list-karaoke-play.png") center center no-repeat;
  display: none;
  width: 56px;
  height: 56px;
  float: left;
  margin-left: -56px;
}
#player-playlist .play:hover {
  cursor: pointer;
}
#player-playlist li:hover .play {
  display: block;
}
#player-playlist h4 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 65px;
}
#player-playlist h5 {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 65px;
}
#player-playlist .remove {
  background: url("../img3/player-playlist-item-remove.png");
  display: right;
  float: right;
  width: 18px;
  height: 19px;
  position: absolute;
  margin-left: 140px;
  display: none;
}
#player-playlist li:hover .remove {
  display: block;
}
#player-playlist .empty {
  color: 666;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000;
  height: 42px;
  margin: 0;
  padding: 30px 0 0 80px;
}
#player-playlist-prev,
#player-playlist-next {
  border: none;
  display: block;
  width: 44px;
  height: 72px;
  position: absolute;
  margin-top: -71px;
  z-index: 111;
}
#player-playlist-prev {
  background: url("../img3/player-playlist-prev.png");
}
#player-playlist-prev:hover {
  background: url("../img3/player-playlist-prev.active.png");
}
#player-playlist-next {
  background: url("../img3/player-playlist-next.png");
  right: 0;
}
#player-playlist-next:hover {
  background: url("../img3/player-playlist-next.active.png");
}
#player-playlist-drop,
#player-playlist-drop p {
  height: 81px;
  width: 100%;
}
#player-playlist-drop {
  background: url("../img3/player-drop-bg.png") bottom repeat-x;
  position: absolute;
  z-index: 112;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.drop-here #player-playlist-drop {
  margin-top: -75px;
}
#player-playlist-drop p {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 30px;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}
#player-playlist.ui-state-disabled {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
section {
  color: #222;
}
section .row {
  margin-left: 0;
}
section h2 {
  font-size: 24px;
  padding: 20px 20px 0 20px;
  margin: 0;
}
section h3 {
  font-size: 18px;
  padding: 0 20px 0 20px;
  margin: 0;
}
section .row h3 {
  padding: 0;
}
section p {
  padding: 0 20px;
  margin: 0;
}
section .grid {
  margin: 10px 20px;
  width: 940px;
  height: 200px;
}
section .grid-playlist {
  height: 110px;
}
section .grid-user {
  height: 150px;
}
section .grid .result {
  margin: 0 0 0 20px;
}
section .grid .result:first-child {
  margin-left: 0;
}
section .slider,
section .slider-home {
  height: 200px;
  width: 960px;
  overflow: hidden;
  margin: 10px 10px 10px 10px;
}
section .slider-home.buttoning {
  overflow: visible;
}
section .slider-lite {
  height: 120px;
}
h2 + .slider {
  margin-top: -30px;
}
section .slider-home .slider-inner {
  width: 5000px;
  height: 200px;
  padding: 0;
  margin: 0;
}
section .slider .grid {
  margin: 10px 0;
}
section .slider-home .slider-inner .result {
  margin: 0 10px 0 10px;
}
section .slider .slider-pagination,
section .slider-home .slider-pagination {
  width: 940px;
  height: 20px;
  margin-bottom: 15px;
}
section .slider .slider-pagination a {
  color: #4c4c4c;
  float: right;
  text-transform: lowercase;
  text-decoration: none;
  margin-right: 5px;
}
section .slider .slider-prev,
section .slider .slider-next {
  display: block;
  border: none;
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 3px;
}
section .slider .slider-prev {
  background: url("../img3/pagination-prev.png");
}
section .slider .slider-next {
  background: url("../img3/pagination-next.png");
}
section .slider-home .slider-prev,
section .slider-home .slider-next {
  border: none;
  display: block;
  width: 35px;
  height: 200px;
  position: absolute;
  margin-top: -200px;
  z-index: 98;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section .slider-home .slider-prev {
  background: url("../img3/slider-prev.png");
  left: 0;
}
section .slider-home .slider-next {
  background: url("../img3/slider-next.png");
  right: 0;
}
section .slider-home:hover .slider-prev,
section .slider-home:hover .slider-next {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
section .slider-home.buttoning .slider-prev,
section .slider-home.buttoning .slider-next {
  display: none;
}
.lt-ie9 section .slider-home .slider-prev,
.lt-ie9 section .slider-home .slider-next {
  visibility: hidden;
  filter: none;
}
.lt-ie9 section .slider-home:hover .slider-prev,
.lt-ie9 section .slider-home:hover .slider-next {
  visibility: visible;
  filter: none;
}
section .slider-lite .slider-prev,
section .slider-lite .slider-next {
  background-position: 0 -40px;
  height: 120px;
}
section .slider-lite .slider-prev {
  background: url("../img3/slider-lite-prev.png");
}
section .slider-lite .slider-next {
  background: url("../img3/slider-lite-next.png");
}
section .slider-home .slider-inner .result-recording,
section .slider .slider-inner .result-recording,
section .grid-xl .result-recording,
.result-recording.ui-draggable-dragging {
  width: 220px;
  height: 180px;
}
section .slider-home .slider-inner .result-recording .inner,
section .slider .slider-inner .result-recording .inner,
section .grid-xl .result-recording .inner,
.result-recording.ui-draggable-dragging .inner {
  width: 220px;
  height: 160px;
}
section .slider-home .slider-inner .result-recording .info,
section .slider .slider-inner .result-recording .info,
section .grid-xl .result-recording .info,
.result-recording.ui-draggable-dragging .info {
  color: #fff;
  width: 210px;
}
section .slider-home .slider-inner .result-recording .play,
section .slider .slider-inner .result-recording .play,
section .grid-xl .result-recording .play,
.result-recording.ui-draggable-dragging .play {
  width: 220px;
  height: 160px;
  top: -200px;
}
section .slider-home .slider-inner .result-recording h5,
section .slider .slider-inner .result-recording h5,
section .grid-xl .result-recording h5,
.result-recording.ui-draggable-dragging h5 {
  font-size: 12px;
  float: left;
  margin-left: 5px;
  padding: 7px 0;
}
section .slider-home .slider-inner .result-recording .stats,
section .slider .slider-inner .result-recording .stats,
section .grid-xl .result-recording .stats,
.result-recording.ui-draggable-dragging .stats {
  float: right;
  margin: 0;
}
section .slider-home .slider-inner .result-recording .stats li,
section .slider .slider-inner .result-recording .stats li,
section .grid-xl .result-recording .stats li,
.result-recording.ui-draggable-dragging .stats li {
  float: none;
  font-size: 12px;
  line-height: 15px;
}
section .slider-home .slider-inner .result-recording .vip,
section .slider .slider-inner .result-recording .vip,
section .grid-xl .result-recording .vip,
.result-recording.ui-draggable-dragging .vip {
  margin-top: -152px;
}
section .grid .result-artist {
  width: 220px;
  height: 170px;
}
section .grid .result-artist .info {
  width: 220px;
}
section .grid .result-playlist h4 {
  margin-bottom: 0;
}
section .grid .result-playlist h5 {
  color: #666;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
section .activity {
  color: #4c4c4c;
  margin: 0;
}
section .activity li {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  width: 458px;
  height: 78px;
  overflow: hidden;
  margin-bottom: 10px;
}
section .activity li > img {
  width: 110px;
  float: right;
}
section .activity h5 {
  background-color: #e6e6e6;
  font-size: 12px;
  height: 27px;
  margin: 0;
  padding: 6px 2px;
  font-weight: normal;
}
section .activity h5 img {
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
}
section .activity p {
  font-size: 14px;
  padding: 12px 14px;
}
section .top-popularity,
.ranking {
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #212121;
  margin: 0 0 10px 0;
  overflow: hidden;
}
section .top-popularity ul li.likes,
.ranking ul li.vecesvista {
  text-align:left;
  width:85px;
}
.ranking ul li em {
  font-size:10px;
  font-weight: normal;
  font-style: normal;
}
section .top-popularity > li,
.ranking > li {
  background-color: #e6e6e6;
  border-top: 1px solid #ccc;
  list-style: none;
  height: 32px;
  padding: 4px 5px 3px 5px;
  float: left;
  width: 100%;
}
section .top-popularity > li:first-child,
.ranking > li:first-child {
  border: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
section .top-popularity > li:last-child,
.ranking > li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
section .top-popularity > li.active,
.ranking > li.active {
  background-color: #fff;
}
section .top-popularity h5,
.ranking h5 {
  font-size: 13px;
  float: left;
  text-align: right;
  margin: 6px 0;
}
.ranking-top3 h5 {
  margin: 6px;
}
.ranking-lite h5 {
  width: 45px;
}
section .top-popularity h4,
.ranking h4 {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin: 3px 0 0 5px;
  line-height: 25px;
}
.ranking-lite h4 {
  margin-left: 25px;
}
.ranking-lite .up + h4,
.ranking-lite .down + h4 {
  margin-left: 5px;
}
.ranking-top3 h4 {
  width: 190px;
}
.ranking-lite h4 {
  width: 150px;
}
section .top-popularity h4 img,
.ranking h4 img {
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  float: left;
}
section .top-popularity h4 a,
.ranking h4 a {
  color: #212121;
}
.ranking h4 small {
  font-size: 12px;
}
.ranking h4 small a {
  color: #4c4c4c;
}
section .top-popularity ul,
.ranking ul {
  float: right;
}
section .top-popularity ul li,
.ranking ul li {
  list-style: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  height: 25px;
  float: left;
  padding: 5px 10px 0 10px;
  text-align: right;
  margin-left: 3px;
  width:35px;
}
section .top-popularity ul li.recordings,
.ranking ul li.recordings {
  padding-right: 22px;
  background: url("../img3/popularity-recordings.png") 52px center
  no-repeat;
}
section .top-popularity ul li.followers,
.ranking ul li.followers {
  background: url("../img3/popularity-followers.png") 52px center no-repeat;
  padding-right: 25px;
  min-width: 15px;
}
section .top-popularity ul li.likes,
.ranking ul li.likes {
  background: url("../img3/popularity-likes.png") 52px center no-repeat;
  padding-right: 22px;
}
section .top-popularity ul li.comments,
.ranking ul li.comments {
  background: url("../img3/popularity-comments.png") 52px center no-repeat;
  padding-right: 22px;
}
.ranking ul li em {
  font-weight: normal;
  font-style: normal;
}
section .top-popularity .up,
section .top-popularity .down,
.ranking .up,
.ranking .down {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin: 8px 0 0 5px;
  float: left;
}
section .top-popularity .up,
.ranking .up {
  background-image: url("../img3/popularity-up.png");
}
section .top-popularity .down,
.ranking .down {
  background-image: url("../img3/popularity-down.png");
}
.ranking .score {
  float: right;
  margin: 6px 10px 6px 10px;
  width: 26px;
}
.ranking .full,
.ranking .no-show {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  height: 26px;
}
.ranking .no-show {
  font-weight: normal;
}
.ranking .full a {
  color: #212121;
}
.ranking .no-show a {
  color: #cb2211;
}
.rankings {
  margin-top: 10px;
}
.rankings h3 {
  font-size: 14px;
}
.rankings + hr {
  background-color: #e6e6e6;
  border: none;
  height: 1px;
}
.ranking-full h2 {
  font-size: 18px;
  padding-top: 0;
  margin-top: -50px;
}
.ranking-full .ranking {
  margin: 0 20px;
}
.ranking-full .ranking p,
.ranking-full .ranking ul {
  float: left;
}
.ranking-full .ranking > li {
  padding: 4px 5px 3px 5px;
}
.ranking-full .ranking h5 {
  width: 60px;
  text-align: right;
  font-size: 16px;
}
.ranking-full .ranking h4 {
  width: 200px;
}
.ranking-full .ranking p {
  line-height: 25px;
  width: 340px;
  margin: 3px 0 0 15px;
  padding: 0;
}
.ranking-full .ranking h3 {
  padding: 0;
  margin: 0 15px;
  float: right;
  line-height: 34px;
}
.ranking-full .order {
  margin: 5px 10px;
}
.ranking-full .order dd[rel=user] {
  margin-left: 40px;
}
.ranking-full .order dd[rel=location] {
  margin-left: 132px;
}
.ranking-full .ranking-recordings h4 {
  width: 180px;
}
.ranking-full .ranking-recordings h4.recording {
  margin-top: -2px;
  width: 320px;
}
.ranking-full .ranking-recordings h4.recording img {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
}
.ranking-full .order dd[rel=recording] {
  margin-left: 40px;
}
.ranking-full .order dd[rel=performer] {
  margin-left: 275px;
}
section {
  display: block;
}
section .catalog .filter {
  margin: 20px 0 0 0;
}
section .catalog .filter-no-margin {
  margin: 0;
}
section .catalog .filter dl {
  width: 216px;
}
section .catalog .filter dl:first-child {
  width: 257px;
}
section .catalog .grid {
  margin: 0 10px 10px 10px;
  width: 960px;
  height: auto;
}
section .catalog .grid-lite {
  width: 720px;
  margin: 0px -10px;
}
section .catalog-lite .filter .btn-group {
  margin: 0;
}
section .catalog .list {
  margin: 0 20px;
  width: 980px;
}
section .catalog .grid .result-artist,
section .catalog .grid .result-karaoke,
section .catalog .grid .result-recording,
section .catalog .grid .result-playlist,
section .catalog .grid .result-user {
  margin: 10px;
}
.slider-home .result-karaoke .remove,
.list-mini .result-user .remove {
  background: url("../img3/close.png");
  display: block;
  height: 27px;
  width: 27px;
  position: relative;
  margin: 3px 0 0 110px;
  z-index: 10;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}
.list-mini .result-user .remove {
  margin: 0 0 0 446px;
  top: -15px;
}
.slider-home .result-karaoke:hover .remove,
.list-mini .result-user:hover .remove {
  opacity: 0.75;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  visibility: visible;
}
.slider-home .result-karaoke:hover .remove:hover,
.list-mini .result-user:hover .remove:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.slider-home .result-karaoke .remove + .inner,
.list-mini .result-user .remove + .inner {
  margin-top: -30px;
}
.lt-ie9 .list-mini .result-user .remove,
.lt-ie9 .list-mini .result-user:hover .remove,
.lt-ie9 .list-mini .result-user:hover .remove:hover {
  filter: none;
}
section .catalog .grid .order {
  margin-left: 10px;
}
section .catalog .list .result-karaoke .add {
  right: 20px;
}
section .languages-featured {
  margin: 10px 0 0 0;
}
section .languages-featured li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  height: 148px;
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px 20px;
  float: left;
}
section .languages-featured a {
  text-decoration: none;
}
section .languages-featured h3 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#b3000000", endColorstr="#b3000000");
  background-color: rgba(0,0,0,0.7);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #c0c0c0;
  font-size: 20px;
  padding: 10px;
  height: 40px;
  text-transform: lowercase;
  width: 280px;
  position: relative;
  top: -60px;
  margin: 0;
  line-height: 20px;
}
section .languages-featured h3 strong {
  color: #fff;
  display: block;
}
section .languages {
  margin: 10px 0 0 20px;
}
section .languages li {
  list-style: none;
  float: left;
  margin: 0 21px 13px 0;
}
section .languages li a {
  display: block;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 217px;
  height: 38px;
  overflow: hidden;
}
section .languages li a:hover {
  border-color: #888;
}
section .languages h3 {
  color: #222;
  font-size: 13px;
  padding: 10px 0 0 17px;
  float: left;
  margin: 0;
  line-height: normal;
}
section .languages h4 {
  background-color: #c0c0c0;
  border-right: 1px solid #e6e6e6;
  color: #fff;
  font-size: 18px;
  padding: 10px 6px 0 6px;
  height: 28px;
  float: left;
  margin: 0;
}
section .languages h5 {
  color: #999;
  font-size: 18px;
  padding: 10px 10px 0 0;
  float: right;
  margin: 0;
}
section .catalog-header {
  width: 980px;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
section .catalog-header img {
  display: block;
  position: relative;
  top: -200px;
  left: 0;
  z-index: 9;
  width: 1000px;
  max-width: 1020px;
  -webkit-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.active .catalog-header img {
  width: 1020px;
  top: -220px;
  left: -40px;
}
section .catalog-header-content {
  background: url("../img3/catalog-header.png") repeat-y;
  position: relative;
  height: 200px;
  z-index: 10;
}
section .catalog-header h2 {
  color: #fff;
  font-size: 36px;
  text-shadow: 0 3px 0 rgba(0,0,0,0.75);
  padding: 40px 25px 10px 25px;
}
section .catalog-header p {
  color: #fff;
  width: 500px;
}
.list-lite .result-karaoke {
  width: 620px;
}
.list-lite .result-karaoke h4 {
/*  width: 228px;*/
  width: 180px;
}
.list-lite .result-karaoke h5 {
/*  width: 140px;*/
  width: 98px;
	line-height: normal;
	padding-top:10px;
	height:48px;
}
.list-lite .result-karaoke .popularity {
  width: 102px;
}
.list-lite .order {
  height: 25px;
  padding-top: 20px;
}
.list-lite dd[rel=artist] {
  margin-left: 260px;
}
.list-lite dd[rel=artist] + dd[rel=popularity] {
  margin-left: 97px;
}
.list-lite .pagination {
  padding-top: 20px;
}
.notification {
  background-repeat: no-repeat;
  background-position: left top;
  color: #212121;
  width: 686px;
  padding-left: 66px;
  margin: 20px auto;
}
.notification-message {
  background-image: url("../img3/notification-message.png");
}
.notification-subscriber {
  background-image: url("../img3/notification-subscriber.png");
}
.notification-karaoke {
  background-image: url("../img3/notification-karaoke.png");
}
.notification-like {
  background-image: url("../img3/notification-like.png");
}
.notification-comment {
  background-image: url("../img3/notification-comment.png");
}
.notification-follower {
  background-image: url("../img3/notification-follower.png");
}
.notification-duet {
  background-image: url("../img3/notification-duet.png");
}
.notification-rec {
   background-image: url("../img3/notification-rec.png");
}
.notification-inner {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 618px;
  overflow: hidden;
}
.notification:hover .notification-inner {
  border-color: #808080;
}
.notification .unread,
#messages-conversations .unread {
  background: url("../img3/unread.png");
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  margin: 3px;
}
.notification .avatar,
.event .avatar {
  width: 37px;
  float: left;
  margin: 11px;
}
.notification .content,
.event .content {
  margin: 10px 20px 15px 60px;
}
.notification .content h4,
.event .content h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  line-height: normal;
}
.event-wide a {
  color: #222;
}
/*
.event-wide a:hover {
	text-decoration:none;
  color: #222;
}
*/
.notification .content h4 strong,
.event .content h4 strong {
  font-weight: bold;
}
.notification .content h5,
.event .content h5 {
  color: #222;
  font-size: 14px;
}
.notification .content p,
.event .content p {
  color: #222;
  font-size: 13px;
}
.notification .content p em,
.event .content p em {
  color: #808080;
  font-style: normal;
}
.notification .info,
.event .info {
  background-color: #e6e6e6;
  color: #4c4c4c;
  height: 11px;
  padding: 14px 10px;
  font-size: 12px;
  line-height: normal;
  clear: both;
}
.notification .content .preview,
.event  .content .preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 220px;
  margin-bottom: 15px;
}
.notification .info .date,
.event .info .date {
  padding: 0;
  float: left;
}
.notification .info .stats,
.event .info .stats {
  float: right;
  margin: 0;
}
.notification .info .stats li,
.event .info .stats li {
  background-repeat: no-repeat;
  background-position: right center;
  list-style: none;
  float: left;
  line-height: normal;
  padding-right: 20px;
  margin-left: 10px;
}
.notification .info .stats li.subscribers,
.event .info .stats li.subscribers {
  background-image: url("../img3/notify-subscribers.png");
}
.notification .info .stats li.comments,
.event .info .stats li.comments {
  background-image: url("../img3/notify-comments.png");
}
.notification .info .stats li.likes,
.event .info .stats li.likes {
  background-image: url("../img3/notify-likes.png");
}
.notification-message .msg {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 10px;
}
.notification-message .msg span {
  background: url("../img3/notify-msg.png");
  display: block;
  width: 8px;
  height: 7px;
  float: left;
  margin: 0 0 0 -18px;
}
.notification-message .msg p {
  margin: 0;
  padding: 0;
}
.notification .playlist h5,
.notification .playlist p,
.notification .recording h5,
.notification .recording p {
  margin: 0;
  padding: 0;
  margin-left: 240px;
}
.notification .recording h5,
.event .recording h5 {
  font-size: 16px;
}
.notification .recording p,
.event .recording p {
  font-size: 14px;
  margin-bottom: 15px;
}
.notification .recording p small,
.event .recording p small {
  color: #4c4c4c;
  font-size: 12px;
}
.notification .recording .stats li,
.event .recording .stats li {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 35px;
  padding-top: 5px;
  margin-right: 4px;
  list-style: none;
}
.notification .recording .stats,
.event-wide .recording .stats {
  margin: 21px 0 0 240px;
}
.notification .recording .stats strong,
.event .recording .stats strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
.notification .comment,
.event .comment {
  background-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 8px;
  min-height: 25px;
  margin-bottom: 2px;
}
.notification .comment img,
.event .comment img {
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 8px;
}
.notification .comment p,
.event .comment p {
  padding: 2px;
}
.notification .comment p strong,
.event .comment p strong {
  padding-right: 5px;
}
.notification .comment p strong a,
.event .comment p strong a {
  color: #222;
}
.notification-follower h4,
.event-follower h4 {
  padding-top: 10px;
}
.btn-filter {
  margin: 30px 10px 20px 10px;
  height: 30px;
}
.btn-filter .btn-group {
  float: left;
  margin: 0 7px;
}
.btn-filter .btn-group .dropdown-toggle {
  background: #f8f8f8 url("../img3/caret.png") 140px center no-repeat;
}
.btn-filter .btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  border: 1px solid #b3b3b3;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  padding: 0 18px;
  text-align: center;
  text-transform: lowercase;
}
.btn-filter button {
  border-left: none;
}
.btn-filter button:first-child {
  -webkit-border-radius: 15px 0 0 15px !important;
  -moz-border-radius: 15px 0 0 15px !important;
  border-radius: 15px 0 0 15px !important;
  border-left: 1px solid #b3b3b3;
}
.btn-filter button:last-child {
  -webkit-border-radius: 0 15px 15px 0 !important;
  -moz-border-radius: 0 15px 15px 0 !important;
  border-radius: 0 15px 15px 0 !important;
}
.btn-filter button.active {
  background: url("../img3/button.active.png") top repeat-x;
  border-color: #666;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}
.btn-filter .dropdown-toggle {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 4px 10px 0 20px;
  width: 135px;
  height: 22px;
  text-align: left;
}
.btn-filter .dropdown-toggle .caret {
  background: url("../img3/caret.png");
  border: none;
  width: 16px;
  margin: 5px 0 0 0;
  float: right;
  height: 10px;
}
.btn-more {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  font-weight: bold;
  width: 100%;
  height: 39px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 #340e09;
  text-transform: lowercase;
  margin: 20px 0;
  clear: both;
}
.timeline {
  width: 640px;
  margin-left: -10px;
}
.event {
  width: 300px;
  margin: 10px;
  float: left;
}
.event-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.event-wide,
.event-wide .event-inner {
  width: 620px;
}
.event .content {
  margin-top: 0px;
  padding-top: 10px;
}
.event .content h5,
.event .content p {
  padding: 0;
  margin: 0;
}
.event-wide .recording h5,
.event-wide .recording p {
  margin: 0;
  padding: 0;
  margin-left: 240px;
}
.event-avatar .content h4,
.event-follow .content h4 {
   filter:  
progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#b3000000",
endColorstr="#b3000000");
   background-color: rgba(0,0,0,0.7);
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   color: #fff;
   position: absolute;
   padding: 11px 15px 5px 15px;
   width: 270px;
}
.event .content h4 a {
  color: #222;
}
.event-avatar .content,
.event-follow .content {
  margin: 0;
  padding: 0;
  height: 300px;
  width: 300px;
  overflow: hidden;
}
.event-avatar .content img {
  width: 300px;
}
.event-follow .content {
  height: 150px;
}
.event-follow .content img {
  float: left;
  width: 150px;
}
.event-follow span {
  background: url("../img3/follow.png");
  display: block;
  width: 41px;
  height: 31px;
  position: relative;
  top: 115px;
  left: 135px;
}
.sidebar {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #8e8e8e;
  -moz-box-shadow: 0 2px 3px #8e8e8e;
  box-shadow: 0 2px 3px #8e8e8e;
  width: 280px;
  padding: 10px;
  margin-bottom: 20px;
}
.sidebar h4 {
  color: #222;
  font-size: 14px;
}
.sidebar .top-popularity li {
  padding-left: 42px;
}
.sidebar .top-popularity li.active {
  padding-left: 10px;
}
.sidebar .top-popularity li .up,
.sidebar .top-popularity li .down {
  float: left;
  margin: 7px 17px 0 0;
}
.sidebar .ranking {
  margin-bottom: 20px;
}
.sidebar .blog,
.sidebar .forum {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 20px -10px 0 -10px;
}
.sidebar .forum a {
  color: #212121;
}
.sidebar .blog h3 {
  padding: 0 20px;
}
.sidebar .blog h4 {
  text-transform: lowercase;
  padding: 0 20px;
  margin: 0;
}
.sidebar h3 {
  color: #212121;
  font-size: 16px;
}
.sidebar .blog p {
  font-size: 12px;
}
.sidebar .blog p.more {
  text-align: right;
}
.sidebar .blog .more a {
  color: #808080;
}
.sidebar .forum h3 {
  text-align: center;
}
.profile-header {
  margin: 20px 0;
  height: 220px;
}
.profile-header-lite {
  height: 130px;
}
.profile-header-lite .span2 {
  width: 90px;
}
.profile-header-lite .span10 {
  width: 830px;
}
.profile-header-lite-recordings {
  background: url("../img3/profile-header-lite-recordings.png");
}
.profile-header-lite-playlists {
  background: url("../img3/profile-header-lite-playlists.png");
}
.profile-header-lite-artists {
  background: url("../img3/profile-header-lite-artists.png");
}
.profile-header-lite-followers {
  background: url("../img3/profile-header-lite-followers.png");
}
.profile-header-lite-following {
  background: url("../img3/profile-header-lite-following.png");
}
.profile-header-bg {
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  width: 980px;
  height: 220px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.profile-header-lite .profile-header-bg {
  height: 130px;
}
.profile-header-content {
  position: absolute;
  padding: 20px 0;
  width: 980px;
  height: 180px;
}
.profile-header-lite .profile-header-content {
  height: 90px;
}
.profile-header h2 {
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 2px 0 #000;
  padding: 0;
  margin-bottom: 10px;
}
.profile-header h2 a {
  color: #fff;
  text-decoration: none;
}
.profile-header h2 .vip {
  background: url("../img3/vip.png");
  display: inline-block;
  width: 37px;
  height: 23px;
  margin-bottom: -2px;
}
.profile-header p {
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 2px 0 #000;
  padding: 0;
  line-height: 16px;
}
.profile-header p a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.profile-header .span4 p {
  text-align: right;
}
.profile-header .avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.profile-header-lite .avatar {
  width: 90px;
  height: 90px;
}
.profile-header .avatar .online,
.profile-header .avatar .offline {
  width: 23px;
  height: 23px;
  position: absolute;
  margin: 3px;
}
.profile-header .avatar .online {
  background-image: url("../img3/profile-online.png");
}
.profile-header .avatar .offline {
  background-image: url("../img3/profile-offline.png");
}
.profile-header .avatar img {
  width: 140px;
}
.profile-header-lite .avatar img {
  width: 90px;
}
.profile-header button,
.profile-header .btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  height: 39px;
  text-transform: lowercase;
  float: left;
  margin: 0 10px 0 0;
}
.profile-header button.follow,
.profile-header .btn.follow,
.profile-header button.unfollow,
.profile-header .btn.unfollow,
.profile-header button.following,
.profile-header .btn.following {
  /*width: 148px;*/
  width: 102px;
  font-size: 19px;
}
.profile-header button.following,
.profile-header .btn.following {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  color: #fff;
  text-shadow: 0 1px 1px #340e09;
  display: none;
}
.profile-header button.unfollow,
.profile-header .btn.unfollow {
  background: #666;
  color: #ccc;
  display: none;
}
.profile-header button.actions,
.profile-header .btn.actions {
  background: #fff url("../img3/icon-actions.png") center center no-repeat;
  width: 39px;
  height: 37px;
  padding: 0;
}
.profile-header .dropdown-menu {
  background-color: #e6e6e6;
  padding: 0;
}
.profile-header .open .dropdown-menu {
  top: 45px;
  left: 108px;
  /*left: 152px;*/
}
.profile-header .dropdown-menu .arrow {
  background: url("../img3/dropdown-arrow-grey.png");
  display: block;
  width: 17px;
  height: 11px;
  float: left;
  margin: -11px 0 0 17px;
}
.profile-header .dropdown-menu a {
  padding: 5px 10px;
}
.profile-header .dropdown-menu .message a {
  background: url("../img3/icon-message.png") 15px center no-repeat;
  color: #212121;
  font-size: 16px;
  padding-left: 46px;
}
.profile-header .dropdown-menu .block a {
  background: url("../img3/icon-block.png") 15px center no-repeat;
  background-color: #c4c4c4;
  color: #4c4c4c;
  font-size: 16px;
  padding-left: 46px;
  text-align: center;
}
.profile-header a.settings {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  text-transform: lowercase;
  float: left;
  margin: 0 10px 0 0;
  /*width: 177px;*/
  width: 103px;
  padding-top: 7px;
  text-align: center;
  text-decoration: none;
}
.profile-header .stats {
  float: right;
  height: 41px;
  margin: 0;
}
.profile-header .stats li {
  border: 1px solid #ccc;
  border: 1px solid rgba(255,255,255,0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*width: 100px;*/
  width: 90px;
  height: 36px;
  font-size: 12px;
  text-align: center;
  list-style: none;
  float: left;
  margin-left: 8px;
  color: #fff;
  text-shadow: 1px 2px 0 #000;
  line-height: 18px;
  padding-top: 3px;
}
.profile-header .stats li:hover,
.profile-header .stats li.active {
  border-color: #fff;
}
.profile-header .stats a {
  color: #fff;
  text-decoration: none;
}
.profile-header .stats strong {
  display: block;
  font-size: 24px;
}
.profile .btn-filter {
  margin: 0 0 20px 0;
}
.profile .btn-group {
  margin: 0;
}
form.create-comment {
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  padding: 10px;
}
form.create-comment textarea {
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 578px;
  padding: 10px;
  height: 18px;
  resize: vertical;
}
form.create-comment textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form.create-comment button {
  float: right;
  width: 108px;
}
.song-header {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  padding: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 980px;
  min-height: 220px;
  margin: 20px 0;
}
.song-header-lite {
  min-height: 100px;
}
.song-header-lite .span2 {
  width: 100px;
}
.song-header-lite .span10 {
  width: 820px;
}
.song-header-lite .subpage {
  background: url("../img3/song-subpage.png");
  display: block;
  width: 20px;
  height: 11px;
  position: relative;
  top: 74px;
  float: right;
}
.song-header .cover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 220px;
  height: 220px;
  overflow: hidden;
  padding: 0;
}
.song-header-lite .cover {
  width: 100px;
  height: 100px;
}
.song-header .cover img {
  width: 220px;
}
.song-header-lite .cover img {
  width: 100px;
}
.song-header h2 {
  color: #212121;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.song-header-lite h2 {
  float: left;
  font-size: 24px;
  line-height: 30px;
  margin-right: 10px;
}
.song-header h3 {
  color: #212121;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.song-header-lite h3 {
  line-height: 30px;
  margin-bottom: 9px;
}
.song-header h3 strong {
  font-weight: bold;
}
.song-header h2 a,
.song-header h3 a {
  color: #212121;
}
.song-header p {
  color: #242424;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.song-header p small {
  font-size: 12px;
}
.song-header p small a {
  color: #666;
}
.song-header .sing {
  background: url("../img3/song-sing.png");
  border: none;
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.75);
  width: 239px;
  height: 62px;
  margin-right: 10px;
  float: left;
  text-transform: lowercase;
  padding-left: 60px;
  text-align: left;
}
.song-header button.add {
  background: url("../img3/song-add.png");
  border: none;
  display: block;
  width: 60px;
  height: 61px;
  float: left;
}
.song-header div.add {
  right: auto;
  margin: 65px 0 0 136px;
  width: 160px;
  height: 100px;
}
.song-header div.add button.ok {
  width: 80px;
  height: 30px;
  margin: 0;
}
.song-header div.add button.cancel {
  background-color: #939393;
  color: #fff;
  width: 70px;
  height: 30px;
  float: right;
}
.song-header div.add .btn-group {
  background: url("../img3/song-add-playlists.png");
  width: 160px;
  height: 28px;
}
.song-header div.add .btn-group .dropdown-toggle,
.song-header div.add .btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
  width: 132px;
}
.song-header div.add input {
  background-color: #fff;
  width: 142px;
}
.song-header .stats {
  float: right;
  margin: 0;
}
.song-header .stats li {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-left: 10px;
  margin-top:10px;
  list-style: none;
  /*width: 140px;
  height: 60px;*/
	width: 110px;
	height: 48px;
}
.song-header .stats li:hover,
.song-header .stats li.active {
  border-color: #808080;
}
.song-header .stats a {
  display: block;
  color: #4c4c4c;
  /*width: 140px;
  font-size: 14px;
  height: 50px;*/
	width: 110px;
  font-size: 12px;
  height: 38px;
  text-align: center;
  /*padding-top: 10px;*/
  padding-top: 5px;
  text-decoration: none;
}
.song-header .stats li strong {
  display: block;
  /*font-size: 32px;*/
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.breadcrumb .share {
  float: right;
  margin-top: 2px;
}
.share .dropdown-toggle {
  background: url("../img3/share.png") right 11px no-repeat;
  color: #808080;
  font-size: 18px;
  text-transform: lowercase;
  padding: 13px 43px 0 0;
  text-decoration: none;
}
.share.open .dropdown-toggle {
  background-image: url("../img3/share.png");
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.share .dropdown-menu {
  background-color: #e6e6e6;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  padding: 6px 3px;
  width: 336px;
  margin: 2px 0 0 -215px;
}
.share .dropdown-menu .arrow {
  background: url("../img3/dropdown-arrow-grey.png");
  display: block;
  width: 17px;
  height: 11px;
  float: right;
  margin: -16px 17px 0 0;
}
.share .dropdown-menu li {
  float: left;
  margin: 0 3px;
  width: 50px;
  height: 50px;
}
.share .dropdown-menu a {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
}
.share .dropdown-menu a:hover {
  background-repeat: no-repeat;
}
.share .dropdown-menu a.embed {
  background-image: url("../img3/share-embed.png");
}
.share .dropdown-menu a.embed:hover {
  background-image: url("../img3/share-embed.hover.png");
}
.share .dropdown-menu a.link {
  background-image: url("../img3/share-link.png");
}
.share .dropdown-menu a.link:hover {
  background-image: url("../img3/share-link.hover.png");
}
.share .dropdown-menu a.email {
  background-image: url("../img3/share-email.png");
}
.share .dropdown-menu a.email:hover {
  background-image: url("../img3/share-email.hover.png");
}
.share .dropdown-menu a.twitter {
  background-image: url("../img3/share-twitter.png");
}
.share .dropdown-menu a.twitter:hover {
  background-image: url("../img3/share-twitter.hover.png");
}
.share .dropdown-menu a.google {
  background-image: url("../img3/share-google.png");
}
.share .dropdown-menu a.google:hover {
  background-image: url("../img3/share-google.hover.png");
}
.share .dropdown-menu a.facebook {
  background-image: url("../img3/share-facebook.png");
}
.share .dropdown-menu a.facebook:hover {
  background-image: url("../img3/share-facebook.hover.png");
}
.section-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #222;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  padding: 20px 0;
  width: 980px;
  margin-bottom: 20px;
}
.section-box.empty,
.section-box.private {
  margin-left: 20px;
  margin-right: 20px;
  width: 940px;
}
.section-box.private {
  background: #fff url("../img3/private.png") 40px center no-repeat;
}
.section-box h2 {
  font-size: 24px;
}
.section-box h2.empty {
  color: #999;
  text-align: center;
  padding: 0;
  margin: 0;
}
.section-box h2:first-child {
  padding-top: 0;
}
.section-box h2 a {
  color: #212121;
}
.section-box h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}
.section-box h3.empty {
  color: #999;
  text-align: center;
}
.litebox {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 18px;
}
.litebox p {
  color: #4c4c4c;
  padding: 0;
  margin: 0 0 5px 0;
}
.litebox a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.litebox .btn {
  text-transform: none;
}
.litebox .btn big {
  font-size: 20px;
  font-weight: bold;
}
.song-bought {
  padding: 22px 15px;
}
.song-bought p {
  margin-bottom: 20px;
}
.song-bought .btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  padding-top: 6px;
  height: 27px;
}
.song-amazon {
  padding: 20px 15px;
}
.song-amazon,
.song-lyrics {
  text-align: center;
}
.song-amazon big {
  display: block;
}
.song-lyrics p {
  margin: 5px 0 0 0;
}
.song-lyrics a {
  text-transform: lowercase;
}
#song-lyrics .print {
  background: url("../img3/print.png");
  display: block;
  width: 31px;
  height: 27px;
  float: left;
}
#song-lyrics h3 {
  font-weight: normal;
}
#song-lyrics h3 strong {
  font-weight: bold;
}
#song-lyrics .lyrics {
  text-align: center;
}
.artist-header {
  background-color: #424242;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin: 20px 0;
  padding: 20px 0;
  width: 980px;
  height: 170px;
  text-shadow: 0 2px 0 #000;
}
.artist-header-lite {
  background-color: #585858;
  height: 90px;
}
.artist-header-lite .span2 {
  width: 90px;
}
.artist-header-lite .span10 {
  width: 830px;
}
.artist-header-lite .subpage {
  background: url("../img3/artist-subpage.png");
  display: block;
  width: 18px;
  height: 7px;
  position: relative;
  top: 55px;
  float: right;
}
.artist-header .cover {
  width: 220px;
  height: 170px;
  overflow: hidden;
  padding: 0;
}
.artist-header-lite .cover {
  width: 90px;
  height: 90px;
}
.artist-header .cover img {
  width: 220px;
}
.artist-header-lite .cover img {
  width: 90px;
}
.artist-header h2 {
  font-size: 32px;
  padding: 0;
  margin-bottom: 8px;
}
.artist-header h2 a {
  color: #fff;
  text-decoration: none;
}
.artist-header p {
  padding: 0;
  font-size: 14px;
  margin-bottom: 7px;
}
.artist-header p label {
  width: 70px;
  display: inline-block;
  font-weight: bold;
}
.artist-header button {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  display: block;
  color: #4c4c4c;
  width: 228px;
  height: 39px;
  font-size: 24px;
  text-transform: lowercase;
  float: left;
}
.artist-header button.following {
  background: #bf351f;
  background: -moz-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf351f), color-stop(100%, #ae301c));
  background: -webkit-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -o-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: -ms-linear-gradient(top, #bf351f 0%, #ae301c 100%);
  background: linear-gradient(to bottom, #bf351f 0%, #ae301c 100%);
  border: 1px solid #952715;
  color: #fff;
  text-shadow: 0 1px 1px #340e09;
  display: none;
}
.artist-header button.unfollow {
  background: #666;
  color: #ccc;
  display: none;
}
.artist-header .stats {
  float: right;
  margin: -20px 0 0 0;
}
.artist-header .stats li {
  border: 1px solid #8e8e8e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-left: 10px;
  list-style: none;
  width: 100px;
  height: 60px;
}
.artist-header .stats li:hover,
.artist-header .stats li.active {
  border-color: #fff;
}
.artist-header .stats a {
  display: block;
  color: #fff;
  width: 100px;
  font-size: 12px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
.artist-header .stats li strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2px;
}
section .span8 h2 {
  padding: 0;
}
section .span8 .grid {
  margin: 0;
}
section .span8 h2 + .grid {
  margin-top: 10px;
}
.playlists {
  padding-bottom: 0;
}
.playlists .clearfix {
  background: url("../img3/playlists-sidebar.png") left repeat-y;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  margin-top: 20px;
}
.playlists-sidebar {
  border-top: 1px solid #cbcbcb;
  padding: 20px 0;
  width: 240px;
  float: left;
  height: 100%;
}
.playlists-sidebar ul {
  margin: 0;
}
.playlists-sidebar li {
  list-style: none;
  font-size: 16px;
}
.playlists-sidebar li a {
  color: #4c4c4c;
  display: block;
  padding: 7px 10px 7px 20px;
  text-decoration: none;
}
.playlists-sidebar li a:hover,
.playlists-sidebar li a.active {
  background-color: #c2c2c2;
}
.playlists-sidebar li a.favorite,
.playlists-sidebar li a.bought,
.playlists-sidebar li a.historic,
.playlists-sidebar li a.session {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.playlists-sidebar li a.favorite {
  background-image: url("../img3/playlists-sibdebar-favorite.png");
  background-position: 22px center;
}
.playlists-sidebar li a.bought {
  background-image: url("../img3/playlists-sibdebar-bought.png");
}
.playlists-sidebar li a.historic {
  background-image: url("../img3/playlists-sibdebar-historic.png");
}
.playlists-sidebar li a.session {
  background-image: url("../img3/playlists-sibdebar-session.png");
  background-position: 25px center;
}
.playlists-sidebar li button {
  border: none;
  display: block;
  float: right;
  width: 21px;
  height: 21px;
  margin-left: 4px;
}
.playlists-sidebar li button.rename {
  background: url("../img3/playlist-rename.png");
}
.playlists-sidebar li button.remove {
  background: url("../img3/playlist-remove.png");
}
.playlists-sidebar form {
  background-color: #c2c2c2;
  padding: 0 10px;
  margin: 10px 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.playlists-sidebar form.open,
.playlists-sidebar li form {
  height: 50px;
}
.playlists-sidebar li form {
  display: none;
  margin: 0;
}
.playlists-sidebar form input {
  border: 1px solid #808080;
  color: #808080;
  width: 156px;
  float: left;
  margin: 10px 0;
}
.playlists-sidebar form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.playlists-sidebar form button {
  width: 40px;
  float: right;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  margin: 10px 0;
  height: 29px;
}
.playlists-sidebar .create {
  margin: 10px 20px;
  width: 200px;
}
.playlists-playlist {
  border-top: 1px solid #dedede;
  padding: 20px 0;
  width: 740px;
  float: left;
}
.playlists-playlist .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 220px;
  height: 91px;
  overflow: hidden;
}
.playlists-playlist .images div {
  width: 280px;
}
.playlists-playlist .images img {
  float: left;
  width: 91px;
}
.playlists-playlist h3,
.playlists-playlist p {
  color: #212121;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 22px;
}
.playlists-playlist p {
  font-size: 16px;
  margin-bottom: 7px;
}
.playlists-playlist button.subscribe,
.playlists-playlist button.unsubscribe {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #4c4c4c;
  height: 42px;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
.playlists-playlist button.subscribe i,
.playlists-playlist button.unsubscribe i {
  background: url("../img3/icon-subscribe.png");
  display: inline-block;
  width: 25px;
  height: 17px;
}
.playlists-playlist button.unsubscribe {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ccc 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #ccc 100%);
}
.playlists-playlist .subscribers-count {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  float: left;
  min-width: 23px;
  height: 30px;
  padding: 10px 10px 0 10px;
  margin: 0;
}
.playlists-playlist button.subscribe + .subscribers-count {
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.playlists-playlist .subscribers {
  background-color: #e6e6e6;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  width: 461px;
  height: 42px;
  overflow: hidden;
}
.playlists-playlist .subscribers ul {
  margin: 0;
  float: left;
  height: 42px;
  overflow: hidden;
}
.playlists-playlist .subscribers li {
  list-style: none;
  float: left;
  width: 41px;
  height: 42px;
}
.playlists-playlist .subscribers img {
  width: 41px;
}
.playlists-playlist .list-lite {
  margin-left: 20px;
}
.playlists-playlist .list-lite .order dd[rel="artist"] {
  margin-left: 342px;
}
.playlists-playlist .list-lite .order dd[rel="artist"] + dd[rel="popularity"] {
  margin-left: 100px;
}
.playlists-playlist .list-lite .result-karaoke {
  width: 700px;
}
.playlists-playlist .list-lite .result-karaoke h4 {
/*  width: 308px;*/
  width: 260px;
}
.playlists-playlist .list-lite .result-karaoke .add {
  right: 20px;
}
.dropzone {
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  padding: 10px;
}
.dropzone h3 {
  color: #212121;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0;
}
.dropzone p {
  color: #4c4c4c;
  font-size: 13px;
  padding: 0;
  margin: 0 0 10px 0;
}
.dropzone ol {
  margin: 0;
}
.dropzone li {
  background-color: #d3d3d4;
  border: 4px solid #b8b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 6px 10px;
}
.dropzone li p {
  color: #808080;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.dropzone big {
  color: #b2b2b2;
  font-size: 24px;
  font-weight: bold;
  display: block;
  float: left;
  margin: 0 15px 20px -3px;
}
.dropzone .recording {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 197px;
  height: 58px;
  overflow: hidden;
  padding: 0;
}
.dropzone .recording .remove {
  background: url("../img3/close.png");
  height: 27px;
  width: 27px;
  position: absolute;
  margin: -12px 0 0 184px;
  display: none;
}
.dropzone .recording:hover .remove {
  display: block;
}
.dropzone .recording img {
  width: 80px;
  float: left;
}
.dropzone .recording h4 {
  color: #222;
  font-size: 13px;
  text-transform: none;
  margin: 10px 0 5px 90px;
  line-height: 15px;
}
.dropzone .recording .stats {
  margin: 0 0 0 90px;
}
.dropzone .recording .stats li {
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
}
.dropzone .recording .stats li.comments {
  background-image: url("../img3/dropzone-comments.png");
}
.dropzone .recording .stats li.likes {
  background-image: url("../img3/dropzone-likes.png");
}
.dropzone .recording {
  display: none;
}
.dropzone .droppped .recording {
  display: block;
}
.dropzone .droppped .placeholder {
  display: none;
}
.dropzone .droppped {
  border: none;
  padding: 0;
}
#dropzone-recording-template {
  display: none;
}
.list-lite .result-recording h4,
.result-recording-ll.ui-draggable-dragging h4 {
  width: 136px;
  visibility: visible;
}
.list-lite .result-recording h5,
.result-recording-ll.ui-draggable-dragging h5 {
  width: 120px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 58px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.list-lite.user-actions .result-recording:hover h4,
.list-lite.user-actions .result-recording:hover h5 {
  display: none;
}
.list-lite .result-recording .actions {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 256px;
  padding-left: 20px;
  line-height: 58px;
  float: left;
}
.result-recording-ll.ui-draggable-dragging {
  background-color: #fff;
  width: 680px;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.result-recording-ll.ui-draggable-dragging img {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.result-recording-ll.ui-draggable-dragging .stats {
  left: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0 0 0;
  float: left;
  height: 50px;
  margin: 0;
}
.result-recording-ll.ui-draggable-dragging .stats li {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  font-size: 12px;
  text-align: center;
  width: 100px;
  height: 35px;
  padding: 5px 0 0 0;
  margin-right: 4px;
  list-style: none;
  float: left;
}
.result-recording-ll.ui-draggable-dragging .stats strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
.result-recording-ll.ui-draggable-dragging .stats {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-right: 4px;
  border-right: 1px solid #e6e6e6;
}
.result-recording-ll.ui-draggable-dragging li.comments,
.result-recording-ll.ui-draggable-dragging li.likes {
  background: 64px center no-repeat;
  padding: 13px 46px 0 0;
  width: 54px;
  height: 27px;
  text-align: right;
}
.result-recording-ll.ui-draggable-dragging .stats li.comments {
  background-image: url("../img3/list-comments.png");
}
.result-recording-ll.ui-draggable-dragging .stats li.likes {
  background-image: url("../img3/list-likes.png");
}
.result.ui-draggable-dragging {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.featured-recording {
  background-color: #131c20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  width: 940px;
  height: 540px;
  margin: 0 20px 20px 20px;
  overflow: hidden;
}
.featured-recording img {
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.featured-recording .info {
  background: url("../img3/recording-play.png") center center no-repeat;
  width: 900px;
  height: 500px;
  position: relative;
  top: -540px;
  padding: 20px;
}
.featured-recording .info:hover {
  cursor: pointer;
}
.featured-recording .info h3,
.featured-recording .info h4 {
  color: #fff;
  font-size: 24px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.75);
  padding: 0;
  margin: 0;
}
.featured-recording .info h4 {
  font-size: 18px;
  font-weight: normal;
}
.featured-recording .info h4 strong {
  font-weight: bold;
}
.featured-recording .stats {
  float: right;
}
.featured-recording .stats li {
  background-color: #dcdedf;
  background-repeat: no-repeat;
  background-position: 64px center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 10px;
  text-align: right;
  padding: 10px 44px 10px 8px;
  width: 50px;
}
.featured-recording .stats li.likes {
  background-image: url("../img3/list-likes.png");
}
.featured-recording .stats li.comments {
  background-image: url("../img3/list-comments.png");
  background-position-y: 10px;
}
.featured-recording .stats li.views {
  padding: 4px 8px 0px 8px;
  text-align: center;
  width: 86px;
}
.featured-recording .stats li small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.featured-recording .preview {
  text-align: center;
/*  margin: 360px auto;*/
  margin: 330px auto;
}
.featured-recording .preview li {
  list-style: none;
  margin: 0 3px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.featured-recording .preview li:hover,
.featured-recording .preview li.active {
  border-color: #fff;
}
.featured-recording .preview li img {
  width: 105px;
  height: 76px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.lt-ie9 .featured-recording .preview li {
  display: inline;
}
.recording-box h2:first-child {
  float: left;
  padding-right: 10px;
}
.recording-box h3 {
  font-weight: normal;
  line-height: 44px;
}
.recording-box h3 strong {
  font-weight: bold;
  vertical-align: middle;
  margin-right: 5px;
}
.recording-box .recording-preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 940px;
  height: 540px;
  overflow: hidden;
  margin: 0 20px;
}
.recording-box .recording-preview:hover {
  cursor: pointer;
}
.recording-box .recording-preview .recording-preview-overlay {
  background: url("../img3/recording-play.png") center center no-repeat;
  width: 940px;
  height: 540px;
  position: relative;
  z-index: 6;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recording-box .recording-preview:hover .recording-preview-overlay {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.recording-box .recording-preview img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: -540px;
  z-index: 5;
}
.recording-box p.description {
  color: #212121;
  font-size: 16px;
  padding: 0;
}
.recording-box .recording-stats {
  margin: 10px 20px 20px 20px;
  height: 42px;
}
.recording-box .recording-stats li {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #4c4c4c;
  list-style: none;
  height: 20px;
  padding: 10px;
  margin-right: 4px;
  float: left;
}
.recording-box .recording-stats li.comments {
  background: url("../img3/list-comments.png") 10px center no-repeat;
  padding-left: 48px;
}
.recording-box .recording-stats li.report {
  background: url("../img3/icon-report.png") center center no-repeat;
  width: 18px;
}
.recording-box .recording-stats li.likes {
  float: right;
  margin-right: 0;
}
.recording-box .recording-stats li.likes .like,
.recording-box .recording-stats li.likes .unlike {
  background: #f8f8f8 url("../img3/list-likes.png") 10px center no-repeat;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 44px;
  height: 42px;
  margin: -11px 10px 0 -11px;
}
.recording-box .recording-stats li.likes button.unlike {
  background-color: #e6e6e6;
}
.recording-box .recording-stats li big {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.recording-box .recording-info li {
  list-style: none;
  color: #4c4c4c;
}
.recording-box .recording-info li strong {
  font-size: 13px;
  display: inline-block;
  width: 60px;
  margin-right: 15px;
  text-align: right;
}
.recording-box .recording-info + .btn {
  width: 220px;
  margin: 10px;
  text-transform: lowercase;
}
.event-comment {
  margin: 0 0 20px 0;
}
.event-comment .event-inner {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 618px;
}
.event-comment .reply {
  border: 1px solid #808080;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  margin: 10px 0 0 -40px;
  padding: 4px 12px;
  width: 552px;
}
.event .remove {
  background: url("../img3/close.png");
  display: block;
  height: 27px;
  width: 27px;
  float: right;
  position: relative;
  margin-right: -13px;
  z-index: 11;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.event:hover .remove {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.event .remove + .event-inner {
  position: relative;
  top: -15px;
  z-index: 10;
}
.settings {
  margin-top: 20px;
}
.settings > .span4 {
  margin: 0;
}
.settings > .span8 {
  width: 660px;
}
.settings-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
.settings > .span4 ul {
  margin: 0;
}
.settings > .span4 li {
  list-style: none;
  margin: 15px 0;
}
.settings > .span4 a {
  color: #999;
  font-size: 16px;
}
.settings > .span4 .active a {
  color: #212121;
}
.settings .privacity {
  background: #e6e6e6 url("../img3/privacity.png") 26px 12px no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  background: url("../img3/radio.png") left center no-repeat;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  height: 20px;
}
input[type=radio]:checked + label {
  background-image: url("../img3/radio.active.png");
}
.lt-ie9 input.radio.checked + label {
  background-image: url("../img3/radio.active.png");
}
.settings form {
  color: #212121;
  margin: 0;
}
.settings form legend {
  border: none;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0 160px;
  line-height: normal;
}
.settings .form-horizontal .control-label {
  width: 140px;
}
.settings form input[type=text],
.settings form input[type=email],
.settings form input[type=password],
.settings form textarea {
  border: 1px solid #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 280px;
}
.settings form textarea,
.settings form textarea {
  height: 80px;
  width: 380px;
  resize: vertical;
}
.settings .control-group {
  margin-bottom: 10px;
}
.settings .form-horizontal .controls {
  margin-left: 160px;
}
.settings .controls .btn {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  border-color: #999;
  -webkit-box-shadow: 0px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px rgba(0,0,0,0.1);
  padding: 4px 10px;
}
.settings .controls a {
  color: #212121;
}
.settings .controls img {
  vertical-align: top;
  margin-right: 20px;
}
.settings .help-block,
.settings .help-inline {
  color: #999;
}
.settings .form-actions {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
}
.settings .form-horizontal .form-actions {
  padding-left: 160px;
}
.settings .form-actions .btn-primary {
  padding: 0 50px;
}
.settings .form-actions .cancel {
  color: #ae1f10;
  margin: 10px 0 0 40px;
  text-transform: lowercase;
}
.selectBox-dropdown {
  background: transparent;
  border: 1px solid #666;
  width: 292px !important;
  height: 28px;
}
.selectBox-dropdown .selectBox-label {
  padding: 4px 8px;
}
.selectBox-dropdown .selectBox-arrow {
  background: url("../img3/settings-caret.png") center center no-repeat;
  border: none;
}
.selectBox-options li a {
  color: #212121;
  text-decoration: none;
}
.selectBox-options li.selectBox-selected a {
  background-color: #ddd;
  color: #212121;
}
.settings-box h3 {
  color: #212121;
  font-size: 18px;
  line-height: normal;
  padding: 0;
}
.settings-design h3 {
  margin: 40px 0 20px 0;
}
.settings-design h3:first-child {
  margin-top: 0;
}
.settings-box h4 {
  color: #212121;
  font-size: 14px;
  line-height: normal;
  margin-top: 40px;
}
.settings-box p {
  padding: 0;
}
.settings-box small {
  font-size: 13px;
}
.settings-box .credits .span2 {
  margin: 0;
  width: 180px;
}
.settings-box .credits .span6 {
  width: 420px;
}
.settings-box .credits p {
  background: #e6e6e6 url("../img3/rkred.png") 145px 14px no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 45px 0 10px;
  width: 125px;
  text-align: right;
}
.settings-box .credits big {
  color: #212121;
  font-size: 30px;
  font-weight: bold;
}
.settings-box .credits .btn {
  width: 150px;
  margin: 10px 0 0 -10px;
  height: 21px;
  font-weight: bold;
}
.settings-box .credits li {
  color: #212121;
  list-style-type: square;
}
.settings-box .vip-account {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #4c4c4c;
  height: 58px;
  margin: 10px 0 20px 0;
}
.settings-box .vip-account .vip {
  background: url("../img3/vip-badge.png");
  display: block;
  width: 38px;
  height: 26px;
  float: left;
  margin: 5px 0 0 -5px;
  position: absolute;
}
.settings-box .vip-account img {
  float: left;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin: -1px 0 0 -1px;
}
.settings-box .vip-account h5 {
  float: left;
  width: 90px;
  padding: 20px 0 0 10px;
  margin: 0;
}
.settings-box .vip-account p {
  float: left;
  padding: 20px 0 0 0;
}
.settings-box .go-vip {
  background-color: #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.settings-box .go-vip h3 {
  margin-bottom: 30px;
}
.settings-box .go-vip .span4 {
  width: 280px;
}
.settings-box .go-vip .span4:first-child {
  margin: 0;
}
.settings-box .go-vip .span4 .row {
  margin-bottom: 20px;
}
.settings-box .go-vip .span1 {
  margin: 0;
}
.settings-box .go-vip .span3 {
  margin-left: 10px;
  width: 210px;
}
.settings-box .go-vip .btn-primary {
  padding: 4px 35px;
  margin: 10px auto;
  height: 20px;
  display: block;
  width: 150px;
  text-decoration: none;
}
.settings-box table {
  width: 100%;
}
.settings-box table tr td {
  text-align: center;
  padding-bottom: 20px;
}
.settings-box table tr td:first-child {
  text-align: left;
}
.settings-box table tr th:first-child,
.settings-box table tr td:first-child {
  width: 50%;
}
.settings-box table em {
  color: #999;
  font-style: normal;
}
.settings-box table input[type=radio] + label {
  margin-left: 20px;
}
.settings-box .profile-color,
.settings-box .profile-image {
  margin: 15px 0;
  height: 46px;
}
.settings-box .profile-color {
  width: 460px;
}
.settings-box .profile-color li,
.settings-box .profile-image li {
  list-style: none;
  border: 3px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 60px;
  height: 40px;
  float: left;
  margin: 0 14px 14px 0;
  padding: 1px;
}
.settings-box .profile-color li:hover,
.settings-box .profile-image li:hover,
.settings-box .profile-color li.active,
.settings-box .profile-image li.active {
  border-color: #be351f;
}
.settings-box .profile-image li a {
  width: 60px;
  height: 40px;
  display: block;
}
.settings-box .profile-image li a.image-none {
  background-color: #ccc;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 15px;
  padding-top: 3px;
  height: 37px;
}
.profile-image-upload {
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px;
  width: 228px;
  height: 48px;
}
.profile-image-upload .profile-image,
.profile-image-upload .btn {
  float: left;
  margin: 0;
}
.profile-image-upload .btn {
  margin-top: 9px;
}
.profile-image-display select {
  visibility: hidden;
  margin: -5px 30px 0 0;
  float: right;
}
.settings-box .profile-color li a {
  width: 60px;
  height: 40px;
  display: block;
}
.settings-box .profile-color li.colorpicker a {
  background: url("../img3/colorpicker.png") center center no-repeat;
}
.settings-box .social-network {
  border-bottom: 1px solid #ededed;
  height: 79px;
}
.settings-box .social-network.first {
  border-top: 1px solid #ededed;
}
.settings-box .social-network img {
  margin: 19px 15px 0 19px;
  float: left;
}
.settings-box .social-network .status {
  float: left;
  margin-top: 20px;
}
.settings-box .social-network .status h5 {
  margin: 0;
}
.settings-box .social-network .controls {
  float: right;
  margin: 25px 20px;
}
.settings-box .karaoke-bought {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 617px;
  height: 58px;
  margin-bottom: 10px;
}
.settings-box .karaoke-bought img {
  width: 60px;
  float: left;
}
.settings-box .karaoke-bought h5 {
  color: #212121;
  margin: 20px 18px;
  font-size: 16px;
  font-weight: normal;
  float: left;
}
.settings-box .karaoke-bought h5 strong {
  font-weight: bold;
}
.settings-box .karaoke-bought p,
.settings-box .karaoke-bought .btn {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin: 13px 17px 0 0;
}
.settings-box .karaoke-bought .btn em {
  color: #999;
  font-weight: normal;
  font-style: normal;
}
.settings-box .karaoke-bought p {
  color: #b2b2b2;
  margin-top: 20px;
}
.settings-box .billing-historic {
  float: right;
  margin-top: 8px;
  font-size: 12px;
  color: #212121;
  text-transform: lowercase;
}
.social-network-info {
  margin: 20px 0;
  padding-top: 5px;
}
.social-network-info img {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  padding: 3px;
  margin: -5px 17px 0 0;
}
.social-network-info  h5 {
  margin: 0;
}
.social-network-info p {
  margin-bottom: 5px;
}
.settings-box h3.social-network-facebook {
  background: url("../img3/social-network-facebook.mini.png") left no-repeat;
  padding-left: 30px;
}
.settings-box .pending-request {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}
.settings-box .pending-request img {
  float: left;
}
.settings-box .pending-request .info {
  color: #222;
  font-size: 14px;
  width: 347px;
  margin: 0 25px 0 20px;
  float: left;
}
.settings-box .pending-request .info h5,
.settings-box .pending-request .info p {
  margin: 0;
  padding: 0;
}
.settings-box .pending-request .info h5 a {
  color: #222;
}
.settings-box .pending-request .controls {
  float: right;
}
.settings-box .pending-request .controls a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.show-all {
  color: #222;
  text-transform: lowercase;
  float: right;
  margin: 30px 20px 0 0;
/*  display: none; */
}
.span8 .show-all {
  margin: 15px 0 0 0;
  display: block;
}
.show-all.show {
  display: block;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin:-30px 0px 0px -30px;
}
.list-mini .result-user h4 {
  width: 143px;
}
.list-mini .result-user .stats {
  border: 1px solid #e6e6e6;
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  width:240px;
}
.list-mini .result-user .stats li {
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  color: #4c4c4c;
  font-size: 16px;
  text-align:right;
  font-weight: bold;
  padding: 10px 32px 10px 0px;
  margin: 0 10px 0 0;
  width: auto;
  height: auto;
  width:37px;
}
}
.list-mini .result-user .stats li.followers {
  background-image: url("../img3/list-mini-followers.png");
}
.list-mini .result-user .stats li.views {
  background-image: url("../img3/list-mini-views.png");
}
.list-mini .result-user .stats li.likes {
  background-image: url("../img3/list-mini-likes.png");
}
.add-friends {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 4px;
  width: 450px;
}
.add-friends .option {
  width: 142px;
  height: 70px;
  float: left;
  margin: -19px 4px 0 4px;
}
.add-friends input[type=checkbox] {
  display: none;
}
.add-friends input + label {
  background-color: #e6e6e6;
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  color: #4c4c4c;
  font-size: 16px;
  text-transform: lowercase;
  padding: 15px 0 0 49px;
  width: 92px;
  height: 33px;
}
.add-friends input#add-friends-facebook + label {
  background-image: url("../img3/add-friends-facebook.png");
}
.add-friends input#add-friends-twitter + label {
  background-image: url("../img3/add-friends-twitter.png");
  padding-left: 54px;
  width: 84px;
}
.add-friends input#add-friends-email + label {
  background-image: url("../img3/add-friends-email.png");
}
.add-friends input[checked=checked] + label {
  background-color: #fff;
  border-color: #999;
}
.add-friends .btn-primary {
  clear: left;
  float: right;
  margin: 10px 4px 0 4px;
  width: 180px;
  height: 40px;
}
.add-friends input[type=text] {
  width: 420px;
  margin: 0 4px;
  height: 30px;
  padding: 4px 10px;
}
.add-friends .checked {
  background: url("../img3/add-friends-checked.png");
  display: block;
  width: 25px;
  height: 19px;
  position: relative;
  left: 125px;
  top: 20px;
  visibility: hidden;
}
.add-friends .active .checked {
  visibility: visible;
}
.checkout-historic {
  width: 940px;
  margin: 0 20px;
}
.checkout-historic td,
.checkout-historic th {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.checkout-historic td {
  color: #999;
}
.checkout-historic em {
  font-size: 12px;
}
.checkout-historic big,
.checkout-historic strong {
  font-weight: bold;
  color: #222;
}
.checkout-historic a {
  color: #212121;
}
#messages-conversations .modal-body,
#messages-conversation .modal-body,
#messages-conversations ol,
#messages-conversation ol {
  margin: 0;
  padding: 0;
}
#messages-conversations li {
  border-top: 1px solid #ccc;
  padding: 10px;
  list-style: none;
}
#messages-conversations li:hover {
  cursor: pointer;
}
#messages-conversations li .remove {
  background: url("../img3/close.png");
  float: right;
  width: 27px;
  height: 27px;
  position: relative;
  margin: 8px 0 0 0;
  display: none;
}
#messages-conversations li:hover .remove {
  display: block;
}
#messages-conversation li:hover {
  cursor: pointer;
}
#messages-conversation li .remove {
  background: url("../img3/close.png");
  float: right;
  width: 27px;
  height: 27px;
  position: relative;
  margin: 8px 0 0 0;
  display: none;
}
#messages-conversation li:hover .remove {
  display: block;
}
#messages-conversations li:hover .unread {
  display: none;
}
#messages-conversations li img,
#messages-conversation li img {
  float: left;
  width: 37px;
  margin: 0 10px 0 0;
}
#messages-conversations li h4 {
  color: #212121;
  font-size: 16px;
  margin: 0;
}
#messages-conversations li h4 small {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
#messages-conversations li p {
  color: #808080;
  font-size: 14px;
  margin: 0;
}
#messages-conversation ol {
  padding: 10px;
}
#messages-conversation li {
  list-style: none;
  margin-bottom: 10px;
}
#messages-conversation li h5 {
  color: #808080;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  margin: 0 57px;
}
#messages-conversation li p {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
  margin: 0 10px 0 47px;
}
#messages-conversation li span {
  background: url("../img3/message.png");
  display: block;
  width: 8px;
  height: 7px;
  position: relative;
  left: 40px;
  top: 35px;
}
#messages-conversation li.me img {
  float: right;
  margin: 0 0 0 10px;
}
#messages-conversation li.me h5 {
  text-align: right;
}
#messages-conversation li.me p {
  background-color: #fff9db;
  border-color: #e3d178;
  margin: 0 47px 0 10px;
}
#messages-conversation li.me span {
  background: url("../img3/message-me.png");
  left: 492px;
}
.modal-body .center-buttons {
  margin: 0 auto;
  width: 300px;
}
#messages-conversation .modal-footer {
  background-color: #e8e8e8;
  padding: 20px;
}
#messages-conversation .modal-footer textarea {
  border: 1px solid #808080;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 498px;
  height: 38px;
  padding: 10px;
  resize: vertical;
}
#messages-conversation .modal-footer .btn-primary {
  float: right;
  margin: 0;
}
#messages-conversation .modal-header {
  height: 33px;
}
#messages-conversation .modal-header h3 {
  background: url("../img3/breadcrumb-divider.png") right center no-repeat;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-right: 18px;
  float: left;
}
#messages-conversation .modal-header h3 a {
  color: #999;
}
#messages-conversation .modal-header h4 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: normal;
  float: left;
  margin: 0;
  line-height: 30px;
  margin-left: 12px;
}
.breadcrumb + .section-box {
  margin-top: 20px;
}
.register .medbox,
.login .medbox {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
.login .medbox {
  background-color: #f7f7f7;
}
.btn-facebook {
  background: #5f78ab;
  background: -moz-linear-gradient(top, #5f78ab 0%, #566c9a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f78ab), color-stop(100%, #566c9a));
  background: -webkit-linear-gradient(top, #5f78ab 0%, #566c9a 100%);
  background: -o-linear-gradient(top, #5f78ab 0%, #566c9a 100%);
  background: -ms-linear-gradient(top, #5f78ab 0%, #566c9a 100%);
  background: linear-gradient(to bottom, #5f78ab 0%, #566c9a 100%);
  border: 1px solid #475a80;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0px 1px 0 rgba(0,0,0,0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.75);
  text-align: center;
  padding: 8px 0;
}
.register h2 {
  padding: 0;
  line-height: normal;
}
.register h3,
.login h3 {
  color: #4c4c4c;
  font-size: 16px;
  padding: 0;
  margin: 15px 0;
}
.register .medbox h3 {
  text-align: center;
  margin: 35px 0;
}
.register p,
.login p {
  padding: 0;
  line-height: 24px;
}
.register p.conditions {
  line-height: 20px;
  margin-top: 10px;
  font-size: 12px;
}
.login h3 {
  color: #222;
  font-size: 20px;
  text-align: center;
}
.login h4 {
  text-align: center;
  font-size: 16px;
}
.login h5 {
  text-align: center;
  font-size: 14px;
}
.login p {
  text-align: center;
}
.login .btn {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding: 5px 30px;
}
.login input {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid #d6d6d6;
  color: #808080;
  font-size: 18px;
  padding: 8px 10px 8px 30px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  width: 380px;
  text-transform: lowercase;
}
.login input[type=text] {
  background-image: url("../img3/login-user.png");
}
.login input[type=password] {
  background-image: url("../img3/login-pass.png");
}
.login form a {
  color: #666;
  float: right;
  text-transform: lowercase;
}
.register form,
.login form {
  margin: 0;
}
.register input {
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  width: 398px;
}
.register .btn-primary,
.login .btn-primary {
  width: 100%;
  height: 39px;
  font-size: 18px;
  clear: both;
}
.login .btn-primary {
  margin-top: 20px;
}
.registered-friends {
  margin-top: 35px;
}
.registered-friends h4 {
  color: #3b5998;
  font-size: 12px;
  font-weight: normal;
}
.registered-friends ul {
  margin: 0;
}
.registered-friends li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
.register .selectBox-dropdown {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 418px !important;
  height: 38px;
  margin-bottom: 10px;
}
.register .selectBox-dropdown .selectBox-label {
  color: #212121;
  padding: 8px 10px;
}
.register .selectBox-dropdown .selectBox-arrow {
  width: 43px;
}
.upgrade-vip {
  padding: 20px;
}
.upgrade-vip .breadcrumb {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: -20px -20px 20px -20px;
}
.upgrade-vip .credits-count {
  background: #f2f2f2 url("../img3/credits-count.png") 170px center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #4c4c4c;
  width: 160px;
  padding: 20px 60px 20px 0;
  text-align: right;
  font-size: 20px;
  float: right;
}
.upgrade-vip h2 {
  background-color: #fcd670;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 24px;
  color: #222;
  padding: 13px 20px;
  width: 700px;
}
.upgrade-vip h5 {
  color: #222;
  font-size: 18px;
  font-weight: normal;
  margin: 15px;
}
.upgrade-vip h5 a {
  color: #c0351f;
}
.upgrade-vip .featured {
  background: url("../img3/credits-featured.jpg") 30px center no-repeat;
  color: #222;
  padding: 40px 0 40px 500px;
  height: 110px;
  margin: 30px 0;
  font-size: 15px;
  font-weight: 100;
  line-height: 30px;
}

.upgrade-vip .plans {
  width:740px;
  margin:0px auto 0px auto;
}

.upgrade-vip .featured strong {
 font-size: 16px;
}

.upgrade-vip .plans > li {
  color: #4c4c4c;
  list-style: none;
  float: left;
  margin-right: 10px;
  width: 220px;
  overflow: visible;
  padding-top: 10px;
}
.upgrade-vip .plans .planbox {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 182px;
  height: 219px;
  padding: 28px 18px 18px;
  margin-bottom: 10px;
}
.upgrade-vip .plans > li h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
.upgrade-vip .plans > li p {
  text-align: center;
  font-size: 14px;
  line-height: normal;
}
.upgrade-vip .plans > li p small {
  font-size: 12px;
}
.upgrade-vip .plans > li .planbox p {
  line-height: 20px;
}
.upgrade-vip .plans > li h4 {
  text-align: center;
  font-size: 22px;
}
.upgrade-vip .plans .btn-primary {
  font-size: 22px;
  padding: 8px 0;
  width: 100%;
  height: 20px;
  text-decoration: none;
  text-transform: none;
}
.upgrade-vip .plans > li.vip {
  padding: 10px 3px 0 3px;
}
.upgrade-vip .plans > li.vip h3 {
  background: url("../img3/plan-vip.png") no-repeat;
  color: #664c03;
  text-shadow: 0 1px 0 #ffdb80;
  width: 229px;
  height: 32px;
  padding-top: 3px;
  margin-left: -23px;
}
.upgrade-vip .plans > li.vip h3 + p {
  height: 60px;
}
.upgrade-vip .plans > li.vip h4 {
  margin-bottom: 30px;
}
.upgrade-vip .plans > li:first-child {
  margin-right: 5px;
}
.upgrade-vip .plans > li.annual {
  padding-top: 0;
  width: 250px;
  margin-right: 2px;
}
.upgrade-vip .plans > li.annual .planbox {
  width: 202px;
  height: 240px;
}
.upgrade-vip .plans > li.annual h3 {
  background-image: url("../img3/plan-vip-annual.png");
  width: 250px;
  height: 33px;
  padding-top: 5px;
  margin-left: -24px;
}
.upgrade-vip .plans > li.annual h4 {
  margin-bottom: 5px;
}
.upgrade-vip .plans > li.annual h4 + p {
  margin-bottom: 25px;
}
.upgrade-vip .plans .btn-group {
  width: 100%;
  margin: 40px 0 25px;
  height: 28px;
}
.upgrade-vip .plans .btn-group .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #b3b3b3;
  font-size: 22px;
  font-weight: bold;
  height: 20px;
  width: 154px;
  text-align: left;
}
.upgrade-vip .plans .btn-group .credits {
  background: url("../img3/credits-dropdown.png");
  display: inline-block;
  width: 19px;
  height: 18px;
}
.upgrade-vip .plans .btn-group .dropdown-toggle {
  background: url("../img3/mini-caret.png") 170px center no-repeat;
}
.upgrade-vip .plans .btn-group .dropdown-menu {
  width: 182px;
}
.upgrade-vip .plans .btn-group .dropdown-menu li {
  margin-bottom: 5px;
}
.upgrade-vip .plans .btn-group .dropdown-menu li a {
  font-weight: bold;
  font-size: 22px;
}
.upgrade-vip .features {
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #4c4c4c;
  padding: 20px 0;
  margin-top: 30px;
  clear: both;
}
.upgrade-vip .features h3 {
  font-size: 22px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.upgrade-vip .features li {
  background: url("../img3/check.png") left 2px no-repeat;
  font-size: 16px;
  font-weight: normal;
  padding: 0 30px;
  margin: 20px 0 0 0;
  list-style: none;
}
.upgrade-vip .features li a {
  color: #c0351f;
}
.upgrade-vip .features .span6 .row {
  margin-bottom: 20px;
}
.upgrade-vip .features .span6 .row .span1 {
  width: 60px;
  margin: 0;
}
.upgrade-vip .features .span6 .row p {
  padding: 0;
}
.list-lite .order dd[rel=author] {
  margin-left: 190px;
}
.list-lite .order dd[rel=author] + dd[rel=popularity] {
  margin-left: 100px;
}
#colorpicker {
  display: none;
  float: right;
  margin-top: -10px;
}
#apps-header {
   background: url("../img3/apps-header.png") center bottom no-repeat;
   height: 363px;
   margin-bottom: 20px;
}
#apps-header h2 {
  color: #212121;
  font-size: 32px;
  margin-bottom: 10px;
}
#apps-header p {
  color: #4c4c4c;
  font-size: 15px;
  width: 550px;
}
.apps-row {
  margin-bottom: 20px;
  height: 300px;
}
.apps-row .span4 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  color: #212121;
  height: 300px;
}
.apps-row .span4.apps-mobile {
  background-image: url("../img3/apps-mobile.png");
  background-position-y: 140px;
}
.apps-row .span4.apps-tablet {
  background-image: url("../img3/apps-tablet.png");
  background-position-y: 110px;
}
.apps-row .span4.apps-tv {
  background-image: url("../img3/apps-tv.png");
}
.apps-row .span4.apps-pc {
  background-image: url("../img3/apps-pc.png");
  background-position-y: 130px;
}
.apps-row .span4.apps-facebook {
  background-image: url("../img3/apps-facebook.png");
  background-position-y: 150px;
}
.apps-row .span4.apps-windows {
  background-image: url("../img3/apps-windows.png");
  background-position-y: 140px;
}
.apps-row .span4 h3 {
  font-size: 24px;
  padding-top: 15px;
  line-height: normal;
  margin-bottom: -5px;
}
.apps-row .span4 p {
  margin-top: 10px;
}
.apps-row .span4 p.more {
  margin: 0 0 30px 0;
}
.apps-row .span4 a {
  color: #808080;
  margin-right: 5px;
}
.btn-sing {
  background: #c0351f url("../img3/btn-sing.png") 14px center no-repeat;
  border: 1px solid #791e0f;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px 10px 40px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}
.btn-sing:active,
.btn-sing:hover {
  background: #c0351f url("../img3/btn-sing.png") 14px center no-repeat;
}
.btn-facebook-connect {
  background: #3a5894 url("../img3/btn-facebook.png") 5px center no-repeat;
  border: 1px solid #182c53;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px 10px 46px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.75);
}
.btn-facebook-connect:active,
.btn-facebook-connect:hover {
  background: #3a5894 url("../img3/btn-facebook.png") 5px center no-repeat;
}
.apps-header {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
  width: 940px;
  margin: 20px;
}
.apps-header h2 {
  color: #212121;
  font-size: 36px;
}
.apps-header h5 {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 20px 30px 20px;
}
.apps-header .span4 {
  color: #808080;
  font-size: 13px;
}
.span4m0 {
  margin: 0;
}
.span4m0 p {
  padding: 0;
  margin-bottom: 10px;
  clear: left;
  width: 250px;
  height: 40px;
}
.span4m0 a {
  float: left;
  margin-right: 10px;
}
.apps-slider {
  background: url("../img3/apps-slider-inner.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 598px;
  height: 339px;
  overflow: hidden;
}
.apps-slider-overlay {
  background: url("../img3/apps-slider-overlay.png");
  width: 598px;
  height: 339px;
  position: relative;
  z-index: 11;
}
.apps-slider-inner {
  width: 5000px;
  height: 339px;
  position: relative;
  top: -339px;
  padding: 20px 57px 0 57px;
  z-index: 10;
}
.apps-slider-inner img {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.25);
  box-shadow: 0 2px 1px rgba(0,0,0,0.25);
  margin: 0 15px;
}
.apps-slider .apps-slider-prev,
.apps-slider .apps-slider-next {
  border: none;
  display: block;
  width: 35px;
  height: 200px;
  position: absolute;
  margin-top: -630px;
  z-index: 12;
  float: left;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.apps-slider .apps-slider-prev {
  background: url("../img3/slider-prev.png");
  margin-left: -9px;
}
.apps-slider .apps-slider-next {
  background: url("../img3/slider-next.png");
  float: right;
  margin-left: 572px;
}
.apps-slider:hover .apps-slider-prev,
.apps-slider:hover .apps-slider-next {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.apps-slider-pagination {
  text-align: center;
  margin-top: 10px;
}
.apps-slider-pagination a {
  background: url("../img3/apps-slider-page.png");
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 3px;
}
.apps-slider-pagination a.active,
.apps-slider-pagination a:hover {
  background: url("../img3/apps-slider-page.active.png");
}
.apps-features {
  margin-top: 20px;
}
.apps-features .span6 {
  width: 440px;
}
.app-feature-icon {
  width: 100px;
  text-align: center;
  float: left;
  padding: 0;
  clear: left;
}
.app-feature {
  margin-left: 100px;
  padding: 0;
  color: #212121;
  margin-bottom: 20px;
}
.checkout .cart li {
  border-top: 1px solid #ccc;
  height: 79px;
  list-style: none;
}
.checkout .cart .remove {
  background: url("../img3/close.png");
  display: block;
  height: 27px;
  width: 27px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  float: left;
  margin: 27px 15px 25px 15px;
}
.checkout .cart {
  margin: 10px 20px;
}
.checkout .cart h4 {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: normal;
  float: left;
  margin: 10px 35px 9px 0;
}
.checkout .cart h4 img {
  vertical-align: middle;
  margin-right: 15px;
}
.checkout .cart h4 strong {
  color: #222;
  font-weight: bold;
}
.checkout .cart p {
  color: #4c4c4c;
  font-size: 16px;
  float: left;
  margin: 29px 0;
}
.checkout .cart h5 {
  color: #212121;
  font-size: 18px;
  float: right;
  margin: 28px 20px;
  text-align: right;
}
.checkout .cart h5 big {
  font-size: 24px;
  margin-left: 10px;
}
.checkout .cart h5 small {
  display: block;
  color: #212121;
  font-size: 12px;
  margin-top: 3px;
}
.checkout .cart .total h5 {
  margin-right: 0;
}
.checkout .payment {
  background: url("../img3/paypal-info.jpg") left top no-repeat;
  width: 370px;
  float: right;
  clear: both;
  margin: -30px 20px 0 0;
  padding-top: 40px;
}
.checkout .payment .payment-options {
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 18px;
  margin-bottom: 20px;
}
.checkout .payment .payment-options p {
  padding: 0;
  margin: 10px 0;
}
.checkout .payment .payment-options p strong {
  margin-right: 10px;
}
.checkout .payment .payment-options p input[type=checkbox]:hover + label,
.checkout .payment .payment-options p input[type=checkbox]:checked + label {
  color: #212121;
}
.checkout .payment .payment-options a {
  color: #bb341e;
}
.checkout .payment .payment-options .arrow {
  margin-top: -21px;
}
.checkout .actions {
  clear: right;
  height: 50px;
}
.checkout .actions .cancel {
  float: left;
  color: #212121;
  font-size: 16px;
}
.checkout .actions .btn-primary {
  float: right;
}
.checkout h2 .completed,
.payment-completed h2 .completed {
  background: url("../img3/checkout-completed.png") no-repeat;
  display: inline-block;
  width: 28px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
}
.checkout .completed {
  width: 490px;
}
.checkout .completed .info {
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 0;
  margin: 20px;
}
.checkout .completed .info h3 {
  color: #222;
  font-size: 18px;
  font-weight: normal;
}
.checkout .completed .info h3 big {
  font-size: 24px;
  font-weight: bold;
}
.whitespace {
  height: 50px;
  width: 100%;
}
.controls-date input,
.controls-date .selectBox {
  float: left;
  width: 66px !important;
  margin-right: 5px;
}
h2.intro {
	color: #4c4c4c;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  padding: 0;
  line-height: 44px;
  margin-bottom: 5px;
  margin-top:-5px;
}
h2.intro strong {
  display:block;
  font-size:18px;
  font-weight:bold;
  margin-top:-5px;
}
div.intro {
  position:relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color:#FFF;
  padding-left: 671px;
  height: 450px;
/*  height: 390px;*/
  margin-bottom: 40px;
/*  position:relative;
  background: url("../img3/home-intro.png") left no-repeat;
  height: 390px;
  padding-left: 671px;
  margin-bottom: 40px;*/
}
.intro form {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
.intro input {
  border-color: #666;
  width: 242px;
  padding: 4px 6px 4px 16px;
}
.intro .selectBox {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 100%);
  border-color: 3px;
  width: 264px !important;
  margin-bottom: 20px;
}
div.intro div#newyorktimes {
  display:block;
  position:absolute;
  top:340px;
/*  top:285px;*/
  left:0px;
  width:660px;
  height:80px;
  padding:5px;
  background-color: rgba(0,0,0,0.5);
  z-index:300;
/*  display:block;
  position:absolute;
  top:285px;
  left:0px;
  width:661px;
  height:80px;
  padding:5px;
  background-color: rgba(0,0,0,0.5);*/
}
div.intro div#newyorktimes p {
  display:block;
  color: rgba(255,255,255,1);
  text-align:center;
  font-size: 13px;
/*  display:block;
  color: rgba(255,255,255,1);
  text-align:center;
  font-size: 13px;*/
}

form.mainLogin {
	width:259px;
	border:1px solid #CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0px 0px 0px 20px;
	text-align:left;
}
form.mainLogin input#login-user,
form.mainLogin input#login-pass {
  displey:block;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 29px;
  border: 1px solid #CCCCCC;
  background-color:#E6E6E6;
}
form.mainLogin input#login-user:focus,
 form.mainLogin input#login-pass:focus {
  background-position: 6px center;
}
form.mainLogin input#login-user {
  background-image: url("../img3/login-user.png");
  width:222px;
  float:left;
}
form.mainLogin input#login-pass {
  background-image: url("../img3/login-pass.png");
  width:134px;
  float:left;
}
form.mainLogin input.btn-enter {
  background: url("../img3/btn-signup.png") bottom repeat-x;
  border: 1px solid #952715;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #e5e5e5;
  -moz-box-shadow: 0 1px 0 #e5e5e5;
  box-shadow: 0 1px 0 #e5e5e5;
  display: block;
  float:left;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 0 #2d0c07;
  width:82px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 5px;
  text-decoration: none;
}
form.mainLogin input#login-remember {
  margin:5px 0 0 0;
}
form.mainLogin label#label-remember {
  font-size:10px;
  line-height:15px;
  color:#333333;
}
form.mainLogin a#forgotpass {
  font-size:10px;
  line-height:15px;
  color:#666666;
  text-decoration:underline;
  margin-top:5px;
  float: right;
}
div.intro p#claimReg {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin-bottom:5px;
}
.regishome {
  font-weight: bold;
  height: 39px;
  width:266px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #F5F5F5;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #DBDBDB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #DBDBDB));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #DBDBDB 100%);
  background: -o-linear-gradient(top, #F5F5F5 0%, #DBDBDB 100%);
  background: -ms-linear-gradient(top, #F5F5F5 0%, #DBDBDB 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%, #DBDBDB 100%);
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #222222;
  padding: 0 20px;
  margin-top:-5px;
}
.icon-facebook {
  background: url("../img3/icon-facebook.png");
  display: inline-block;
  width: 30px;
  height: 28px;
  margin: -3px 10px -4px 0;
}
.intro .login {
  color: #808080;
  font-size: 16px;
  text-align: center;
}
.intro .login a {
  color: #212121;
}
.intro-box {
  padding: 0;
}
.intro-box .span4 {
  border-left: 1px solid #ccc;
  padding: 20px 0 0 20px;
  width: 280px;
  height: 720px;
}
.intro-box .span4:first-child {
  border-left: none;
  padding-left: 0;
  width: 300px;
}
.intro-box .grid {
  width: 320px;
  margin-left: -10px;
}
.intro-box .grid .result,
.intro-box .grid .result:first-child {
  margin: 10px;
}
.intro-box .grid-xl {
  margin-left: 20px;
}
.intro-box h3 {
  height: 50px;
}
.intro-box p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.intro-box p a {
  color: #808080;
}
.intro-box p img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.checkout-progress {
  height: 30px;
  text-align: center;
  margin: 50px auto;
}
.checkout-progress li {
  display: inline-block;
  color: #ccc;
  list-style: none;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.checkout-progress li.active {
  color: #666;
}
.checkout-progress li.completed {
  color: #b20;
}
.checkout-progress li .number1,
.checkout-progress li .number2,
.checkout-progress li .number3 {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-progress li .number1 {
  background-image: url("../img3/checkout-progress-1.png");
}
.checkout-progress li.active .number1,
.checkout-progress li.completed .number1 {
  background-image: url("../img3/checkout-progress-1.active.png");
}
.checkout-progress li .number2 {
  background-image: url("../img3/checkout-progress-2.png");
}
.checkout-progress li.active .number2,
.checkout-progress li.completed .number2 {
  background-image: url("../img3/checkout-progress-2.active.png");
}
.checkout-progress li .number3 {
  background-image: url("../img3/checkout-progress-3.png");
}
.checkout-progress li.active .number3,
.checkout-progress li.completed .number3 {
  background-image: url("../img3/checkout-progress-3.active.png");
}
.checkout-progress li .divider {
  background: url("../img3/checkout-progress-divider.png");
  display: inline-block;
  width: 89px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.checkout-progress li.completed .divider {
  background: url("../img3/checkout-progress-divider.completed.png");
}
.upgrade-vip .payment-price {
   float: left;
   margin: 30px 40px 0 70px;
   width: 260px;
   font-size: 45px;
   font-weight: bold;
   color: #333;
   text-align: center;
}
.upgrade-vip .payment-price big {
   font-size: 50px;
   display: block;
   margin: 50px 0 30px 0;
}
.upgrade-vip .payment-price small {
   font-size: 11px;
   font-weight: normal;
}
.upgrade-vip .payment {
  background-color: #e5e5e5;
  padding: 20px 0;
  width: 470px;
  float: left;
}
.upgrade-vip .payment h3 {
  color: #333;
  font-weight: normal;
  font-size: 21px;
}
.upgrade-vip .payment h3 img {
  float: right;
  margin-top: -10px;
}
.upgrade-vip .payment p {
  margin: 15px 0 0 25px;
}
.upgrade-vip .payment .methods {
  margin-left: 0;
}
.upgrade-vip .payment .methods label {
  height: 34px;
}
.upgrade-vip .payment .secure {
  background: url("../img3/payment-secure.png") 20px center no-repeat;
  color: #666;
  padding-left: 35px;
  font-size: 11px;
}
.upgrade-vip .payment .accept {
  margin-bottom: 30px;
}
.upgrade-vip .payment .accept label {
  color: #222 !important;
  font-size: 13px;
}
.upgrade-vip .payment .accept label a {
  color: #222;
  text-decoration: underline;
}
.upgrade-vip .payment .btn-primary {
  width: 228px;
}
.upgrade-vip .payment .goback {
  text-align: right;
  margin-right: 125px;
}
.upgrade-vip .payment .goback a {
  color: #222;
  text-decoration: underline;
}
.upgrade-vip .subscription-info {
  clear: left;
  color: #666;
  font-size: 12px;
  padding: 20px 0 20px 250px;
  text-align: center;
}
.upgrade-vip .payment-billing h3 {
  margin-bottom: 20px;
}
.upgrade-vip .payment-billing p {
  text-align: right;
}
.upgrade-vip .payment-billing .goback {
  margin-right: 0;
}
.upgrade-vip .payment .control-label {
   font-size: 14px;
   font-weight: bold;
   width: 135px;
   margin-left: 20px;
   text-align: left;
}
.upgrade-vip .payment .control-label small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.upgrade-vip .payment .controls strong {
  font-weight: bold;
  font-size: 24px;
  margin: 0 20px;
  vertical-align: middle;
}
.upgrade-vip .payment .controls .input-xlarge {
  width: 256px;
}
.upgrade-vip .payment .controls .input-mini {
  width: 70px;
}
.upgrade-vip .payment .controls .help-inline {
   color: #666;
   font-size: 9px;
   margin-left: 10px;
   width: 150px;
   line-height: normal;
}
.upgrade-vip .payment .controls .help-inline img {
  vertical-align: top;
  float: left;
  margin-right: 5px;
}
.upgrade-vip .payment-completed {
  background-color: #e5e5e5;
  padding: 20px 0;
  width: 770px;
  margin: 0 auto 40px auto;
}
.upgrade-vip .payment-completed h2 {
  background: transparent;
}
.upgrade-vip .payment-completed h3 {
  color: #b20;
}
.upgrade-vip .payment-completed li {
  background: url("../img3/payment-completed-list.png") left top no-repeat;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 40px;
  width: 500px;
}
.upgrade-vip .payment-completed li a {
  color: #222;
  text-decoration: underline;
}
.upgrade-vip .payment-completed p {
  padding-left: 60px;
}
.upgrade-vip .payment-completed p .btn-primary {
  width: 240px;
}
.upgrade-vip .payment-completed .settings {
  margin: 30px 0 10px 0;
}
.upgrade-vip .payment-completed .settings a {
  color: #222;
}
.upgrade-vip .payment-completed .settings big {
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
.upgrade-vip .payment-error h3 {
  color: #222;
}
.upgrade-vip .payment-error p {
  padding: 0 20px;
}
.upgrade-vip .payment-error .goback {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
.upgrade-vip .payment-error .goback a {
  color: #222;
  text-decoration: underline;
}
a.div_grabaciones:hover, a.div_comentarios:hover, a.div_foro_comentarios:hover, a.div_fans:hover, a.masonry-brick:hover, a.event:hover, a.playlists:hover {text-decoration:none !important;}
a.div_grabaciones h4, a.div_comentarios h4, a.div_foro_comentarios h4, a.div_fans h4, a.masonry-brick h4, a.event h4, a.playlists h4 {color:#222;} .event p {color:#222;}
.artist-header a {color: #FFFFFF;text-decoration: none;}
.artist-header a:hover {color: #FFFFFF;text-decoration:underline;}
.profile-header a {color: #FFFFFF;text-decoration: none;}
.profile-header a:hover {color: #FFFFFF;text-decoration:underline;}
.song-header a {color: #222;text-decoration: none;}
.song-header a:hover {color: #222;text-decoration:underline;}
form#respond {padding-top:15px;}
.stats a:hover {text-decoration:none;}
#usermenu {width:220px;}
.error-page {
  min-height: 920px;
}
.error-page,
.error-404 {
  background: url("../img3/404.png") right top no-repeat;
}
.error-page h2,
.error-page p {
  color: #212121;
  font-size: 18px;
  width: 450px;
}
.error-page h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.nano {
  position: absolute;
  height: 190px;
}
.nano .pane {
  background: #888;
}
.nano .slider {
  background: #111;
}
.showall {
  color: #222;
  display:block;
  text-transform: lowercase;
  margin-top: 20px;
  display: block;
  text-align:center;
}
.showall:hover {
  color: #222;
}
p.cover {position:relative;}
p.cover img.gold {display:block;width:86px !important;height:86px;position:absolute;top:-1px;left:-1px;}
.front img.goldmini {display:block;width:49px !important;height:49px;position:absolute;top:-1px;left:-1px;}

/***** REPORTAR KARAOKE *****/
div#reporKar {
  display:block;
  width:440px;
  margin:7% auto;
}
div#reporKar div#reporKarMain {
  display:block;
  width:438px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  background-image:url(../img3/playerModalBg.gif);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:10px 0px 10px 0px;
  margin-top:-10px;
}
div#reporKar div#reporKarMain h4 {
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
  text-shadow: 1px 1px 0px #000000;
}
div#reporKar div#reporKarMain form {
  width:400px;
  margin:0px auto 0px auto;
  font-size:16px;
  line-height:32px;
}
div#reporKar div#reporKarMain form label {
  color:#FFFFFF;
}
div#reporKar div#reporKarAction {
  margin-top:10px;
}
div#reporKar div#reporKarAction a#repKarCancel {
  display:block;
  float:left;
  width:132px;
  height:50px;
  color:#808080;
  font-size:14px;
  text-align:center;
  line-height:50px;
  text-shadow: 1px 1px 0px #000000;
  background-color:#1E1E1E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#reporKar div#reporKarAction a#repKarCancel:hover {
  color:#FFFFFF;
  text-shadow: 0px 0px 0px #000000;
  background-color:#333333;
  text-decoration:none;
}
div#reporKar div#reporKarAction a#repKarEnviar {
  display:block;
  float:left;
  width:296px;
  height:50px;
  color:#FFFFFF;
  font-size:14px;
  text-align:center;
  line-height:50px;
  text-shadow: 1px 1px 0px #000000;
  background-color:#CB2211;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 5px;
  margin-left:10px;
}
div#reporKar div#reporKarAction a#repKarEnviar:hover {
  color:#FFFFFF;
  text-shadow: 0px 0px 0px #000000;
  background-color:#DA2313;
  text-decoration:none;
}
div#reporKar a#repKarCerrar {
  display:block;
  width:130px;
  height:50px;
  color:#FFFFFF;
  font-size:14px;
  text-align:center;
  line-height:50px;
  text-shadow: 1px 1px 0px #000000;
  background-color:#4D4D4D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 5px;
  margin:20px auto 20px auto;
}
div#reporKar a#repKarCerrar:hover {
  color:#FFFFFF;
  text-shadow: 0px 0px 0px #000000;
  background-color:#676767;
  text-decoration:none;
}
div#reporKar p {
  font-size:16px;
  color:#FFFFFF;
  padding:20px;
  text-align:center;
}
/****************************/
.front img.freemini {display:block;width:49px !important;height:49px;position:absolute;top:-1px;left:-1px;}
p.cover img.free  {display:block;width:86px !important;height:86px;position:absolute;top:-1px;left:-1px;}
/* SUGERENCIA GENEROS */
div#genresuggest {display:block;background-color:#FFFFE1;border-top:1px solid #FFFFB9;font-size:15px;color:#333;padding:5px 20px 5px 20px;}
div#genresuggest strong {display:block;font-size:16px;}
div#genresuggest strong a {font-weight:bold;color:#BB2200;text-decoration:underline;}
/**********************/

/******** DUETOS ********/
.result span.duet {
  background: url("../img3/bdgDUETl.png");
  display: block;
  width: 40px;
  height: 26px;
  float: left;
  margin: -153px 0 0 5px;
  position: relative;
  z-index: 22;
}
.grid .recduets h5,
.grid .recduets .stats,
.recduets.ui-draggable-dragging .stats {
  margin: 0 0 0 35px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}
.grid .recduets h5  {
  margin-top:-5px;
}
.grid .recduets h5 span {
  display:block;
  font-size:9px;
  font-weight:normal;
  font-style:italic;
  color: #fff;
  line-height: 12px;
}
.grid .recduets .stats li,
.recduets.ui-draggable-dragging .stats li {
  background: right center no-repeat;
  list-style: none;
  padding-right: 26px;
  margin-right: 5px;
  margin-top:8px;
  float: left;
}
.grid .recduets .stats li.peopDuet,
.recduets.ui-draggable-dragging .stats li.peopDuet {
  background-image: url("../img3/peopleWhite.png");
}
section .slider-home .slider-inner .recduets h5,
section .slider .slider-inner .recduets h5,
section .grid-xl .recduets h5,
.recduets.ui-draggable-dragging h5 {
  font-size: 12px;
  float: left;
  margin-left: 5px;
  padding: 7px 0;
}
section .slider-home .slider-inner .recduets .stats li,
section .slider .slider-inner .recduets .stats li,
section .grid-xl .recduets .stats li,
.recduets.ui-draggable-dragging .stats li {
  float: none;
  font-size: 12px;
  line-height: 15px;
}
.profile-header-lite-duets {
  background: url("../img3/profile-header-lite-duets.png");
}
.profile-header .stats li#openduets {
  border: 1px solid #00afe1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  height: 36px;
  font-size: 12px;
  text-align: center;
  list-style: none;
  float: left;
  margin-left: 8px;
  color: #fff;
  text-shadow: 1px 2px 0 #000;
  line-height: 18px;
  padding-top: 3px;
}
.profile-header .stats li#openduets:hover,
.profile-header .stats li#openduets.active {
  border-color: #00c6ff;
}

.result span.duetf {
  background: url("../img3/bdgDUETl.png");
  display: block;
  width: 40px;
  height: 26px;
  float: left;
  margin: -115px 0 0 5px;
  position: relative;
  z-index: 22;
}
.grid .recduetsf h5,
.grid .recduetsf .stats,
.recduetsf.ui-draggable-dragging .stats {
  margin: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}
.grid .recduetsf h5  {
  margin-top:10px;
}
.grid .recduetsf h5 span {
  display:block;
  font-size:9px;
  font-weight:normal;
  font-style:italic;
  color: #fff;
  line-height: 12px;
}
.grid .recduetsf .stats li,
.recduetsf.ui-draggable-dragging .stats li {
  background: right center no-repeat;
  list-style: none;
  padding-right: 26px;
  margin-right: 5px;
  margin-top:8px;
  float: left;
}
.grid .recduetsf .stats li.peopDuet,
.recduetsf.ui-draggable-dragging .stats li.peopDuet {
  background-image: url("../img3/peopleWhite.png");
  float:right;
  margin-top:-15px;
}
section .slider-home .slider-inner .recduets h5,
section .slider .slider-inner .recduets h5,
section .grid-xl .recduets h5,
.recduetsf.ui-draggable-dragging h5 {
  font-size: 12px;
  float: left;
  margin-left: 5px;
  padding: 7px 0;
}
section .slider-home .slider-inner .recduetsf .stats li,
section .slider .slider-inner .recduetsf .stats li,
section .grid-xl .recduetsf .stats li,
.recduetsf.ui-draggable-dragging .stats li {
  float: none;
  font-size: 12px;
  line-height: 15px;
}
.list .result-recording li.joined,
.result-recording-ll.ui-draggable-dragging li.joined {
  background: 64px center no-repeat;
  padding: 13px 46px 0 0;
  width: 54px;
  height: 27px;
  text-align: right;
}
.list .result-recording li.joined,
.result-recording-ll.ui-draggable-dragging li.joined {
  background-image: url("../img3/peopleVany.png");
}
.list .result h4.duetslist {
  width: 235px;
}
.list .result h5.duetslist {
  width: 185px;
}
.grid-xl .result span.duetf {
  background: url("../img3/bdgDUETl.png");
  display: block;
  width: 40px;
  height: 26px;
  float: left;
  margin: -155px 0 0 5px;
  position: relative;
  z-index: 22;
}
.grid-xl .recduetsf h5,
.grid-xl .recduetsf .stats,
.recduetsf.ui-draggable-dragging .stats {
  margin: 0 0 0 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
}
.grid-xl .recduetsf h5  {
  margin-top:0px;
}
.grid-xl .recduetsf .stats li.peopDuet,
.recduetsf.ui-draggable-dragging .stats li.peopDuet {
  background-image: url("../img3/peopleWhite.png");
  float:right;
  margin-top:10px;
}
.openduet {
	display:block;
	width:690px;
	background-image:url("../img3/duetsBIG.png");
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding-left:45px;
	padding-bottom:20px;
	margin-left:30px;
	position:relative;
}
.openduet h4 {
	display:block;
	color:#0099c5;
	font-size:18px;
	font-weight:normal;
	margin:-20px 0px 20px 0px;
	position:absolute;
	left:65px;
}
.openduet h4 strong {
	font-weight:bold;
}
.recording-box .recording-stats li.joined {
  background: url("../img3/peopleVany.png") 10px center no-repeat;
  padding-left: 48px;
}
.btnDuetBlue {
	display:block;
	width:300px;
	height:58px;
	background-image:url("../img3/botonakoUnirse.png");
	background-repeat:no-repeat;
	position:relative;
	margin: 20px 0px 0px 240px;
}
.btnDuetBlue:hover {
	cursor:pointer;
}
.btnDuetBlue span.claim {
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:19px;
	text-shadow: 0 1px 0 #000000;
	position:absolute;
	top:10px;
	left:15px;
}
.btnDuetBlue span.claim em {
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	font-style:italic;
	text-shadow: 0 1px 0 #000000;
}
.btnDuetBlue span.joined {
	display:block;
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
	text-shadow: 0 1px 0 #000000;
	position:absolute;
	top:20px;
	right:50px;
}
.song-header .stats li#openduets {
  border: 1px solid #00afe1;
}
.song-header .stats li#openduets:hover,
.song-header .stats li#openduets.active {
  border-color: #00c6ff;
}
.grid .recduetsf h5.songdulist {
  margin-top:5px;
}
.grid .recduetsf .stats li.peopDuetSong,
.recduetsf.ui-draggable-dragging .stats li.peopDuetSong {
  background-image: url("../img3/peopleWhite.png");
  float:right;
  margin-top:-23px;
}
#invitar-amigos div.modal-body div#listaseguidores {
	display:block;	
}
#invitar-amigos .modal-body div#buscaamigos {
	display:none;	
}
#invitar-amigos div.modal-body ul.userlist {
	border:1px solid #e4e4e4;
	margin-top:10px;
	
}
#invitar-amigos div.modal-body ul.userlist li {
	display:block;
	padding:8px;
	height:44px;
	border-bottom:1px solid #e4e4e4;
	position:relative;
}
#invitar-amigos div.modal-body ul.userlist li span.check {
	display:block;
	width: 44px;
	position:absolute;
	top:22px;
	left:5px;
}
#invitar-amigos div.modal-body ul.userlist li span.avatar {
	display:block;
	width: 42px;
	position:absolute;
	top:8px;
	left:59px;
}
#invitar-amigos div.modal-body ul.userlist li span.avatar img {
	border:1px solid #e4e4e4;
}
#invitar-amigos div.modal-body ul.userlist li span.username {
	display:block;
	width: 300px;
	position:absolute;
	top:20px;
	left:101px;
	text-align:left;
	padding-left:40px;
	color:#616161;
	font-size:16px;
	font-weight:bold;
}
#invitar-amigos div.modal-body ul.userlist li span.vipbadge {
	display:block;
	width: 50px;
	position:absolute;
	top:20px;
	left:415px;
}
#invitar-amigos .modal-body div#buscaamigos input {
	margin:10px 0px 0px 45px;
	float:left;	
}
#invitar-amigos .modal-body div#buscaamigos a.btn {
	margin:10px 0px 0px 10px;
	float:left;
}
.list .order dd.duet[rel=date] {
  margin-left: 0px;
}
.list .order dd.duet[rel=name] {
  margin-left: 60px;
}
.list .order dd.duet[rel=author] {
  margin-left: 190px;
}
.list .order dd.duet[rel=user] {
  margin-left: 140px;
}

/***************************/
div#recFilter {display:block;width:300px;float:left;margin-left:20px;}

.front img.ytcat {display:block;width:36px !important;height:36px;position:absolute;top:-1px;right:-1px;}
.list img.ytcat {display:block;width:41px !important;height:15px;}
.cover img.ytcat {display:block;width:36px !important;height:36px;position:absolute;top:-1px;right:-1px;}

/********** CARRUSEL HOME **********/
div.intro div#carrulhome {display:block;width:670px;height:450px;position:absolute;top:0px;left:0px;}

div.intro div#carrulhome div.carousel-caption {
	background-color:transparent;
	color:#FFFFFF;
	font-size:28px;
	text-align:center;
	text-shadow: 0 2px 0 #212121;
	top:10px;
}
/***********************************/
div#fbregform a {display:block;width:202px;height:45px;margin:10px 0px 0px 54px; background-image:url(../img3/FBMedium.png);background-repeat:no-repeat;line-height:45px;color:#FFFFFF;font-weight:bold;padding-left:45px;}
div#fbregdesp a {display:block;width:148px;height:45px;margin:0px 0px 10px 37px; background-image:url(../img3/FBMedium.png);background-repeat:no-repeat;line-height:41px;color:#FFFFFF;font-weight:bold;padding-left:45px;}

div#songbasic {display:block;width:280px;height:250px;padding-left:245px;background-image:url(../img3/popupvip.png);background-repeat:no-repeat;backhround-position:top left;}
div#songbasic h2 {font-size:18px;font-weight:bold;color:#333333;padding-bottom:10px;margin-left:20px;}
div#songbasic p {font-size:15px;font-weight:normal;color:#666666;line-height:28px;margin-left:20px;}
div#songbasic a.btn-primary {margin:10px 0px 0px 100px;}

div#googlemas{display:block;width:105px;height:45px;position:absolute;top:20px;right:150px;}

.artist-header h1 {font-size: 32px;padding: 0;margin-bottom: 8px;}
section h3.semo {font-size: 24px;padding: 20px 20px 0 20px;margin: 0;}
.section-box h3.semo {font-size: 24px;}
.section-box h3.semo:first-child {padding-top: 0;}
.section-box h3.semo a {color: #212121;}
section h4.semo {font-size: 24px;padding: 20px 20px 0 20px;margin: 0;}
.section-box h4.semo {font-size: 24px;}
.section-box h4.semo:first-child {padding-top: 0;}
.section-box h4.semo a {color: #212121;}

.song-header h1 {color: #212121;font-size: 32px;margin: 0;padding: 0;}
.song-header-lite h1 {float: left;font-size: 24px;line-height: 30px;margin-right: 10px;}
.song-header h2 {color: #212121;font-size: 24px;font-weight: normal;margin: 0;padding: 0;}
.song-header-lite h2 {line-height: 30px;margin-bottom: 9px;}
.song-header h2 strong {font-weight: bold;}
.song-header h1 a, .song-header h2 a {color: #212121;}
.song-bought {text-align:center;}

.grid .result-karaoke h4 a,
.result-karaoke.ui-draggable-dragging h4 a {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.grid .result-karaoke h5 a,
.result-karaoke.ui-draggable-dragging h5 a {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

div.intro div#sliderplay {display:block;position:absolute;top:130px;left:275px;width:110px;height:110px;z-index:1000;}

a#trialvideo {display:block;width:450px;height:449px;margin:30px 0px 30px 0px;float:left;}
div#trialbox {display:block;width:500px;height:449px;margin:40px 0px 30px 10px;float:left;position:relative;background-image:url(../img3/landtrialbox.gif);background-repeat:no-repeat;}
div#trialbox h6 {display:block;font-size:23px;font-weight:bold;color:#634B0F;text-align:center;width:500px;height:34px;line-height:34px;position:absolute;top:20px;}
div#trialbox h5 {display:block;font-size:21px;font-weight:bold;color:#333333;text-align:center;padding:80px 20px 20px 20px;;}
div#trialbox h5 {display:block;font-size:21px;font-weight:bold;color:#333333;text-align:center;padding:100px 20px 20px 20px;;}
div#trialbox span.tick {display:block;font-size:19px;font-weight:normal;color:#333333;height:24px;line-height:24px;padding-left:30px;margin-top:14px;background-image:url(../img3/trialtick.gif);background-repeat:no-repeat;background-position:left center;margin-left:20px;}
div#trialbox a#gotrial {display:block;width:442px;height:76px;line-height:76px;padding-left:20px;font-size:28px;font-weight:bold;color:#FFFFFF;text-decoration:none;text-shadow: 0 1px 0 #212121;margin:60px auto 0px auto;background-image:url(../img3/btnlandtrial01.gif);background-repeat:no-repeat;}
div#trialbox span#trialsolo {display:block;text-align:center;font-size:21px;font-weight:normal;color:#999999;margin-top:30px;}
div#trialbox span#trialsolo em {display:inline;font-style:normal;font-size:17px;}
div#trialbox span#trialcan {display:block;text-align:center;font-size:13px;font-weight:normal;color:#999999;margin-top:5px;}
div#trialregister {display:block;width:500px;margin:40px 0px 30px 30px;float:left;}
h2#trialtit {display:block;font-size:22px;font-weight:bold;color:#666666;margin-left:20px;}
h2#trialtit em {font-style:normal;font-weight:normal;}
div#trialcheck {display:block;width:840px;background-color:#E5E5E5;padding:30px;margin:20px 0px 0px 40px;}
div#trialcheck div.half {display:block;width:400px;float:left;margin-top:20px;}
div#trialcheck a#startrial {display:block;width:462px;height:76px;line-height:76px;text-align:center;background-image:url(../img3/btnlandtrial02.gif);background-repeat:no-repeat;font-size:26px;font-weight:bold;color:#FFFFFF;text-shadow: 0 1px 0 #212121;text-decoration:none;margin-top:10px;}
div#trialcheck a#startrial:hover {text-decoration:none;}
div#trialcheck p#checklegal {font-size:11px;color:#333333;line-height:11px;margin:15px 0px 15px 0px;}
div#trialcheck p#checklegal a {text-decoration:underline;font-size:11px;color:#333333;}
div#trialcheck form div div label {font-weight:strong;}
div#trialcheck .payment .secure {background-color: transparent;background-image: url(../img3/payment-secure.png);background-repeat: no-repeat;background-attachment: scroll;background-position: 20px center;background-clip: border-box;background-origin: padding-box;background-size: auto auto;color: #666666;padding-left: 35px;font-size: 11px;margin-top:10px;}
div#trialcheck .payment .controls .help-inline {color: #666666;font-size: 9px;margin-left: 10px;margin-top:5px;width: 150px;line-height: 9px;}
h2#trialtitbis {display:block;font-size:26px;font-weight:bold;color:#BB2200;}
div#trialcheckbis {display:block;width:935px;margin:10px 0px 0px 20px;}
div#trialcheckbis h3#trialuno, div#trialcheckbis h3#trialdos, div#trialcheckbis h3#trialtres {display:block;height:30px;line-height:30px;background-repeat:no-repeat;background-position:0px 0px;font-size:19px;font-weight:normal;color:#666666;padding-left:40px;}
div#trialcheckbis h3#trialuno {background-image:url(../img3/trial01.gif);}
div#trialcheckbis h3#trialdos {background-image:url(../img3/trial02.gif);margin-top:15px;}
div#trialcheckbis h3#trialtres {background-image:url(../img3/trial03.gif);margin-top:15px;}
div#trialcheckbis div#trialboxuno {display:block;background-color:#F1FCE4;border:1px solid #EBEDF2;padding:15px;}
div#trialcheckbis div#trialboxuno h4 {display:block;font-size:21px;font-weight:normal;color:#333333;margin-top:-10px;}
div#trialcheckbis div#trialboxuno p {display:block;font-size:14px;font-weight:normal;color:#666666;text-align:left;margin-top:15px;padding:0px 0px 0px 0px;}
div#trialcheckbis div#trialboxuno span#tiempo {display:block;font-size:19px;font-weight:bold;color:#000000;text-align:center;margin-top:20px;}
div#trialcheckbis div#trialboxuno span#dinero {display:block;font-size:17px;font-weight:normal;color:#000000;text-align:center;margin-top:15px;padding-bottom:10px;}
div#trialcheckbis div#trialboxdos {display:block;background-color:#FFFFFF;border:1px solid #EBEDF2;padding:15px;}
div#trialcheckbis div#trialboxdos form#selectpay {text-align:center;}
div#trialcheckbis div#trialboxtres {display:block;background-color:#FFFFFF;border:1px solid #EBEDF2;padding:15px;}
div#trialcheckbis div#trialboxtres h4 {display:block;width:60%;float:left;font-size:21px;font-weight:normal;color:#333333;margin-top:0px;}
div#trialcheckbis div#trialboxtres span#total {display:block;width:30%;text-align:right;float:right;font-size:21px;font-weight:bold;color:#333333;margin-top:0px;}
div#trialcheckbis div#trialboxtres span#iva {display:block;width:30%;text-align:right;float:right;font-size:13px;font-weight:normal;color:#888888;margin-top:10px;}
div#trialcheckbis div#trialboxtres span#coste {display:block;width:60%;text-align:left;float:left;font-size:13px;font-weight:normal;color:#888888;}
div#trialcheckbis a#trialtresbtn {display:block;width:300px;height:60px;line-height:60px;font-size:32px;font-weight:bold;color:#FFFFFF;text-decoration:none;text-shadow: 0 1px 0 #212121;margin-top:25px;float:right;;background-image:url(../img3/btntrial66.gif);background-repeat:no-repeat;text-align:center;margin-bottom:30px;}
div#trialchecktris {display:block;width:840px;background-color:#E5E5E5;padding:0px 0px 30px 0px;margin:0px 0px 0px 40px;}
div#trialchecktris div#payinfo {background-color:#F1FCE4;padding:5px;text-align:center;}
div#trialchecktris div#payinfo h4 {display:block;font-size:24px;font-weight:bold;color:#BB2200;}
div#trialchecktris div#payinfo h5 {display:block;font-size:21px;font-weight:normal;color:#666666;}
div#trialchecktris div#payinfo h6 {display:block;font-size:19px;font-weight:normal;color:#333333;line-height:34px;}
div#trialchecktris div#payinfo h6 strong {font-size:24px;font-weight:bold;}
div#trialchecktris form.payment {display:block;width:462px;margin:10px auto 0px auto;}
div#trialchecktris a#startrial {display:block;width:462px;height:76px;line-height:76px;text-align:center;background-image:url(../img3/btnlandtrial02.gif);background-repeat:no-repeat;font-size:26px;font-weight:bold;color:#FFFFFF;text-shadow: 0 1px 0 #212121;text-decoration:none;margin-top:10px;}
div#trialchecktris a#startrial:hover {text-decoration:none;}
div#trialchecktris p#checklegal {font-size:11px;color:#666666;line-height:11px;margin:15px 0px 15px 0px;background-color:#FCF9DB;padding:7px;}
div#trialchecktris form div label {font-weight:strong;display:block;width:160px;float:left;height:20px;line-height:20px;margin-top:5px;margin-left:10px;}
div#trialchecktris form div.controls {with:270px;float:left;margin-top:5px;}
div#trialchecktris .payment .control-group .controls .help-inline {display:block;color: #666666;font-size: 9px;margin-left: 10px;margin-top:-2px;width: 96px;line-height: 9px;float:right;background-image:url(../img3/payment-card-securecode.png);background-repeat:no-repeat;height:25px;padding-left:57px;padding-top:7px;}
div#trialchecktris a#changepay {display:block;width:100%;text-align:right;text-decoration:none;margin-top:15px;font-size:17px;color:#666666;}
div#trialchecktris a#changepay:hover {text-decoration:underline;}

#show-block-user .modal-header h3 {background: url("../img3/icon-block.png") 180px center no-repeat;color: #4c4c4c;font-size: 14px;text-align: center;margin: 0;padding-left:46px;}
#show-block-user .modal-body p {padding:10px 20px 10px 20px;}

div#redbtnsingsong {margin:-45px 20px 0px 0px;float:right;}
div#redbtnsingsong p {margin:-25px 15px;color:#fff;font-size:12px;}
div#redbtnsingsong a:hover {color:#fff;}

/*trial y new home*/
	#trialbox2{display:block;position:absolute;top:130px;left:628px}
	#trialbox2 h1{color:#fff;margin:-20px 0px 0px 20px;font-size:30px;}
	#trialbox2 h2{color:#fff;padding:0px;font-weight:lighter;margin-left:20px;}
	#trialbox2 h5{color:#fff;font-size:22px;margin-left:0px;line-height:30px;font-weight:bold;}
	#trialbox2 h6{color:#fff;font-size:18px;font-weight:normal;}
	#sliderplay {display:block;position:absolute;top:120px;left:250px;width:110px;height:110px;z-index:1000;}
/********** CARRUSEL TRIAL **********/
	#carrultrial {display:block;width:980px;border-radius: 5px 5px 0px 0px;background:url('../img3/line_slide.png') repeat-x;height:423px;}
	/*#carrultrial div.carousel-caption {background-color:transparent;color:#FFFFFF;font-size:28px;text-align:center;text-shadow: 0 2px 0 #212121;top:10px;}*/
	#carrultrial div.carousel-caption {position: absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.45);color:white;text-align:center;font-size:24px;text-shadow: 0 2px 0 #212121;font-weight:bold;}
	#carrultrial .carousel-indicators {position: absolute;top: 30px;right:30px;z-index: 15;width: 60%;padding-left: 0;margin-left: -30%;text-align: center;list-style: none;width:100px;}
	#carrultrial .carousel-indicators li {display: inline-block;width: 12px;height: 12px;margin: 0px;text-indent: -999px;cursor: pointer;background:#333;background:rgba(0,0,0,0.45);border: 0px solid #333333;border-radius: 10px;}
	#carrultrial .carousel-indicators .active {width: 12px;height: 12px;margin: 0;background-color: #fff;}
	#trialbox2 a#gotrialnew {display:block;width:352px;height:65px;line-height:26px;padding-left:20px;font-size:19px;color:#bb2211;text-decoration:none;margin:10px auto 0px auto;background-image:url(../img3/BtnGoTrial.png);background-repeat:no-repeat;background-position:0px 0px;}
	#trialbox2 a#gotrialnew:hover {background-position:0px -65px;}
	#trialbox2 a#gotrialnew .gotrialnewtext {color:#a0a0a0;font-size:16px;position:relative;top:5px;}
	#trialbox2 a.gotriallogin {margin-left:20px;color:#fff;text-decoration:underline;position:relative;top:10px;}
	#trialvideo {display:none;position:absolute;top:38px;left:80px;width:440px;height:295px;}

.register .medbox2 h3 {margin: 15px 0 0;font-size:24px;}
.register .medbox2 h4 {margin: 15px 0;font-size:18px;color:#4c4c4c;}
.register .medbox2, .login .medbox2 {background-color: #fff;border: 1px solid #ccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding: 20px;}
.login .medbox2 {background-color: #f7f7f7;}
.register .medbox2 .secserver{display:inline;float:right;position:relative;top:-40px;}
.register .medbox2 .btn-facebook{display:table;width:410px;}
.register .medbox2 input{margin-bottom:20px;}
.conditions2 {line-height: 18px;margin:20px;font-size: 11px;font-weight:bold;}
.reg_gifcard {display:inline-block;width:300px;margin-left:100px;background: url("../img3/logoGiftcard.png") no-repeat;padding:15px 50px;}
.reg_gifcard h3 {font-size:16px;margin-bottom:0px;}
.reg_login {display:inline-block;width:200px;height:34px;background: url("../img3/btnImuser.png") no-repeat;padding:35px 130px;}
.reg_login:hover {background-position:0px -104px;}
.reg_login h3 {font-size:16px;margin-bottom:0px;}
.reg_downline {height:150px;display:block;}
.novod {background: url('../img3/line_register.png') repeat-x;width: 980px;height:600px;border-radius: 5px 5px 0px 0px;}
.novod ul {margin:70px 30px;color:#fff;font-size:20px;line-height:30px;}
.novod li {margin-top:25px;}
.fb-like {display:inline-block;}
div#googlemas_home{display:inline-block;margin-left:20px;width:80px;height:45px;float:left;}
.apps_home {display:inline-block;float:right;margin-right:20px;}

.karaoke_list {background: url("../img3/karaoke_list.png") left center no-repeat;height:58px;width:35px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin:0;float:left;}
.karaoke_list_off {background: url("../img3/karaoke_list_off.png") left center no-repeat;height:58px;width:35px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin:0;float:left;}
.singa_list {background: url("../img3/singa_list.png") left center no-repeat;height:58px;width:35px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin:0;float:left;}
.singa_list_off {background: url("../img3/singa_list_off.png") left center no-repeat;height:58px;width:35px;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;margin:0;float:left;}

.grid .result-karaoke .inner button.karaokebuttons {background: url("../img3/top_cover.png");display:block;position:absolute;margin: -110px 0 0 -1px;width:140px;height:35px;border:0px;}
.grid .result-karaoke .inner button.karaokebuttons img {width:25px;height:19px;float:left;}

.result .sa-rec {background:url("../img3/bdgSINGAl.png");display:block;width:40px;height:26px;float:left;margin:-112px 0 0 5px;position:relative;z-index:22;}
section .slider-home .slider-inner .result-recording .sa-rec,
section .slider .slider-inner .result-recording .sa-rec,
section .grid-xl .result-recording .sa-rec,
.result-recording.ui-draggable-dragging .sa-rec {
  margin-top: -152px;
}

.typesong {float:left;border:1px solid #bbb;padding:6px 10px 10px 10px;border-radius:6px;margin:0px 10px 0px 0px;}
.rec-sa-title {display:block;width:690px;background-image:url("../img3/singalongBIG.png");background-repeat:no-repeat;background-position: 0px 0px;padding-left:45px;padding-bottom:20px;margin-left:30px;position:relative;}
.rec-sa-title h4 {display:block;color:#ff9800;font-size:18px;font-weight:normal;margin:-20px 0px 20px 0px;position:absolute;left:65px;}
.rec-sa-title h4 strong {font-weight:bold;}
.rec-normal-title {display:block;width:690px;background-image:url("../img3/normalBIG.png");background-repeat:no-repeat;background-position: 0px 0px;padding-left:45px;padding-bottom:20px;margin-left:30px;position:relative;}
.rec-normal-title h4 {display:block;color:#000000;font-size:18px;font-weight:normal;margin:-20px 0px 20px 0px;position:absolute;left:65px;}
.rec-normal-title h4 strong {font-weight:bold;}

.result .normal-rec {background:url("../img3/bdgNORMALl.png");display:block;width:40px;height:26px;float:left;margin:-112px 0 0 5px;position:relative;z-index:22;}
section .slider-home .slider-inner .result-recording .normal-rec,
section .slider .slider-inner .result-recording .normal-rec,
section .grid-xl .result-recording .normal-rec,
.result-recording.ui-draggable-dragging .normal-rec {
  margin-top: -152px;
}

.event-inner .sa-rec {background:url("../img3/bdgSINGAl.png");display:block;width:40px;height:26px;float:left;margin:10px -210px;position:relative;z-index:22;}
.event-inner .normal-rec {background:url("../img3/bdgNORMALl.png");display:block;width:40px;height:26px;float:left;margin:10px -210px;position:relative;z-index:22;}

.rec-sa-profile {display:block;width:690px;background-image:url("../img3/singalong_marc.png");background-repeat:no-repeat;background-position: 0px 0px;padding-left:45px;padding-bottom:20px;margin:10px;position:relative;}
.rec-normal-profile {display:block;width:690px;background-image:url("../img3/normal_marc.png");background-repeat:no-repeat;background-position: 0px 0px;padding-left:45px;padding-bottom:20px;margin:10px;position:relative;}
.featured-recording .info .rec-sa-profile h3 {margin-left:20px;line-height:30px;}
.featured-recording .info .rec-sa-profile h4 {margin-left:20px;line-height:30px;}
.featured-recording .info .rec-normal-profile h3 {margin-left:20px;line-height:30px;}
.featured-recording .info .rec-normal-profile h4 {margin-left:20px;line-height:30px;}

.rec-sa-profile-dot {display:block;width:8px;height:8px;background-image:url("../img3/singa-dot.png");background-repeat:no-repeat;background-position: 0px 0px;margin:-70px 5px;position:absolute;}
.rec-normal-profile-dot {display:block;width:8px;height:8px;background-image:url("../img3/normal-dot.png");background-repeat:no-repeat;background-position: 0px 0px;margin:-70px 5px;position:absolute;}
.rec-sa-list-dot {display:block;width:8px;height:8px;background-image:url("../img3/singa-dot.png");background-repeat:no-repeat;background-position: 0px 0px;margin:5px 5px;position:absolute;}
.rec-normal-list-dot {display:block;width:8px;height:8px;background-image:url("../img3/normal-dot.png");background-repeat:no-repeat;background-position: 0px 0px;margin:5px 5px;position:absolute;}

.info-rec-comm {background-color: rgba(0,0,0,0.6);-webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;height: 34px;width: 212px;position: relative;top: 120px;;padding: 6px 0 0 8px;z-index: 21;}
.info-rec-comm img {width:25px;height:25px;position:relative;margin-left:5px;margin-top: -330px;}
.info-rec-comm .usernames {position:relative;margin-top:-185px;margin-left:65px;width:110px;font-size: 11px;font-weight: bold;color: #fff;line-height: 12px;float:left;}

@media only screen and (max-device-width: 1024px) {
	.modal {margin-top:-250px;}
}

.notification-inner a {
	color:#222;
}
.notification-inner a:hover {
	text-decoration:none;
}
