@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

.comment_item a.song_header[href*="user"]:before, .comment_item a.song_header[href*="song"]:before, .comment_item a.song_header[href*="video"]:before, .comment_item a.song_header[href*="blog"]:before, .comment_item a.song_header[href*="stih"]:before, .fav_table a[href*="user"]:before, .fav_table a[href*="song"]:before, .fav_table a[href*="video"]:before, .fav_table a[href*="blog"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body > .google-auto-placed {
    display: none !important;
}

.vList li div i.a-ava {
    width: 50px;
    position: absolute;
    right: 10px;
    top: -45px;
    height: 40px;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left, .comment_item a.pull-left.song_header[href*="user"]:before, .comment_item a.pull-left.song_header[href*="song"]:before, .comment_item a.pull-left.song_header[href*="video"]:before, .comment_item a.pull-left.song_header[href*="blog"]:before, .comment_item a.pull-left.song_header[href*="stih"]:before, .fav_table a.pull-left[href*="user"]:before, .fav_table a.pull-left[href*="song"]:before, .fav_table a.pull-left[href*="video"]:before, .fav_table a.pull-left[href*="blog"]:before {
    margin-right: .3em
}

.fa.pull-right, .comment_item a.pull-right.song_header[href*="user"]:before, .comment_item a.pull-right.song_header[href*="song"]:before, .comment_item a.pull-right.song_header[href*="video"]:before, .comment_item a.pull-right.song_header[href*="blog"]:before, .comment_item a.pull-right.song_header[href*="stih"]:before, .fav_table a.pull-right[href*="user"]:before, .fav_table a.pull-right[href*="song"]:before, .fav_table a.pull-right[href*="video"]:before, .fav_table a.pull-right[href*="blog"]:before {
    margin-left: .3em
}

.comment_item a.song_header[href*="song"]:before, .fav_table a[href*="song"]:before {
    content: "\f001"
}

.comment_item a.song_header[href*="user"]:before, .fav_table a[href*="user"]:before {
    content: "\f007"
}

.comment_item a.song_header[href*="video"]:before, .fav_table a[href*="video"]:before {
    content: "\f03d"
}

.fav_table a[href*="blog"]:before {
    content: "\f040"
}

.comment_item a.song_header[href*="stih"]:before {
    content: "\f0cb"
}

.comment_item a.song_header[href*="blog"]:before {
    content: "\f14b"
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

html, body {
    height: 100%
}

body {
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #484848;
    background-color: #F3F4F5 !important;
    min-height: 100%
}

p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
}

p strong, p b {
    font-weight: 700
}

#wrapper {
    min-height: 100%
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

div.container {
    padding: 60px 0;
}

.prof .prof_about img {
    max-width: 480px;
    height: auto !important;
}

#topbg {
    background: linear-gradient(
            166deg
            ,#5d277a,#3d71a3);
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    position: fixed;
    height: 55px;
    margin: 0 auto;
    box-shadow: 4px 3px 9px rgba(0, 0, 0, 0.3);
}

div#topbg:after {
    background-image: url(/assets/img/sf.png);
    background-size: contain;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    z-index: -1;
    height: 55px;
}

.fList > div.col-md-3.col-sm-4.col-xs-6 {
    max-height: 200px;
    overflow: hidden;
    background: #333;
}

.fList > div.col-md-3.col-sm-4.col-xs-6 .img-responsive {
    margin: 0 auto;
    height: auto;
}

a.in {
    color: #0077cc;
    text-decoration: underline;
    font-size: 13px
}

a.in:hover {
    text-decoration: none
}

.imgItem a {
    outline: none
}

.imgItem img {
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%
}

.pravila {
    font-size: 0.9em;
    margin-bottom: 0.5em
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #777
}

.breadcrumps {
    margin: 15px;
    font-size: 13px;
    color: #bbb
}

.breadcrumps a {
    color: #9ab0bf;
    text-decoration: none
}

.breadcrumps a:hover {
    text-decoration: underline
}

.breadcrumps #crumbs li {
    display: inline;
    margin-right: 5px
}

.breadcrumps #crumbs li > a {
    margin-right: 10px
}

.bread {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #EF80AA;
    width: 284px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Open Sans'
}

.bread:hover {
    background-color: #EC4D89;
    text-decoration: none !important
}

.konkurs {
    display: block;
    margin-bottom: 15px;
    padding: 15px 5px;
    margin: 0 -15px 15px -15px;
    color: #3f4f81;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #f7cbac;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #faebd7;
    transition: .2s
}

.konkurs:hover {
    text-decoration: none;
    background: #f7cbac;
    color: #fff;
    transition: .2s
}

#topnav {
    float: left;
    margin-left: 0;
}

header {
    height: 55px;
    max-width: 1370px;
    min-width: 320px;
    margin: 0 auto;
    position: relative
}

header .logo {
    height: 55px;
    float: left;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    transition: .3s;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 10px;
    text-decoration: none;
    overflow: hidden;
}

header .logo:hover, #topmenu li a:hover, #topmenu li span:hover, header .login:hover, .btn-mobile:hover {
    background-color: #fff3;
}

@media (max-width: 480px) {
    header .logo {
        max-width: 130px !important;
        left: 60px !important;
        padding: 0;
    }

    header .login span > .fa-angle-down {
        position: inherit;
    }

    .row {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }

    .cItem:hover > .moder {
        position: relative;
        left: 50px;
        font-size: 11px;
        font-weight: bold;
        top: 0;
        text-align: center;
        padding: 5px;
        margin: 0 auto;
    }

    .cItem .moder a {
        color: #ffffff !important;
        background: #9b9e9c;
        padding: 2px 5px;
        border-radius: 5px;
    }
}

header .logo span {
    color: #d0e0e6;
    font-size: 12px
}

header .logo svg {
    width: 120px;
    height: 48px;
    margin-top: 4px;
}

header .login {
    float: right;
    line-height: 54px;
    height: 55px;
    padding-right: 20px;
    color: #fff;
    position: absolute;
    right: 0;
}

header .login span {
    color: #fff;
    max-width: 100px;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .login span > .fa-angle-down {
    top: 20px;
    right: 13px;
    position: absolute;
}

header .login li {
    display: inline-block
}

header .login span:not(.plus) {
    display: inline-block;
}

header .login li span.plus {
    vertical-align: 25px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 -6px 0 10px;
    border-radius: 5px;
    background-color: #fe8f3d;
    color: #fff;
}

header .login span img {
    width: 40px;
    height: 40px;
    margin: 8px 0 8px 8px;
    border: 2px solid #405284;
    border-radius: 50%;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: inherit !important;
}

article {
    word-break: break-word
}

article h2 {
    font-size: 20px;
    color: #3f4f81;
    font-weight: 300;
    margin: 1em 0 .5em 0
}

article h3 {
    font-size: 14px;
    color: #3f4f81;
    font-weight: 600;
    margin: 1em 0 .5em 0
}

article p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px
}

article p strong, article p b {
    font-weight: 600
}

article ul {
    list-style-type: square
}

article ol {
    list-style-type: decimal
}

article li {
    margin: 10px 40px;
    font-size: 14px;
    line-height: 22px
}

