/* generic */
ins.adsbygoogle[data-ad-status='unfilled'] {
    display: none !important;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*:focus {
    outline: 0;
}

html {
    background-color: rgb(240,240,240);
}

body {
    width: 100%;
    max-width: 1000px;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c;
    margin: 0 auto;
    background: white;
    padding: 0px;

    /*  background-image: url('../images/bkg.png');
    
      background-position: center;
      background-repeat: repeat-y;*/
}

.bottom-action-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
}

#bottom-banner {
    -webkit-backface-visibility: hidden;
    z-index: 500;
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

#bottom-banner a {
    position: relative;
    display: inline-block;
}

.youtube-player {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.toggle-youtube-player {
    display: inline-block;
}

.toggle-youtube-player .play-icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-image: url("/bundles/wzsfrontend/images/play-new-icon.png");
}

.confirm-proposal {
    position: relative;
    top: 18px;
    float: right;
    width: 64px;
    height: 29px;
    color: #ffffff;
    line-height: 29px;
    display: block;
    text-align: center;
    font-size: 12px;
    background: green;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.closed-samples {
    width: 110px;
}

.adsense-links {
    padding: 3px;
    width: 728px;
    margin: 0 auto;
    text-align: right;
}

#confirm-proposal-div h2 {
    color: #ce1b1b;
    white-space: nowrap;
    line-height: normal;
}

.ribbon {
    position: absolute;
    right: -10px;
    top: -7px;
    width: 20px;
    height: 20px;
    background-size: cover !important;
}

.ribbon.badges {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
}

.ribbon.big {
    right: -20px;
    top: -15px;
    width: 40px;
    height: 40px;
}

.ribbon.badges.big {
    top: -20px;
    right: -20px;
}

.comments-icon {
    color: #fff;
    font-size: 8px;
    width: 25px;
    height: 22px;
    line-height: 17px;
    margin-top: 4px;
    margin-left: 5px;
    margin-right:5px;
    text-align: center;
    display: inline-block;
    background-size: cover;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/bundles/wzsfrontend/images/comments.png');
}

.is-subscriber {
    background: transparent url('/bundles/wzsfrontend/images/rib.svg') no-repeat;
}

.badge-bronze {
    background: transparent url('/bundles/wzsfrontend/images/bronze.png') no-repeat;
}

.badge-silver {
    background: transparent url('/bundles/wzsfrontend/images/silver.png') no-repeat;
}

.badge-gold {
    background: transparent url('/bundles/wzsfrontend/images/golden.png') no-repeat;
}

.ribbon.badges.badge-nums {
    top: -8px;
    right: -8px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background: transparent url('/bundles/wzsfrontend/images/number_circl3_50.png') no-repeat;
}

.ribbon.badges.big.badge-nums {
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
}

.ribbon.badges.badge-nums .num-counter {
    width: 100%;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.ribbon.badges.badge-nums.big .num-counter {
    font-size: 18px;
    line-height: 36px;
}

li.comment-childs ul {
    padding-left: 60px;
}

li.comment-childs ul .comment {
    border-bottom: 0;
    margin-bottom: 0;
}

li a.reply-to-comment {
    float: right;
    margin-left: 3px;
    margin-bottom: 3px;
}

.listen-text, .listen-progress {
    display: none;
    width: 100px;
    vertical-align: top;
}

.listen-text.active, .listen-progress.active {
    display: inline-block;
}

.slider {
    width: 100%;
    height: 24px;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.privacy-policy-links {
    text-align: right;
}

.privacy-policy-links a {
    border-bottom: 1px solid #8c8c8c;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #8c8c8c;
}

h1 {
    margin-top: 0px;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
}

h2 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #525252;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    margin: 0px;
    padding: 0px;
}

.text-center {
    text-align: center;
}

.italic {
    font-style: italic;
}

.user {
    /*color: #000;*/
    color: #467cab;
}
a.user:hover{
    text-decoration: underline;
}

blockquote {
    margin: 5px 0 0;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #eaeaea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

blockquote .author-time {
    font-size: 11px;
    color: #8c8c8c;
}

blockquote .author-time span:last-child {
    float: right;
}

blockquote .quote-content {
    clear: both;
    padding: 5px 0 0;
}

.artist {
    color: #ce1b1b;
    font-size: 14px;
    font-weight: bold;
}

.artist > div {
    display: inline-block;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1336px;
    width: 11px;
    height: 11px;
    margin-right: 7px;
}

.song-title {
    font-size: 12px;
    background-repeat: no-repeat;
}

.song-title > div {
    display: inline-block;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1506px;
    width: 9px;
    height: 11px;
    margin-right: 9px;

}

.comment {
    padding-bottom: 22px;
}

.conversation-message {
    font-size: 12px;
    color: #6e6e6e;
    /*  width: 560px;*/
}

.comment-link {
    text-decoration: underline;
	line-break: anywhere;
	overflow-wrap: break-word;
}

.center {
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.right-gap {
    margin-right: 10px;
}

.row {
    border: solid 1px white;
}

.row:hover{
    background-color: rgb(235,235,235);
    cursor: pointer;
    border-radius: 8px;
    border: 1px dotted rgb(207,207,207);
}

.info {
    font-style: italic;
    color: #808080;
}

.profile-pict-small {
    width: 40px;
    height: 40px;
}

.profile-pict-medium {
    width: 56px;
    height: 56px;
    margin-bottom: 2px;
    display: block;
    text-align: center;
    float: left;
}

/*
a.profile-pict-medium:hover{
  border: 2px solid rgb(100,100,100);
}
*/

.profile-pict-medium img{
    width: 56px;
    height: 56px;
}

.profile-pict-name {
    width: 56px;
    text-align: center;
}

.cover-medium {
    /*position: relative;*/
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 2px solid rgb(200,200,200);

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -661px;
}

.cover-medium.side-margins {
    margin-left: 25px;
    margin-right: 25px;
}

.cover-medium img {
    width: 80px;
    height: 80px;
}

.thumb-up, .thumb-down {
    display: block;
    width: 23px;
    height: 24px;
    background: url('../images/sprite.png') no-repeat top left;
}

.thumb-up {
    background-position: 0 -1472px;
}

.thumb-down {
    background-position: 0 -1438px;
}

.label {
    float: left;
    width: 60px;
    margin-bottom: 5px;
    line-height: 25px;
}

.field {
    float: left;
    min-width: 180px;
    margin-bottom: 5px;
}

.dropdown {
    height: 29px;
    font-size: 12px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.facebook, .twitter {
    display: block;
    width: 14px;
    height: 14px;
}

.facebook {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -915px;
}

.facebook:hover {
    background-position: 0 -891px;
}

.twitter {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -3110px;
}

.twitter:hover {
    background-position: 0 -3086px;
}

.faq {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 16px;
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
    color: #d50000;
}

.gray-button {
    /*background-image: url('../images/button-gray-bkg.png');*/
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -251px;

    width: 64px;
    height: 29px;
    color: #212121;
    display: block;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.red-button {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -352px;

    width: 64px;
    height: 29px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.red-button-f {
    background: linear-gradient(#de1201, #c30d00);
    border-radius: 20px;
    height: 21px;
    padding-top: 6px;
}

.message-red-button {
    margin: 5px auto 0;
}

.red-button-large {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -431px;

    width: 109px;
    height: 29px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.red-button-large:hover {
    background-position: 0 -392px;
}

.red-link {
    color: #c80000;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
    color: black;
}

.input-large, .input-very-large {

    box-sizing: border-box;

    height: 29px;
    border: 0px;
    border: 1px solid red;

    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #919191;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
    max-width: 100%;

    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;

}

.input-large:focus, .input-very-large:focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}


.input-large {
    /*
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1561px;
    */
    /*padding: 10px;*/

    width: 222px;
}

.input-very-large {
    /*
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1600px;
    */
    width: 474px;
}

.vertical-separator {
    width: 1px;
    border-right: 1px solid rgb(196,196,196);
    background-color: white;
    height: 124px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.main-link {
    font-size: 13px;
    color: red;
    text-decoration: underline;
}

/* header */

#header {
    max-width: 1000px;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    margin-top: 12px;
    position: relative;
    margin: 0 auto;
    min-height: 130px;
    padding: 0 20px;
}

.header--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#header-logo {
    float: left;
    display: inline-block;
    z-index: 100;
    margin-top: 13px;
    width: 218px;
    text-align: center;
    font-style: italic;
}

#header-logo div {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1794px;
    width: 209px;
    height: 83px;
}

.header__baseline {
    margin: 0;
    padding: 0;
}

#header-record {
    float: left;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -290px;

    width: 275px;
    height: 33px;

    margin-left: 48px;
    margin-top: 20px;
    margin-right: 100px;
    margin-bottom: 10px;

    color: #c80000;
    font-size: 20px;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 60px;
    font-weight: bold;
}

.proposals-btn span.title,
.mailbox-btn span.title {
    position: relative;
}

.proposals-btn.has_message span.title,
.mailbox-btn.has_message span.title {
    padding-right: 12px;
}

.proposals-btn span.badge,
.mailbox-btn span.badge {
    position: absolute;
    right: 0;
    top: -6px;
    border: 1px solid #d50000;
    border-radius: 50%;
    min-width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background: #d50000;
    color: #fff;
    padding: 0;
    margin: 0;
}

.header__welcome-line {
    position: absolute;
    top: 64px;
    right: 8px;
}

.fb_iframe_widget {
    position: absolute;
    top: 33px;
    left: 673px;
}

.fb_share_btn_holder {
    width: 62px;
    overflow: hidden;
    float: right;
    margin-left: 5px;
    margin-bottom: 4px;
}

.fb_share_btn_holder .fb_iframe_widget {
    top: 0;
    left: 0;
}

.header__sign-btns {
    display: inline-block;
    position: absolute;
    top: 89px;
    right: 40px;
}

#header-sign-in {
    vertical-align: top;
    display: inline-block;
    margin: -2px 0 0 20px;
}

#header-sign-up {
    vertical-align: top;
    display: inline-block;
    margin: -2px 0 0 14px;
}

#header-main-menu {
    display: inline-block;
    /*
    position: absolute;
    top: 87px;
    height: 43px;
    margin-left: 100px;
    */
    float: left;
    font-size: 13px;
    /*width: 500px;*/
    padding-top: 5px;
}

#menu-my-profile, 
#menu-my-proposals, 
#menu-messages, 
#menu-ranking, 
#menu-home, 
#menu-recenty-found, 
#menu-recent-activities, 
#menu-forum,
#menu-blog {
    font-size: 14px;
    display: block;
    float: left;
    /*    width: 90px;*/
    text-align: center;
    padding-top: 5px;
    padding-left: 11px;
    padding-right: 11px;
}

