*, *::before, *::after {
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #fff;
    font: 300 12px IRANSans, Segoe Ui, tahoma;
    direction: rtl;
    text-align: right;
    overflow-y: scroll;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}
input, select, textarea, button {
    width: 100%;
    color: #43474c;
    padding: 10px;
    font: 300 12px IRANSans, Segoe Ui, tahoma;
    transition: 0.3s;
    outline: none;
    border: 1px solid #d6d6d6;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
i {
    font-style: normal;
}

::selection {
    background: #010102;
    color: #a4b2bd;
}
img {
    display: block;
}

figure {
    padding: 0;
    margin: 0;
}
body * {
    scrollbar-color: gray white;
    scrollbar-width: thin;
}

body *::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

body *::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
body *::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}
/*
IRAN Sans-serif fonts are considered a proprietary software. To gain
information about the laws regarding the use of these fonts, please
visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
---------------------------------------------------------------------
*/

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('fonts/fa-light-300.ttf') format('truetype');
}
.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.topheader {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #EEE;
    z-index: 9;
    padding: 14px 15px 0 22px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.topheader .genres ul {
    display: flex;
    margin-top: -6px;
}

.topheader .genres ul li {
    position: relative;
    padding: 13px 0;
}

.topheader .genres ul li ul {
    width: 200px;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12156862745098039);
    position: absolute;
    transform: translate(0,-15px);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    top: 45px;
}
.topheader .genres ul li ul a {
    padding: 10px;
    display: block;
    border-radius: 0;
    margin: 0;
}

.topheader .genres ul li a {
    text-decoration: none !important;
    color: #0a0a0a;
    padding: 3px 14px;
    border-radius: 30px;
    margin-left: 3px;
    transition: 0.3s;
    border-radius: 4px;
}

.topheader .genres ul li a:hover {
    color: #1f1f1f;
    background: #eaecf3;
}

.topheader .genres ul li ul li {
    padding: 3px;
    border-bottom: 1px solid #f1f1f1;
}

.topheader .genres ul li ul li a {
    padding: 5px;
    padding-right: 20px;
}
.topheader .leftone {
    display: flex;
    width: 40%;
    justify-content: flex-end;
}

.topheader .right {
    display: flex;
    height: max-content;
}
.topheader .right form {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #ebedf0;
    border-radius: 30px;
}

.topheader .right form input[type=text] {
    padding: 7px 15px;
    border: 1px solid transparent;
    width: 100%;
    transition: 0.3s;
    font: normal 12px IRANSans;
    background: transparent;
    color: #414d5d;
}

.topheader .right form button {
    border: 0;
    background: transparent;
    width: auto;
    color: #949ca7;
    cursor: pointer;
    transition: 0.3s;
    padding: 3px 6px 0 6px;
}

.topheader .right form button i {
    padding: 8px;
}
.topheader .right form button i.loading::before {
    content: "\f3f4";
}

.topheader .right form button:hover {
    color: #09131f;
}
.topheader .right form input[type=text]::placeholder {
    color: #8796ab;
}

.topheader .left {
    height: max-content;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10px;
}
.topheader .left .theme {
    padding: 5px 7px;
    border-radius: 5px;
    margin: 0 8px;
    background: #eab71b;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}
.menu {
    width: 15%;
    height: 100%;
    position: fixed;
    right: 0;
    background: #f7f7f7;
    text-align: center;
    padding-top: 60px;
    z-index: 5;
    overflow-y: auto;
}

.menu .title {
    color: #909090;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.menu nav {
    margin-top: 25px;
    margin-bottom: 15px;
}

.menu nav li {
    color: #6c6c6c;
    display: flex;
    padding: 9px;
    transition: 0.3s;
    position: relative;
    border-right: 2px solid transparent;
    cursor: pointer;
}
.menu li span {
    font-size: 12px;
    display: inline-block;
    margin-right: 15px;
}

.menu li i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-top: 5px;
}
.menu:hover li, .menu .social {
    text-align: right;
}
.menu .social img {
    width: 12px;
    height: 15px;
    display: inline;
}

.menu nav li a {
    color: #6c6c6c;
}

.logo img {
    margin-top: -2px;
    width: 55px;
}

.logo_menu {
    display: flex;
    width: 75%;
}

.topheader .logoholder {
    flex: 1;
}
.topheader .logoholder h1 {
    display: none;
}
.topheader .genres {
    flex: 3;
}
.content {
    float: left;
    width: 74%;
    margin-top: 80px;
    padding-right: 10px;
    padding-bottom: 65px;
}