article strong, article b {
    font-weight: 600
}

article em, article i {
    font-style: italic
}

article img {
    max-width: 100% !important;
    height: auto !important
}

.loginForm {
    margin: 20px 0
}

.loginForm label {
    display: block
}

.loginForm input[type="text"], .loginForm input[type="password"], .loginForm textarea {
    margin: 5px 0 20px 0;
    display: block
}

.miniProf {
    float: right;
    margin: 0 0 10px 20px
}

.miniProf a {
    display: block;
    margin-left: 65px;
    text-decoration: none;
    margin-top: 13px
}

header .login span>.fa-angle-down {
    right: 13px !important;
}

.miniProf a:hover {
    text-decoration: underline
}

.miniProf img {
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    width: 50px
}

.miniProf p {
    margin-left: 65px
}

.profile_menu {
    display: none;
    width: 290px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 55px
}

.profile_box {
    background: #ebebeb;
    color: #FFF;
    padding: 10px;
    height: 45px;
}

.profile_box > a.profile {
    padding: 0;
    color: #4f3a7b;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 4px;
}

.profile_box .rating {
    float: right;
    margin: 0;
}

#bgd {
    content: "";
    background: #00000061;
    transition: .3s;
    top: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
}

.profile_menu .go input[type="text"], .profile_menu .go input[type="password"] {
    display: block;
    width: 250px;
    margin: 5px 20px 20px 20px;
    box-sizing: border-box
}


.hide {
    display: none;
}

/* Footer start */

.footer-clean {
    padding: 35px 0;
    background-color: #3a3a3a;
    position: relative;
    border-top: 2px solid #3f4f81;
    color: #ffffff;
}

.f-logo img {
    width: 80%;
    transition: all 0.3s;
    filter: contrast(0) brightness(1);
}

.f-logo:hover img {
    filter: contrast(0) brightness(2);
}

.footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
}

.footer-clean ul a:hover {
    opacity:1;
}

.footer-clean .item.social {
    text-align:right;
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align:center;
        padding-bottom:20px;
    }

    .footer-clean .item.social {
        text-align:center;
    }

    header .login span>.fa-angle-down {
        display: none;
    }
}

.footer-clean div.container {
    padding: 0 !important;
}

.footer-clean .item.social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
}

.footer-clean .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-clean .copyright {
    margin-top: 5px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
}

.footer-clean .item.social > a:hover {
    opacity:0.9;
}

@media (max-width:991px) {
    .footer-clean .item.social > a {
        margin-top:40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }

    .f-logo img {
        width: 50%;
    }

    .footer-clean {
        padding: 35px 0 0 0;
    }

    .footer-clean .item:not(.cpr) {
        width: 33%;
    }
}

/* End footer */

.profile_menu .go input[type="checkbox"] {
    min-height: 10px !important
}

.profile_menu .go strong {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 18px
}

.profile_menu .go button {
    width: 250px;
    margin: 20px
}

.profile_menu .go label {
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline
}

.snet a {
    padding: 3px 10px;
    opacity: 0.6;
    border-radius: 5px;
    transition: all 0.3s;
    color: #FFF;
    border: 1px solid #fff;
}

.snet a:hover {
    opacity: 1;
}

#topbg .google-auto-placed {
    display: none !important;
}

.profile_menu .go a.lost {
    display: block;
    line-height: 34px;
    margin: 20px 20px 0 20px;
    text-decoration: none;
    color: #f88;
    text-align: center
}

.profile_menu .go a.lost:hover {
    color: #f00;
    background-color: #fdd
}

.profile_menu .go a.reg {
    display: block;
    line-height: 34px;
    margin: 0 20px 20px 20px;
    text-decoration: none;
    color: #43ac6a;
    text-align: center
}

.profile_menu .go a.reg:hover {
    color: #00a300;
    background-color: #c4e9c4
}

.profile_menu a.editProfile {
    line-height: 34px;
    text-decoration: none;
    width: 60%;
    text-align: center;
    color: #343434;
    display: inline-block;
    background-color: #c0f9c6
}

.profile_menu a.editProfile:hover {
    background-color: #a8e5ff;
    text-decoration: none;
    color: #000
}

.profile_menu a.exit {
    float: right;
    line-height: 34px;
    width: 40%;
    background-color: #fff0f0;
    text-align: center;
    color: red
}

.profile_menu a.exit:hover {
    background-color: #fdd;
    text-decoration: none;
    color: #f00
}

.profile_menu a {
    text-decoration: none;
    color: #3f4f81
}

.profile_menu a:hover {
    text-decoration: underline
}

.profile_menu a.my {
    font-size: 17px;
    text-decoration: underline;
    color: #52ac62
}

.profile_menu a.my:hover {
    text-decoration: none
}

.profile_menu p.tAdd {
    background-color: #f3f3f3;
    text-align: center;
    line-height: 40px
}

.profile_menu .pAdd {
    background-color: #f3f3f3;
    width: inherit;
    font-size: 0;
    margin-bottom: 10px
}

.profile_menu .pAdd li {
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
    background-color: #43ac6a;
    color: #fff;
    height: 34px;
    line-height: 34px;
    margin-right: 2px;
    margin-bottom: 2px
}

.profile_menu .pAdd li a {
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
    width: 140px;
    display: inline-block;
    transition: .3s
}

.profile_menu .pAdd li a:hover {
    background-color: #2a9250;
    transition: .3s
}

.profile_menu .pAdd li a.ed, .profile_menu .pAdd li a.ad {
    width: 70px;
    padding: 0 10px
}

.profile_menu .pLnk {
    width: 150px;
    padding: 20px 0 0 20px
}

.profile_menu .pLnk span {
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 12px
}

.profile_menu .pLnk span.plus {
    border-radius: 5px;
    background-color: #fe8f3d;
    color: #fff
}

.profile_menu .pLnk li {
    margin-bottom: 20px
}

#topmenu {
    color: #fff;
}

#topmenu li {
    display: inline-block;
    line-height: 55px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    position: relative;
    box-sizing: border-box
}

#topmenu li span {
    cursor: pointer;
    line-height: 55px;
    padding: 16px
}

#topmenu li span.plus {
    font-size: 10px;
    position: absolute;
    top: -18px;
    left: 40%;
    color: #3f4f81;
    height: 10px
}

#topmenu li a {
    color: #fff;
    text-decoration: none;
    padding: 16px 10px;
    transition: .3s
}

#topmenu li.active a {
    color: #a8e5ff;
    box-shadow: inset 0 -3px 0
}

#topmenu li > ul {
    display: none;
    width: auto;
    white-space: nowrap;
    position: absolute;
    z-index: 5
}

#topmenu li > ul li {
    background-color: #4e397a;
    display: block;
    width: 100%;
    line-height: 25px
}

#topmenu li > ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px
}

#topmenu li:hover > ul {
    display: block
}

#topmenu li:hover > ul li > ul {
    left: 50px
}

.content {
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px 150px 15px;
    overflow: auto;
    margin-top: 20px;
    position: relative
}

.clr {
    clear: both
}

.pagination {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center
}

.pagination > li {
    display: inline
}