#menu-recenty-found, #menu-recent-activities {
    width: 140px;
}

.main-menu-separator {
    padding-top: 5px;
    width: 4px;
    float: left;
}

#menu-recenty-found, #menu-recent-activities, .main-menu-separator.menu-tablet-extras, .menu-mobile-extras {
    display: none;
}

#header-main-menu a {
    color: #d50000;
    position: relative;
}

.header__hamburger-menu {
    display: none;
}

/* main column */

#main {
    position: relative;
    z-index: 120;
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
    padding: 0 10px 0 25px;
    background-color: white;
    margin: 0 auto;
    background-repeat: no-repeat;
    padding-top: 12px;
}

#main-column {
    width: 644px;
    width: calc(100% - 320px);
    float: left;
    position: relative;
    z-index: 101;
}

#page-line {
    color: #292929;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}

#cse-search-box {
    position: absolute;
    right: 72px;
    top: 15px;
    width: 190px;
    height: 28px;
}

#search {
    color: #919090;
    font-size: 13px;
    font-style: italic;
    height: 21px;
    padding-top: 7px;
    padding-left: 18px;

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1639px;

    border: none;
    float: left;
    width: 113px;
}

#search input {
    border: none;
    background: none;
    width: 103px;
}

#search-btn {
    cursor: pointer;
    float: left;
    background: none;
    border: none;
    background-image: url('../images/search-btn.png');
    display: block;
    width: 45px;
    height: 29px;
    margin-left: 8px;
}

#search-btn:hover {
    background-image: url('../images/search-btn-hover.png');
}

/* right column */

#right-column {
    width: 300px;
    float: right;
    position: relative;
}

.right-box {
    width: 276px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid rgb(219,219,219);
    padding: 12px;
}

.right-box .title {
    font-size: 14px;
    line-height: 32px;
    color: #bf0505;
}

/* recently found box */

.recently-found-covers li {
    height: 113px;
    position: relative;
}

.recently-found-covers-div {
    width: 100px;
    height: 100px;
    position: relative;
}