.content.nosidebar {
    width: 85%;
    margin-top: 60px;
    padding-right: 0px;
}

.content.nosidebar.index , .content.archive {
    padding-right: 25px;
    padding-left: 25px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-stage {
    position: relative;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-nav div {
    margin: 5px;
    color: #8796ab;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.owl-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}
.owl-nav div.owl-prev, .owl-nav div.owl-next {
    position: absolute;
    top: 34%;
    right: -24px;
    background: #FFF;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.21);
    border-radius: 100%;
    width: 40px;
    height: 41px;
    text-align: center;
    padding-top: 12px;
}
.indexplaylists .owl-nav div.owl-prev, .indexplaylists .owl-nav div.owl-next {
    top: 46% !important;
}

.owl-nav div.owl-next {
    right: auto;
    left: -24px;
}

.owl-dots {
    position: absolute;
    top: -30px;
    left: 3%;
    width: 7%;
    display: flex;
    justify-content: center;
}
.player {
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    z-index: 100;
    justify-content: left;
    font-size: 15px;
    direction: ltr;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    color: #545454;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.07);
    border-top: 1px solid #eaeaea;
}

.player * {
    width: 3%;
    text-align: center;
    height: max-content;
    font-weight: inherit;
}

.player .far {
    cursor: pointer;
    transition: 0.3s;
}
.player .play {
    color: #fff;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 13, 86, 1);
    background: -moz-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 13, 86, 1)), color-stop(100%, rgba(255, 2, 61, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: linear-gradient(to right, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0d56', endColorstr='#ff023d', GradientType=1);
    box-shadow: 0 4px 14px rgba(255, 4, 65, 0.2);
    position: relative;
}
.player .play:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
}
.player .seekbar, .player .volume {
    width: 36%;
    height: 3px;
    background: #e2e2e2;
    margin: 8px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 9;
    position: relative;
}

.player .seekbar {
    margin-left: 25px;
}

.player .seekbar:before, .player .seekbar:after, .player .volume:before, .player .volume:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 10px;
}

.player .seekbar:after, .player .volume:after {
    bottom: auto;
    top: 0px;
}

.player .seekbar .mover, .player .volume .mover {
    width: 0%;
    height: 100%;
    background: #ff094b;
    cursor: pointer;
}

.player .seekbar .mover span, .player .volume .mover span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    float: right;
    border: 2px solid #ff0544;
    background: #ff0645;
    margin: -8px -3px 0 0;
}

.player .volume {
    width: 10%;
}

.player .volume .mover {
    width: 100%;
}

.player .shower {
    width: 15%;
    display: flex;
    position: absolute;
    right: 71px;
}

.player .shower a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.player .shower a img {
    width: 100%;
    height: auto;
}

.player .shower span {
    display: block;
    width: 75%;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    color: #5b6c84;
}

.player .shower span strong {
    display: block;
    width: auto;
    text-align: right;
    color: #8796ab;
}

.player .lists {
    background: #ffffff;
    width: 4.8%;
    height: 100%;
    padding-top: 29px;
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: 0s;
}

.player .timer, .player .time {
    font-size: 12px;
}

.player_tracks {
    width: 100%;
    position: fixed;
    bottom: -9999px;
    background: #ffffff;
    right: 0px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.06);
    z-index: 99;
    opacity: 0;
    padding-bottom: 65px;
}

.player_tracks .tracks_content .musics_tracks {
    width: 70%;
    padding: 3% 2% 3% 0%;
}

.player_tracks .tracks_content {
    display: flex;
}

.player_tracks .tracks_content .musics_tracks .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}

.player_tracks .tracks_content .musics_tracks .select {
    padding: 7px 35px;
    height: max-content;
    border-radius: 5px;
    background: #eee;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    border: 1px solid transparent;
}

.player_tracks .tracks_content .musics_tracks .select i {
    margin-left: 5px;
}
.player_tracks .tracks_content .musics_tracks .select ul {
    position: absolute;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 4px;
    width: 400px;
    right: 0;
    top: 45px;
    padding: 10px;
    z-index: 9999999;
    display: none;
    flex-wrap: wrap;
}
.player_tracks .tracks_content .musics_tracks .title .listinfo {
    padding: 10px;
}
.player_tracks .tracks_content .musics_tracks .tracklists {
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
    position: absolute;
    top: 126px;
    width: 68%;
    z-index: 99999;
    bottom: 70px;
}