.pagination > li a {
    border-color: #DDD;
    color: #2A6496;
    text-decoration: none
}

.pagination > li a:hover {
    background-color: #EEE
}

.pagination > li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px
}

.userList {
    font-size: 13px;
    width: 100%
}

.userList thead {
    padding: 20px
}

.userList thead a {
    text-decoration: none
}

.userList thead a:hover {
    text-decoration: underline
}

.userList thead th {
    height: 50px
}

.userList td {
    border-top: 1px solid #ddd;
    height: 60px;
    vertical-align: middle
}

.userList .uListAva {
    float: left;
    margin-right: 15px;
    max-width: 150px;
    border-radius: 2px
}

.userList .reg {
    padding-left: 10px;
    color: #999
}

.userList .uListName {
    font-size: 16px
}

.lenta .lentaItem {
    margin: 20px 0
}

.lenta .lentaItem strong {
    font-weight: 600
}

.bListUser {
    margin: 20px 0 30px;
    padding: 0 0 0 30px;
    list-style-type: decimal
}

.bListUser li {
    padding: 10px
}

.bListUser li:nth-child(odd) {
    background-color: #f7f7f7
}

.bListUser li span {
    float: right;
    color: #666;
    font-size: 13px
}

.vListUser {
    margin: 20px 0 30px;
    padding: 0 0 0 30px;
    list-style-type: circle
}

.vListUser li {
    padding: 10px
}

.vListUser li:nth-child(odd) {
    background-color: #f7f7f7
}

.vListUser li span {
    float: right;
    color: #666;
    font-size: 13px
}

.media-count-mini {
    position: absolute;
    top: 65px
}

.media-count-mini a {
    padding: 3px 8px;
    margin-right: 20px;
    border-radius: 4px;
    background-color: rgba(56, 134, 167, 0.09);
    color: #666
}

.media-count-mini a.active {
    background-color: #a6e5ff;
    color: #4f3a7b;
}

.mega {
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border-radius: 2px;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #fff
}

.btn-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    cursor: pointer
}

.btn-mobile:hover {
    color: #fff
}

#center {
    width: 53%;
    margin-left: 1.3%;
    margin-right: 1.3%;
    float: left
}

.max_player {
    margin: 10px auto;
    padding: 10px
}

.max_player > div {
    margin: 0 auto
}

.open-share {
    border-top: 1px solid #EDEDED;
    height: 1px;
    margin: 20px 0
}

.open-share span {
    margin: 0 auto;
    display: block;
    width: 100px;
    background-color: #fff;
    margin-top: -9px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 10px;
    padding: 2px 10px;
    border: 1px solid #ededed
}

.open-share span:hover {
    background-color: #5dffc9;
    border-color: #5dffc9
}

.share {
    margin: 0 0 20px 0;
    text-align: right;
    overflow: hidden;
    display: none
}

.share label {
    margin: 15px 0
}

.share p.target {
    border-top: 1px solid #ddd;
    margin: 20px 0 10px 0
}

.share p.target span {
    display: block;
    padding-right: 10px;
    float: left;
    margin-top: -7px;
    background-color: #fff;
    font-size: 12px;
    color: #808080
}

.share-filter {
    text-align: left !important
}

.filter {
    margin: 30px 0 15px 0 !important
}

#button_subscribe, #button_un_subscribe {
    font-size: 18px;
    color: #3f4f81
}

.subs {
    font-size: 13px;
    margin: 20px 0
}

.subs li {
    display: inline-block;
    text-align: center;
    width: 80px;
    vertical-align: top
}

.subs li img {
    border-radius: 50%
}

.subs li a {
    display: block;
    color: #555;
    margin: 10px 0 0
}

p.main_p {
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px
}

input[type="text"], input[type="password"], textarea, select {
    min-height: 30px;
    min-width: 190px;
    box-sizing: border-box;
    padding: 5px 7px;
    border: 1px solid #d3d9de;
    font-family: 'Open Sans';
    border-radius: 1px
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: #66AFE9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.itemCc {
    position: absolute;
    padding: 5px 10px;
    background-color: #63BC84;
    color: #FFF;
    font-size: 13px;
    top: 0px;
    right: 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.item18 {
    position: absolute;
    padding: 5px 10px;
    background-color: #FC3150;
    color: #FFF;
    font-size: 13px;
    top: 0;
    right: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.open-words {
    border-top: 1px solid #EDEDED;
    margin: 50px 0 0;
    text-align: center
}

.open-words b {
    background-color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 2px 10px;
    overflow: hidden;
    line-height: 15px;
    display: inline-block;
    margin-top: -10px
}

.open-words b:hover {
    border-color: #5dffc9;
    background-color: #5dffc9
}

.open-words p {
    text-align: left;
    line-height: 25px;
    padding: 20px 0 0 40px;
    overflow: hidden;
    height: 125px;
    position: relative
}

.open-words p:before {
    position: absolute;
    bottom: 7px;
    content: '';
    padding-left: 60px;
    display: block;
    width: 80%;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), #ffffff);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), #ffffff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #ffffff)
}

.open-words p.open {
    height: 100%
}

.open-words p.open:before {
    display: none
}

.media_count {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px 0 20px 35px;
    box-sizing: border-box;
    bottom: 0;
    font-size: 18px
}

.media_count a {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    text-shadow: 1px 1px 2px #000
}

.media_count a:hover {
    color: #a6e5ff
}

.media_count a:hover span {
    color: #fff
}

.media_count a span {
    margin: 0 0 0 3px;
    color: #a6e5ff;
    text-shadow: none
}

.user-profile-form {
    position: relative
}

.user-profile-form .row1 {
    width: 300px;
    position: relative
}

.user-profile-form .row2 {
    position: absolute;
    top: 0;
    right: 0
}

.prof {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
}

.prof, .mega, #menustyles > li {
    box-shadow: 5px 3px 12px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #ffffff;
    border-radius: 5px;
    border: none;
}

footer a[target=_blank] {
    display: none;
}

.prof h1 {
    font-size: 20px;
    margin-bottom: 10px
}

.prof h1 span {
    color: #06c6ad
}

.prof h1 sup {
    color: #a6e5ff;
    font-size: 14px;
    padding: 10px;
    display: inline-block
}

.prof h2 {
    color: #3f4f81;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px
}

.prof .prof_about {
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    margin: 80px 190px 50px 0;
    text-shadow: 1px 1px 1px #000
}

.prof .isp {
    font-size: 12px;
    font-weight: 100;
    color: #a6e5ff;
    text-transform: uppercase
}

.prof p.pcol {
    font-size: 13px;
    color: #999
}

.prof p.pcol span {
    padding-left: 5px;
    color: #000
}

.prof p.pcol a {
    padding-right: 5px
}

.rating {
    font-size: 14px;
    display: inline-block;
    color: #ffef2a !important;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    font-weight: bold;
    background: rgba(0,0,0,.5);
    margin: 0 28px;
    padding: 0 9px;
}

.prof_h {
    margin: 10px 0;
    color: #3f4f81;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.prof-main {
    padding: 40px 30px
}

.prof-main .slogan {
    color: #177396;
    font-size: 15px;
    margin: 20px 0
}