.recently-found-covers li .cover {
    width: 100px;
    height: 100px;
    border: 2px solid rgb(200,200,200);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.recently-found-covers li .cover.default {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -751px;
}

.recently-found-covers li .profile {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 112px;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.recently-found-covers li .by-line {
    position: absolute;
    left: 162px;
    top: 7px;
    display: block;
}

.recently-found-covers li .artist {
    position: absolute;
    top: 50px;
    left: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 166px;
}

.recently-found-covers li .song-title {
    position: absolute;
    top: 70px;
    left: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 166px;
}

/* ad */
.ad {
    margin-top: 11px;
    /*  width: 300px;
      height: 250px;*/
}

/* recent activity box */

.left-ad {
    width: 320px;
    float: left;
}

.recent-activities-list--left-ad {
    width: 600px;
    width: calc(100% - 350px);
    float: left;
}

.recent-activities-list li {
    position: relative;
    height: 60px;
    border-bottom: dashed rgb(191,191,191) 1px;
    margin-bottom: 10px;
}

.recent-activities-list li .profile {
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.recent-activities-list li .by-line {
    position: absolute;
    top: 2px;
    left: 55px;
}

.recent-activities-list li .content {
    position: absolute;
    top: 22px;
    left: 55px;
    color: #000000;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}

.right-box .recent-activities-list li .content {
    width: 220px;
    /*width: 100%;*/
    box-sizing: border-box;
    display: inline-block;
    text-overflow: ellipsis;
}

.recent-activities-list li.row > a {
    display:block;
    background-color: rgb(192,192,192);
}

.recent-activities-list li.ad-row {
    height: 90px;
    padding-top: 2px;
    padding-bottom: 8px;
    text-align: left;
}

.recent-activity-user-pict {
    position: absolute;
    width: 40px;
    height: 40px;
}

.recent-activity-content {
    position: absolute;
    left: 60px;
}

.recent-activity-comment {
    color: #d2d2d2;
}

/* sample box */

.sample-box {

    box-sizing: border-box;

    background: #eaeaea;
    border-radius: 5px;
    border: 1px solid #DDD;

    min-height: 124px;
    margin-bottom: 13px;
    position: relative;
    color: #808080;
    font-size: 11px;

    padding: 7px 6px;
}

.sample-box--premium {
    background-color: #ead6d6;
    border: 1px solid #ead6d6;
}

.sample-box__premium {
    width: 123px;
    height: 20px;
    position: absolute;
    left: -20px;
    bottom: -16px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    font-size: 12px;
    color: red;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
}

.sample-box-profile-pict-container {
    float: left;

    width: 100px;
    height: 99px;
    text-align: center;
    border: 1px solid #DDD;
    background-color: white;
    border-radius: 10px;

    margin-right: 12px;

}

.text-right {
    text-align: right;
}

.sample-box-profile-pict {
    display: block;
    width: 56px;
    height: 56px;
    margin: 8px auto 4px auto;
    border: 1px solid #CCC;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.sample-box-by-line {
    text-align: center;
    width: 100%;
}

.sample-box__posted-ago {
    text-align: center;
    margin: 0;
    padding: 0;
}

.sample-box .sample-box-comment {
    /*
    left: 125px;
    top: 37px;
    position: absolute;
    */
    font-size: 12px;
    color: #6e6e6e;
    min-height: 43px;
    overflow: hidden;

    margin-top: 8px;
    height: 42px;
    /*width: 503px;*/
    width: calc(100% - 115px);
    overflow-y: auto;
    line-height: 14px;
}

.sample-box-genre {
    /*
    position: absolute;
    left: 125px;
    top: 11px;*/
    padding-top: 4px;
    min-height: 14px;

    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

.sample-box-cross {
    position: absolute;
    display: block;
    bottom: 3px;
    right: 13px;
    height: 10px;
    width: 205px;
    font-size: 9px;
    text-align: right;
}

.sample-box-actions {
    display: inline-block;
    margin-top: 3px;
    margin-left: -1px;
    font-size: 12px;
    position: relative;
    left: -4px;
}

.sample-box-actions > div {
    width: auto;
    vertical-align: top;
}

.sample-box-actions img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.sample-box-actions-play, .sample-box-actions-answer,.sample-box-actions-checkanswer, .sample-box-actions-follow, .sample-box-actions-comments, .sample-box-actions-delete {
    display: inline-block;
    /*position: absolute;*/
    background-repeat: no-repeat;
    background-position: center left;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.sample-box-genre .info{
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

.play {
    cursor: pointer;
}

.sample-box-actions-big.sample-box-actions-delete {
    height: 18px;
    margin-right: 5px;
}

.sample-box-actions-big.sample-box-actions-edit {
    height: 18px;
    margin-right: 5px;
}

.delete-btn {
    width: 12px;
    height: 14px;
    margin: 2px 0;
    vertical-align: top;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/delete.png');
}

.edit-btn {
    width: 12px;
    height: 14px;
    margin: 2px 0;
    vertical-align: top;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/edit.png');
}

.delete-text {
    padding: 0 3px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block;
}

.edit-text {
    padding: 0 3px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block;
}

.play-btn {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -2362px;

    height: 24px;
    width: 25px;
    margin-top: 3px;
    display: inline-block;
}

.stop-btn {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -3052px;

    height: 24px;
    width: 25px;
    margin-top: 3px;
    display: inline-block;
}

.sample-box-actions-play {
    width: 200px;
    width: 120px;
}

.sample-box-actions-play:hover {
    /*  background-image: url('../images/play-btn-hover.png');*/
}

.sample-box-actions-play2 {
    width: 140px;
}

.sample-box-actions-play2.mini-btn {
    width: 90px;
    text-align: left;
}

.sample-box-actions-play2.mini-btn .listen-text {
    width: 55px;
    margin-left: 5px;
}

.sample-box-actions-play2.mini-btn .listen-progress {
    width: 60px;
}

.sample-box-actions-big {

    display: inline-block;

    margin-left: 1px;
    border: 1px solid #CCC;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    text-shadow: 0 0 0 transparent,0 1px 0 white;
    border-bottom-color: #AAA;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);
    background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -ms-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0));
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    border-image: initial;
}

.sample-box-actions-big:hover {
    border-color:#999;
    background:#f3f3f3;
    background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
    outline:0;
    -moz-box-shadow:0 0 3px #999;
    -webkit-box-shadow:0 0 3px #999;
    box-shadow:0 0 3px #999;
}

.sample-box-actions-play-focus {
    color: #555;
    border: 1px solid #AAA;
    border-bottom-color: #CCC;
    border-top-color: #999;
    -moz-box-shadow: inset 0 1px 2px #aaa;
    -ms-box-shadow: inset 0 1px 2px #aaa;
    -webkit-box-shadow: inset 0 1px 2px #aaa;
    box-shadow: inset 0 1px 2px #aaa;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
    background-image: -moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);
    border-image: initial;
}

.sample-box-actions-play-focus:hover {
    border: 1px solid #AAA;
    border-bottom-color: #CCC;
    border-top-color: #999;
    -moz-box-shadow: inset 0 1px 2px #aaa;
    -ms-box-shadow: inset 0 1px 2px #aaa;
    -webkit-box-shadow: inset 0 1px 2px #aaa;
    box-shadow: inset 0 1px 2px #aaa;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
    background-image: -moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
    background-image: linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);


}
.sample-box-actions-answer {
    width: 115px;
    /*left: 168px;*/
}
.sample-box-actions-checkanswer {
    width: 115px;
    left: 168px;
}

.sample-box-actions-checkanswer div, .sample-box-actions-answer div {
    float:left;
    margin-top: 7px;
    margin-right: 5px;
    width: 19px;
    height: 17px;
    display: inline-block;

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1309px;

}

.sample-box-actions-share {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 300px;
    height: 20px;
    color: black;
    border-radius: 10px;
    top: 5px;
    padding: 4px;
    padding-left: 8px;
}
.sample-box-actions-share-fb {
    /*top: 5px;
    position: absolute;*/
    margin-top: 5px;
}

.twitter-share-button {
    float: right;
}


.sample-box-actions-follow {
    display: inline-block;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1391px;
    height: 17px;
    line-height: 17px;
    margin: 7px 0 0 11px;

    /*width: 60px;*/
    padding-left: 22px;
    /*
    left: -86px;
    top: -2px;
    */
}

.sample-box-actions-comments {
    display: inline-block;
    background: url('../images/comments1.png') no-repeat left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 17px;
    line-height: 17px;
    margin: 7px 0 0 11px;
    padding-left: 21px;
}

/* sample page */

ul.proposals-list li {
    min-height: 82px;
    margin-bottom: 27px;
    position: relative;
}

ul.proposals-list li .proposal__delete_checkbox {
    width: 25px;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.proposal__profile-pict {
    float: none;
}

.proposal__youtube_link {
    float: left;
    margin: 20px;
}

ul.proposals-list li .cover-medium {

    /*position: absolute;*/
    display: block;
    top: 0px;
    left: 115px;
    float: left;
}

.proposal__supports {
    position: absolute;
    margin-top: 26px;
    font-size: 13px;
    font-weight: bold;
    color: #262626;
    right: 45px;
}

.proposal__supports--owner {
    right: 72px;
}

.proposal__support-actions {
    float: right;
    margin-right: 7px;
    margin-top: 12px;
}

ul.proposals-list li .thumb-up-counter {
    top: 26px;
}

ul.proposals-list li .thumb-down-counter {
    top: 48px;
}

ul.proposals-list li .thumb-up {

    /*  position: absolute;
      right: 7px;*/
}

ul.proposals-list li .thumb-down {
    /*  position: absolute;
      right: 7px;*/
    margin-top: 4px;
}

.proposal__author {
    display: inline-block;
    float: left;
    width: 70px;
}

.proposal__user-name {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.proposal__cover {
    position: relative;
    left: 0 !important;
    top: 0;
    float: left;
    margin-left: 12px;
}

.proposal__answer {
    margin-left: 12px;
    float: left;
    padding-top: 9px;
}

.proposal__answer a {
    display: block;
    line-height: 24px;
}

.proposal__confirm-btn {
    position: relative;
    top: 26px;
}

ul.comments-list li {
    /*min-height: 82px;*/
    margin-bottom: 12px;
    border-bottom: 1px dotted rgb(191,191,191);
    position: relative;
}

ul.comments-list li .ago {
    position: absolute;
    top: 6px;
    left: 66px;
}

.comment-delete-button-holder,
.proposals-delete-button-holder {
    clear: both;
    display: block;
    text-align: center;
}

.comment-delete-button-holder a,
.proposals-delete-button-holder a {
    color: red;
    border: 0 none;
    background: none;
}

.comment__delete_checkbox {
    width: 25px;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.comment__content {
    color: black;
    float: left;
    width: calc(100% - 70px);
    margin: 0;
    font-size: 13px;
    line-height: 15.16666671px;
}

.comment-admin .comment__content {
    width: calc(100% - 100px);
}

.comment__author {
    display: inline-block;
    float: left;
    width: 70px;
}

.comment__profile-pict {

}

.comment__ago {

    /*    position: absolute;
        bottom: 6px;
        right: 0px;*/
    float: right;
    display: inline-block;
    margin: 0;
    font-size: 11px;
    text-style: italic;
}

.comment__user-name {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}


#comment-form {
    width: 100%;
    padding: 5px;
    margin-top: 18px;
    position: relative;
    box-sizing: border-box;
}

#comment-form.reply-to {
    margin-top: 0;
    background: #fff;
    position: absolute;
    border: 1px solid #ddd
}

#comment-form .profile-pict-medium {
    float: left;
}

div#insert-comment {
    /*background: url('../images/sprite.png') no-repeat top left;   
    background-position: 0 -470px; */

    box-sizing: border-box;

    float: left;
    width: 532px;
    width: calc(100% - 64px);
    height: 166px;
    /*padding-left: 25px;
    padding-top: 13px;*/
    margin-left: 8px;
}

.comment-input {
    box-sizing: border-box;

    width: 100%;
    height: 53px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding-top: 12px;
    padding-left: 5px;
    padding-bottom: 12px;
    padding-right: 5px;
    font-size: 13px;
    margin-top: 5px;
}

/* message */
/*
.message-preview__author {
  display: inline-block;
  float: left;
  width: 70px;
}

.message-preview__profile-pict {
  
}

.message-preview__ago {
  
  position: absolute;
  bottom: 6px;
  right: 0px;
display: inline-block;
  margin: 0;
  font-size: 11px;
  text-style: italic;
}

.message-preview__user-name {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;  
}

.message-preview__content {
  float: left;
  width: calc(100% - 70px);
  margin: 0;
  max-height: 68px;
  overflow: hidden;
}

*/

/* profile */

.stats {
    font-size: 13px;
    line-height: 20px;
    color: #c80000;
}

.profile-col {
    width: 33%;
    float:left;
    font-size: 13px;
}

.profile__tagline-holder {
    border: 1px dotted rgba(27, 31, 33, 0.6);
    padding: 6px;
    margin: 0 36px 24px 36px;
}

.profile__tagline {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #0091FF;
    font-weight: bold;
}

.profile__tagline-input {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #0091FF;
    font-weight: bold;
    margin: 0;
    width: 100%;
    min-height: 100px;
    border: none;
}

.profile__tagline__edit {
    font-size: 11px;
    color: #8c8c8c;
    text-align: right;
}

.profile__tagline__edit a {
    color: #8c8c8c;
    text-decoration: underline;
}

.profile__tagline-form {
    display: none;
}

/* sign-up */
.sign-up-form-col {
    box-sizing: border-box;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

/* record box */

#sample-form {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
}

/* profile */

#profile-pict {
    border: 2px solid rgb(200,200,200);
    position: relative;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
}

#profile-pict-label {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 2px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

/* footer */

#page-numbers-holder {
    width: 100%;
    text-align: center;
}