.player_tracks .tracks_content .musics_tracks .musicrow {
    display: flex;
    border-bottom: 1px solid #EEE;
    padding: 6px 10px 6px;
    transition: 0.2s;
}

.player_tracks .tracks_content .musics_tracks .musicrow:hover,.player_tracks .tracks_content .musics_tracks .musicrow.playing {
    background: #e6e6e6;
}

.player_tracks .tracks_content .musics_tracks .musicrow .img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    background: #000;
    cursor: pointer;
}
.player_tracks .tracks_content .musics_tracks .musicrow .img span {
    position: absolute;
    right: 0;
    left: 0;
    fill: #FFF;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 9px;
    cursor: pointer;
    font-size: 12px;
    visibility: hidden;
}

.player_tracks .tracks_content .musics_tracks .musicrow .img span svg {
    width: 14px;
    cursor: pointer;
}

.player_tracks .tracks_content .musics_tracks .musicrow:hover .img span,.player_tracks .tracks_content .musics_tracks .musicrow.playing .img span {
    visibility: visible;
}

.player_tracks .tracks_content .musics_tracks .musicrow img {
    width: 100%;
    height: auto;
}
.player_tracks .tracks_content .musics_tracks .musicrow .name {
    flex: 2;
    padding: 8px 10px;
}

.player_tracks .tracks_content .musics_tracks .musicrow .name a {
    color: inherit;
}

.player_tracks .tracks_content .musics_tracks .musicrow .artist {
    flex: 2;
    padding: 7px 10px;
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions {
    padding: 3px 10px;
}

.player_tracks .tracks_content .musics_tracks .musicrow .actions span {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    padding: 7px;
}
.player_tracks .tracks_content .music_info {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding-top: 1%;
    position: fixed;
    left: 0;
}

.player_tracks .tracks_content .music_info .cover {
    padding: 8% 8% 3%;
}

.player_tracks .tracks_content .music_info .cover img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px #0003;
    border-radius: 4px;
}

.player_tracks .tracks_content .music_info .info {
}

.player_tracks .tracks_content .music_info .info .name {
    font-size: 17px;
    font-weight: bold;
}

.player_tracks .tracks_content .music_info .info .artist {
    font-size: 14px;
    color: #000;
    margin: 8px;
    display: inline-block;
}
.player_tracks .tracks_content .music_info .info .actionsbtn {
    margin-top: 10px;
}

.player_tracks .tracks_content .music_info .info .actionsbtn span,.player_tracks .tracks_content .music_info .info .actionsbtn a {
    font-size: 15px;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.3s;
    color: inherit;
}

.addtoplaylist {
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07058823529411765);
    overflow-y: auto;
    overflow-x: hidden;
}
#awp_loader {
    width: 0%;
    height: 4px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999;
    background: #ff5151;
    display: none;
}
.popup {
    display: none;
    position: fixed;
    top: 15%;
    right: 0;
    background: #FFF;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    border-radius: 9px;
    padding: 20px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.17);
    z-index: 9999999;
}
.popup.lyric {
    overflow: auto;
    height: 80%;
}
.indexplaylists .item a {
    height: auto;
    color: #fff;
    display: block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 5px;
}

.indexplaylists .item a img {
    width: 100%;
    height: auto;
}

.indexplaylists .item a .number {
    background: #FFF;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 32px;
    font-size: 11px;
    margin-top: 10px;
}

.indexplaylists .item a .title {
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    width: 100%;
    z-index: 1;
}

