/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
.btn,
input.btn
a.btn {
  text-decoration: none;
  color: #666666;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out; }
  a:hover, a active,
  .btn:hover,
  .btn active,
  input.btn
  a.btn:hover,
  input.btn
  a.btn active {
    color: #f07845; }

body {
  margin: 0 auto; }

.container {
  width: 970px;
  margin: 0 auto; }

.box-container {
  margin: 0 auto; }

.box, .top-users, .inviter {
  background: white;
  margin-bottom: 12px;
  padding-bottom: 20px; }

.box-header {
  text-align: center;
  text-transform: uppercase;
  overflow: auto; }

.box-footer {
  margin-top: 6.66667px;
  padding: 0 20px; }

.header-em {
  background: #111111;
  color: white; }
  .header-em h1, .header-em h2, .header-em h3, .header-em h4, .header-em h5, .header-em h6 {
    font-weight: normal; }

.nav, .nav-inline, .nav-block, .dropdown-menu, .hit-list, .footer .nav-logo,
.footer .nav-company,
.footer .nav-extras,
.footer .nav-help,
.footer .nav-info {
  padding: 0;
  margin: 0;
  list-style: none; }

.nav-inline li {
  display: inline-block; }
  .nav-inline li a {
    display: block; }

.nav-block li, .dropdown-menu li, .hit-list li, .footer .nav-logo li,
.footer .nav-company li,
.footer .nav-extras li,
.footer .nav-help li,
.footer .nav-info li, .nav-block li a, .dropdown-menu li a, .hit-list li a, .footer .nav-logo li a,
.footer .nav-company li a,
.footer .nav-extras li a,
.footer .nav-help li a,
.footer .nav-info li a {
  display: block; }

input[type="text"],
input[type="search"],
input[type="submit"],
textarea {
  border: none; }

.box input[type="text"], .top-users input[type="text"], .inviter input[type="text"],
.box .input-text,
.top-users .input-text,
.inviter .input-text {
  border: 1px solid #999999;
  background: #eeeeee; }

.zero, .top-users .users-list, .top-users .user-username {
  margin: 0;
  padding: 0; }

.cf:before, .container:before, .box-container:before, .box-footer:before, .editorial-picks:before, .news:before, .week-hits:before, .top-users:before, .top-users .item:before, .footer .footer-sections:before, .footer .submit-song:before, .ifeel:before, .ifeel .ifeel-notify:before,
.cf:after,
.container:after,
.box-container:after,
.box-footer:after,
.editorial-picks:after,
.news:after,
.week-hits:after,
.top-users:after,
.top-users .item:after,
.footer .footer-sections:after,
.footer .submit-song:after,
.ifeel:after,
.ifeel .ifeel-notify:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .container:after, .box-container:after, .box-footer:after, .editorial-picks:after, .news:after, .week-hits:after, .top-users:after, .top-users .item:after, .footer .footer-sections:after, .footer .submit-song:after, .ifeel:after, .ifeel .ifeel-notify:after {
  clear: both; }

.l, .tag-cloud, .tag-cloud li, .mood-main, .advertising, .editorial-picks, .news-launch, .hit-box, .community-picks, .top-users .user-avatar, .top-users .user-meta, .inviter .btn-fb-small, .footer .nav-logo,
.footer .nav-company,
.footer .nav-extras,
.footer .nav-help,
.footer .nav-info, .ifeel .user-avatar, .ifeel .ifeel-fake-input, .ifeel .ifeel-btn {
  float: left;
  display: block; }

.r, .inviter .btn-large, .ifeel .ifeel-submit {
  float: right;
  display: block; }

.btn,
input.btn {
  border: 0;
  background: transparent; }

.btn-large {
  text-transform: uppercase;
  font-weight: bold; }

.btn-black {
  background: #111111 url(../img/icons/icon-caret-right.png) 8px 13px no-repeat;
  color: #999999;
  padding: 0 8px 0 24px;
  line-height: 35px; }
  .btn-black:hover {
    color: white; }

.buttonBlack {
  background: none repeat scroll 0 0 black;
  height: 15px;
  padding: 10px 8px;
  width: auto; }

.buttonBlack a {
  display: block;
  float: left;
  height: 15px;
  line-height: 15px!important;
  width: auto;
  background: transparent url(http://stereomood.com/gui/img/ul_empty.png) no-repeat 0 0px;
  text-indent: 14px;
  cursor: pointer;
  color: #666;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

.buttonBlack a:hover, .buttonUpload:hover {
  background-position: 0 -15px;
  color: #fff!important; }

.buttonUpload:hover {
  color: black !important; }

.btn-fb-small {
  margin-top: 10px;
  background: url(../img/icons/icon-fb-small.png) 0 1px no-repeat;
  padding-left: 20px;
  font-size: .75em;
  color: #333333; }

.dropdown-toggle {
  background: url(../img/icons/icon-circle-dropdown.png) right no-repeat;
  padding-right: 22px;
  width: 120px;
  text-align: right; }

.dropdown-menu {
  padding: 10px 0;
  display: none;
  background: #111111; }
  .dropdown-menu li a {
    display: block;
    padding-left: 40px;
    line-height: 30px;
    font-weight: normal; }
    .dropdown-menu li a:hover {
      background: url(../img/icons/icon-caret-right.png) 20px 10px no-repeat; }

.open,
.dropdown-menu.open {
  display: block; }

.carousel {
  position: relative;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.right {
  left: auto;
  right: 15px; }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

html, body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0.2em 0; }

.tags-header {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: rgba(240, 240, 240, 0.95);
  height: 50px; }
  .tags-header .list-view li,
  .tags-header .ui-callout {
    display: inline-block; }
  .tags-header .list-view li {
    margin: 0 4px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    position: relative; }
  .tags-header .list-view li a {
    display: block;
    padding: 0 20px;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.05); }
  .tags-header .list-view li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.65); }
  .tags-header .list-view li a.active {
    background: #cdd037;
    color: #444; }
  .tags-header .list-view li a:active,
  .tags-header .list-view li a.active:active {
    background: rgba(0, 0, 0, 0.65);
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none; }
  .tags-header .list-view li.random a {
    padding-right: 26px !important; }
  .tags-header .list-view li.random a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 16px;
    width: 20px;
    height: 16px;
    background: url(/new-home/imgs/refresh-icon.svg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: .45; }
  .tags-header .list-view li.random:hover a:after {
    opacity: .65; }
  .tags-header .ui-callout,
  .tags-header .list-view li a {
    margin: 12px 0;
    line-height: 25px;
    height: 25px;
    padding: 0 16px;
    border-radius: 12px; }
  .tags-header .ui-callout {
    color: #999;
    margin-left: 0;
    padding-left: 0; }

.list-view {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0; }

.tag-cloud {
  width: 660px;
  padding: 0;
  margin: 12px 0;
  list-style: none;
  /* animations */ }
  .tag-cloud li {
    height: 210px;
    width: 210px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .tag-cloud li img {
    max-width: 100%; }
  .tag-cloud li a {
    position: relative;
    display: block;
    width: 210px;
    height: 210px;
    z-index: 1200;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .tag-cloud li.animate-enter {
    top: 30px;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    tansform: scale(1.1);
    -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -ms-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }
  .tag-cloud li.animate-enter.animate-enter-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    tansform: scale(1);
    top: 0;
    opacity: 1; }
  .tag-cloud li.tag-loader {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    text-align: center;
    margin-left: 298px;
    background: #f0f0f0;
    padding: 0;
    overflow: hidden; }
    .tag-cloud li.tag-loader img {
      margin-top: 5px; }
  .tag-cloud li .tag-meta {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 19px; }
    .tag-cloud li .tag-meta .play-count {
      position: absolute;
      right: 6px;
      bottom: -18px;
      font-size: 11px;
      display: none; }
  .tag-cloud li .truncated {
    font-size: 17px; }
  .tag-cloud li .tag-figure img {
    max-width: 100%; }
  .tag-cloud li a:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
    z-index: 1400;
    -webkit-transform: translate3d(0, 0, 0) scale(1.14286);
    -moz-transform: scale(1.14286);
    -ms-transform: scale(1.14286);
    transform: scale(1.14286); }
  .tag-cloud li:hover .tag-meta {
    background: #c9cd3b;
    color: #444; }
  .tag-cloud li .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -36px;
    opacity: .45;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
    display: none; }
  .tag-cloud .play-icon {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    display: inline-block;
    background: url(/new-home/imgs/_play-icon.svg) center center no-repeat; }
  .tag-cloud li:hover .play-icon {
    display: block;
    opacity: .65;
    -webkit-transform: scale(0.875) !important;
    -moz-transform: scale(0.875) !important;
    -ms-transform: scale(0.875) !important;
    transform: scale(0.875) !important; }
  .tag-cloud .load-more {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    width: 650px;
    background: #e1e1e1;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .tag-cloud .load-more a {
    width: auto;
    height: auto;
    color: #444;
    box-shadow: none; }
  .tag-cloud li.load-more a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    background: rgba(205, 205, 205, 0.95); }
  .tag-cloud .tag-new-callout {
    position: absolute;
    width: 66px;
    height: 66px;
    top: -2px;
    left: -2px;
    display: block;
    background: url(/new-home/img/labelMoodNew.png) no-repeat; }

.disclosure,
.disclosure-alt {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/new-home/img/disclosure-right-alt.png) 0 0 no-repeat;
  position: relative;
  top: 4px; }

.disclosure {
  width: 17px;
  height: 17px;
  background: url(/new-home/img/disclosure-right.png) 0 0 no-repeat; }

a.all-moods:hover .disclosure-alt,
.disclosure-alt:hover {
  background-position: 0px -16px; }

a.user-mix:hover .disclosure,
.disclosure:hover {
  background-position: 0px -17px; }

/* app buttons */
.apps-list li {
  margin-bottom: 6px; }

.wrap-bg {
  background: rgba(255, 255, 255, 0.95) url(/new-home/imgs/wrap-bg.png) center center; }

/* background */
@media screen and (min-width: 970px) {
  .wrap-bg {
    background: url(/new-home/imgs/wrap-bg.png) center center;
    margin: 0 auto;
    background-position: fixed; } }
@media screen and (max-width: 970px) {
  .wrap-bg {
    background: none; }

  .wrap-bg .container {
    background: url(/new-home/imgs/wrap-bg.png) center center;
    margin: 0 auto;
    background-position: fixed; } }
/* transitions */
@-webkit-keyframes showoff {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.1);
    opacity: .5; }

  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

/* angular cloak */
[ng\:cloak], [ng-cloak], .ng-cloak {
  opacity: 0; }

.mood-main {
  width: 660px;
  background: #111111;
  margin-right: 10px; }

.advertising {
  width: 300px;
  margin-top: 12px !important;
  padding-left: 10px;
  background: transparent !important; }
  .advertising img {
    display: block;
    margin: 0;
    padding: 0; }
  .advertising .list-view li {
    display: inline-block; }

.editorial-picks {
  width: 660px; }

.news {
  margin-left: -12px;
  margin-bottom: 12px; }

.news-launch {
  width: 212px;
  background: #fff;
  margin-left: 12px;
  height: 146px;
  position: relative; }
  .news-launch:hover .news-tagline {
    opacity: 1.0; }
  .news-launch a {
    display: block; }

.news-pic {
  display: block; }

.news-body {
  position: absolute;
  top: 0;
  width: 212px;
  height: 146px;
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .news-body:hover {
    background: rgba(0, 0, 0, 0.75); }
  .news-body .news-header {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    position: absolute;
    bottom: 0;
    width: 212px;
    padding: 5px 0; }
  .news-body .news-tagline {
    opacity: 0;
    padding: 0 12px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.week-hits {
  background: #e1e1e1; }

.hit-box {
  width: 220px; }
  .hit-box .hit-list-title {
    text-align: center;
    text-transform: uppercase;
    font-size: .85em;
    color: #999999;
    line-height: 30px; }

.hit-list li {
  padding: 0 10px;
  border-bottom: 1px solid #cccccc; }
.hit-list li a:hover .hit-meta,
.hit-list li a:hover .hit-position {
  color: #f07845; }
.hit-list .hit-position, .hit-list .hit-title {
  display: inline-block; }
.hit-list .hit-position {
  font-size: 2em;
  font-weight: bold;
  margin-right: 10px;
  color: #c0c0c0;
  opacity: .35; }
.hit-list .hit-title {
  font-size: .85em;
  color: #666666; }
  .hit-list .hit-title:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(/new-home/img/disclosure-right.png) 0 0 no-repeat;
    position: absolute;
    margin-top: -25px;
    margin-left: 150px; }
  .hit-list .hit-title:hover:after {
    background-position: 0 -17px; }
.hit-list .hit-meta {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #999999; }
.hit-list li:nth-child(1) {
  background: white; }
.hit-list li:nth-child(2) {
  background: #f0f0f0; }
.hit-list li:nth-child(3) {
  background: #e1e1e1; }
.hit-list a:hover .hit-title {
  color: #f07845; }

.top-users {
  width: 288px;
  margin-left: 12px; }
  .top-users .users-list {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    margin-left: 20px;
    width: 260px; }
  .top-users .user-avatar {
    width: 64px; }
    .top-users .user-avatar img {
      display: block; }
  .top-users .user-meta {
    width: 165px;
    margin-left: 15px; }
  .top-users .user-username {
    line-height: 10px;
    margin-top: 2px; }
  .top-users a .user-username {
    color: #111111; }
  .top-users .user-tagline {
    font-size: 0.75em; }
  .top-users .user-bio {
    font-size: 0.75em;
    margin: 12px 0 0; }
  .top-users .user-mixes-link {
    font-size: .75em;
    color: #999999; }
  .top-users .item {
    height: 100px;
    overflow: hidden; }

.inviter {
  width: 288px;
  margin-left: 12px; }
  .inviter form {
    font-size: 11px; }

.inviter-form {
  margin-top: 12px;
  padding: 0 20px; }
  .inviter-form .input-text {
    padding: 2px 4px;
    width: 238px; }

#bgLabel_lnk {
  margin-left: 0 !important;
  color: white !important;
  font-size: 12px !important; }

.footer {
  margin: 0px 0; }
  .footer .footer-sections {
    padding-bottom: 40px; }
  .footer .nav-logo,
  .footer .nav-company,
  .footer .nav-extras,
  .footer .nav-help,
  .footer .nav-info {
    margin-left: 40px;
    width: 100px; }
  .footer .nav-head {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold; }
  .footer .bg-credits p {
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding: 11px 0 9px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-style: italic; }
    .footer .bg-credits p a {
      color: white; }
    .footer .bg-credits p a.white:hover, .footer .bg-credits p active {
      color: #f07845 !important; }
  .footer .submit-song {
    padding-bottom: 30px; }
    .footer .submit-song .submit-song-btn {
      float: right; }
  .footer .footer-sections, .footer .submit-song {
    background: #111111; }
  .footer .nav-head {
    color: #999999; }
  .footer .copyright {
    margin-top: 40px;
    text-align: center;
    font-weight: bold; }

#bgLabel_lnk:hover {
  color: #f07845 !important; }

.ifeel {
  margin: 67px auto 52px auto;
  width: 610px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .ifeel .box-header {
    border-bottom: 1px solid #c7c9cd;
    background: #c9d823; }
    .ifeel .box-header h1 {
      font-size: 1.45em; }
  .ifeel .user-avatar {
    width: 45px;
    height: 52px; }
    .ifeel .user-avatar img {
      display: block; }
  .ifeel .ifeel-input-wrap {
    position: relative;
    background: transparent;
    height: 47px;
    left: 45px;
    width: 565px;
    background: white url(/new-home/img/ifeel-btn.png) 520px no-repeat !important; }
    .ifeel .ifeel-input-wrap:after {
      right: 100%;
      border: solid rgba(255, 255, 255, 0);
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .ifeel .ifeel-input-wrap:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: white;
      border-width: 12px;
      top: 50%;
      margin-top: -12px; }
    .ifeel .ifeel-input-wrap .ifeel-label {
      margin-left: -45px;
      padding-left: 10px;
      font-size: 1.75em;
      font-style: italic;
      line-height: 45px;
      color: #aaa; }
  .ifeel .ifeel-input {
    background: transparent;
    font-size: 1.75em;
    font-style: italic;
    line-height: 45px;
    color: #aaa; }
  .ifeel .ifeel-notify {
    background: #202020;
    color: white;
    text-align: center; }
    .ifeel .ifeel-notify a {
      color: #666; }
      .ifeel .ifeel-notify a:hover {
        color: #f07845; }
    .ifeel .ifeel-notify .play-icon {
      background: rgba(0, 0, 0, 0.4);
      padding: 5px 6px; }
    .ifeel .ifeel-notify .notify-play {
      width: 40px;
      height: 40px;
      background: url(/new-home/img/notify-play-icon.png) no-repeat;
      background-position: 0 0; }
    .ifeel .ifeel-notify .hoverable:hover .notify-play {
      background-position: 0 -41px; }
    .ifeel .ifeel-notify .hoverable:hover a.resume-link {
      color: #c9d823 !important; }
    .ifeel .ifeel-notify .notify-close {
      display: inline-block;
      width: 10px;
      font-size: 30px;
      position: relative;
      top: -7px;
      left: -15px; }
      .ifeel .ifeel-notify .notify-close a {
        color: white; }
    .ifeel .ifeel-notify .notify-label {
      display: inline-block;
      width: 520px !important;
      margin: 0 0 0px 10px; }
      .ifeel .ifeel-notify .notify-label em a {
        color: #c9d823;
        font-weight: bold; }

.ifeel-input:focus {
  outline: none; }

.typeahead.dropdown-menu {
  padding: 0;
  position: absolute;
  left: 0 !important;
  width: 565px;
  background: white;
  z-index: 9999; }
  .typeahead.dropdown-menu li.active a {
    background: #cccccc;
    color: #f07845; }
  .typeahead.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 28px !important;
    font-style: italic;
    padding-left: 80px;
    color: #aaa; }
    .typeahead.dropdown-menu li a strong {
      font-weight: normal; }

.all-moods {
  float: right; }

.ifeel {
  background: transparent; }
  .ifeel .ifeel-label,
  .ifeel form {
    float: left;
    display: block; }

.ifeel .ifeel-input-wrap .ifeel-label,
.ifeel .ifeel-input-wrap .ifeel-input {
  font-size: 28px !important; }

.ifeel .ifeel-input-wrap .ifeel-input {
  margin-top: 1px;
  margin-left: 5px;
  height: 50px; }

@-moz-document url-prefix() {
  .ifeel .ifeel-input-wrap .ifeel-input {
    margin-top: 0; } }

.ifeel .ifeel-input-wrap {
  position: relative;
  background: #fff;
  height: 52px;
  left: 66px;
  width: 544px; }

.ifeel .ifeel-input-wrap .ifeel-label {
  margin-left: -45px;
  padding-left: 10px;
  line-height: 52px;
  height: 52px; }

.ifeel .box-header h1 {
  font-weight: bold; }

.notify-close {
  display: block;
  margin-top: 11px; }

.notify-close a {
  font-size: 1em !important; }

.notify-label, .notify-label em a {
  font-size: 14px !important; }

.notify-label em {
  font-style: italic; }

.wrapper {
  width: 970px;
  margin: 0 auto;
  text-align: left;
  position: relative; }

.headerFixedcall2act {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: auto; }

/* header senza call to action caso cookie*/
.headerCallTop {
  width: 100%;
  height: 38px;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent url(http://stereomood.com/gui/img/bgrepeatheader.png) repeat-x 0 0;
  z-index: 1; }

/*header con call to action*/
.header {
  width: 100%;
  height: 38px;
  float: left;
  background: transparent url(http://stereomood.com/gui/img/bgrepeatheader.png) repeat-x 0 0;
  z-index: 1;
  margin-top: 84px; }

.calltoactiondivcontainer {
  position: fixed;
  top: 0;
  left: 0;
  background: white url(http://stereomood.com/gui/img/bgCalltoaction.gif) repeat-x 0 0;
  height: 84px;
  width: 100%; }

/*-----------------------------------------------------------------header-----------------------------------------------------*/
/*search*/
.searchContainer {
  height: 35px;
  float: right;
  width: 180px; }

/*search options*/
.searchOptions {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 180px;
  float: left;
  box-shadow: 0px 1px 5px black;
  -webkit-box-shadow: 0 1px 5px black;
  -moz-box-shadow: 0 1px 5px black; }

.searchOptions li {
  width: 172px;
  padding: 0 4px;
  float: left;
  background-color: #2d2d2d; }

.searchOptionsTop {
  width: 180px;
  height: 13px;
  padding: 0;
  float: left;
  background: transparent url(http://stereomood.com/gui/img/top_search.png) no-repeat 0 0 !important; }

.searchOptionsBottom {
  width: 180px;
  height: 4px;
  padding: 0;
  float: left; }

.searchOptions li a {
  float: left;
  color: #666!important;
  height: 33px;
  line-height: 33px;
  padding-left: 28px;
  width: 144px;
  background-color: #2d2d2d;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 400!important;
  font-size: 14px !important; }

.searchOptions li a:hover {
  background-color: #202020;
  color: #666666; }

a.logo {
  float: left;
  display: block;
  width: 166px;
  height: 35px;
  background: transparent url(http://stereomood.com/gui/img/logo.png) no-repeat 0 0;
  text-indent: -5000px; }

/*container social stereomood*/
.stereoSocial {
  display: inline;
  float: right; }

.socialLink {
  display: inline;
  float: left; }

.socialLink ul {
  list-style: none;
  display: inline;
  float: left; }

.socialLink ul li {
  list-style-type: none;
  float: left; }

.socialLink ul li a {
  float: left;
  text-indent: -5000px;
  width: 35px;
  height: 35px; }

.socialLink ul li a#socialTw {
  background: url(http://stereomood.com/gui/img/icon_twitter.jpg) no-repeat 0 0; }

.socialLink ul li a#socialFb {
  background: url(http://stereomood.com/gui/img/icon_facebook.jpg) no-repeat 0 0; }

.socialLink ul li a#socialFl {
  background: url(http://stereomood.com/gui/img/icon_flickr.jpg) no-repeat 0 0; }

.socialLink ul li a#socialGp {
  background: url(http://stereomood.com/gui/img/icon_tumblr.jpg) no-repeat 0 0; }

.socialLink ul li a#socialTw:hover, .socialLink ul li a#socialFb:hover, .socialLink ul li a#socialFl:hover, .socialLink ul li a#socialGp:hover {
  background-position: 0 -35px; }

/*--------------------menu header e menu footer--------------------*/
ul.menuNoLogin {
  display: inline;
  height: 15px; }

ul.menuNoLogin li {
  display: inline;
  float: right;
  list-style: none;
  height: 15px; }

/*line-height:15px!important modifiche mac*/
ul.menuNoLogin li a {
  display: block;
  float: left;
  line-height: 16px;
  height: 15px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-indent: 1px;
  background: transparent url(http://stereomood.com/gui/img/ul_empty.png) no-repeat 0 0px;
  text-transform: uppercase;
  padding: 0 15px; }

ul.menuNoLogin li a:hover {
  color: #fff!important;
  background-position: 0 -15px; }

/*selezionati*/
ul.menuNoLogin li a.selected {
  padding: 0;
  cursor: default;
  color: #fff!important;
  background-position: 0 -15px; }

/*menu a tendina loggato*/
.menuLogin {
  float: right; }

.menuLogin li {
  float: left;
  list-style: none; }

.menuLogin li a {
  display: block;
  text-decoration: none;
  width: auto;
  min-width: 140px;
  white-space: nowrap; }

.menuLogin li a.username {
  height: 35px;
  color: #666!important;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px; }

.menuLogin li a.username div {
  height: 15px;
  margin-top: 10px;
  margin-right: 8px;
  width: auto;
  float: right; }

.menuLogin li a.username div span {
  float: right;
  background: url(http://stereomood.com/gui/img/ul_down.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px; }

.menuLogin li a.username:hover div span {
  background-position: 0 -15px; }

.menuLogin li ul {
  position: absolute;
  visibility: hidden;
  top: 35px;
  right: 320px;
  width: 142px;
  background: #000;
  opacity: 0.99;
  box-shadow: 0 1px 5px black;
  -webkit-box-shadow: 0 1px 5px black;
  -moz-box-shadow: 0 1px 5px black;
  z-index: 9999; }

.menuLogin li ul li {
  float: none;
  display: block;
  padding: 5px 0; }

.menuLogin li ul li a {
  height: 15px;
  text-indent: 14px;
  background: black url(http://stereomood.com/gui/img/ul_empty.png) no-repeat -10px -10px !important;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
  min-width: 100px;
  width: 100px; }

.menuLogin li ul li a:hover {
  background-position: 0 1px !important;
  color: white !important; }

/*menu footer*/
.menuFooter {
  width: 138px;
  float: left;
  margin-top: 70px; }

.menuFooter h2 {
  font: bold 14px "PT Sans", sans-serif;
  text-indent: 17px; }

.menuFooter ul {
  display: block;
  margin-top: 15px; }

.menuFooter ul li {
  list-style: none;
  line-height: 15px!important;
  height: 25px; }

.menuFooter ul li a {
  display: block;
  float: left;
  line-height: 15px!important;
  float: left;
  height: 15px;
  font: normal 14px "PT Sans", sans-serif;
  text-indent: 8px;
  background: transparent url(http://stereomood.com/gui/img/ul_empty.png) no-repeat -10px -10px;
  text-transform: uppercase;
  text-indent: 2px;
  padding: 0 15px; }

.menuFooter ul li a:hover {
  color: #fff!important;
  background-position: 0 0; }

.footer ul li a.selected {
  color: #fff;
  background-position: 0 1px;
  cursor: default; }

/*--------------------box layout---------------------*/
.headerCallTop {
  height: 38px;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent url(http://stereomood.com/gui/img/bgrepeatheader.png) repeat-x 0 0;
  z-index: 1; }

/*margin*/
.talignleft {
  text-align: left; }

.taligncenter {
  text-align: center; }

.mrt3 {
  margin-top: 3px; }

.mrt8 {
  margin-top: 8px; }

.mrt10 {
  margin-top: 10px; }

.mrt40 {
  margin-top: 40px; }

.mrt-10 {
  margin-top: -10px; }

.marginsx8 {
  margin-left: 8px; }

.marginsx4 {
  margin-left: 4px; }

.marginsx15 {
  margin-left: 15px; }

.marginsx20 {
  margin-left: 20px; }

.marginsx35 {
  margin-left: 35px; }

.marginrx8 {
  margin-right: 8px; }

.marginrx2 {
  margin-right: 2px; }

.marginrx4 {
  margin-right: 4px; }

.marginrx15 {
  margin-right: 15px; }

.marginrx20 {
  margin-right: 20px; }

.marginrx40 {
  margin-right: 40px; }

.marginrx55 {
  margin-right: 55px; }

.marginbt8 {
  margin-bottom: 8px; }

.marginleft8 {
  margin-left: 8px; }

.marginbt4 {
  margin-bottom: 4px; }

.marginbt5 {
  margin-bottom: 5px; }

.marginbt2 {
  margin-bottom: 2px; }

.marginbt10 {
  margin-bottom: 10px; }

.marginbt20 {
  margin-bottom: 20px; }

.marginbt25 {
  margin-bottom: 25px; }

.marginbt30 {
  margin-bottom: 30px; }

.marginbt100 {
  margin-bottom: 100px; }

.margint10 {
  margin-top: 10px; }

.margint15 {
  margin-top: 15px; }

.margint25 {
  margin-top: 25px; }

.margint30 {
  margin-top: 30px; }

.margint45 {
  margin-top: 45px; }

.marginbt15 {
  margin-bottom: 15px; }

.noMarginR {
  margin-right: 0 !important; }

.noMarginL {
  margin-left: 0 !important; }

/*padding*/
.pd8 {
  padding: 8px; }

.pd15 {
  padding: 15px; }

.pd8collapse {
  padding: 4px 8px 8px 8px; }

.pdt4 {
  padding-top: 4px; }

.pd32 {
  padding: 32px; }

.pd0-32 {
  padding: 0 32px; }

.pd4-8 {
  padding: 4px 8px; }

.pdt8 {
  padding-top: 8px; }

.pdb8 {
  padding-bottom: 8px; }

.pdb16 {
  padding-bottom: 16px; }

.pdr8 {
  padding-right: 8px; }

.pdr15 {
  padding-right: 15px; }

.pdr25 {
  padding-right: 25px; }

.pdl15 {
  padding-left: 15px; }

.pdl20 {
  padding-left: 20px; }

.pdt20 {
  padding-top: 20px; }

.noPadding {
  padding: 0 8px !important; }

.noPaddingTop {
  padding: 0 8px 8px 8px !important; }

.noPaddingBottom {
  padding: 8px 8px 0 8px !important; }

a.logo {
  float: left;
  display: block;
  width: 166px;
  height: 35px;
  background: transparent url(http://stereomood.com/gui/img/logo.png) no-repeat 0 0;
  text-indent: -5000px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

a.linksoundcloud {
  position: absolute;
  top: 0;
  right: -66px;
  display: block;
  background: transparent url(http://stereomood.com/gui/img/soundcloud_player.png) no-repeat 0 0;
  width: 66px;
  height: 35px;
  text-indent: -5000px; }

form#search input {
  float: left;
  width: 147px;
  height: 35px;
  background: #2d2d2d url(http://stereomood.com/gui/img/search.png) no-repeat 0 0;
  color: #666;
  border: 0;
  margin: 0;
  padding: 0 5px 0 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px; }

.floatright {
  float: right;
  display: block; }

.socialLink ul {
  list-style: none;
  display: inline;
  float: left;
  padding: 0;
  margin: 0; }

ul.menuLogin {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 140px; }

.menuLogin li ul {
  margin: 0;
  padding-left: 0; }

/* footer */
.footer {
  position: relative;
  width: 100%;
  float: left;
  height: 295px;
  z-index: 1;
  background: #000; }

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px; }

#bgLabel {
  float: left;
  width: 100%;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  background: transparent url(http://stereomood.com/gui/img/bgLabel.png) repeat-x 0 0; }

.buttonWhite {
  padding: 8px;
  width: 64px;
  height: 19px;
  background: #fff; }

a.buttonUpload {
  background: transparent url(http://stereomood.com/gui/img/bgUpload.png) no-repeat 0 0;
  text-indent: 17px!important;
  display: block;
  float: left;
  height: 15px;
  width: 100%;
  cursor: pointer;
  color: #666;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

.footer h2 {
  color: #666; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.pt12bold {
  font-size: 12px;
  font-weight: bold;
  color: #666; }

/* modal */
/*
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  width: 410px;
  overflow: hidden;
  box-shadow: 0 1px 7px 1px black;
  -webkit-box-shadow: 0 1px 7px 1px black;
  -moz-box-shadow: 0 1px 7px 1px black; }

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background: #000;
  height: 24px; }

.ui-dialog .ui-dialog-title {
  float: left; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 14px;
  height: 15px;
  background: transparent url(http://stereomood.com/gui/img/closeModal.png) no-repeat 0 0; }

.ui-dialog .ui-dialog-titlebar-close span {
  color: #666;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: -1px 0 0 -48px;
  text-indent: 0;
  text-transform: uppercase;
  width: 40px; }

.ui-dialog .ui-dialog-titlebar-close:hover span {
  color: white; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
  background-position: 0 -15px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  /*padding: .5em 1em;*/
  background-color: #fff;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  /*border-width: 1px 0 0 0;*/
  background-image: none;
  /*margin: .5em 0 0 0; padding: .3em 1em .5em .4em;*/ }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

:focus {
  outline: none; }

/*notifiche ontop*/
#notificationswrapper, #notificationswrapperError {
  height: 49px;
  margin: 0 auto;
  opacity: 1;
  position: fixed;
  text-align: center;
  top: 35px;
  width: 100%;
  z-index: 2; }

.notify {
  margin: 0 auto;
  text-align: center;
  background: transparent url(http://stereomood.com/gui/img/pngokfeedback.png) repeat-x 0 0;
  width: 1080px;
  height: 44px;
  position: relative; }

.notifyError {
  margin: 0 auto;
  text-align: center;
  background: transparent url(http://stereomood.com/gui/img/pngkofeedback.png) repeat-x 0 0;
  width: 1080px;
  height: 44px;
  position: relative; }

.notification_content {
  float: left;
  margin-left: 72px;
  margin-top: 15px;
  text-align: left;
  width: 952px; }

.pt16 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px; }

/* modals */
.ui-widget-overlay {
  position: fixed !important; }

.ui-dialog {
  position: fixed !important;
  z-index: 9999 !important; }

/* dirty fixes @todo: move to appropriate module */
/* fix tabs-menu height */
.tabs-menu {
  min-height: 34px; }

/* fix outline */
:link:hover,
:link:focus {
  outline: 0; }

a.buttonShare {
  background: transparent url(/gui/img/bgShare.png) no-repeat 0 3px;
  text-indent: 17px!important;
  display: block;
  float: left;
  height: 15px;
  width: 100%;
  cursor: pointer;
  color: #666;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

a.buttonShare:hover {
  background-position: 0 -12px;
  color: #202020; }

/* fix navbar z-index */
.headerFixedcall2act {
  z-index: 2000 !important; }

/*chatterbox lancio dx*/
.chatterboxContainer {
  height: 330px;
  margin-bottom: 12px;
  margin-top: 8px;
  width: 300px;
  position: relative;
  background: url("http://www.stereomood.com/gui/css/tumblr/img/bckgrnd2-a.png") repeat scroll 0 0 transparent; }

.chatterboxLabel {
  width: 300px;
  height: 115px; }

.chatterboxLabel a {
  display: block;
  position: relative;
  width: 300px;
  height: 115px;
  background: url(/gui/img/chatterbox_logo_box.png) no-repeat center 16px; }

.chatterboxLabel p {
  position: absolute!important;
  display: block;
  width: 300px;
  height: 25px;
  font-size: 16px;
  font-style: italic;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #bbddae;
  border-bottom: 1px solid #bbddae;
  line-height: 25px;
  text-align: center; }

.chatterboxContainer #bannerRotator ul li a {
  display: block;
  float: left;
  width: 300px;
  height: 245px; }

.labelchatterboxint {
  background: url("http://www.stereomood.com/gui/css/tumblr/img/bckgrnd2-a.png") repeat scroll 0 0 transparent;
  bottom: 0;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  position: absolute;
  width: 300px;
  height: 30px;
  text-align: center;
  right: 0; }

.newchatterbox {
  top: 0;
  left: 0;
  position: absolute;
  background: url(/gui/img/newchatterbox.png) no-repeat 0 0;
  width: 71px;
  height: 68px; }

.headerCallTop {top:70px}