#page-numbers {
    font-size: 15px;
    color: #a5a5a5;
    /*width: 100px;*/
    display: inline-block;
    margin: 0 auto;
    line-height: 22px;
}

#page-numbers li {
    /*display: inline;*/
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}


#page-numbers .selected {

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -2244px;

    width: 21px;
    height: 22px;
    color: white;
    text-align: center;
}

#page-numbers a {
    color: black;
    text-decoration: underline;
}

#footer {
    /*background: url('../images/sprite.png') no-repeat top left; 
    background-position: 0 -1031px; */
    margin-top: 10px;
    border-top: 1px solid #eAeAeA;
    box-sizing: border-box;
    width: 100%;
    padding-top: 23px;
    margin-bottom: 23px;
    padding-bottom: 18px;
    color: #7d7d7d;
    position: relative;
}

.footer__mentions {
    float: left;
    display: inline-block;
    margin-bottom: 12px;
}

.footer__buttons {
    text-align: center;
    display: block;
    width: 100%;
}

.footer__paypal-form {
    /*margin-left: 20px;*/
    /*float: left;*/
    display: inline-block;
}

#footer .paypal_btn {
    /*    display: block;
        float: left;*/
    margin: 0 5px;
    display: inline-block;
}

#footer .footer-links {
    color: #000;
    margin: 0 5px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
}

#footer .footer-divider {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
}

#footer .facebook {
    display: inline-block;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1357px;

    margin-left: 10px;

    /*  position: absolute;
      top: 30px;
      right: 30px;*/
    /*float: left;*/

    width: 24px;
    height: 24px;
}

