/************* Player    **************/
.margin-desc {
    margin-top: 10px;
}

.player-box {
    min-height: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.player-bg {
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: cover;
    transform: scale(2.9);
    -webkit-transform: scale(2.9);
    -moz-transform: scale(2.9);
    -ms-transform: scale(2.9);
    -o-transform: scale(2.9);
    transform: scale(2.9);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
    -webkit-filter: blur(13px);
    /* -webkit-animation: fadein linear 1.0s;*/
    position: absolute;
    left: 0;
    opacity: 0.8;
}

.player-card {
    padding: 10px;
    background-color: transparent;
    margin-top: 40px;
}

.player-artwork {
    padding: 6px 40px 0px 40px;
}

.player-img-artwork {
    width: 100%;
    border-radius: 50%;
    max-width: 350px;
    max-width: 45vh;
}

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

.player-title h4 {
    text-align: center !important;
}

.player-title h4,
.player-title p {
    color: #fff !important;
}

.player-footer {
    background-image: linear-gradient(0deg, #ddd, #ddd 0%, transparent 0%) !important;
    background-image: transparent;
    height: 136px;
    background-color: transparent !important;
}

.player-play {
    font-size: 60px;
    color: #fff;
}

.player-seeker {
    background-color: transparent !important;
    color: transparent !important;
    text-align: left !important;
    border-color: transparent !important;
    width: 100%;
}

.vertical-block {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.clear-footer {
    clear: both;
    display: table-cell;
    vertical-align: middle;
}

.vertical-centering-container {
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 10px;
}

.vertical-centering-content {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.control-bar {
    position: relative;
    width: 100%;
}

.control-box {
    position: relative;
    margin: auto;
    height: 40px;
    width: 210px;
}

.player-footer .play {
    position: absolute;
    top: 0;
    left: 87px;
}

.player-footer .play .ion-pause {
    position: absolute;
    top: 0;
    left: 72px;
}

.player-footer .play,
.player-footer .play:before {
    font-size: 25px !important;
    text-shadow: 0 0 1px #000;
    color: #ffffff !important;
}

.player-footer .puase,
.player-footer .puase:before {
    font-size: 50px !important;
    text-shadow: 0 0 1px #000;
    color: #ffffff !important;
}

.player-footer .backward {
    position: absolute;
    top: 0;
    left: 43px;
    font-size: 40px !important;
    text-shadow: 0 0 1px #000;
    color: #ffffff !important;
}

.player-footer .forward {
    position: absolute;
    top: 0;
    right: 43px;
    font-size: 40px !important;
    text-shadow: 0 0 1px #000;
    color: #ffffff !important;
}

.player-footer .loop {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}

.player-footer .button.button-icon.loop::before {
    font-size: 15px;
}

.player-footer .shuffle {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}
.player-footer .button.button-icon.shuffle::before {
    font-size: 15px;
}

.player-footer .shuffle {
    position: absolute;
    top: 0;
    right: 5px;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}

.player-footer .download {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}
.player-footer .button.button-icon.download::before {
    font-size: 25px;
}

.player-footer .more {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}
.player-footer .button.button-icon.more::before {
    font-size: 25px;
}

.heart {
    color: #ffffff;
}

.special-playlists {
    z-index: 2;
    position: relative;
    padding-top: 0% !important;
    height: 80px;
    width: 80px !important;
}

.special-playlists .box-left {
    left: 2%;
    right: 0% !important;
}

.artwork-mosaic {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: relative;
    background-color: #ddd;
}

.artwork-mosaic .miniature {
    display: inline-block;
    width: 50% !important;
    height: 50%;
    padding: 0;
    margin: 0;
}

play-bar {
    position: absolute;
    bottom: 0px !important;
    height: 50px !important;
    z-index: 10;
    display: table;
    table-layout: fixed;
    width: 100%;
}

play-bar .image {
    position: none !important;
    top: 0px !important;
    left: 0px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0px !important;
    display: table;
    table-layout: fixed;
}

.player-loading {
    position: absolute;
    top: -7px;
    left: 80px;
    stroke: #fff;
}

.player-loading.spinner svg {
    width: 48px;
    height: 48px
}

.has-no-footer {
    bottom: 0px !important;
}

.has-no-header {
    top: 0px !important;
}

.detail-header {
    z-index: 2;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px 5% 0 5%;
}

.detail-header h4 {
    color: #fff !important;
}

.range {
    direction: ltr;
    position: relative;
}

.range ion-audio-progress,
.range ion-audio-duration {
    position: absolute;
    bottom: 50px;
    color: #efefef;
}

.range ion-audio-progress {
    left: 15px;
}

.range ion-audio-duration {
    right: 15px;
}

.range input:focus {
    background: linear-gradient(to right, #ccc 0%, #ccc 100%);
    background-position: center;
    background-size: 99% 2px;
    background-repeat: no-repeat;
    box-shadow: inherit;
}
.content-modal .content img {
    max-width: 100%;
    height: auto;
}

.content-modal .back,
.news-modal .share {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 45px;
    height: 43px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
}

.content-modal .share {
    left: inherit;
    right: 0px;
    font-size: 26px;
}

.content-modal .header-item {
    padding: 0 36px;
}

.content-modal .padding {
    padding: 20px;
}

.content-modal .modal-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    -moz-filter: blur(35px);
    -o-filter: blur(35px);
    -ms-filter: blur(35px);
    filter: blur(35px);
    -webkit-filter: blur(35px);
    position: absolute;
    left: 0;
    background-position: center;
}

@media (min-width: 680px) {
    .active .modal-backdrop-bg {
        opacity: 0;
    }
}

button.button.disable {
    opacity: 0.5;
}

/* ------no-image------*/
.music-widget .item.no-image {
    margin: 9px 10px;
}

.music-widget .item.no-image img {
    display: none;
}

.music-widget .item.no-image h2 {
    font-size: 15px;
    padding-right: 8px;
}

.music-widget .item.no-image p {
    padding-top: 5px;
    padding-right: 8px;
}

/* ------End Of no-image------*/

/* ------Default------*/
.music-widget .item-thumbnail-right {
    margin: 10px 10px;
}

.music-widget .item-thumbnail-right h2.title {
    font-size: 14px;
}

.music-widget .item-thumbnail-right p.ng-binding {
    font-size: 13px;
    padding-top: 5px;
}

/* ------End of Default------*/

/* ------Grid-1------*/
.music-widget .item.grid-1 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    border: none;
}

@media screen and (min-width: 760px) {
    .music-widget .item.grid-1 {
        width: 23%;
        margin: 1%;
    }
}

.music-widget .grid-1 img:first-child {
    width: 100%;
    height: 155px;
    display: block;
}

.music-widget .grid-1 .title {
    white-space: normal;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 6px 0 6px;
    text-overflow: ellipsis;
}

.music-widget .item.grid-1 p {
    font-size: 13px;
}

.music-widget .grid-1 p {
    text-align: center;
    padding: 0 0 17px 0;
}

/* ------End Of Grid-1------*/


/* ------Grid-2------*/
.music-widget .item.grid-2 {
    float: right;
    width: 46%;
    margin: 2%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    border: none;
}

.music-widget .grid-2 img:first-child {
    width: 100%;
    height: auto;
    display: block;
}

.music-widget .grid-2 .title {
    white-space: normal;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    padding: 14px 6px 0 6px;
}

.music-widget .grid-2 p {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 13px;
}

.music-widget .item.item0.grid-2 {
    width: 94%;
    margin: 0 3% 2% 3%;
}

@media screen and (min-width: 760px) {
    .music-widget .item.grid-2 {
        width: 23%;
    }

    .music-widget .item.item0.grid-2 {
        width: 23%;
    }
}

/* ------Grid-2------*/

/* ------row-1------*/
.music-widget .row-1 img:first-child {
    width: 100%;
    display: block;
}

.music-widget .item.row-1 {
    margin: 0 3% 5% 3%;
    padding: 0;
    border-radius: 5px;
    border: none;
}

.music-widget .row-1 .title {
    white-space: normal;
    text-align: center;
    line-height: 25px;
    padding-top: 14px;
}

.music-widget .row-1 p {
    text-align: center;
    padding: 2px 10px 19px 10px;
    font-size: 13px;
}

/* ------End Of row-1------*/

/* ------row-2------*/
.music-widget .row-2.item-thumbnail-right {
    padding-top: 27px;
    border: none;
}

.music-widget .row-2.item0 {
    padding: 0;
    width: 96%;
    margin: 2%;
}

.music-widget .row-2.item0 .title {
    padding: 5px 7px 0 7px;
    margin-top: 0;
    height: 24px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.music-widget .row-2.item0 p {
    text-align: center;
    padding-bottom: 10px;
}

.music-widget .row-2.item0 p.p-padding.ng-binding {
    font-size: 15px;
}

.music-widget .row-2.item0 img:first-child {
    position: initial;
    width: 100%;
    max-width: 100%;
    max-height: 63%;
}

.music-widget a.item.item0.row-2.item-thumbnail-right {
    padding: 0px;
}

@media screen and (min-width: 900px) {
    .music-widget .item.item0.row-2 {
        margin: 1%;
        float: right;
        height: 600px;
        width: 55%;
    }
}

.music-widget .row-2.item-thumbnail-right h2 {
    margin-top: 0;
}

/* ------End of row-2------*/
/*------row-3------*/
.music-widget .row-3.item-thumbnail-right {
    padding-top: 25px;
}

.music-widget .item.item0.row-3 {
    display: block;
    height: 151px;
    padding-top: 5px;
}

.music-widget ion-item.item.item0.row-3.item-thumbnail-right {
    padding-right: 25px;
}

.music-widget .row-3.item0 p {
    padding: 0% 50% 0% 2%;
}

.music-widget .row-3.item0 .title {
    padding: 2% 50% 0% 0%;
    margin-top: 0;
    height: 66px;
    overflow: hidden;
    padding-top: 32px;
    font-size: 16px;
}

.music-widget .row-3.item0 p {
    font-size: 15px;
}

.music-widget .row-3.item0 img:first-child {
    width: 42%;
    max-width: 300px;
    max-height: 86%;
}

.music-widget a.item.item0.row-3.item-thumbnail-right {
    padding-right: 0px;
}

.music-widget .row-3.item-thumbnail-right h2 {
    margin-top: 0;
}

/* ------End Of row-3------*/

/* ------Grid-3------*/
.music-widget .item.item0.grid-3 {
    display: block;
    float: right;
    width: 62.5%;
    margin: 2%;
    height: 224px;
}

.music-widget .item.grid-3 {
    display: block;
    float: right;
    width: 29.3%;
    margin: 2%;
    height: 106px;
    border: none;
}

.music-widget .grid-3 p:first-child {
    display: none;
}

.music-widget .grid-3 img:first-child {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.music-widget .grid-3 .title {
    width: 80%;
    padding-right: 7%;
    bottom: 9px;
    white-space: nowrap;
    font-size: 10px;
    z-index: 100000;
    position: absolute;
    color: white;
}

.music-widget .grid-3.item0 .title {
    width: 80%;
    padding-right: 7%;
    margin-top: 216px !important;
    white-space: nowrap;
    font-size: 10px;
    z-index: 100000;
    position: absolute;
    color: white;
}

.music-widget .item.grid-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 1) 100%);
}

.music-widget a.item.item7.grid-3 {
    width: 64%;
}

.music-widget .item.grid-3 {
    padding: 0px;
    box-shadow: 0px 0px 3px 3px rgba(114, 114, 114, 0.32);
}

/* ------End Of Grid-3------*/
ion-header-bar#ben-header {
    background: transparent;
    border: none;
}

button.button.button-icon.ion-ios-skipforward.forward:before,
button.button.button-icon.ion-ios-skipbackward.backward:before,
button.button.button-icon.ion-ios-fastforward.forward:before,
button.button.button-icon.ion-ios-rewind.backward:before {
    font-size: 20px;
}

input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
}