.prof2 {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0
}

.gray-box {
    background-color: #EDEDED
}

.prof-nomargin {
    margin-bottom: 0;
    padding-bottom: 0
}

.btn-yap {
    padding: 8px 12px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    background: #405284;
    border-radius: 5px;
    border: none;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-yap:hover {
    background: #7182b9;
    border-color: #7182b9;
    color: #fff;
    text-decoration: none
}

.fresh-singers {
    margin-top: 25px;
    height: 110px;
    overflow: hidden
}

.fresh-singers img {
    width: 83px;
    border-radius: 50%;
    float: left;
    margin-right: 20px
}

.fresh-singers a {
    font-weight: 600;
    color: #000
}

.fresh-singers span {
    padding-left: 10px;
    color: #aaa
}

.fresh-singers .fresh-bio {
    color: #808080;
    font-size: 13px;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 56px
}

.fresh-singers .fresh-city {
    color: #4a92a9
}

.present {
    margin-top: 20px
}

.present section {
    height: 220px;
    padding-top: 100px
}

.present span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 15px 0
}

.present span:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.present .present1:after {
    background: url("../i/ico1.png");
    background-size: contain
}

.present .present2:after {
    background: url("../i/ico2.png");
    background-size: contain
}

.present .present3:after {
    background: url("../i/ico3.png");
    background-size: contain
}

.present .present4:after {
    background: url("../i/ico4.png");
    background-size: contain
}

.present p {
    font-size: 0.9em;
    color: #777
}

.prof_ava {
    float: right;
    width: 180px
}

.prof_ava img {
    border-radius: 3px;
    width: 100%
}

.prof_ava img:hover {
    box-shadow: 0 0 10px #A5A5A5
}

.prof_ava .status {
    margin: 0 0 20px 0;
    font-size: 12px;
    text-align: center
}

.prof_ava .status .online {
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 15px
}

.prof_ava .status .online:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 0, 0, 0.71);
    left: 0;
    border-radius: 50%;
    top: 4px
}

.prof-new {
    padding: 30px;
    color: #fff;
    background-position: center;
    background-size: cover;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    min-height: 320px;
    margin: 0
}

.prof-new:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block
}

.prof-new h1 {
    font-size: 26px;
    position: absolute;
    border-radius: 0 20px 20px 0;
    top: 62px;
    max-width: calc(100% - 225px);
    color: #fff;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 0px 2px 30px
}

.prof-new p.pcol {
    font-size: 13px;
    color: #dcdcdc
}

.prof-new p.pcol span {
    padding-left: 5px;
    color: #fff
}

.prof-new p.pcol a {
    color: #fff;
    text-decoration: underline
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.adv_center {
    margin-bottom: 15px;
    max-height: 320px
}

.adv_genre {
    width: 340px;
    margin: 0 auto
}

.adv_prof {
    text-align: justify
}

.adv_prof div {
    display: inline-block;
    padding-bottom: 15px;
    width: 325px;
    margin: 0 auto
}

.adv_prof .helper {
    width: 100% !important;
    height: 0;
    padding-bottom: 0 !important
}

.vidItem {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: -20px -20px 10px -20px
}

.vidItem iframe, .vidItem object, .vidItem embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vList {
    margin-top: 30px;
    margin-bottom: 10px
}

.vList li {
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 20px;
    width: 31%;
    box-shadow: 2px 2px 5px #eee;
    border: 1px solid #E2E2E2;
    background-color: #fcfcfc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: top;
    font-size: 13px
}

.vList li a, .vList .col-md-4 a {
    overflow: hidden;
    display: block
}

.vList li:hover {
    background-color: #f5f5f5
}

.vList li:nth-child(3n) {
    margin-right: 0 !important
}

.vList li a img, .vList .col-md-4 a img {
    transition: .2s;
    min-height: 118px;
    width: 100%;
}

.vList li a:hover img, .vList .col-md-4 a:hover img {
    transition: .2s
}

.vList li div {
    padding: 10px;
    position: relative;
    height: 80px;
    margin-top: -3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box
}

.vList li p {
    color: #1f5ca1;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 10px
}

.vList li div span {
    position: absolute;
    color: #676767;
    bottom: 10px;
}

.red {
    color: #f00;
    font-weight: 900;
}

.dropdown-menu .pcol {
    margin: 10px;
    word-break: break-all;
    width: 26vw;
}

.dropdown-menu .pcol a {
    background: #f7f7f7;
    margin: 2px;
    padding: 4px 7px;
    text-transform: lowercase;
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
}

.foto-list-index {
margin: 40px
}

.foto-list-index > div {
padding: 0
}

.fList {
font-size: 12px;
margin: 20px 50px
}

.fList > div {
background-color: #fff;
padding: 0;
overflow: hidden
}

.fList > div:hover p {
transform: translateY(-50px);
transition: .3s
}

.fList > div:hover span {
transform: translateY(50px);
transition: .3s
}

.fList p {
transition: .3s;
position: absolute;
color: #F7F7F7;
padding: 10px;
top: 0;
width: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)
}

.fList span {
transition: .3s;
position: absolute;
padding: 10px;
color: white;
text-shadow: 1px 1px 5px #000;
bottom: 0;
text-align: right;
right: 0
}

.fSlider {
width: 100%
}

.fSlider img {
padding: 20px;
width: 100%
}

.sorter {
margin-bottom: 20px
}

.sorter a {
margin-right: 20px;
text-decoration: none
}

.sorter a:hover {
text-decoration: underline
}

.ans {
margin: 20px 0 10px;
color: #3f4f81;
cursor: pointer;
font-size: 1.1em;
text-decoration: underline
}

.ans span {
color: #3f4f81;
padding: 0 10px;
display: inline-block;
transition: .5s
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3f4f81;
    border-color: #3f4f81;
}

.ans.active {
text-decoration: none
}

.ans.active span {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}

.que {
display: none
}

.searchform {
padding: 20px 0 0 0
}

.searchform input[type="text"], .searchform select {
margin-bottom: 10px;
margin-right: 5px;
width: 140px
}

.p_rating {
position: absolute;
right: 0;
top: 10px;
padding-right: 20px;
color: #ccc;
font-size: 14px
}

.p_rating strong {
font-weight: 600;
color: #84dd90;
font-size: 20px;
top: 2px;
position: relative;
padding-left: 10px
}

.contentAdd {
margin: 0 0 20px 0
}

.online-users {
padding: 20px;
list-style: decimal;
font-size: 13px;
list-style-position: inside;
color: #777
}

.online-users a {
line-height: 20px;
padding-left: 10px
}

.cAdd {
margin: 0 -20px;
padding: 20px;
background: #f9f9f9;
border-top: 1px solid #ebedf0;
overflow: hidden;
margin-top: 20px
}

.cAdd textarea {
height: 100px;
box-sizing: border-box;
width: 100%;
padding: 10px
}

.cAdd button {
float: right;
margin-top: 10px
}

.cAdd .cAva {
float: left;
margin-right: 20px;
border-radius: 50%
}