#footer .twitter {
    display: inline-block;

    margin-left: 10px;

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1527px;

    /*  position: absolute;
      top: 30px;
      right: 65px;  */
    /*float: left;*/

    width: 24px;
    height: 24px;
}

/* mailbox */

.mailbox__message-list__back, .mailbox__message-list__forward {
    color: black;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.mailbox__message-list__back {
    float: left;
}

.mailbox__message-list__forward {
    float: right;
}

.mailbox__message-list__row {
    border-bottom: 1px dotted rgb(207,207,207);
    padding-top: 12px;
    padding-left: 12px;
    height: 77px;
    overflow: hidden;
}

.mailbox__message-list__row__author {
    display: inline-block;
    float: left;
    width: 70px;
}

.mailbox__message-list__row__profile-pict {

}

.mailbox__message-list__row__content {
    color: black;
    float: left;
    width: calc(100% - 70px);
    margin: 0;
}



.message-row {
    border-bottom: 1px dotted rgb(207,207,207);
    padding-top: 12px;
    padding-left: 12px;
}

#flag-selector {
    width: 67px;
    height: 42px;

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -939px;

    display: block;
    position: absolute;
    top: 5px;
    right: -2px;
    padding-top: 7px;
    padding-left: 5px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
}

#flag-selector p {
    position: absolute;
    right: 10px;
    top: 2px;
    margin: 0;
    padding: 0;
}

#flag-selector div.french {

    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -1127px;

    width: 32px;
    height: 32px;
}

#flag-selector div.usa {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -3134px;

    width: 29px;
    height: 29px;
}

.proposal-box-comment, .closed-sample-box-comment {
    height: 30px;
    overflow: hidden;
    display: block;
}

.sample-preview {
    overflow: hidden;
    width: 560px;
    height: 50px;
}

#proposal-form {
    margin-top: 18px;
}

.proposal-form__inner {
    float: left;
    margin-top: 7px;
}

.proposal-form__answer-block {
    margin-left: 0 !important;
}

#proposal-form .profile-pict-medium {
    float: left;
}

#insert-proposal {
    float: left;
    background-image: url('../images/answer.bkg.png');
    width: 532px;
    height: 137px;
    padding-left: 25px;
    padding-top: 13px;
    margin-left: 5px;

    /*  width: 557px;*/
}

.answer-input {
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -202px;

    background-color: transparent;
    background-repeat: no-repeat;
    width: 204px;
    height: 28px;
    border: 0px;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #919191;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.answer-input.disabled {
    background: #dcdcdc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#spinner {
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 0;

    width: 16px;
    height: 16px;

    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

#changePicture_picture {
    position: absolute;
    top:0px;
    left: 0;
    width:0px;
    cursor:pointer;
    border: 1px solid black;
    width: 100px;
    height: 100px;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}

.full-screen-div {
    width: 100%;
    max-width: 1000px;
}

#flash-msg {
    position:fixed;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 10px;
}

/* message form */

.new-message-form #message_content {
    box-sizing: border-box;
    width: 600px;
    max-width: 100%;
    /*  width: 100%;*/
    height: 120px;
}