button.button.button-icon.ion-loop:before {
    content: "\f201";
}
.music-widget .layout1.item {
  position: relative;
  overflow: visible;
  margin: 0 18% 4% 8%;
  height: 37vw;
  max-height: 150px;
  padding: 7% 22% 0 0;
  border-radius: 5px;
  width: 77%;
  border-radius: 10px;
}
.music-widget .layout1.item .music-cover {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  right: -20%;
  height: 0;
  padding-top: 40%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  box-shadow: -8px 7px 20px 1px #00000044;
}
.music-widget .layout1.item .music-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  height: 40%;
  width: 40%;
}
.music-widget .layout1.item .music-name p {
	padding-top: 4%;
	font-weight: bold;
	font-size: 12px;
}
.music-widget .layout1.item .music-artist p {
	font-size: 10px;
}

.music-widget ion-item.item span {
    position: absolute;
    left: 13px;
    bottom: 3px;
    color: #cdcdcd;
    font-size: 11px;
}
.music-likes-part i,
.music-comments-part i {
    font-size: 15px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-right: 5px;
}
.music-comments-part {
    left: 50px !important;
}
.button-like {
    background: #d5d5d5;
    border: 0 solid;
    border-radius: 3px;
    padding: 3px 10px;
}
.isLiked {
    color: #fc6183 !important;
}
.music-widget .item.grid-3 span {
    bottom: 9px;
}
@media only screen and (min-width: 600px) {
	.music-widget .layout1.item {
		margin: 0px 6% 4% 0;
		padding: 5% 11% 0 0;
		width: 39%;
		display: inline-block;
	}
	.music-widget .layout1.item:nth-child(odd) {
		margin-left: 4%;
		margin-right: 9%;
	}
	.music-widget .layout1.item .music-widget-image {
		width: 45%;
		padding-top: 45%;
	}
	.music-widget .layout1.item .music-widget-price {
		font-size: 12px;
	}
	.music-widget .layout1.item .music-widget-title  {
		font-size: 14px;
	}
}
.single-music .other-actions a, .single-music .other-actions button {
    font-size: 19px;
    color: #ffffff;
    opacity: .7;
}
.single-music .other-actions span {
    font-size: 12px;
    vertical-align: top;
    padding-left: 4px;
}
.single-music .other-actions {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.music-widget ion-item.layout1 span {
    position: absolute;
    left: 13px;
    bottom: 9px;
    color: #cdcdcd;
    font-size: 11px;
}

.single-music .bookmark-icon svg {
    vertical-align: top;
}
.single-music .bookmark-icon svg.not-bookmark {
    fill: #cdcdcd;
    stroke: #cdcdcd;
    stroke-width: 9px;
}
.play-back-speed {
    position: absolute;
    top: 7%;
    right: 8px;
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.play-back-speed-text {
    color: black;
    padding: 10px;
}