.btn-right {
float: right;
right: 30px;
top: 30px;
color: #3f4f81;
padding: 7px 10px;
border: 1px solid #a2c2cc;
color: #4a92a9;
font-size: 13px;
border-radius: 2px;
margin-top: -6px
}

.btn-right:hover {
background: #a2c2cc;
color: #fff;
text-decoration: none
}

.new-singers {
margin-bottom: 20px
}

.popular {
position: relative;
margin: 30px 0 0 0
}

.popular a {
color: #333;
font-weight: 600
}

.popular a:hover {
text-decoration: underline
}

.popular .pop_ava {
position: absolute;
left: 0;
top: 0
}

.popular .pop_ava img {
border-radius: 5px;
width: 35px
}

.popular .pop_state {
font-size: 14px;
color: #52AC62;
padding-top: 5px;
display: block
}

.popular ul {
margin: 10px 0
}

.popular .pop_left li {
height: 40px;
margin: 10px 0;
border-bottom: 1px solid #f5f5f5
}

.popular .pop_left li:nth-child(5) {
border-bottom: none
}

.popular .pop_left li:nth-child(6) {
border-bottom: none
}

.popular .pop_right {
width: 48%;
display: inline-block;
padding-left: 15px;
box-sizing: border-box;
vertical-align: top
}

.popular .pop_right li {
margin-bottom: 10px;
padding: 0 0 0 50px;
position: relative;
height: 37px
}

.popular .pop_player {
float: left;
margin-right: 10px;
position: relative;
top: -3px
}

.popular .pop_artist {
display: inline;
color: #4a92a9
}

.popular .pop_header {
color: #fd8024;
font-size: 15px
}

.content-autor {
color: #4a92a9
}

.content-title {
color: #333;
font-weight: 600
}

.content-title-video {
color: #333;
font-weight: 600;
display: block;
margin: 10px 0 0 0;
overflow: hidden;
height: 15px;
text-overflow: ellipsis;
white-space: nowrap
}

.pop_filter {
letter-spacing: 0px;
text-transform: none;
font-size: 14px;
float: right
}

.pop_filter a {
color: #4a92a9;
font-size: 13px;
text-decoration: none;
border: 1px solid #a1c2cc;
padding: 2px 15px;
margin-left: -4px;
font-weight: 400
}

.pop_filter a:hover {
text-decoration: none
}

.pop_filter a.active {
background-color: #a2c2cc;
color: #fff
}

.pop_filter a:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-right: none
}

.pop_filter a:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-left: none
}

a.btnLink {
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
padding: 6px 12px;
border-radius: 4px;
text-decoration: none;
font-size: 12px
}

a.btnLink:hover {
background-color: #eee
}

.actions {
    background: #fbfcff;
    border-top: 1px solid #3f4f81;
    position: relative;
    padding: 5px;
    line-height: 30px;
    margin: 0 -20px -20px -20px;
}

.actions > a, .actions > div {
display: inline;
font-size: 13px;
padding: 5px 10px;
color: #3f4f81;
text-decoration: none;
border-radius: 5px
}

.actions > a > span, .actions > div > span {
padding: 0 5px
}

.actions .ya-share2 {
position: absolute;
right: 0;
top: 5px
}

.actions a:hover {
background-color: #FFFFFF;
box-shadow: inset 0 0 3px 0 #A2887D
}

.actions .sharing {
display: block;
margin: 30px;
border: 1px solid #CCCCCC;
border-radius: 0
}

#moderator-panel-open-button {
background-color: #3f4f81 !important;
font-weight: normal;
width: 40px !important;
bottom: 50% !important;
font-size: 16px !important;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
opacity: .9
}

.actions_prof {
text-align: center;
padding: 10px 0;
position: relative;
z-index: 2
}

.actions_prof a {
    margin-bottom: 10px;
    width: 100%;
    font-size: 11px;
    display: block;
}

.actions_prof a:nth-of-type(3) {
    width: 15%;
    display: inline-block;
    padding: 8px 0;
    margin: 0 0 0 4px;
}

.actions_prof a:nth-of-type(2) {
    width: 80%;
    display: inline-block;
}

.user-stat p {
font-size: 13px;
margin-bottom: 10px;
color: #777
}

.user-stat p span {
color: #000;
margin-left: 5px
}

.user-stat p small {
font-size: .8em
}

.fr {
float: right
}

.like-this {
padding: 10px;
border: 1px solid #EDEDED;
display: inline-block;
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
position: relative;
color: #797979
}

.like-this div {
display: inline-block;
margin: 0 5px
}

.audio_list {
width: 100%
}

.audio_list .like {
color: #F5BFD4
}

.audio_list .like i:hover {
color: #FF004D
}

.audio_list .like i:active {
transform: scale(1.4)
}

.audio_list span.style {
color: #999;
padding-left: 10px
}

.audio_list .cc, .audio_list .adult {
display: inline-block;
position: relative;
background-color: #FAFFFA;
font-size: 10px;
font-weight: 300;
padding: 2px 4px;
border-radius: 3px;
margin-right: 5px;
margin-left: 5px;
color: #0FAA0E;
border: 1px solid #BAE0BA;
cursor: pointer
}

.audio_list .adult {
background-color: #FBF1F1;
color: #FF0000;
border: 1px solid #F1AEAE
}

.audio_list .a_list_item {
position: relative;
box-sizing: border-box;
font-size: 14px;
margin: 20px 0;
padding: 10px 0;
border-bottom: 1px dashed #dcdcdc
}

.audio_list .a_list_item a {
display: inline-block;
text-decoration: none
}

.audio_list .a_list_item a:hover {
text-decoration: underline
}

.audio_list .a_list_item .title {
color: #1f5ca1;
font-weight: 600
}

.audio_list .a_list_item .style {
color: #d49c74;
padding-left: 4px;
margin-top: 5px
}

.audio_list .a_list_item .a_mini_player {
width: 300px;
height: 40px;
margin-top: 5px
}

.audio_list .a_list_item:hover .a_info {
color: #888
}

.audio_list .a_list_item:hover .like a {
color: #FD7D7D
}

.a_info {
font-size: 11px;
color: #d7d7d7;
margin: 20px 0 0 0
}

.a_info small {
font-size: 80%;
margin-top: 3px;
color: #ddd;
display: inline-block;
position: relative;
bottom: 2px;
padding: 0 4px
}

.a_info span {
margin-left: 5px
}

.a_info span:active {
color: red;
font-weight: 700;
transition: 0.5s
}

.mg8 {
margin: 8px 0 0 0
}

@-webkit-keyframes rotate-carret {
0% {
    -webkit-transform: rotate(10deg)
}
100% {
    -webkit-transform: rotate(360deg)
}
}

.sonata {
width: 450px;
margin: 0 auto;
position: relative;
background: url("../i/sonata.png") no-repeat;
height: 285px
}

.sonata .carret, .sonata .carret2 {
position: absolute;
background: url("../i/carret.png");
width: 95px;
height: 95px;
left: 71px;
top: 82px;
-webkit-animation-timing-function: linear;
-webkit-animation-name: rotate-carret;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite
}

.sonata .carret2 {
right: 75px;
left: auto;
-webkit-animation-duration: 5s
}

.song_about {
line-height: 20px;
font-size: 13px;
margin-bottom: 20px
}