/* facebook */
.datawrap{
    word-wrap:break-word
}
.word_break{
    display:inline-block
}
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.aero{
    opacity:.5
}
.column{
    float:left
}
.center{
    margin-left:auto;
    margin-right:auto
}
#facebook .hidden_elem{
    display:none !important
}
#facebook .invisible_elem{
    visibility:hidden
}
#facebook .accessible_elem{
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute;
    width:1px
}
.direction_ltr{
    direction:ltr
}
.direction_rtl{
    direction:rtl
}
.text_align_ltr{
    text-align:left
}
.text_align_rtl{
    text-align:right
}
.pluginFontArial,.pluginFontArial button,.pluginFontArial input,.pluginFontArial label,.pluginFontArial select,.pluginFontArial td,.pluginFontArial textarea{
    font-family:Arial, sans-serif
}
.pluginFontLucida,.pluginFontLucida button,.pluginFontLucida input,.pluginFontLucida label,.pluginFontLucida select,.pluginFontLucida td,.pluginFontLucida textarea{
    font-family:Lucida Grande, sans-serif
}
.pluginFontSegoe,.pluginFontSegoe button,.pluginFontSegoe input,.pluginFontSegoe label,.pluginFontSegoe select,.pluginFontSegoe td,.pluginFontSegoe textarea{
    font-family:Segoe UI, sans-serif
}
.pluginFontTahoma,.pluginFontTahoma button,.pluginFontTahoma input,.pluginFontTahoma label,.pluginFontTahoma select,.pluginFontTahoma td,.pluginFontTahoma textarea{
    font-family:Tahoma, sans-serif
}
.pluginFontTrebuchet,.pluginFontTrebuchet button,.pluginFontTrebuchet input,.pluginFontTrebuchet label,.pluginFontTrebuchet select,.pluginFontTrebuchet td,.pluginFontTrebuchet textarea{
    font-family:Trebuchet MS, sans-serif
}
.pluginFontVerdana,.pluginFontVerdana button,.pluginFontVerdana input,.pluginFontVerdana label,.pluginFontVerdana select,.pluginFontVerdana td,.pluginFontVerdana textarea{
    font-family:Verdana, sans-serif
}
.pluginFontHelvetica,.pluginFontHelvetica button,.pluginFontHelvetica input,.pluginFontHelvetica label,.pluginFontHelvetica select,.pluginFontHelvetica td,.pluginFontHelvetica textarea{
    font-family:Helvetica Neue, Helvetica, Arial, sans-serif
}
._51mz{
    border:0;
    border-collapse:collapse;
    border-spacing:0
}
._5f0n{
    table-layout:fixed;
    width:100%
}
.uiGrid .vTop{
    vertical-align:top
}
.uiGrid .vMid{
    vertical-align:middle
}
.uiGrid .vBot{
    vertical-align:bottom
}
.uiGrid .hLeft{
    text-align:left
}
.uiGrid .hCent{
    text-align:center
}
.uiGrid .hRght{
    text-align:right
}
._51mx:first-child>._51m-{
    padding-top:0
}
._51mx:last-child>._51m-{
    padding-bottom:0
}
._51mz ._51mw{
    padding-right:0
}
._51mz ._51m-:first-child{
    padding-left:0
}
.pluginButtonSpacer{
    padding-left:4px
}
.pluginButton{
    background:#4c69ba;
    background:-webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background:-webkit-linear-gradient(#4c69ba, #3b55a0);
    border:none;
    -webkit-border-radius:2px;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
    height:20px;
    line-height:20px;
    padding:0;
    text-shadow:0 -1px 0 #354c8c;
    white-space:nowrap
}
.pluginButtonInline{
    display:inline-block
}
.pluginButtonX{
    cursor:default
}
.pluginButton button{
    background:transparent;
    border:0;
    color:inherit;
    cursor:pointer;
    font:inherit;
    font-weight:bold;
    margin:-1px;
    outline:none;
    padding:0;
    text-shadow:0 -1px 0 #354c8c
}
.pluginButtonIcon{
    height:14px;
    left:0;
    margin:0 4px 0 4px;
    position:relative;
    top:3px;
    vertical-align:top;
    width:14px
}
.pluginButtonImage{
    display:inline-block
}
.pluginButtonContainer{
    -webkit-font-smoothing:antialiased
}
.pluginButtonIconPlaceholder{
    display:block;
    height:14px;
    width:7px
}
.pluginButton .pluginButtonLabel{
    padding:0 5px 0 0;
    position:relative;
    vertical-align:top
}
.android .pluginButton .pluginButtonLabel{
    top:1px
}
.pluginButton:hover{
    background:#5b7bd5;
    background:-webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
    background:-webkit-linear-gradient(#5b7bd5, #4864b1);
    border-color:#5874c3 #4961a8 #41599f;
    -webkit-box-shadow:inset 0 0 1px #607fd6
}
.pluginButtonPressed,.pluginButtonPressed:hover{
    background:#355089;
    background:-webkit-gradient(linear, center top, center bottom, from(#415ca9), to(#4c69ba));
    background:-webkit-linear-gradient(#415ca9, #4c69ba);
    border-color:#385490 #ddd #374f92;
    -webkit-box-shadow:inset 0 0 1px #3e58a3;
    opacity:.7
}
.pluginButtonErrorLink{
    color:#a00;
    font-weight:bold
}
.pluginButtonX .pluginButtonXOff,.pluginButtonX button:hover .pluginButtonXOn,.pluginButtonX button:focus .pluginButtonXOn{
    display:inline-block
}
.pluginButtonX .pluginButtonXOn,.pluginButtonX button:hover .pluginButtonXOff,.pluginButtonX button:focus .pluginButtonXOff{
    display:none
}
.pluginButton .pluginButtonThrobber,form.async_saving .pluginButtonIconWithThrobber{
    display:none
}
form.async_saving .pluginButtonThrobber{
    display:inline-block;
    margin-top:2px;
    margin-bottom:1px;
    max-width:14px
}
.sp_plugin-button-1_5x{
    background-size:32px 76px;
    background-repeat:no-repeat;
    display:inline-block;
    height:14px;
    width:14px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_favblue{
    background-position:0 -44px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_chblue{
    background-position:0 -28px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_xblue{
    background-position:-16px -28px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_thumb{
    background-position:-16px -44px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_bigthumb{
    width:30px;
    height:26px;
    background-position:0 0
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_fav{
    background-position:0 -60px
}
.sp_plugin-button-1_5x.sx_plugin-button-1_5x_favgrey{
    background-position:-16px -60px
}
i.img{
    -ms-high-contrast-adjust:none;
    _overflow:hidden
}
i.img u{
    left:-999999px;
    position:absolute
}
._5f0v{
    outline:none
}
._3oxt{
    outline:1px dotted #3b5998;
    outline-color:invert
}
.webkit ._3oxt{
    outline:5px auto #5b9dd9
}
.win.webkit ._3oxt{
    outline-color:#e59700
}
._3sod{
    background-color:#e9eaed;
    border:1px solid #9daccb;
    -webkit-border-radius:3px;
    font-size:11px;
    margin-top:3px;
    opacity:0;
    position:relative;
    top:-30px;
    -webkit-transition:top .2s ease-in-out, opacity .3s ease-in-out
}
._5p3y ._3sod{
    font-size:12px
}
._5vb_ ._3sod,._6nw ._3sod{
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
    font-size:12px;
    margin-top:4px;
    -webkit-transition:top .2s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .2s ease-in-out
}
._3soe{
    opacity:1;
    top:0
}
._3sof{
    display:none
}
._3sod:hover{
    background-color:#c4cde0
}
._5vb_ ._3sod:hover,._6nw ._3sod:hover{
    background-color:#fff;
    border:1px solid #bbb;
    -webkit-box-shadow:0 0 6px rgba(0, 0, 0, .4)
}
._3sod ._3sok{
    display:block;
    height:28px;
    margin-right:8px;
    width:28px
}
._3sod ._3soi,._3sod ._3soi:hover{
    color:#333;
    text-decoration:none
}
._3sod ._3soj{
    padding:10px
}
._3sod ._3sol{
    word-wrap:break-word
}
._3sod ._3soc{
    float:right;
    margin:8px 8px 7px 7px
}
._3sod ._1x8t{
    height:16px;
    width:16px
}
._3sod ._3som{
    color:#777;
    margin-top:5px
}
.uiLayer{
    outline:none
}
._1f8a{
    display:inline;
    float:left
}
._1f8b{
    float:left
}
._42ft{
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    white-space:nowrap
}
._42ft:hover{
    text-decoration:none
}
._42ft+._42ft{
    margin-left:4px
}
._42fr,._42fs{
    cursor:default
}
.textMetrics{
    border:none;
    height:1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:-9999999px
}
.textMetricsInline{
    white-space:pre
}
._32qa button{
    opacity:.4
}
._59ov{
    height:100%;
    height:910px;
    position:relative;
    top:-10px;
    width:100%
}
._5ti_{
    background-size:cover;
    -webkit-filter:blur(10px);
    height:100%;
    width:100%
}
._5tj2{
    height:900px
}
._2mm3 ._5a8u .uiBoxGray{
    background:#fff;
    margin:0;
    padding:12px
}
.fb-share-btn {
    color: white;
}
.fb-share-btn:hover {
    text-decoration: none;
}

.fb-login-btn {
    display: inline-block;
    background: url(../images/facebook-login.png) no-repeat;
    width: 64px;
    height: 22px;
}

/* genres menu */

.sample-list-filters {
    width: 274px;
    height: 24px;
    margin-right: 0px;
    margin-bottom: 6px;
    float: right;
    position: relative;
}

.genres-menu, .listened-menu {
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    letter-spacing: -0.1px;
    position: relative;
    border: 2px solid rgb(219,219,219);
    color: white;
    width: 120px;
    float: right;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.listened-menu {
    margin-right: 6px;
}

.genres-menu-toggle, .listened-menu-toggle {
    display: block;
    color: #bf0505;
    font-size: 13px;
    font-weight: bold;
}

.genres-menu-arrow, .listened-menu-arrow {
    width: 10px;
    height: 5px;
    background: url('../images/sprite.png') no-repeat top left;
    background-position: 0 -3167px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.genres-menu-dropdown, .listened-menu-dropdown {
    display: none;

    margin: 0;
    padding: 0;
    position: absolute;

    top: 24px;

    left: -1px;

    border: 1px solid #86786f;
    width: 100%;
    list-style-type: none;

    background-color: white;
    z-index: 100;
}

.genres-menu-dropdown li, .listened-menu-dropdown li {
    margin: 0;
    display: block;
    width: 100%;
}

.genres-menu-dropdown a, .listened-menu-dropdown a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
}

.genres-menu-dropdown a:hover, .listened-menu-dropdown a:hover {
    background-color: #bf0505;
    color: white;
}

/* social-bar */

.social-bar {
    width: 128px;
    margin: 0 auto;
}

.social-bar a {
    display: block;
    float: left;
    background: url(../images/social.png) no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px 1325px;
    margin: 0 16px 0 16px;
}

.social-bar-facebook {
    background-position: 0 -607px !important;
}

.social-bar-twitter {
    background-position: 0 -857px !important;
}

.addthis_sharing_toolbox {
    float: right;
    text-align: right;
    width: 250px;
    height: 32px;
}

.addthis-share-title {
    float: left;
    padding-right: 12px;
    line-height: 32px;
    height: 32px;
}

/* search */

#cse-search-results, #cse-search-results iframe {
    width: 641px;
}

.proposal-itunes-play, .proposal-itunes-stop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.proposal-itunes-play {
    background-image: url(../images/play-h.png);
    background-size: contain;
}

.proposal-itunes-stop {
    background-image: url(../images/pause-h.png);
    background-size: contain;
}

.proposal-itunes-btn {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display:inline-block;
    overflow:hidden;
    background:url(https://linkmaker.itunes.apple.com/htmlResources/assets//images/web/linkmaker/badge_itunes-sm.png) no-repeat;
    width:45px;
    height:15px;
    @media only screen{
        background-image:url(https://linkmaker.itunes.apple.com/htmlResources/assets//images/web/linkmaker/badge_itunes-sm.svg);
    }
}

.proposal-not-this-itunes-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.closed-sample-video {
    display: none;
}

.closed-sample-video-content {
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
    max-width: 100% !important;
}

.closed-sample__proposal-cover {
    position: relative;
    margin-bottom: 2px;
}

.closed-sample__proposal-name {
    box-sizing: border-box;
    width: 185px;
    height: 86px;
    padding-top: 28px;
}

.profile-right-box {
    width: 320px;
    float: right;
}

/* recorder */

.right-column-why-ads {
    display: inline-block;
}

.fancybox {
    cursor: pointer;
}

#fancybox-content h1 {
    margin-top: 6px;
}

.paytime-action {
    text-align: center;
    line-height: 24px;
}

.paytime-action a {
    font-size: 14px;
}

#gettogether-side {
    border-radius: 0 0 5% 5%;
    font-size: 17px;
    padding: 12px 12px;
    display: block;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 7px;
    background-color: #E95659;
    color: white;
}

#gettogether-side div {
    position: relative;
    top: -6px;
}

#gettogether-side img {
    width: 86px;
    position: relative;
    top: 12px;
    left: 4px;
}

/* Index */
.index-top__title {
    float: left;
    font-size: 18.5px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 18px;
}

.explaination-box {

    box-sizing: border-box;

    position: relative;

    width: calc(100% - 28px);
    margin: 10px auto 0px auto;

    padding: 0px 10px 8px 10px;

    border: 2px solid #c80001;
    border-radius: 5px;

    color: black;
    font-size: 14px;
    position: relative;
    top: -12px;
    text-align: center;
}

.explaination-box__ul {
    line-height: 18px;
}

.explaination-box__close {
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    color: red;
    position: absolute;
    right: -10px;
    top: -10px;
    background: white;
}

.explaination-box__btn {
    display: inline-block;
    background: red;
    border-radius: 12px;
    padding: 10px;
    color: white;
}

.explaination-box__btn:hover {
    background: rgba(255, 0, 0, 0.8);
}

.responsive-mobile {
    height: 90px;
}

/* RANKING */

.ranking__filters {
    margin-bottom: 34px;
}

.ranking__item {
    display: block;
    clear: both;
    height: 90px;
    margin-bottom: 60px;
}

.ranking__item__rank {
    margin: 0;
    float: left;
    font-size: 38px;
    line-height: 90px;
    height: 90px;
    color: black;
    text-align: right;
    width: 36px;
}

.ranking__item__pict {
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*border: 1px solid #D8D8D8;*/
    border: 1px solid #FAFAFA;
    background-size: cover;
    background-position: center center;
    margin: 0 18px;
}

.ranking__item__middle {
    float: left;
}

.ranking__item__middle__login {
    color: #0091FF;
    font-size: 18px;
    line-height: 22px;
    margin-top: -2px;
    letter-spacing: 2px;
    font-weight: 600;
}

.ranking__item__middle__login:hover {
    text-decoration: underline;
}

.ranking__item__middle__stats {
    margin: 9px 0 0 0;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: black;
}

.ranking__item__middle__stats--blue {
    color: #0091FF;
}

.ranking__item__middle__stats--bold {
    color: black;
    font-weight: 600;
}

.ranking__item__right {
    float: right;
}

.ranking__item__right__since {
    font-size: 12px;
    line-height: 22px;
    font-weight: 100;
    margin-top: -2px;
    margin-bottom: 39px;
}

.ranking__item__right__profile-btn {
    cursor: pointer;
    float: right;
    width: 130px;
    height: 34px;
    border: none;
    color: white;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.81px;

    background: rgba(0,196,255,1);
    background: -moz-linear-gradient(left, rgba(0,196,255,1) 0%, rgba(0,145,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,196,255,1)), color-stop(100%, rgba(0,145,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,196,255,1) 0%, rgba(0,145,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,196,255,1) 0%, rgba(0,145,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,196,255,1) 0%, rgba(0,145,255,1) 100%);
    background: linear-gradient(to right, rgba(0,196,255,1) 0%, rgba(0,145,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4ff', endColorstr='#0091ff', GradientType=1 );
}

@media screen and (max-width: 899px) {

    #main-column {
        width: 100%;
    }

    #right-column {
        display: none;
    }

    #cse-search-box {
        display: none;
    }

    .ribbon {
        right: -8px;
        top: -5px;
        width: 15px;
        height: 15px;
        background-color: transparent;
    }

    .ribbon.badges {
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
    }

    .closed-samples {
        width: 130px;
        display: inline-block;
        text-align: center;
    }

    .adsense-links {
        padding: 0;
        width: auto;
        padding: 0 20px;
    }

    /* Menu */

    #header {
        text-align: center;
        position: unset;
    }

    #header-record {
        margin-left: 0;
        margin-top: 9px;
    }
    .mobile-header-record {
        float: none !important;
        margin: 0 auto !important;
        width: 220px !important;
    }

    #header-main-menu {
        margin: 6px auto 12px auto;
        float: none;
        box-sizing: border-box;
    }

    .header-main-menu--overlay {
        display: block !important;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 1000;
        background-color: #ffffff;
    }

    .header-main-menu--overlay a {
        display: block !important;
        width: 100% !important;
        font-weight: bold;
        text-transform: uppercase;
        color: black !important;
    }

    #menu-recenty-found, #menu-recent-activities {
        display: inline;
    }

    .main-menu-separator.menu-tablet-extras {
        display: block;
    }

    /* Recent Activities */
    .left-ad {
        display:none;
    }

    .recent-activities-list--left-ad {
        width: 100%;
    }

}

@media screen and (max-width: 727px) {

    .bottom-banner-large {
        display: none;
    }

}
.mobile-header-record {
    display: none !important;
}

/*@media screen and (max-width: 685px) {*/
@media screen and (max-width: 797px) {

    html {
        background-color: white;
    }


    #confirm-proposal-div h2 {
        color: #ce1b1b;
        white-space: pre-line;
        line-height: normal;
    }

    .explaination-box {
        top: 7px;
        margin-bottom: 22px;
    }

    #main {
        padding: 0 10px;
        margin-top: 15px;
    }

    #header {
        top: 29;
        min-height: 70px;
        /*border-bottom: 1px solid #ddd;*/
        z-index: 1000;
    }

    #header-logo {
        float: left;
        display: inline-block;
        z-index: 100;
        margin: 13px auto 0 0;
        width: 109px;
        text-align: center;
        font-style: italic;
    }

    #header-logo div {
        background: url('../images/logo.png') no-repeat;
        width: 104.5px;
        height: 41.5px;
        background-size: contain;
    }

    .header__baseline {
        display: none;
    }

    #header-record {
        display: none;
    }
    .mobile-header-record {
        display: block !important;
    }

    #header-main-menu {
        display: none;
    }

    #flag-selector {
        display: none;
    }

    .header__sign-btns {
        display: none;
    }

    .header__welcome-line {
        display: none;
    }

    .header__hamburger-menu {
        width: 44px;
        height: 44px;
        background: url('../images/hamburger-menu.png') no-repeat center;
        background-size: 36px;
        display: inline-block;
        margin-top: 15px;
        float: right;
        position: relative;
        z-index: 10000;
    }

    #header-main-menu a {
        float: none;
        padding: 5px 0;
    }

    .main-menu-separator {
        width: auto;
        float: none;
    }

    .main-menu-separator.menu-mobile-extras {
        display: block;
    }


    .index-top {
        text-align: center;
    }

    .index-top__title {
        width: 100%;
        text-align: center;
    }

    .sample-list-filters {
        display: inline-block;
        width: auto;
        height: 24px;
        margin: 0px auto 6px auto;
        float: none;
        top: -7px;
        position: relative;
    }

    .listened-menu {
        float: left;
    }

    .sample-box {
        min-height: auto;
    }

    .sample-box--premium {
        margin-top: 22px;
    }

    .sample-box__premium {
        position: absolute;
        left: -8px;
        top: -19px;
        bottom: 0;
        /*
        width: 123px; 
    
        height: 20px; 
        */
        transform: none;
        /*    transform-origin: left top 0; 
            font-size: 12px; 
            color: red; 
            letter-spacing: 6px; 
            text-transform: uppercase; 
            text-align: center; 
            line-height: 20px; 
            font-weight: 300;*/
    }


    .sample-box-profile-pict-container {
        border: none;
        background: none;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        float: none;
        text-align: left;
    }

    .sample-box-profile-pict {
        width: 25px;
        height: 25px;
        margin: 0;
        margin-right: 4px;

        display: inline-block;
    }

    .sample-box-by-line {
        display: inline-block;
        text-align: left;
        width: auto;
        vertical-align: top;
        margin-top: 6px;
    }

    .sample-box__posted-ago {
        display: none;
    }


    .sample-box-comment, .sample-box-genre {
        left: 99px !important;
    }

    .sample-box .sample-box-comment {
        width: 100%;
        height: auto;
        max-height: 42px;
    }

    .sample-box-actions-play2, .sample-box-actions-answer {
        font-size: 11px;
    }

    .sample-box-actions-answer {
        width: auto;
    }

    .listen-text, .listen-progress {
        width: 80px;
    }

    .sample-box-actions-play2 {
    }

    .sample-box-actions-follow {
        font-size: 11px;
    }

    .sample-box-actions-play2__lbl {
    }

    .sample-box-actions__counter {
        font-size: 10px;
    }

    .proposal__author {
        width: 100%;
    }

    .proposal__profile-pict {
        margin-bottom: 2px;
        display: inline-block;
        float: left;
        width: auto;
        height: auto;
    }

    .proposal__profile-pict img {
        width: 25px;
        height: 25px;
    }

    .proposal__user-name {
        text-align: left;
        margin-left: 5px;
        height: 25px;
        line-height: 25px;
        width: calc(100% - 30px);
    }

    .proposal {
        margin-bottom: 12px;
    }

    .proposal__cover {
        margin-left: 0;
    }

    ul.proposals-list li .cover-medium {
        left: 77px;
    }

    ul.proposals-list li .artist, ul.proposals-list li .song-title {
        left: 173px;
    }

    .proposals-list .ago {
        display: none;
    }

    .proposal__supports {
        margin-top: 56px;
    }

    /* proposal form */

    .proposal-form__cover {
        display: none;
    }

    .proposal-form__answer-block {
        margin-left: 8px !important;
    }

    /* Comment */

    .comment__author {
        width: 100%;
    }

    .comment__profile-pict {
        margin-bottom: 2px;
        display: inline-block;
        float: left;
        width: auto;
        height: auto;
    }

    .comment__profile-pict img {
        width: 25px;
        height: 25px;
    }

    .comment__user-name {
        text-align: left;
        margin-left: 5px;
        height: 25px;
        line-height: 25px;
        width: calc(100% - 30px);
    }

    .comment__content {
        width: 100%;
    }


    /* closed sampled */

    .closed-sample__proposal-name {
        width: calc(100% - 94px);
    }

    .closed-sample__vertical-separator {
        display: none;
    }

    /* sign up form */
    .sign-up-form-col {
        margin-left: 0;
        margin-right: 0;
    }

    /* messages */

    /*
    .message-preview__author {
      width: 100%;
    }
    
    .message-preview__profile-pict {
      margin-bottom: 2px;
      display: inline-block;
      float: left;
      width: auto;
      height: auto;
    }
    
    .message-preview__profile-pict img {
      width: 25px;
      height: 25px;    
    }
    
    .message-preview__user-name {
      text-align: left;
      margin-left: 5px;
      height: 25px;
      line-height: 25px;
      width: calc(100% - 30px);
    }  
    */

    .mailbox__message-list__row__author {
        width: 100%;
    }

    .mailbox__message-list__row__profile-pict {
        margin-bottom: 2px;
        display: inline-block;
        float: left;
        width: auto;
        height: auto;
    }

    .mailbox__message-list__row__profile-pict img {
        width: 25px;
        height: 25px;
    }

    .mailbox__message-list__row__user-name {
        text-align: left;
        margin-left: 5px;
        height: 25px;
        line-height: 25px;
        width: calc(100% - 30px);
    }

    .mailbox__message-list__row__content {
        width: 100%;
    }

    .ranking__item__rank {
        font-size: 20px;
        width: 16px;
    }

    .ranking__item__right {
        display: none;
    }

}

@media screen and (max-width: 1280px) {
    #gettogether-side {
        border-radius: 5% 5% 0 0;
        top: auto;
        bottom: 0;
        left: 7px;
    }
}

/* honeypot */
.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#please-wait {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: .8;
    display: none;
    background-color: #fff;
}

#please-wait .please-wait-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 50px;
    margin-top: -75px;
    text-align: center;
}

.toggle_edit_form {
    color: #8c8c8c;
    font-size: 12px !important;
    float: right;
}

#edit-proposal-form {
}

#edit-proposal-form.hidden {
    display: none;
}

#edit-proposal-form .error {
    color: #ce1b1b;
    margin-bottom: 5px;
}

.reset-proposal-edit-form {
    display: inline-block;
    display: none;
    line-height: 29px;
}