.indexplaylists .item a h2 {
  font-size: 14px;
}
.indexplaylists .item a.orange:after {
    background-image: linear-gradient(to bottom, rgba(255, 87, 34, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.indexplaylists .item a.green:after {
    background-image: linear-gradient(to bottom, rgba(77, 187, 9, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.blue:after {
    background-image: linear-gradient(to bottom, rgba(34, 133, 255, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.gray:after {
    background-image: linear-gradient(to bottom, rgba(146, 146, 146, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.yellow:after {
    background-image: linear-gradient(to bottom, rgba(255, 200, 0, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.lightgreen:after {
    background-image: linear-gradient(to bottom, rgba(19, 206, 154, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.pink:after {
    background-image: linear-gradient(to bottom, rgba(216, 0, 255, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.red:after {
    background-image: linear-gradient(to bottom, rgba(255, 0, 47, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a:hover:after {
    background-position: bottom center;
}
.teasers {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.teasers.full {
    position: relative;
    z-index: 10000;
}

.teasers.full h4 {
    display: none;
}


.teasers .item .avatar {
    background: linear-gradient(to right, rgba(249, 157, 76, 1) 0%, rgba(206, 44, 136, 1) 100%);
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 3px;
    cursor: pointer;
}

.teasers .item.showed .avatar {
    background: linear-gradient(#d7d7d7,#e1e1e1);
}

.teasers .item .avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 0px solid #FFF;
    transition: 0.3s;
    display: block;
}
.teasers .item:hover .avatar img {
    transform: scale(1.2);
}
.teasers .item h4 {
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: rtl;
}

.teasers .item h4 strong {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teasers.no {
    justify-content: right;
}

.teasers.no .item {
    margin: 0 1.1%;
}

.teaserpost:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: -1;
}

.teaserpost .title {
    display: flex;
    justify-content: space-between;
}

.teaserpost .details {
    padding: 7px 15px;
    color: #000;
    overflow: auto;
    height: calc(100% - 225px);
    margin: 0 5px;
    line-height: 24px;
}

.teaserpost .details .commentss {
    border-top: 1px solid #e8e8e8;
    margin-top: 8px;
}

.teaserpost .details .dllink {
    color: #40545f;
    padding: 3px 11px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #c6d8e2;
    background: #dae3e8;
    border-radius: 3px;
    font-size: 12px;
}

.teaserpost .details .dllink:hover {
    border: 1px solid #99bbce;
}

.teaserpost .title .artist {
    display: flex;
}

.teaserpost .title .artist .avatar {
    width: 55px;
    height: auto;
}

.teaserpost .title .artist .info {
    margin-right: 7px;
    margin-top: 7px;
}

.teaserpost {
    display: none;
    width: 59%;
    position: fixed;
    top: 35%;
    z-index: 9999;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    height: 58%;
}

.teaserpost.full {
    width: 95%;
    top: 4%;
    height: 90%;
}

.teaserpost .cont {
    background: #000;
    width: 70%;
}

.teaserpost .comments .act {
    padding: 8px 15px;
}

.teaserpost .comments .act .top {
    display: flex;
    font-size: 22px;
    justify-content: space-between;
}

.teaserpost .comments .act i {
    font-size: 21px;
    margin: 5px 7px;
    cursor: pointer;
    color: #000;
    transition: 0.1s;
}

.teaserpost .comments .act i.liked {
    color: #f00;
}

.teaserpost .comments .act i:hover {
    opacity: 0.4;
}

.teaserpost .comments .act a {
    color: #000;
}

.teaserpost .comments .act .statics {
    padding: 2px 7px;
}

.teaserpost .comments .act .statics .likes {
    font-size: 13px;
    font-weight: bold;
}

.teaserpost .comments .act .statics .date {
    font-size: 11px;
    color: #868686;
}

.teaserpost .comments .act .stats {
    font-size: 12px;
    padding-top: 9px;
}

.teaserpost .artist {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.teaserpost .artist .flx a {
    display: flex;
}

.teaserpost .artist .avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.teaserpost .artist .avatar img {
    width: 100%;
    height: auto;
}

.teaserpost .artist .info {
    margin: 17px 7px;
    color: #000;
}

.teaserpost .comments .user {
    padding: 15px 5px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
}

.teaserpost .comments .user img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-left: 10px;
}

.teaserpost .comments .user .actions {
    display: flex;
    justify-content: space-between;
}

.teaserpost .artist .info .name {
    font-weight: bold;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

.teaserpost .artist .status {
    border-radius: 5px;
    padding: 5px 15px;
    height: max-content;
    color: #FFF;
    font-size: 11px;
    margin-top: 15px;
    background: linear-gradient(45deg, #0085ef, #0979d2);
}

.teaserpost .artist .status a {
    color: #fff;
    display: block;
}

.teaserpost .video {
    text-align: center;
}

.teaserpost .video video {
    width: 100%;
    max-height: 45vh;
}

.teaserpost.full .video video {
    width: 100%;
    max-height: 75vh;
}

.teaserpost.full .cont {
    position: relative;
    background: #000;
}

.teaserpost .commentform {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.teaserpost .commentform input[type=text] {
    background: transparent;
    border: 0;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}

.teaserpost .commentform button {
    color: #9eacb9;
    position: absolute;
    left: 0;
    width: auto;
    background: transparent;
    border: 0;
    padding: 12px 18px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.teaserpost .commentform button:hover {
    color: #404a54;
}

.teaserpost .related {
    display: flex;
    padding: 11px 0;
    justify-content: center;
    background: #080808;
}

.teaserpost .related .morevideo {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 0 7px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.teaserpost .related .morevideo img {
    width: 100%;
    height: auto;
    transition: 0.2s;
}

.teaserpost .related .morevideo:hover img {
    opacity: 0.8;
}

.teaserpost .showanswers {
    border-bottom: 1px solid #d8dfe6;
    position: relative;
    margin: 18px 0;
}

.teaserpost .showanswers span {
    cursor: pointer;
    background: #d8dfe6;
    padding: 3px 14px;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
}

.teaserpost .comments {
    background: #fff;
    width: 40%;
    padding: 0;
    color: #233b52;
    position: relative;
}

.teaserpost.full .comments {
    width: 26%;
}

.teaserpost .comments .name {
    font-weight: bold;
}

.teaserpost .comments .actions .answer {
    font-weight: bold;
    cursor: pointer;
}

.teaserpost .comments .showanswers {
    border-bottom: 1px solid #d8dfe6;
    position: relative;
    margin: 18px 0;
}

.teaserpost .comments .showanswers span {
    background: #d8dfe6;
    padding: 3px 14px;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
    cursor: pointer;
}

.teaserpost .comments .arrow {
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: -20px;
    background: #c6d2de;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    transition: 0.2s;
}

.teaserpost .comments .arrow:hover {
    background: #b6c6d6;
}

.teaserpost .comments .arrow.full {
    left: 30px;
}

.social_single .teaserpost {
    position: static;
    display: flex;
    width: 100%;
}

.social_single .teaserpost:after {
    display: none;
}

.social_single .teaserpost .arrow {
    display: none;
}

.social_single .teaserpost video {
    max-height: none;
}
.menu.cont {
    right: -40%;
    width: 15%;
}

.menu.cont .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 11px;
    border-bottom: 1px solid #ececec;
    transition: 0.1s;
}

.menu.cont .item:hover {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0392156862745098);
}

.menu.cont .item img {
    width: 30px;
    border-radius: 100%;
}

.menu.cont .item .infos {
    width: 77%;
    color: #353535;
    text-align: right;
    padding-right: 8px;
}

.menu.cont .item .fa-play {
    cursor: pointer;
    color: #353535;
    transition: 0.2s;
}

.menu.cont .item .fa-play:hover {
    transform: scale(1.3);
}

.menu.cont .item .fa-play:hover {
    color: #ff0057;
}

.menu.cont .item a img {
    display: block;
}

.menu.cont .close {
    padding: 6px 14px;
    color: #000;
    border-radius: 2px;
    margin: 15px;
    cursor: pointer;
    float: left;
    font-size: 15px;
}

.menu.cont .close:hover {
    color: #fe2a51;
}

.searchbox {
    position: absolute;
    top: -100%;
    width: 100%;
    background: #FFF;
    right: 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.050980392156862744);
    border-top: 1px solid #EEE;
    display: flex;
    opacity: 0;
}

.searchbox .resultbar {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f7f7f7;
}

.searchbox .resultbar .close {
    font-size: 15px;
    cursor: pointer;
}

.searchbox .toptitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
}

.searchbox .toptitle a {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #d2d2d2;
    border-radius: 30px;
    padding: 4px 15px;
    transition: 0.2s;
}

.searchbox .toptitle a:hover {
    background: #E91E63;
    color: #FFF;
}

.searchbox .artist {
    width: 40%;
}

.searchbox .artist .posts a {
    display: flex;
    width: 17%;
    height: max-content;
    flex-flow: column;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    transition: 0.3s;
}

.searchbox .artist a:hover {
    background: #EEe;
}

.searchbox .artist a .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 7px;
}

.searchbox .artist a .cover img {
    width: 100%;
    height: auto;
    background: #eee;
}

.searchbox .artist .topsearch {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 10px;
}

.searchbox .artist .topsearch a {
    color: #000;
    padding: 6px 15px;
    background: #EEE;
    border-radius: 30px;
    margin-left: 8px;
    transition: 0.3s;
}

.searchbox .artist .topsearch a:hover {
    background: #E91E63;
    color: #FFF;
}

.searchbox .flx {
    display: flex;
    align-items: baseline;
}

.searchbox .artist .posts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.searchbox .find {
    width: 60%;
    background: #efefef;
    padding: 17px;
}

.searchbox .find .posts {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 239px;
    padding-top: 11px;
}

.searchbox .find .result_post {
    background: #efefef;
    padding: 11px;
    color: #000;
    width: 50%;
    display: flex;
    height: min-content;
    border-radius: 5px;
    transition: 0.3s;
}

.searchbox .find .result_post:hover {
    background: #fff;
}

.searchbox .find .result_post .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.searchbox .find .result_post .cover img {
    width: 100%;
    height: auto;
}

.searchbox .find .result_post .info {
    margin-right: 8px;
    margin-top: 4px;
}

.searchbox .find .result_post .info .genre i {
    margin-left: 5px;
}
.indexheaders {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.indexheaders .post {
    transition: 0.3s;
    position: relative;
    display: block;
}

.indexheaders .post .avatar {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    bottom: 15px;
    right: 15px;
    z-index: 3;
    border-radius: 5px;
}

.indexheaders .post .avatar img {
    width: 100%;
    height: auto;
}

.indexheaders .post .cover img {
    width: 100%;
    display: block;
    transition: 0.3s;
}

.indexheaders .post:hover .cover img {
    transform: scale(1.02);
    opacity: 0.9;
}

.indexheaders .post .info {
    position: absolute;
    bottom: 25px;
    width: auto;
    height: auto;
    color: #FFF;
    right: 100px;
    text-shadow: 1px 1px 0px #000;
}

.indexheaders .post .info strong {
    font-weight: normal;
    font-size: 14px;
}

.offers .offers_holder article {
    position: relative;
    margin-bottom: 20px;
}
.offers .offers_holder article a {
    display: block;
    background: #000;
}

.offers .offers_holder article figure {
    position: relative;
}

.offers .offers_holder article img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.1s;
}

.offers .offers_holder article:hover img {
    opacity: 0.5;
}

.offers .offers_holder article h2 {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
}

.offers .offers_holder article h2 span {
    display: block;
    font-weight: normal;
}

.offers .actions {
    position: absolute;
    top: 34%;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 22px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.offers .actions span {
    color: #FFF;
    cursor: pointer;
    border-radius: 100%;
    border: 1.5px solid #FFF;
    width: 3.5vw;
    height: 3.5vw;
    padding-top: 9.2%;
    transition: 0.1s;
    display: inline-block;
    font-size: 1vw;
}

.offers .actions span:hover {
    transform: scale(1.1);
}

.offers .offers_holder article:hover .actions {
    opacity: 1;
}

.indexheaders .actions span {
    color: #FFF;
    cursor: pointer;
    border-radius: 100%;
    border: 1.5px solid #FFF;
    width: 4vw;
    height: 4vw;
    padding-top: 3.5%;
    transition: 0.1s;
    display: inline-block;
    font-size: 1.2vw;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.indexheaders .actions span:hover {
    transform: scale(1.1);
}

.indexheaders .post .actions {
    font-size: 22px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.indexheaders .post:hover .actions {
    opacity: 1;
}

.indexheaders .actions span:hover {
    transform: scale(1.1);
}

.indextitle {
    display: table;
    margin: 25px 0;
    position: relative;
}

.indextitle .text {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.indextitle .line {
    padding: 0 10px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.indextitle .line:after {
    content: '';
    height: 1px;
    background: #d6d6d6;
    width: 100%;
    position: absolute;
}

.indextitle .more_link {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 5;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    color: #333;
    font-size: 12px;
    transition: 0.3s;
}
.latests .latest_holder {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.latests .latest_holder article {
    position: relative;
    margin-bottom: 15px;
}

.latests .latest_holder article figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 1px 6px rgba(25, 25, 34, .16);
}

.latests .latest_holder article figure figcaption {
    position: absolute;
    top: 0;
}

.latests .latest_holder article figure img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}

.AP_playnow img {
    width: 12px !important;
    margin: 0 auto;
    padding-top: 2px;
    opacity: 1 !important;
}

.offers .offers_holder article .AP_playnow img,.indexheaders .actions .AP_playnow img {
    width: 16px !important;
}

.latests .latest_holder article .actions {
    z-index: 3;
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.latests .latest_holder article .actions span {
    background: #Fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    font-size: 15px;
    margin-right: 8px;
    cursor: pointer;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
    transition: 0.3s;
}

.latests .latest_holder article.item .remove {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    padding: 5px 10px;
    z-index: 9;
    cursor: pointer;
    border-radius: 3px;
}

.latests .latest_holder article .title {
    padding: 10px 5px 0px 5px;
}

.latests .latest_holder article .title h2 {
    font-size: 13px;
}

.latests .latest_holder article .title h2 a {
    color: #000;
}

.latests .latest_holder article .title h2 strong {
    display: none;
}

.latests .latest_holder article .title h2 span {
    display: block;
    font-weight: normal;
}

.latests .latest_holder article .fa-heart, .latests .latest_holder article .fa-plus {
    opacity: 0;
    visibility: hidden;
}

.latests .latest_holder article:hover .fa-heart, .latests .latest_holder article:hover .fa-plus {
    opacity: 1;
    visibility: visible;
}

.latests .latest_holder article .actions span:hover {
    transform: scale(1.1);
}

.latests .latest_holder article .albumlayer {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
}

.latests .latest_holder article .albumlayer img:nth-child(1) {
    width: 88%;
    position: absolute;
    top: -17px;
    opacity: 0.4;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: 0.2s;
    transition-delay: 0.3s;
}

.latests .latest_holder article .albumlayer img:nth-child(2) {
    width: 95%;
    position: absolute;
    top: -10px;
    opacity: 0.6;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.latests .latest_holder article:hover .albumlayer img:nth-child(1) {
    transform: translate(0px, 20px);
}

.latests .latest_holder article:hover .albumlayer img:nth-child(2) {
    transform: translate(0px, 10px);
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    max-height: 220px;
}

.banner:after {
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #d7188d94, transparent);
    z-index: 2;
    position: absolute;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

.banner:hover img {
    transform: scale(1.01);
}

.banner .text {
    text-align: center;
    position: absolute;
    z-index: 3;
    width: 100%;
    color: #FFF;
    top: 30%;
}

.banner .text i {
    font-size: 60px;
}

.banner .text h4 {
    font-size: 19px;
    margin: 10px 0 2px;
}

.banner .text p {
    font-size: 14px;
}
.video_player {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

.video_player .keeper {
    width: 85%;
    height: auto;
    margin: 5% auto;
    position: relative;
}

.video_player .keeper .close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
}

.video_player .keeper video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
}

.user_vcard img {
    width: 30px;
    border-radius: 100%;
}

.user_vcard a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #333;
    width: 95px;
}
#tooltip {
    position: absolute;
    top: 113px;
    left: 100px;
    background: #000;
    padding: 3px 14px;
    z-index: 9999;
    color: #fff;
    border-radius: 4px;
    display: none;
    opacity: 0;
    font-size: 10px;
}

#tooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 8px solid transparent;
    border-top-color: #000;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.mobilenumber {
    padding: 8px;
    background: linear-gradient(45deg, #ff0047, #ea1550);
    font-size: 17px;
    text-align: center;
    color: #FFF;
}

.mobilenumber a {
    color: #FFF;
    font-weight: bold;
    background: #ca0038;
    padding: 2px 5px 1px;
    margin: 0 4px;
    border-radius: 35px;
    letter-spacing: 1px;
    transition: 0.2s;
    display: inline-block;
}

.mobilenumber a:hover {
    opacity: 0.8;
}

.content.biog {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.content.biog .showmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px;
    background: #FFF;
    box-shadow: 0 -24px 58px #fff;
}

.content.biog .showmore span {
    width: 125px;
    margin: 0 auto;
    background: #ced4e2;
    padding: 6px 22px;
    border-radius: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.content.biog .showmore span:hover {
    opacity: 0.8;
}
.owl-loading .item {
    width: 97.067px;
}
.owl-carousel {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 200px;
}

.owl-carousel.owl-loaded {
    overflow: visible;
    display: block;
    height: auto;
}
.loading {
    background: #ffffff;
	color: #000;
    border-radius: 100%;
    padding: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: 0px 45%;
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-duration: 2s;
    position: relative;
    left: 0;
    right: 0;
    top: -1px;
    margin: 0 auto;
}
#awp_loader {
    width: 0%;
    height: 4px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999;
    background: #ff5151;
    display: none;
}

.awp_anim {
    width: 20% !important;
    animation-name: anim_loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes anim_loader {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