.song_about img {
max-width: 100% !important
}

#ad_head {
height: 0
}

#leftside {
float: left;
width: 20%
}

.mobile-adv {
margin: 15px 0
}

.btn-left-mobile, .btn-right-mobile {
display: none;
height: 40px;
line-height: 40px;
width: 47%;
font-size: 18px;
color: #fff;
margin: -10px 0 10px 15px;
text-align: center;
background-color: #50c28e;
cursor: pointer
}

.btn-right-mobile {
float: right;
margin-top: -50px;
margin-right: 10px
}

.module_head {
color: #fe8f3d;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
display: inline;
padding-right: 10px
}

.btn-wht {
    padding: 8px 12px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #FFF;
    border-radius: 5px;
    transition: .3s;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-wht:hover {
    border-color: #a6e5ff;
    color: #a6e5ff;
    text-decoration: none
}

.module_head .live {
float: right;
font-size: 13px;
text-decoration: underline
}

.module_head .live:hover {
text-decoration: none
}

.module_head .fa, .module_head .comment_item a.song_header[href*="user"]:before, .comment_item .module_head a.song_header[href*="user"]:before, .module_head .comment_item a.song_header[href*="song"]:before, .comment_item .module_head a.song_header[href*="song"]:before, .module_head .comment_item a.song_header[href*="video"]:before, .comment_item .module_head a.song_header[href*="video"]:before, .module_head .comment_item a.song_header[href*="blog"]:before, .comment_item .module_head a.song_header[href*="blog"]:before, .module_head .comment_item a.song_header[href*="stih"]:before, .comment_item .module_head a.song_header[href*="stih"]:before, .module_head .fav_table a[href*="user"]:before, .fav_table .module_head a[href*="user"]:before, .module_head .fav_table a[href*="song"]:before, .fav_table .module_head a[href*="song"]:before, .module_head .fav_table a[href*="video"]:before, .fav_table .module_head a[href*="video"]:before, .module_head .fav_table a[href*="blog"]:before, .fav_table .module_head a[href*="blog"]:before {
color: #ff5656 !important;
margin-right: 5px;
margin-top: 2px
}

.like_song {
    color: #ff5656 !important;
}

.comment_item {
position: relative;
margin-top: 15px;
font-size: 13px;
min-height: 65px
}

.comment_item a.user_ava {
float: left;
margin-right: 10px;
margin-top: 2px;
position: relative
}

.comment_item a.user_ava img {
border-radius: 5px;
transition: .3s;
width: 35px
}

.comment_item a.user_ava img:hover {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
transition: .3s
}

.comment_item a.user_ava.online:after {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    border: 2px solid white;
    background-color: #05AD00;
    border-radius: 50%;
    right: -4px;
    bottom: -2px;
}

.comment_item .dtime {
position: absolute;
top: 42px;
color: #777;
font-size: 11px;
text-decoration: none;
display: block;
width: 35px;
text-align: center
}

.comment_item .dtime:hover {
color: #4c4c4c
}

.comment_item .comment_text {
margin-left: 50px;
font-size: 12px;
padding-top: 5px;
color: #777;
line-height: 17px;
overflow: hidden
}

.comment_item a.song_header {
text-decoration: none;
color: #3f4f81;
padding-left: 23px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block
}

.comment_item a.song_header:hover {
text-decoration: underline
}

.comment_item a.song_header:before {
position: absolute;
right: -2px;
left: 50px;
color: #D4DBE5;
font-size: 12px
}

.fav_table a {
padding-left: 18px
}

.fav_table a:before {
position: absolute;
right: -2px;
left: 60px;
color: #D4DBE5;
font-size: 12px
}

.left_module {
margin-bottom: 15px
}

.left_module input {
min-width: 100%
}

#menustyles {
display: inline;
font-size: 13px
}

#menustyles > li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #3f4f81;
    font-size: 13px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none
}

#menustyles > li:hover {
background-color: #a2c2cc
}

#menustyles > li a {
display: block;
transition: .3s;
color: #0a506d;
padding: 8px
}

#menustyles > li a:hover {
text-decoration: none
}

#menustyles > li > span {
display: none
}

#menustyles li > ul {
display: none;
position: absolute;
top: 29px;
left: -1px;
z-index: 1;
background-color: #fff;
box-shadow: 0 2px 2px rgba(189, 189, 189, 0.45)
}

#menustyles li > ul li {
min-width: 200px
}

#menustyles li > ul li:hover {
background-color: #a2c2cc
}

#menustyles li > ul li span {
display: none
}

#menustyles li:hover > ul {
display: inline-block
}

#tags {
margin-top: 10px;
font-size: 12px
}

#tags span {
font-size: 11px;
margin-left: 5px;
color: #C2C2C2;
background-color: #EDEDED;
padding: 1px 5px;
border-radius: 3px
}

#tags li {
display: inline-block
}

#tags a {
text-decoration: none;
color: #12878c;
border: 1px solid #c1dfda;
display: block;
margin: 2px 2px 2px;
padding: 1px 3px;
border-radius: 3px
}

#tags a:hover {
background-color: #12878c;
border-color: #12878c;
color: #fff
}

.tag-song-link {
margin: 30px 0 0 40px
}

.tag-song-link a {
padding: 2px 5px 3px;
margin-right: 5px;
background-color: #FBFDFD;
border: 1px solid #80d6d9;
color: #12878c;
border-radius: 4px;
font-size: 13px;
display: inline-block;
margin-bottom: 8px
}

.tag-song-link a:hover {
background-color: #179B9F;
border-color: #179B9F;
color: #fff;
text-decoration: none
}

.go-comment {
background-color: #fff;
font-size: 20px;
border: 1px solid #f7f7f7;
padding: 5px;
color: #CADAE0;
float: right;
height: 30px !important;
margin-right: -21px;
box-shadow: inset -2px 0px 3px #F7F7F7;
border: 1px solid #ededed;
margin-top: 5px
}

.go-comment:hover {
background-color: #50c4b2;
color: #fff;
box-shadow: none
}

.songTags {
font-weight: 300;
font-size: 13px;
margin-top: 20px
}

.songTags a {
text-decoration: none;
color: #009e7b
}

.songTags a:hover {
text-decoration: underline
}

.right {
float: left;
width: 24.3%
}

.right_module {
box-sizing: border-box;
padding: 0 15px 15px 15px
}

.genre_descr {
font-weight: 100;
line-height: 20px;
font-size: 12px;
color: #969696;
padding: 10px 0;
border-top: 1px solid #E2E2E2;
border-bottom: 1px solid #E2E2E2;
color: #cacaca
}

.cItem {
min-height: 80px;
position: relative;
border-bottom: 1px solid #eee;
padding: 20px 0 20px 0;
box-sizing: border-box
}

.cItem:last-of-type {
border-bottom: none
}

.cItem .moder {
display: none;
font-size: 12px;
text-align: right;
position: absolute;
top: 20px;
right: 110px
}

.cItem .moder a {
color: #c4c4c4
}

.cItem .moder a:hover {
color: #E20067
}

.cItem:hover > .moder {
display: inline-block
}

.cItem:hover > .btn-quote {
display: block
}

.cItem .btn-quote {
display: none;
cursor: pointer;
float: right;
font-size: 13px;
padding: 3px 6px;
margin-top: -10px;
color: #BABABA;
border-radius: 0 0 3px 0;
background: #f2f1f1;
position: absolute;
bottom: 0;
right: 0;
z-index: 1
}

.cItem .btn-quote.active:hover {
background-color: #1AB69E
}

.cItem .btn-quote.active {
background-color: #50c4b2;
color: #fff
}

.cItem .cAva {
position: relative;
float: left;
margin-right: 20px
}

.btn-group.show {
    display: inline-block !important;
}

.cItem .cAva img {
border-radius: 5px;
transition: .05s;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
width: 35px
}

.cItem .cAva img:hover {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
transition: .05s
}

.cItem .cAva.online:after {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    border: 2px solid white;
    background-color: #05AD00;
    border-radius: 50%;
    right: -5px;
    bottom: -3px;
}

.cItem .cText {
line-height: 20px;
color: #303030;
font-size: 13px;
overflow: auto
}

.cItem .cText span.blocked {
font-size: 12px;
color: #FF96A6
}

.cItem .cText blockquote {
padding: 0 10px;
margin: 10px;
border: 1px solid #f0e6d9;
border-left: 2px solid #FFC365;
background-color: #fdf3ea
}

.cItem .cText p img {
position: relative;
margin-bottom: -3px
}

.cItem .cText p {
font-size: 14px
}

.cItem .cAutor {
display: inline-block;
margin-bottom: 4px;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px dashed #bababa
}

.cItem .cAutor:hover {
border-bottom-color: #0077cc
}

.cItem .cDate {
position: absolute;
right: 0;
top: 20px;
color: #999;
font-size: 12px
}

.bList {
margin-top: 30px
}

.bItem {
min-height: 60px;
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ededed
}

.bItem .cAva {
float: left;
margin-right: 15px;
border-right: 5px;
width: 35px;
border-radius: 5px
}

.bItem .cText {
line-height: 22px;
max-height: 70px;
overflow: hidden;
margin: 5px 0 3px 0;
color: #555;
font-size: 13px
}

.bItem .cAutor {
font-weight: 300
}

.bItem .cDate {
font-size: 12px;
padding-left: 10px
}

.bItem .cHead {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
color: #000
}

.bItem .a_info {
color: #a0a0a0
}

.chat-list {
vertical-align: middle
}

.chat-list td {
vertical-align: middle !important
}

.back-chat {
float: right;
margin-top: -55px
}

.circ {
border-radius: 50%
}

.new-verse {
margin: 20px 0
}

.new-verse p {
margin: 0;
color: #4a92a9;
padding: 15px;
border-bottom: 1px solid whitesmoke
}

.new-verse p:last-of-type {
border-bottom: none
}

.new-verse p a {
font-weight: 600;
text-decoration: none;
color: #333;
padding-right: 10px
}

.new-verse p a:hover {
text-decoration: underline
}

.vItem {
margin-bottom: 70px
}

.vItem article {
padding-left: 40px;
font-family: 'pt serif';
font-size: 17px
}

.vItem article em {
font-style: normal !important
}

.vItem article p {
color: #444 !important;
font-size: 17px !important;
font-family: 'pt serif' !important;
line-height: 1.3em;
margin-bottom: 5px
}

.vItem article p span {
color: inherit !important;
font-weight: inherit !important;
font-family: inherit !important;
background-color: inherit !important
}

.vItem article p strong {
font-weight: normal !important
}

.vItem .vAva {
border-top: 1px solid #EDEDED;
margin: 60px 0px 100px 20px;
position: relative
}

.vItem .cAva {
border-radius: 50%;
margin-top: -30px;
padding: 0 20px;
background-color: #fff
}

.vItem .cText {
line-height: 22px;
color: #484848;
font-size: 14px;
margin-top: 8px
}

.vItem .vAutor {
margin: 5px 0 0 0;
color: #4a92a9;
text-decoration: none;
position: absolute;
top: -30px
}

.vItem .vAutor:hover {
text-decoration: underline
}

.vItem .cDate {
color: #777
}

.vItem .cHead {
color: #000;
font-family: 'pt serif';
font-size: 28px;
margin-bottom: 20px;
display: inline-block
}

.vItem a.cHead:hover {
text-decoration: underline
}

.listers {
font-size: 10px;
color: #c7c7c7;
font-weight: 100
}

#toTop {
background: #f3f4f5;
text-align: center;
opacity: 0.8;
padding: 8px;
position: fixed;
bottom: 10px;
cursor: pointer;
display: none;
left: 10px;
color: #3786a7;
border-radius: 5px;
z-index: 10;
}

#toTop:hover {
background-color: #3786a7;
color: #fff;
box-shadow: none;
opacity: 1;
}

.adv-list-bottom {
width: 360px;
margin: 0 auto;
border: 10px solid #3f4f81;
margin-top: 30px;
margin-bottom: 30px;
}

footer a {
color: #85949a;
font-size: 13px;
line-height: 20px
}

footer .div.container {
    padding: 0;
}

footer a:hover {
color: #fff;
text-decoration: none
}

footer .counters {
position: absolute;
right: 0;
top: 0
}

footer .counters img {
display: block;
margin: 10px 0
}

footer ul {
margin-bottom: 15px;
list-style: none;
color: #fff;
margin-left: 0;
margin-top: 10px;
}

.song-list-ava {
position: absolute;
right: 0
}

.song-list-text {
position: absolute;
color: #f0f0f0
}

.song-list-description {
color: #A5A5A5;
margin-right: 160px;
max-height: 32px;
overflow: hidden;
font-size: 13px;
line-height: 1.2em;
margin: .3em 150px .6em 0
}

.song-list-lyrics {
max-height: 57px;
overflow: hidden;
margin-right: 160px
}

.song-list-title {
margin-right: 140px;
margin-bottom: 7px
}

.a-ava {
width: 150px;
position: absolute;
right: 0;
top: 17px;
height: 100%;
text-align: center
}

.a-ava .artist {
width: 100%;
margin: 5px 0 0 0;
font-size: 13px;
color: #7C7C7C;
text-decoration: none
}

.a-ava img {
width: 35px;
border-radius: 5px
}

.blog-aside {
width: 100%;
background-image: url("../i/bg/7.png");
box-sizing: border-box;
padding: 20px 20px 10px 20px;
margin-bottom: 15px
}

.center-blog {
margin-left: 0;
width: 74%;
float: left;
margin-right: 1.3%
}

.forums-section a {
display: inline-block;
background-color: rgba(0, 0, 0, 0.2);
padding: 5px 10px;
border-radius: 5px;
color: rgba(255, 255, 255, 0.9);
margin: 0 3px 5px 0
}

.forums-section a:hover {
background-color: rgba(0, 0, 0, 0.3);
text-decoration: none
}

.forums-section a span {
color: rgba(255, 232, 197, 0.8);
font-weight: bold;
margin: 0 0 0 3px
}

.blog-messages-list {
padding: 0;
box-shadow: none;
border: none
}

.blog-messages-list .blog-message {
padding: 20px;
font-family: 'Open Sans'
}

.blog-messages-list .blog-message .cDate {
right: 20px;
position: initial;
margin: 0 10px;
font-size: 12px
}

.blog-messages-list .blog-message .cAutor {
font-size: 15px
}

.blog-messages-list .blog-message .cAva {
margin-right: 40px;
margin-left: 24px
}

.blog-messages-list .blog-message .moder {
right: 20px
}

.blog-messages-list .blog-message .user-state {
position: absolute;
left: 28px;
top: 65px;
font-size: 12px;
color: #b8b8b8;
display: block;
width: 66px;
text-align: center
}

.blog-messages-list .blog-message .is-singer {
color: #c0d0df;
margin-left: 5px;
font-size: 12px
}

.blog-main {
margin-bottom: 0;
box-shadow: none;
border-bottom: none;
min-height: 170px;
padding: 30px 30px 15px;
border: none;
border-radius: 0
}

.blog-main .song_title {
text-shadow: none;
font-weight: 700;
margin-bottom: 20px
}

.blog-main .blog-prof {
border-top: 2px solid #EBD7B9;
padding: 10px 0;
margin: 40px 0 0;
width: 100%;
height: 60px
}

.blog-main .blog-prof .fav {
float: right
}

.blog-main .blog-prof .fav div {
display: inline
}

.blog-main .blog-prof .fav a {
padding: 0 3px;
font-size: 15px
}

.blog-main .blog-prof .name {
color: #3f4f81;
font: 200;
font-weight: 700
}

.blog-main .blog-prof .city {
color: #ADADAD;
margin: 0 5px
}

.blog-main .blog-prof img {
margin: 0 15px 0 0;
float: left;
width: 35px;
border-radius: 3px
}

.blog-main .blog-prof a {
text-decoration: none;
text-align: center
}

.blog-main .blog-prof p {
text-align: center;
margin-bottom: 15px
}

.blog-reply {
padding: 0 40px
}

.blog-reply textarea {
width: 100%
}

.muted {
font-size: 12px;
color: #C3C3C3;
line-height: 15px;
margin: 5px
}

.bItem span.a_comments {
background-color: #E8C183;
padding: 0px 4px;
border-radius: 3px;
color: black;
margin-left: 0
}

.a_last {
font-weight: bold;
text-decoration: underline
}

.forum-widget {
margin-top: 20px;
font-size: 14px
}

.forum-widget a {
text-decoration: none
}

.forum-widget .cDate {
font-size: 12px;
color: #ccc
}

.forum-widget hr {
margin: 5px 0
}

p.user-bio {
margin-left: 165px;
font-size: 13px
}

#center.no-left {
width: 74.4%;
margin-left: 0
}

#center.no-right {
width: auto;
margin: 0
}

.listen-p {
font-size: 13px;
color: #B2BABD
}

.listen-p strong {
font-weight: 300
}

.social {
position: relative
}

.social a {
display: inline-block;
padding: 10px 14px;
background-color: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%
}

.soc {
padding-top: 25px
}

.admin-list {
padding: 10px 0 5px 10px;
background: #e8edf1;
border: 1px solid #cfd6dc;
margin: 10px 0;
border-radius: 3px
}

.admin-list li {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px
}

.admin-list li a {
font-size: 13px;
padding: 2px 5px;
color: black
}

.admin-box {
padding: 0
}

.img-responsive {
    height: 165px !important;
    margin: 0 auto !important;
}

.forum-subs {
margin-top: 5px
}

.add-comment-btn {
color: inherit;
padding: 0 5px
}

.add-comment-btn:hover {
color: inherit
}

@media screen and (max-width: 1275px) {
.adv_genre div {
    display: block !important
}
}

@media screen and (max-width: 1100px) {
header .logo {
    position: absolute;
    width: 130px !important;
    font-weight: bold;
    display: block;
    line-height: 53px;
    font-size: 18px;
    left: calc(50% - 60px);
}
.google-auto-placed {
    overflow: hidden !important;
}
header .login {
    font-size: 14px;
}
header .login ul {
    margin-right: -20px;
}
.btn-mobile {
    display: inline-block !important;
}
#topmenu li {
    display: block !important;
    width: auto;
}

#topmenu li a:hover {
    background-color: #d8e5eb;
}

#topnav {
    position: absolute;
    left: 0 !important;
    top: 55px !important;
    display: none;
    z-index: 10 !important;
    margin-left: 0 !important
}

#topmenu li a {
    display: block;
    padding: 0 20px !important
}

.content {
    padding: 0 0 150px 0 !important
}

#leftside {
    display: none;
    position: absolute;
    left: 15px;
    width: 300px !important;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 15px;
    border-radius: 5px;
    top: 210px
}

#center {
    margin-left: 15px !important;
    width: 65% !important
}

.right {
    width: 30% !important
}

.btn-left-mobile {
    display: block !important
}
}

@media screen and (max-width: 770px) {
    .right-avd {
        display: none !important
    }

    .vList li {
        width: auto;
    }

    .btn-right-mobile {
        display: block !important
    }

    #center {
        width: 100% !important;
        margin-left: 0 !important
    }

    .right {
        display: none;
        position: absolute;
        right: 14px;
        width: 300px !important;
        z-index: 1;
        background: #fff;
        box-shadow: 0 0 15px;
        border-radius: 5px;
        top: 210px
    }

    .mobile-adv {
        display: block !important
    }

    .pop_filter {
        position: relative;
        top: 0;
        margin-bottom: 30px
    }

    .prof-new h1 {
        position: relative;
        background-color: initial;
        padding: 0;
        display: table-cell;
        top: 5px;
        margin-bottom: 20px;
    }

    .prof_ava {
        float: inherit;
        width: 200px;
        margin: 0 auto;
    }

    .prof .prof_about {
        margin: 0;
    }

    .media_count {
        position: inherit;
        padding: 35px 0 20px 35px;
        margin: -30px;
        width: auto;
    }

    #topnav {
        position: fixed !important;
        bottom: 0;
        top: 55px;
        height: auto !important;
        left: 0;
        right: 0;
        width: auto;
        background: #00000085;
        display: none;
        transition: all 0.3s;
        z-index: 10 !important;
        margin-left: 0 !important
    }

    ul#topmenu {
        position: fixed;
        bottom: 0;
        top: 55px;
        transition: all 0.3s;
        left: 0;
        width: 60%;
        right: 40%;
        background: #FFF;
    }

    #topnav.visual ul#topmenu {
        left: 0;
    }

    #topnav.visual {
        background: rgba(0, 0, 0, 0.75);
    }

    #topmenu li > ul li, #topmenu li span:hover {
        background-color: #ffffff;
        margin: 0 2px 0 0;
        width: auto;
    }

    ul#topmenu li a, #topmenu li, #topmenu li span {
        color: #337ab7;
        line-height: 40px !important;
        font-weight: bold;
    }
}

@media screen and (max-width: 640px) {
.popular {
    padding: 0 !important
}

.popular .pop_left, .popular .pop_right {
    width: 100% !important;
    border: none !important;
    padding: 0 !important
}
}
