/**
* kk Star Ratings
* @see https://github.com/kamalkhan/kk-star-ratings
*/
 .kk-star-ratings {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.kk-star-ratings.kksr-shortcode {display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}.kk-star-ratings.kksr-valign-top {margin-bottom: 2rem;}.kk-star-ratings.kksr-valign-bottom {margin-top: 2rem;}.kk-star-ratings.kksr-align-left {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;}.kk-star-ratings.kksr-align-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.kk-star-ratings.kksr-align-right {-webkit-box-pack: flex-end;-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}.kk-star-ratings .kksr-muted {opacity: .5;}.kk-star-ratings .kksr-stars {position: relative;}.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {display: flex;}.kk-star-ratings .kksr-stars .kksr-stars-active {overflow: hidden;position: absolute;top: 0;left: 0;}.kk-star-ratings .kksr-stars .kksr-star {cursor: pointer;padding-right: 0px;}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {cursor: default;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {transition: .3s all;}.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {width: 0 !important;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {background-image: url("/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg");}.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {background-image: url("/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg");}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {background-image: url("/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg");}.kk-star-ratings .kksr-legend {margin-left: .75rem;margin-right: .75rem;}[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {left: auto;right: 0;}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) * -.5);margin-right:calc(var(--bs-gutter-x) * -.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: bold;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebboldfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 100;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebthinfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebthinfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 300;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanweblightfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebregularfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebmediumfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 800;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebextraboldfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 900;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebblackfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebblackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

@font-face {
	font-family: wintheme_fonts;
	font-style: normal;
	font-weight: 950;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebextrablackfanum.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/woff/iranyekanwebextrablackfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}
/* [ P L A Y E R | Wintheme.ir ] */
[class^="player-icon-"]:before, [class*=" player-icon-"]:before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	margin:0 auto;
	margin-top:8px;
	background-color:#555;
	transition:.2s;
}

.player-icon-play:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik00My4xLDE2LjdjLTAuNS0wLjMtMS4xLTAuNS0xLjYtMC41Yy0xLjEsMC0yLjEsMC41LTIuNiwxLjVjLTAuOSwxLjUtMC41LDMuNCwxLDQuM2MxLjEsMC43LDEuNywxLjksMS43LDMuMQ0KCWMwLDEuMy0wLjcsMi41LTEuNywzLjFMMTYuMSw0M2MtMC42LDAuNC0xLjMsMC42LTIsMC42Yy0wLjYsMC0xLjItMC4yLTEuOC0wLjVjLTEuMi0wLjctMS45LTEuOS0xLjktMy4yVjEwLjMNCgljMC0xLjQsMC43LTIuNiwxLjktMy4yYzAuNi0wLjMsMS4yLTAuNSwxLjgtMC41YzAuNywwLDEuNCwwLjIsMiwwLjZsMTMuOCw4LjZjMC41LDAuMywxLjEsMC41LDEuNiwwLjVjMS4xLDAsMi4xLTAuNSwyLjYtMS41DQoJYzAuNC0wLjcsMC42LTEuNSwwLjQtMi4zYy0wLjItMC44LTAuNy0xLjUtMS40LTEuOUwxOS40LDEuOWMtMS42LTEtMy40LTEuNS01LjItMS41Yy0xLjcsMC0zLjMsMC40LTQuOCwxLjNjLTMuMiwxLjgtNS4xLDUtNS4xLDguNw0KCXYyOS42YzAsMy43LDEuOSw2LjksNS4xLDguN2MxLjUsMC44LDMuMiwxLjMsNC44LDEuM2MxLjgsMCwzLjYtMC41LDUuMi0xLjVsMjMuOC0xNC44YzIuOS0xLjgsNC43LTUsNC43LTguNA0KCUM0Ny44LDIxLjYsNDYuMSwxOC41LDQzLjEsMTYuN3oiLz4NCjwvc3ZnPg0K");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik00My4xLDE2LjdjLTAuNS0wLjMtMS4xLTAuNS0xLjYtMC41Yy0xLjEsMC0yLjEsMC41LTIuNiwxLjVjLTAuOSwxLjUtMC41LDMuNCwxLDQuM2MxLjEsMC43LDEuNywxLjksMS43LDMuMQ0KCWMwLDEuMy0wLjcsMi41LTEuNywzLjFMMTYuMSw0M2MtMC42LDAuNC0xLjMsMC42LTIsMC42Yy0wLjYsMC0xLjItMC4yLTEuOC0wLjVjLTEuMi0wLjctMS45LTEuOS0xLjktMy4yVjEwLjMNCgljMC0xLjQsMC43LTIuNiwxLjktMy4yYzAuNi0wLjMsMS4yLTAuNSwxLjgtMC41YzAuNywwLDEuNCwwLjIsMiwwLjZsMTMuOCw4LjZjMC41LDAuMywxLjEsMC41LDEuNiwwLjVjMS4xLDAsMi4xLTAuNSwyLjYtMS41DQoJYzAuNC0wLjcsMC42LTEuNSwwLjQtMi4zYy0wLjItMC44LTAuNy0xLjUtMS40LTEuOUwxOS40LDEuOWMtMS42LTEtMy40LTEuNS01LjItMS41Yy0xLjcsMC0zLjMsMC40LTQuOCwxLjNjLTMuMiwxLjgtNS4xLDUtNS4xLDguNw0KCXYyOS42YzAsMy43LDEuOSw2LjksNS4xLDguN2MxLjUsMC44LDMuMiwxLjMsNC44LDEuM2MxLjgsMCwzLjYtMC41LDUuMi0xLjVsMjMuOC0xNC44YzIuOS0xLjgsNC43LTUsNC43LTguNA0KCUM0Ny44LDIxLjYsNDYuMSwxOC41LDQzLjEsMTYuN3oiLz4NCjwvc3ZnPg0K");
}
.player-icon-pause:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zNi44LDAuM2MtMy4xLDAtNS43LDIuNS01LjcsNS43djM3LjljMCwzLjEsMi41LDUuNyw1LjcsNS43YzMuMSwwLDUuNy0yLjUsNS43LTUuN1Y1LjlDNDIuNSwyLjgsNDAsMC4zLDM2LjgsMC4zeiIvPg0KCTxwYXRoIGQ9Ik0xNC4zLDAuM2MtMy4xLDAtNS43LDIuNS01LjcsNS43djM3LjljMCwzLjEsMi41LDUuNyw1LjcsNS43YzMuMSwwLDUuNy0yLjUsNS43LTUuN1Y1LjlDMjAsMi44LDE3LjUsMC4zLDE0LjMsMC4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zNi44LDAuM2MtMy4xLDAtNS43LDIuNS01LjcsNS43djM3LjljMCwzLjEsMi41LDUuNyw1LjcsNS43YzMuMSwwLDUuNy0yLjUsNS43LTUuN1Y1LjlDNDIuNSwyLjgsNDAsMC4zLDM2LjgsMC4zeiIvPg0KCTxwYXRoIGQ9Ik0xNC4zLDAuM2MtMy4xLDAtNS43LDIuNS01LjcsNS43djM3LjljMCwzLjEsMi41LDUuNyw1LjcsNS43YzMuMSwwLDUuNy0yLjUsNS43LTUuN1Y1LjlDMjAsMi44LDE3LjUsMC4zLDE0LjMsMC4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.player-icon-next:before{
	mask-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zNi4yLDE5LjZMOS4xLDEuOGMtNC43LTMuMS04LjUtMS04LjUsNC42djM3LjVjMCw1LjYsMy44LDcuNyw4LjUsNC42bDI3LjEtMTcuN0M0MC45LDI3LjcsNDAuOSwyMi43LDM2LjIsMTkuNnoNCgkJIE0zMy4zLDI3LjFMNy45LDQzLjdjLTEuNiwxLjEtMywwLjQtMy0xLjZ2LTM0YzAtMiwxLjMtMi43LDMtMS42bDI1LjQsMTYuN0MzNC45LDI0LjMsMzQuOSwyNi4xLDMzLjMsMjcuMXoiLz4NCgk8cGF0aCBkPSJNNDkuMiw0Ni41SDQ2Yy0wLjMsMC0wLjYtMC4zLTAuNi0wLjZWMy42QzQ1LjQsMy4zLDQ1LjYsMyw0NiwzaDMuM2MwLjMsMCwwLjYsMC4zLDAuNiwwLjZ2NDIuMw0KCQlDNDkuOCw0Ni4zLDQ5LjYsNDYuNSw0OS4yLDQ2LjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==');
	-webkit-mask-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zNi4yLDE5LjZMOS4xLDEuOGMtNC43LTMuMS04LjUtMS04LjUsNC42djM3LjVjMCw1LjYsMy44LDcuNyw4LjUsNC42bDI3LjEtMTcuN0M0MC45LDI3LjcsNDAuOSwyMi43LDM2LjIsMTkuNnoNCgkJIE0zMy4zLDI3LjFMNy45LDQzLjdjLTEuNiwxLjEtMywwLjQtMy0xLjZ2LTM0YzAtMiwxLjMtMi43LDMtMS42bDI1LjQsMTYuN0MzNC45LDI0LjMsMzQuOSwyNi4xLDMzLjMsMjcuMXoiLz4NCgk8cGF0aCBkPSJNNDkuMiw0Ni41SDQ2Yy0wLjMsMC0wLjYtMC4zLTAuNi0wLjZWMy42QzQ1LjQsMy4zLDQ1LjYsMyw0NiwzaDMuM2MwLjMsMCwwLjYsMC4zLDAuNiwwLjZ2NDIuMw0KCQlDNDkuOCw0Ni4zLDQ5LjYsNDYuNSw0OS4yLDQ2LjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==');
}
.player-icon-previous:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0xNC4yLDMwLjZsMjcuMSwxNy44YzQuNywzLjEsOC41LDEsOC41LTQuNlY2LjRjMC01LjYtMy44LTcuNy04LjUtNC42TDE0LjIsMTkuNUM5LjUsMjIuNSw5LjUsMjcuNiwxNC4yLDMwLjZ6IE0xNy4xLDIzLjENCgkJTDQyLjUsNi41YzEuNi0xLjEsMy0wLjQsMywxLjZ2MzRjMCwyLTEuMywyLjctMywxLjZMMTcuMSwyN0MxNS41LDI2LDE1LjUsMjQuMiwxNy4xLDIzLjF6Ii8+DQoJPHBhdGggZD0iTTEuMiwzLjdoMy4zQzQuOCwzLjcsNSw0LDUsNC4zdjQyLjNjMCwwLjMtMC4zLDAuNi0wLjYsMC42SDEuMmMtMC4zLDAtMC42LTAuMy0wLjYtMC42bDAtNDIuM0MwLjYsNCwwLjgsMy43LDEuMiwzLjd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0xNC4yLDMwLjZsMjcuMSwxNy44YzQuNywzLjEsOC41LDEsOC41LTQuNlY2LjRjMC01LjYtMy44LTcuNy04LjUtNC42TDE0LjIsMTkuNUM5LjUsMjIuNSw5LjUsMjcuNiwxNC4yLDMwLjZ6IE0xNy4xLDIzLjENCgkJTDQyLjUsNi41YzEuNi0xLjEsMy0wLjQsMywxLjZ2MzRjMCwyLTEuMywyLjctMywxLjZMMTcuMSwyN0MxNS41LDI2LDE1LjUsMjQuMiwxNy4xLDIzLjF6Ii8+DQoJPHBhdGggZD0iTTEuMiwzLjdoMy4zQzQuOCwzLjcsNSw0LDUsNC4zdjQyLjNjMCwwLjMtMC4zLDAuNi0wLjYsMC42SDEuMmMtMC4zLDAtMC42LTAuMy0wLjYtMC42bDAtNDIuM0MwLjYsNCwwLjgsMy43LDEuMiwzLjd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
}
.player-icon-repeat:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik00OSw0Mi43Yy0wLjEtMS4xLTEuMS0yLTIuMi0xLjlMNDMuOSw0MWM4LjMtMTAsNy40LTI0LjktMi4yLTMzLjlDMzEuNi0yLjEsMTYtMS40LDYuOCw4LjZjLTkuMiwxMC04LjYsMjUuNiwxLjQsMzQuOQ0KCWM0LjIsMy44LDkuNiw2LjEsMTUuMiw2LjVjMS4xLDAuMSwyLjEtMC44LDIuMi0xLjljMC4xLTEuMS0wLjgtMi4xLTEuOS0yLjJjLTQuNy0wLjMtOS4yLTIuMi0xMi43LTUuNGMtOC4zLTcuNy04LjgtMjAuNy0xLjItMjkNCgljNy43LTguMywyMC43LTguOCwyOS0xLjJjOCw3LjQsOC44LDE5LjYsMi4xLDI3LjlsMC0yLjdjMC0xLjEtMC45LTIuMS0yLjEtMi4xYy0xLjEsMC0yLjEsMC45LTIuMSwyLjF2OC4xYzAsMC42LDAuMiwxLjEsMC43LDEuNQ0KCWMwLjQsMC40LDEsMC42LDEuNiwwLjVsOC4xLTAuNkM0OC4yLDQ0LjgsNDkuMSw0My44LDQ5LDQyLjd6Ii8+DQo8L3N2Zz4NCg==");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik00OSw0Mi43Yy0wLjEtMS4xLTEuMS0yLTIuMi0xLjlMNDMuOSw0MWM4LjMtMTAsNy40LTI0LjktMi4yLTMzLjlDMzEuNi0yLjEsMTYtMS40LDYuOCw4LjZjLTkuMiwxMC04LjYsMjUuNiwxLjQsMzQuOQ0KCWM0LjIsMy44LDkuNiw2LjEsMTUuMiw2LjVjMS4xLDAuMSwyLjEtMC44LDIuMi0xLjljMC4xLTEuMS0wLjgtMi4xLTEuOS0yLjJjLTQuNy0wLjMtOS4yLTIuMi0xMi43LTUuNGMtOC4zLTcuNy04LjgtMjAuNy0xLjItMjkNCgljNy43LTguMywyMC43LTguOCwyOS0xLjJjOCw3LjQsOC44LDE5LjYsMi4xLDI3LjlsMC0yLjdjMC0xLjEtMC45LTIuMS0yLjEtMi4xYy0xLjEsMC0yLjEsMC45LTIuMSwyLjF2OC4xYzAsMC42LDAuMiwxLjEsMC43LDEuNQ0KCWMwLjQsMC40LDEsMC42LDEuNiwwLjVsOC4xLTAuNkM0OC4yLDQ0LjgsNDkuMSw0My44LDQ5LDQyLjd6Ii8+DQo8L3N2Zz4NCg==");
}
.player-icon-repeat-one:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ni44LDQwLjhMNDMuOSw0MWM4LjMtMTAsNy40LTI0LjktMi4yLTMzLjlDMzEuNi0yLjEsMTYtMS40LDYuOCw4LjZjLTkuMiwxMC04LjYsMjUuNiwxLjQsMzQuOWM0LjIsMy44LDkuNiw2LjEsMTUuMiw2LjUNCgkJYzEuMSwwLjEsMi4xLTAuOCwyLjItMS45YzAuMS0xLjEtMC44LTIuMS0xLjktMi4yYy00LjctMC4zLTkuMi0yLjItMTIuNy01LjRjLTguMy03LjctOC44LTIwLjctMS4yLTI5YzcuNy04LjMsMjAuNy04LjgsMjktMS4yDQoJCWM4LDcuNCw4LjgsMTkuNiwyLjEsMjcuOWwwLTIuN2MwLTEuMS0wLjktMi4xLTIuMS0yLjFjLTEuMSwwLTIuMSwwLjktMi4xLDIuMXY4LjFjMCwwLjYsMC4yLDEuMSwwLjcsMS41YzAuNCwwLjQsMSwwLjYsMS42LDAuNQ0KCQlsOC4xLTAuNmMxLjEtMC4xLDItMS4xLDEuOS0yLjJDNDguOSw0MS42LDQ3LjksNDAuNyw0Ni44LDQwLjh6Ii8+DQoJPHBvbHlnb24gcG9pbnRzPSIxOC44LDE3LjggMTkuNiwyMS44IDIzLjksMTkuNyAyNCwxOS43IDI0LDM3LjcgMjkuMSwzNy43IDI5LjEsMTUgMjQuOCwxNSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ni44LDQwLjhMNDMuOSw0MWM4LjMtMTAsNy40LTI0LjktMi4yLTMzLjlDMzEuNi0yLjEsMTYtMS40LDYuOCw4LjZjLTkuMiwxMC04LjYsMjUuNiwxLjQsMzQuOWM0LjIsMy44LDkuNiw2LjEsMTUuMiw2LjUNCgkJYzEuMSwwLjEsMi4xLTAuOCwyLjItMS45YzAuMS0xLjEtMC44LTIuMS0xLjktMi4yYy00LjctMC4zLTkuMi0yLjItMTIuNy01LjRjLTguMy03LjctOC44LTIwLjctMS4yLTI5YzcuNy04LjMsMjAuNy04LjgsMjktMS4yDQoJCWM4LDcuNCw4LjgsMTkuNiwyLjEsMjcuOWwwLTIuN2MwLTEuMS0wLjktMi4xLTIuMS0yLjFjLTEuMSwwLTIuMSwwLjktMi4xLDIuMXY4LjFjMCwwLjYsMC4yLDEuMSwwLjcsMS41YzAuNCwwLjQsMSwwLjYsMS42LDAuNQ0KCQlsOC4xLTAuNmMxLjEtMC4xLDItMS4xLDEuOS0yLjJDNDguOSw0MS42LDQ3LjksNDAuNyw0Ni44LDQwLjh6Ii8+DQoJPHBvbHlnb24gcG9pbnRzPSIxOC44LDE3LjggMTkuNiwyMS44IDIzLjksMTkuNyAyNCwxOS43IDI0LDM3LjcgMjkuMSwzNy43IDI5LjEsMTUgMjQuOCwxNSAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==");
}
.player-icon-shuffle:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ny44LDEwLjJMNDIsNC45QzQxLjIsNC4xLDQwLDQuMiwzOS4yLDVjLTAuNywwLjgtMC43LDIuMSwwLjEsMi44bDIsMS45QzMxLjIsOS45LDIzLDEyLDIxLDI2LjYNCgkJYy0xLjUsMTEuNi02LjcsMTMuNS0xOC42LDEzLjVjLTEuMSwwLTIsMC45LTIsMnMwLjksMiwyLDJjMTEuMSwwLDIwLjUtMS4zLDIyLjUtMTdjMS40LTEwLjksNi4xLTEzLjIsMTYuMy0xMy41bC0yLDEuOA0KCQljLTAuOCwwLjctMC45LDItMC4xLDIuOGMwLjcsMC44LDIsMC45LDIuOCwwLjFsNS43LTUuM2MwLjQtMC40LDAuNi0wLjksMC42LTEuNVM0OC4yLDEwLjUsNDcuOCwxMC4yeiIvPg0KCTxwYXRoIGQ9Ik0xLjYsNy45YzAtMS4xLDAuOS0yLDItMmM3LjksMCwxNC45LDAuNywxOS4xLDYuN2MtMC45LDEuMi0xLjYsMi41LTIuMyw0QzE3LjcsMTEsMTIuNiw5LjksMy41LDkuOUMyLjQsOS45LDEuNiw5LDEuNiw3LjkNCgkJeiBNNDMuMSwzMS42Yy0wLjgtMC43LTIuMS0wLjctMi44LDAuMWMtMC43LDAuOC0wLjcsMi4xLDAuMSwyLjhsMiwxLjhjLTYuNi0wLjItMTAuOC0xLjItMTMuNC00LjhjLTAuNCwxLjYtMSwzLTEuNiw0LjINCgkJYzMuOCwzLjYsOS4xLDQuNCwxNSw0LjVsLTIsMS45Yy0wLjgsMC43LTAuOSwyLTAuMSwyLjhjMC43LDAuOCwyLDAuOSwyLjgsMC4xbDUuNy01LjNjMC40LTAuNCwwLjYtMC45LDAuNi0xLjVzLTAuMi0xLjEtMC42LTEuNQ0KCQlMNDMuMSwzMS42eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ny44LDEwLjJMNDIsNC45QzQxLjIsNC4xLDQwLDQuMiwzOS4yLDVjLTAuNywwLjgtMC43LDIuMSwwLjEsMi44bDIsMS45QzMxLjIsOS45LDIzLDEyLDIxLDI2LjYNCgkJYy0xLjUsMTEuNi02LjcsMTMuNS0xOC42LDEzLjVjLTEuMSwwLTIsMC45LTIsMnMwLjksMiwyLDJjMTEuMSwwLDIwLjUtMS4zLDIyLjUtMTdjMS40LTEwLjksNi4xLTEzLjIsMTYuMy0xMy41bC0yLDEuOA0KCQljLTAuOCwwLjctMC45LDItMC4xLDIuOGMwLjcsMC44LDIsMC45LDIuOCwwLjFsNS43LTUuM2MwLjQtMC40LDAuNi0wLjksMC42LTEuNVM0OC4yLDEwLjUsNDcuOCwxMC4yeiIvPg0KCTxwYXRoIGQ9Ik0xLjYsNy45YzAtMS4xLDAuOS0yLDItMmM3LjksMCwxNC45LDAuNywxOS4xLDYuN2MtMC45LDEuMi0xLjYsMi41LTIuMyw0QzE3LjcsMTEsMTIuNiw5LjksMy41LDkuOUMyLjQsOS45LDEuNiw5LDEuNiw3LjkNCgkJeiBNNDMuMSwzMS42Yy0wLjgtMC43LTIuMS0wLjctMi44LDAuMWMtMC43LDAuOC0wLjcsMi4xLDAuMSwyLjhsMiwxLjhjLTYuNi0wLjItMTAuOC0xLjItMTMuNC00LjhjLTAuNCwxLjYtMSwzLTEuNiw0LjINCgkJYzMuOCwzLjYsOS4xLDQuNCwxNSw0LjVsLTIsMS45Yy0wLjgsMC43LTAuOSwyLTAuMSwyLjhjMC43LDAuOCwyLDAuOSwyLjgsMC4xbDUuNy01LjNjMC40LTAuNCwwLjYtMC45LDAuNi0xLjVzLTAuMi0xLjEtMC42LTEuNQ0KCQlMNDMuMSwzMS42eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.player-icon-download:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ny41LDQ3LjhMNDcuNSw0Ny44YzAsMS4xLTAuOSwyLTIsMkg1LjhjLTEuMSwwLTItMC45LTItMnYwYzAtMS4xLDAuOS0yLDItMmwzOS42LDBDNDYuNiw0NS44LDQ3LjUsNDYuNyw0Ny41LDQ3Ljh6Ii8+DQoJPHBhdGggZD0iTTM4LjQsMjMuNEwyNy4zLDM0LjVWMy4yaDBWMi41YzAtMS4xLTAuOS0yLTItMmgtMC4xYy0xLjEsMC0yLDAuOS0yLDJ2MC43aDB2MzEuM0wxMiwyMy40bC0zLDNsMTYuMSwxNi4xbDE2LjEtMTYuMQ0KCQlMMzguNCwyMy40eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Ny41LDQ3LjhMNDcuNSw0Ny44YzAsMS4xLTAuOSwyLTIsMkg1LjhjLTEuMSwwLTItMC45LTItMnYwYzAtMS4xLDAuOS0yLDItMmwzOS42LDBDNDYuNiw0NS44LDQ3LjUsNDYuNyw0Ny41LDQ3Ljh6Ii8+DQoJPHBhdGggZD0iTTM4LjQsMjMuNEwyNy4zLDM0LjVWMy4yaDBWMi41YzAtMS4xLTAuOS0yLTItMmgtMC4xYy0xLjEsMC0yLDAuOS0yLDJ2MC43aDB2MzEuM0wxMiwyMy40bC0zLDNsMTYuMSwxNi4xbDE2LjEtMTYuMQ0KCQlMMzguNCwyMy40eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.player-icon-playlist:before{
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Mi42LDEwLjNjLTIuNS0wLjktMi43LTMuMi0yLjgtNFY0LjFoLTMuNXYyNi40Yy0yLjgtMS44LTYuNy0yLjMtMTAuNS0xLjNjLTMuNiwxLTYuNiwzLjEtOC4yLDUuOQ0KCQljLTEuMiwyLTEuNSw0LjEtMC45LDYuMWMxLDMuOCw1LjEsNi40LDEwLjEsNi40YzEuMywwLDIuNi0wLjIsMy45LTAuNWMzLjYtMSw2LjYtMy4xLDguMi01LjljMS4xLTEuOSwxLjUtNCwxLTUuN1YxMi43DQoJCWMwLjUsMC4zLDEsMC42LDEuNiwwLjhjMy43LDEuMyw1LjIsNC4zLDQuOSw5LjVsMCwwLjdsMy40LDAuMmwwLTAuN0M1MC4yLDE2LjQsNDcuOCwxMiw0Mi42LDEwLjN6IE0zNS44LDM5LjMNCgkJYy0xLjEsMi0zLjQsMy41LTYuMSw0LjNjLTQuNSwxLjItOC45LTAuMy05LjctMy40Yy0wLjMtMS4xLTAuMS0yLjMsMC42LTMuNWMxLjEtMiwzLjQtMy41LDYuMS00LjNjMS0wLjMsMi0wLjQsMy0wLjQNCgkJYzMuNCwwLDYuMSwxLjUsNi43LDMuOEMzNi43LDM2LjksMzYuNSwzOC4xLDM1LjgsMzkuM3oiLz4NCgk8cmVjdCB4PSIwLjUiIHk9IjIxLjEiIHdpZHRoPSIyMi44IiBoZWlnaHQ9IjMuNyIvPg0KCTxyZWN0IHg9IjAuNSIgeT0iNC4zIiB3aWR0aD0iMzEuNiIgaGVpZ2h0PSIzLjciLz4NCgk8cmVjdCB4PSIwLjUiIHk9IjEyLjQiIHdpZHRoPSIzMS42IiBoZWlnaHQ9IjMuNyIvPg0KPC9nPg0KPC9zdmc+DQo=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik00Mi42LDEwLjNjLTIuNS0wLjktMi43LTMuMi0yLjgtNFY0LjFoLTMuNXYyNi40Yy0yLjgtMS44LTYuNy0yLjMtMTAuNS0xLjNjLTMuNiwxLTYuNiwzLjEtOC4yLDUuOQ0KCQljLTEuMiwyLTEuNSw0LjEtMC45LDYuMWMxLDMuOCw1LjEsNi40LDEwLjEsNi40YzEuMywwLDIuNi0wLjIsMy45LTAuNWMzLjYtMSw2LjYtMy4xLDguMi01LjljMS4xLTEuOSwxLjUtNCwxLTUuN1YxMi43DQoJCWMwLjUsMC4zLDEsMC42LDEuNiwwLjhjMy43LDEuMyw1LjIsNC4zLDQuOSw5LjVsMCwwLjdsMy40LDAuMmwwLTAuN0M1MC4yLDE2LjQsNDcuOCwxMiw0Mi42LDEwLjN6IE0zNS44LDM5LjMNCgkJYy0xLjEsMi0zLjQsMy41LTYuMSw0LjNjLTQuNSwxLjItOC45LTAuMy05LjctMy40Yy0wLjMtMS4xLTAuMS0yLjMsMC42LTMuNWMxLjEtMiwzLjQtMy41LDYuMS00LjNjMS0wLjMsMi0wLjQsMy0wLjQNCgkJYzMuNCwwLDYuMSwxLjUsNi43LDMuOEMzNi43LDM2LjksMzYuNSwzOC4xLDM1LjgsMzkuM3oiLz4NCgk8cmVjdCB4PSIwLjUiIHk9IjIxLjEiIHdpZHRoPSIyMi44IiBoZWlnaHQ9IjMuNyIvPg0KCTxyZWN0IHg9IjAuNSIgeT0iNC4zIiB3aWR0aD0iMzEuNiIgaGVpZ2h0PSIzLjciLz4NCgk8cmVjdCB4PSIwLjUiIHk9IjEyLjQiIHdpZHRoPSIzMS42IiBoZWlnaHQ9IjMuNyIvPg0KPC9nPg0KPC9zdmc+DQo=");
}

.player{
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #fff;
    z-index: 99999;
    transition: .4s;
    box-shadow:0 0 10px #c3cdd8;
    height: 80px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkituser-select: none;
    width: 400px;
    border-radius: 10px;
    padding: 9px 11px;
    min-width: auto;
}
.player.deactive{
	bottom:-100px;
}
.player .d1000{
    position: relative;
    height: 100%;
    padding-left: 65px;
    width: auto;
}
.player .player_pic{
    position: absolute;
    top: 4px;
    left: 1px;
    width: 55px;
    height: 55px;
    border-radius: 6px;
}
.player_list{
    position: absolute;
    bottom: 63px;
    right: 0;
    width: 100%;
    max-width: 500px;
    background: #fff;
    box-shadow: 0 0 3px #aaa;
    font: normal 12px/1.7 wintheme_fonts;
    text-align: right;
    display: none;
    border-radius: 10px;
}
.player_list_head{
    height: 50px;
    font: normal 14px/50px wintheme_fonts;
    color: #aaa;
    text-align: right;
    padding-right: 15px;
    position: relative;
    border-bottom: 2px solid #e8e8e8;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 6px;
    margin: 10px;
    text-shadow: 1px 1px 0 #fff;
}
.player_list .player_list_head SPAN{
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:50px;
	font-size:16px;
	line-height:55px;
	text-align:center;
	color:#aaa;
	transition:.2s;
	overflow:hidden;
	cursor:pointer;
}

.player_list .player_list_head SPAN.player_ctrl_shuffle{
	left:36px;
}
.player_list .player_list_head SPAN.player_ctrl_loop{
	left:72px;
}
.player_list .player_list_head SPAN.player_ctrl_shuffle:before, .player_list .player_list_head SPAN.player_ctrl_loop:before{
	width:14px;
	height:14px;
	margin-top:18px;
	background-color:#aaa;
}

.player_list .player_list_head SPAN:hover{
	color:#2fa4dc;
}
.player_list .player_list_head SPAN:hover:before{
	background-color:#2fa4dc;
}

.player_list .player_list_head SPAN.player_ctrl_list:hover{
	color:#f00;
}
.player_list .player_list_head SPAN.player_ctrl_list:hover:before{
	background:none;
}

.player_list .player_list_head SPAN.active{
	color:#ff5500;
}
.player_list .player_list_head SPAN.active:before{
	background-color:#ff5500;
}

.player_list_items{
	max-height:400px;
	overflow:auto;
	margin-bottom:10px;
}
.player_list .player_list_item {
    position: relative;
    height: 50px;
    padding: 5px 56px 5px 52px;
    cursor: pointer;
    transition: .4s;
    margin: 0 10px;
    border-radius: 7px;
}
.player_list .player_list_item:before{
	display:none;
}
.player_list .player_list_item:hover{
	background:#DBEDFF;
}
.player_list .player_list_item.active{
	background:linear-gradient(to right,#26a9e1,#2984bf);
}
.player_list .player_list_item.deactive{
	background:#eee;
}
.player_list .player_list_item IMG{
    position: absolute;
    top: 7px;
    right: 9px;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    transition: .2s;
}
.player_list .player_list_item.deactive IMG{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.player_list .player_list_item SPAN{
    display: block;
    color: #999;
    font-size: 11px;
    transition: .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.player_list .player_list_item.active SPAN{
    color: #fff;
}
.player_list .player_list_item B{
    display: block;
    color: #222;
    transition: .2s;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.player_list .player_list_item.active B{
    color: #fff;
}
.player_list .player_list_item.deactive SPAN, .player_list .player_list_item.deactive B{
	opacity:.5;
}
.player_list .player_list_item I{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	font-size:13px;
	line-height:55px;
	text-align:center;
	color:#aaa;
	overflow:hidden;
}
.player_list .player_list_item I.icon-clear::before{
	content:"✖";
}
.player_list .player_list_item I.icon-reload2::before{
	content:"↺";
}
.player_list .player_list_item.active I{
	color:#fff;
}
.player_list .player_list_item.deactive I{
	font-size:15px;
	color:#888;
}
.player_list .player_list_item:hover I{
	color:#666;
}
.player_list .player_list_item I:hover{
	color:#f00;
}

.player_dl{
    position: absolute;
    bottom: 63px;
    right: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    box-shadow: 0 0 3px #aaa;
    font: normal 12px/1.7 wintheme_fonts;
    text-align: right;
    display: none;
    border-radius: 10px;
}
.player_dl_head{
    height: 50px;
    font: normal 14px/50px wintheme_fonts;
    color: #aaa;
    text-align: right;
    padding-right: 15px;
    position: relative;
    border-bottom: 2px solid #e8e8e8;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 6px;
    margin: 10px;
    text-shadow: 1px 1px 0 #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:40px;
}
.player_dl .player_dl_head SPAN{
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:50px;
	font-size:16px;
	line-height:55px;
	text-align:center;
	color:#aaa;
	transition:.2s;
	overflow:hidden;
	cursor:pointer;
}

.player_dl .player_dl_head SPAN.player_ctrl_shuffle{
	left:36px;
}
.player_list .player_list_head SPAN.player_ctrl_loop{
	left:72px;
}

.player_dl .player_dl_head SPAN:hover{
	color:#2fa4dc;
}
.player_dl .player_dl_head SPAN:hover:before{
	background-color:#2fa4dc;
}

.player_dl .player_dl_head SPAN.player_ctrl_download:hover{
	color:#f00;
}
.player_dl .player_dl_head SPAN.player_ctrl_download:hover:before{
	background:none;
}

.player_dl .player_dl_head SPAN.active{
	color:#ff5500;
}
.player_dl .player_dl_head SPAN.active:before{
	background-color:#ff5500;
}

.player_dl_box{
	padding:0 20px 10px;
	text-align:center;
}
.player_dl_box IMG{
	display:block;
	width:100%;
	max-width:300px;
	height:auto;
    border-radius: 10px;
	margin:0 auto;
    margin-bottom:7px;
}
.player_dl_box A{
    display: inline-block;
    width: 50%;
    background: #bdbdbd;
    color: #fff;
    line-height: 2;
    font-size: 11px;
    margin: 0 3px;
    margin-bottom: 7px;
    transition: .1s;
    opacity: 1;
    border-radius: 5px;
    padding: 4px 10px;
}
.player_dl_box A.player_dl_box_128{
    background: #4bcab8;
}
.player_dl_box A.player_dl_box_320{
    background: #0576bf;
}
.player_dl_box A:hover{
	opacity:.8;
}

.player_pm{
	position:absolute;
	bottom:50px;
	right:0;
	width:100%;
	text-align:center;
	opacity:0;
	transition:.3s;
	z-index:-1;
}
.player_pm.active{
	bottom:70px;
	opacity:1;
	z-index:1;
}
.player_pm SPAN{
    background: #fff;
    box-shadow: 0 0 3px #888;
    font: normal 11px/2 wintheme_fonts;
    color: #777;
    padding: 7px 20px;
    border-radius: 10px;
}

.player_controler{
	direction:ltr;
	line-height:1;
	padding:1px 0 3px;
	text-align:left;
}
.player_controler SPAN, .player_controler A{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 1px;
	font-size:19px;
	line-height:35px;
	color:#666;
	text-align:center;
	cursor:pointer;
	transition:.2s;
	overflow:hidden;
	position:relative;
}

.player_controler SPAN.player_ctrl_list{
	float:right;
	font-size:24px;
}
.player_controler SPAN.player_ctrl_list:before{
	width:18px;
	height:18px;
	margin-top:6px;
}

.player_controler SPAN.player_ctrl_play{
	background:#0576BF;
	border-radius:50%;
}
.player_controler SPAN.player_ctrl_play:before{
	background-color:#fff;
	width:16px;
	height:16px;
	margin-top:7px;
}


.player_controler SPAN:hover:before, .player_controler A:hover:before{
	background-color:#e03e3e;
}
.player_controler SPAN.player_ctrl_play:hover{
	background-color:#e03e3e;
}
.player_controler SPAN.player_ctrl_play:hover:before{
	background-color:#fff;
}

.player_controler SPAN.active:before, .player_controler A.active:before{
	background-color:#ff5500;
}
.player_controler SPAN.player_ctrl_play.active{
	background-color:#ff5500;
}
.player_controler SPAN.player_ctrl_play.active:before{
	background-color:#fff;
}
.player_controler SPAN.deactive, .player_controler A.deactive{
	color:#fff;
	opacity:.4;
	cursor:default;
}

.player_controler SPAN.player_ctrl_play .player_loader{
    position:absolute;
    top:-17px;
    right:-17px;
    width:64px;
    height:64px;
    z-index: 5;
	display:none;
	z-index:0;
}
.player_controler SPAN.player_ctrl_play.active .player_loader{
	display:block;
}

.player_time{
	position:relative;
	padding:0 40px 0 0;
}
.player_time_show{
    position: absolute;
    top: 4px;
    font: normal 12px/18px wintheme_fonts;
    color: #a9bac5;
    letter-spacing: 0.5px;
}
.player_time_show.player_time_current{
	left:0;
	display:none;
}
.player_time_show.player_time_total{
	right:0;
}

.player_time_bar{
    position: relative;
    margin: 0;
}
.player_time_bar .player_time_mousemove{
	position:absolute;
	top:-28px;
	padding:0 12px;
	background:#3a3a3a;
	font:normal 12px/2 wintheme_fonts;
	color:#fff;
	border-radius:12px;
	display:none;
}

.player_time_bar .player_time_bar_main{
    position: relative;
    height: 25px;
    background:#D8E0EA;
    border-radius: 6px;
    overflow: hidden;
}
.player_info{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    left: 20px;
    font: normal 12px/24px wintheme_fonts;
    color: #fff;
    text-align: center;
    z-index: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-shadow: 1px 0px 3px #b1bbc1;
}

.player_time_bar SPAN{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:5;
	width:0;
	background: linear-gradient(to right,#26a9e1,#2984bf);
	border-radius:3px;
    cursor: pointer;
}

.player_time_bar B{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:4;
	width:0;
	background:linear-gradient(to right,#d0e1e8,#add9ef);
	border-radius:3px;
    cursor: pointer;
	transition:.2s;
}

.player_time_bar B.nobg{
	z-index:7;
	background:none;
}

.player_overall{
	display:none;
}
.player_overall:before{
	content:"";
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99998;
	background:rgba(0,0,0,.8);
}
.single_dl_links {
    width: 96%;
    max-width: 100%;
    margin: 10px auto;
    background: #f3f5f9;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 14px;
}
.single_dl_links > DIV{
	background:#fff;
	position:relative;
	margin-bottom:3px;
	transition:.1s;
	border-radius:10px;
}
.single_dl_links > DIV.codeplay textarea{
    font-size: 11px;
    width: 100%;
    height: 64px;
    text-align: left;
    direction: ltr;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f9f9f9;
    margin: 5px 0;
    color: #555;
    font-family: tahoma;
}
.single_dl_links > DIV.lyric .lyric_box  {
    line-height: 2;
    color: #555;
    padding: 10px 10px 20px;
    font-weight: bold;
    font-size: 13px;
}
.single_dl_links > DIV:hover{
    box-shadow: 0 0 8px #ddd;
}
.single_dl_links > DIV:hover strong{
    color:#24a2d9;
}
.single_dl_links .sendlyric {
    font-weight: bold;
    color: #da1b22;
}
.single_dl_links .sendlyric:hover {
    text-decoration:underline;
    color: #555;
}
.single_dl_links .dllyric{
    border-radius: 3px;
    padding: 0px 10px;
    margin: 10px 0 20px;
    display: inline-block;
    transition:0.2s;
    color: #22a4c2;
    background: #fff;
	border:1px dotted #22a4c2;
}
.single_dl_links .dllyric:hover{
    color: #fff;
    background: #22a4c2;
	border:1px solid #22a4c2;
}
.single_dl_links > DIV > SPAN{
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin: 7px 10px;
    text-align: center;
    font: normal 12px wintheme_fonts;
    color: #a7baca;
    transition: .3s;
    background: #ffffff;
    border-radius: 50%;
    line-height: 2.5;
}
.single_dl_links > DIV > STRONG, .single_dl_links > DIV > .divStrong{
    display: block;
    text-align: right;
    font: normal 13px wintheme_fonts;
    color: #595959;
    white-space: nowrap;
    transition: .3s;
    overflow: hidden;
    line-height: 3.5;
}
.single_dl_links img{
    max-width:100%;
	height:auto;
	border-radius: 10px;
}
.dl_help{
    color: #aaa;
    margin: 10px 0;
    display: block;
}
.track_dl{
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 5;
}
.track_dl A, .track_dl SPAN {
    display: block;
    float: left;
    font: normal 12px/3.1 wintheme_fonts;
    min-width: 45px;
    height: 38px;
    padding: 0 12px;
    color: #fff;
    transition: .1s;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 5px;
}
.track_dl SPAN:hover{
    background: #e9eff5;
}
.track_dl SPAN b{
    width: 26px;
    height: 26px;
	display:block;
	margin:0 auto;
	border-radius: 5px;
	margin-top: 5px;
}
.track_dl SPAN.icon-play6 b{
    -webkit-mask-image: url(/wp-content/themes/aylarmusic-nnn/assets/images/icon/play-gray.svg);
    mask-image: url(/wp-content/themes/aylarmusic-nnn/assets/images/icon/play-gray.svg);
	background-color: #a7baca;
}
.track_dl SPAN.active{
	background:#e9eff5;
}
.track_dl SPAN.active b{
	background:#136398;
}
.track_dl SPAN.icon-pause b{
    background:#fff url(/wp-content/themes/aylarmusic-nnn/assets/images/icon/puse.svg);
    -webkit-mask-image:none;
    mask-image: none;
}
.track_dl A{
	background:#2283c2;
	color: #fff;
}
.track_dl A:hover{
	background:#555;
}
.track_dl A {
    background: #ff8c56;
    color: #fff;
}
.track_dl A.dl128{
	background:#fdba36;
	color:#fff;
}
.track_dl A.dl128:hover{
	background:#555;
	color:#333;
}

.track_dl .unlink{
	background: #ddd !important;
	cursor: no-drop !important;
}
/**
*
*	Name:			iconly font icon
*	Version:	    1.0
*	Created on:		Dec 29, 2020
*	License:		GNU General Public License
--------------------------------------------------------------------------------------
*
**/

@font-face {
	font-family: iconly;
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Bold.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Bold.ttf') format('truetype'),
         url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Bold.svg#Iconly-Broken') format('svg');;
}
@font-face {
	font-family: iconly;
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Broken.eot');
	src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Broken.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Broken.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Broken.ttf') format('truetype'),
         url('/wp-content/themes/aylarmusic-nnn/assets/fonts/Iconly-Broken.svg#Iconly-Broken') format('svg');;
}
[class^="iconly-"], [class*="iconly-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconly' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
/*   Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icli{
  font-weight: 200;
}
.icbr{
  font-weight: normal;
}
.icbo{
  font-weight: 700;
}
.icbu{
  font-weight: 900;
}

.iconly-Activity:before {
  content: "\e900";
}
.iconly-Add-User:before {
  content: "\e901";
}
.iconly-Arrow-Down:before {
  content: "\e902";
}
.iconly-Arrow-Down-2:before {
  content: "\e903";
}
.iconly-Arrow-Down-3:before {
  content: "\e904";
}
.iconly-Arrow-Down-Circle:before {
  content: "\e905";
}
.iconly-Arrow-Down-Square:before {
  content: "\e906";
}
.iconly-Arrow-Left:before {
  content: "\e907";
}
.iconly-Arrow-Left-2:before {
  content: "\e908";
}
.iconly-Arrow-Left-3:before {
  content: "\e909";
}
.iconly-Arrow-Left-Circle:before {
  content: "\e90a";
}
.iconly-Arrow-Left-Square:before {
  content: "\e90b";
}
.iconly-Arrow-Right:before {
  content: "\e90c";
}
.iconly-Arrow-Right-2:before {
  content: "\e90d";
}
.iconly-Arrow-Right-3:before {
  content: "\e90e";
}
.iconly-Arrow-Right-Circle:before {
  content: "\e90f";
}
.iconly-Arrow-Right-Square:before {
  content: "\e910";
}
.iconly-Arrow-Up:before {
  content: "\e911";
}
.iconly-Arrow-Up-2:before {
  content: "\e912";
}
.iconly-Arrow-Up-3:before {
  content: "\e913";
}
.iconly-Arrow-Up-Circle:before {
  content: "\e914";
}
.iconly-Arrow-Up-Square:before {
  content: "\e915";
}
.iconly-Bag:before {
  content: "\e916";
}
.iconly-Bag-2:before {
  content: "\e917";
}
.iconly-Bookmark:before {
  content: "\e918";
}
.iconly-Buy:before {
  content: "\e919";
}
.iconly-Calendar:before {
  content: "\e91a";
}
.iconly-Call:before {
  content: "\e91b";
}
.iconly-Call-Missed:before {
  content: "\e91c";
}
.iconly-Call-Silent:before {
  content: "\e91d";
}
.iconly-Calling:before {
  content: "\e91e";
}
.iconly-Camera:before {
  content: "\e91f";
}
.iconly-Category:before {
  content: "\e920";
}
.iconly-Chart:before {
  content: "\e921";
}
.iconly-Chat:before {
  content: "\e922";
}
.iconly-Close-Square:before {
  content: "\e923";
}
.iconly-Danger:before {
  content: "\e924";
}
.iconly-Delete:before {
  content: "\e925";
}
.iconly-Discount:before {
  content: "\e926";
}
.iconly-Discovery:before {
  content: "\e927";
}
.iconly-Document:before {
  content: "\e928";
}
.iconly-Download:before {
  content: "\e929";
}
.iconly-Edit:before {
  content: "\e92a";
}
.iconly-Edit-Square:before {
  content: "\e92b";
}
.iconly-Filter:before {
  content: "\e92c";
}
.iconly-Filter-2:before {
  content: "\e92d";
}
.iconly-Folder:before {
  content: "\e92e";
}
.iconly-Game:before {
  content: "\e92f";
}
.iconly-Graph:before {
  content: "\e930";
}
.iconly-Heart:before {
  content: "\e931";
}
.iconly-Hide:before {
  content: "\e932";
}
.iconly-Home:before {
  content: "\e933";
}
.iconly-Image:before {
  content: "\e934";
}
.iconly-Image-2:before {
  content: "\e935";
}
.iconly-Info-Circle:before {
  content: "\e936";
}
.iconly-Info-Square:before {
  content: "\e937";
}
.iconly-Location:before {
  content: "\e938";
}
.iconly-Lock:before {
  content: "\e939";
}
.iconly-Login:before {
  content: "\e93a";
}
.iconly-Logout:before {
  content: "\e93b";
}
.iconly-Message:before {
  content: "\e93c";
}
.iconly-More-Circle:before {
  content: "\e93d";
}
.iconly-More-Square:before {
  content: "\e93e";
}
.iconly-Notification:before {
  content: "\e93f";
}
.iconly-Paper:before {
  content: "\e940";
}
.iconly-Paper-Download:before {
  content: "\e941";
}
.iconly-Paper-Fail:before {
  content: "\e942";
}
.iconly-Paper-Negative:before {
  content: "\e943";
}
.iconly-Paper-Plus:before {
  content: "\e944";
}
.iconly-Paper-Upload:before {
  content: "\e945";
}
.iconly-Password:before {
  content: "\e946";
}
.iconly-Play:before {
  content: "\e947";
}
.iconly-Plus:before {
  content: "\e948";
}
.iconly-Profile:before {
  content: "\e949";
}
.iconly-Scan:before {
  content: "\e94a";
}
.iconly-Search:before {
  content: "\e94b";
}
.iconly-Send:before {
  content: "\e94c";
}
.iconly-Setting:before {
  content: "\e94d";
}
.iconly-Shield-Done:before {
  content: "\e94e";
}
.iconly-Shield-Fail:before {
  content: "\e94f";
}
.iconly-Show:before {
  content: "\e950";
}
.iconly-Star:before {
  content: "\e951";
}
.iconly-Swap:before {
  content: "\e952";
}
.iconly-Tick-Square:before {
  content: "\e953";
}
.iconly-Ticket:before {
  content: "\e954";
}
.iconly-Ticket-Star:before {
  content: "\e955";
}
.iconly-Time-Circle:before {
  content: "\e956";
}
.iconly-Time-Square:before {
  content: "\e957";
}
.iconly-Unlock:before {
  content: "\e958";
}
.iconly-Upload:before {
  content: "\e959";
}
.iconly-User2:before {
  content: "\e95a";
}
.iconly-User3:before {
  content: "\e95b";
}
.iconly-Video:before {
  content: "\e95c";
}
.iconly-Voice:before {
  content: "\e95d";
}
.iconly-Voice-2:before {
  content: "\e95e";
}
.iconly-Volume-Down:before {
  content: "\e95f";
}
.iconly-Volume-Off:before {
  content: "\e960";
}
.iconly-Volume-Up:before {
  content: "\e961";
}
.iconly-Wallet:before {
  content: "\e962";
}
.iconly-Work:before {
  content: "\e963";
}
@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.eot?60204497');
  src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.eot?60204497#iefix') format('embedded-opentype'),
       url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.woff2?60204497') format('woff2'),
       url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.woff?60204497') format('woff'),
       url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.ttf?60204497') format('truetype'),
       url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.svg?60204497#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/aylarmusic-nnn/assets/fonts/fontello.svg?60204497#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart:before { content: '\e801'; } /* '' */
.icon-music:before { content: '\e806'; } /* '' */
.icon-folder:before { content: '\e807'; } /* '' */
.icon-videocam:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-facebook:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e80e'; } /* '' */
.icon-rss-1:before { content: '\e80f'; } /* '' */
.icon-youtube:before { content: '\e810'; } /* '' */
.icon-infinity:before { content: '\e816'; } /* '' */

.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-comment:before { content: '\f4ac'; } /* '' *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.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-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.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-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/aylarmusic-nnn/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,del,em,font,img,strong,b,i,ol,ul,li,form,input,button,textarea {
	padding:0;
	margin:0;
  transition:all 0.2s ease-out;
}
:before, :after {
  transition: all 0.2s ease-out;
}
* {
  outline: 0;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
}
ul ,ol ,li{
	list-style: none;
	transition:all 0.2s ease-out;
}
a{
	color:#333;
	text-decoration: none;
	transition:all 0.2s ease-out
}
input, textarea, button, select{
	font-family: 'wintheme_fonts', tahoma;
	transition:all 0.2s ease-out;
	outline: none
}
textarea {
	resize:none;
}
body{
  margin: 0;
  font-family: 'wintheme_fonts', tahoma;
  font-size: 13px;
  font-weight: 400;
  color: #314151;
  background: rgb(52 73 94 / 2%);
  line-height: normal;
  direction: rtl;
  text-align: right;
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 15px;
}
.header{
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0 0 25px #eee;
  padding: 18px 15px;
}
.header .logo{
  float: right;
  margin-left: 25px;
  position: relative;
}
.header .logo::before{
  content: '';
  width: 0;
  height: 0;
  right: 14px;
  top: 20px;
  position: absolute;
  box-shadow: 0 0 20px 10px #ff8c56;
}
.header .logo img{
  float: right;
  margin-left: 10px;
  position: relative;
}
.header .logo h1{
  float: right;
  font-weight: 800;
  font-size: 17px;
  color: #ff7e56;
  margin-top: 5px;
}
.header .menu{
  float: right;
}
.header .menu ul{
  float: right;
  line-height: 35px;
  list-style-type: none;
}
.header .menu ul li{
  float: right;
  margin-left: 35px;
}
.header .menu ul li a{
  text-decoration: none;
  color: #555353;
  transition: all .3s;
}
.header .menu ul li a:hover{
  color: #ff8c56;
}
.header .buttons{
  float: left;
  margin-top: 8px;
}
.header .buttons .button{
  float: left;
  margin-right: 20px;
  position: relative;
}
.header .buttons .button i{
  display: inline-block;
  color: #ff8c56;
  font-size: 18px;
  cursor: pointer;
}
.header .buttons .button p{
  position: absolute;
      left: 50%;
      top: -100%;
      text-align: center;
      background: #d4e1ea;
      padding: 2px 6px;
      font-size: 11px;
      border-radius: 5px;
      margin-top: -7px;
      opacity: 0;
      transform: translate(-50%, 0);
      max-width: 150px;
      white-space: nowrap;
}
.header .buttons .button:hover p{
  opacity: 1;
}
.header .buttons .button p::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #d4e1ea;
}
.mainSearch{
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 0 25px #eee;
  padding: 18px 15px;
  display: none;
}
.mainSearch.active{
  display: block;
  -webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeIn {
0%{opacity:0}
100%{opacity:1}
}
@keyframes fadeIn {
0%{opacity:0}
100%{opacity:1}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.mainSearch form{
  float: right;
  width: 100%;
  position: relative;
}
.mainSearch form input[type="text"]{
  float: right;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background: rgb(215 225 235 / 40%);
  border-radius: 8px;
  padding: 0 8px;
  color: #494e53;
}
.mainSearch form input[type="text"]::placeholder{
  color: #494e53;
}
.mainSearch form button{
  background-color: #ff8c56;
  background-image: linear-gradient(
89deg
, #ff8c56 0%, #ff7056 100%);
  color: #fff;
  height: 32px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 13px;
  border-radius: 8px;
  cursor: pointer;
}
.mainSearch form button:hover,
.mainSearch form button:focus{
box-shadow: 0px 5px 15px 0 rgb(255 140 86 / 40%);
}
.mainSearch form button i{
  float: right;
      margin-left: 5px;
      margin-top: 8px;
      font-size: 14px;
}
.specialTracks{
  float: right;
  width: 100%;
  margin-top: 15px;
}
.specialTracks .item{
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px #eee;
  padding: 18px 15px;
	margin-bottom: 15px;
}
.specialTracks .item .thumbnail{
  float: right;
  margin-left: 10px;
}
.specialTracks .item .thumbnail img{
  width: 60px;
      border-radius: 8px;
      height: 60px;
}
.specialTracks .item .info{
  display: block;
      overflow: hidden;
}
.specialTracks .item .info h2{
  font-size: 12px;
      white-space: nowrap;
      color: #314151;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 28px;
}
.specialTracks .item .info h2:hover{
  color: #ff8c56;
}
.specialTracks .item .info .like,
.specialTracks .item .info .views,
.specialTracks .item .info .playTrack{
  float: left;
      margin-right: 10px;
      color: #494e53;
      font-size: 11px;
}
.specialTracks .item .info .like i,
.specialTracks .item .info .views i,
.specialTracks .item .info .playTrack i{
  float: left;
      margin-right: 5px;
      color: #ff8c56;
      font-size: 15px;
}
.specialTracks .item .info .playTrack{
  cursor: pointer;
	margin: 0;
}
.specialTracks .bottom{
	position: relative;
	    display: block;
	    margin: 0 auto;
	    margin-top: 25px;
			margin-bottom: 10px;
}
.specialTracks .bottom .spt-dots{
	display: inline-block;
}
.specialTracks .bottom .spt-dots button{
	width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  background: #d7e1eb;
  margin: 0 3px;
}
.specialTracks .bottom .spt-dots button.active{
	background: #ff8c56;
}
.specialTracks .bottom .spt-nav{
	position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
}
.specialTracks .bottom .spt-nav .owl-prev{
	float: right;
	margin-right: -20px;
	background: transparent;
	cursor: pointer;
	margin-top: 2px;
	font-size: 18px;
	color: #ff8c56;
}
.specialTracks .bottom .spt-nav .owl-next{
	float: left;
	    margin-left: -20px;
	    background: transparent;
	    cursor: pointer;
	    margin-top: 2px;
	    font-size: 18px;
	    color: #ff8c56;
}
.specialTracks .bottom .spt-nav .owl-prev i,
.specialTracks .bottom .spt-nav .owl-next i{

}
.musicPlayer{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	padding: 10px;
  background: #fff;
	box-shadow: 0 -5px 20px -10px rgb(0 0 0 / 8%);
}
:root{
	--plyr-color-main: #ff8c56;
}
.musicPlayer .thumbnail{
	float: right;
  width: 100%;
}
.musicPlayer .thumbnail img{
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 8px;
	border-radius: 8px;
}
.musicPlayer .thumbnail span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #314151;
	font-size: 12px;
	line-height: 36px;
}
.musicPlayer .thumbnail:hover span{
	color: #ff8c56;
}
.musicPlayer .thumbnail i{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-style: normal;
	margin-top: 5px;
	color: #314151;
	font-size: 12px;
	opacity: 0.5;
}
.musicPlayer .plyr--audio{
	margin-top: 4px;
}
.musicPlayer .plyr--audio .plyr__controls{
	padding: 0;
}
.musicPlayer .jp-type-single{

}
.musicPlayer .jp-gui.jp-interface{

}
.musicPlayer .jp-volume-controls{
	display: flex;
	width: 100%;
	direction: ltr;
	padding-top: 4px;
}
.musicPlayer .jp-volume-controls i{
	cursor: pointer;
}
.musicPlayer .jp-volume-controls .jp-mute{
	width: 40px;
	    height: 40px;
	    font-size: 19px;
	    line-height: 40px;
	    background: transparent;
	    color: #ff8c56;
}
.musicPlayer .jp-volume-controls .jp-volume-max{
	width: 40px;
	    height: 40px;
	    font-size: 19px;
	    line-height: 40px;
	    background: transparent;
	    color: #ff8c56;
}
.musicPlayer .jp-volume-controls .jp-volume-bar{
	height: 4px;
	    margin: 0 5px;
	    background: #d7e1eb;
	    margin-top: 14px;
	    -webkit-flex-grow: 1;
	    flex-grow: 1;
	    border-radius: 50px;
			transition: none;
}
.musicPlayer .jp-volume-controls .jp-volume-bar .jp-volume-bar-value{
	height: 4px;
	transition: none;
	background-color: #ff7056;
	background-image: linear-gradient(
62deg
, #ff7056 0%, #ff8c56 100%);
	border-radius: 50px;
	box-shadow: 0 0 15px 0px rgb(255 140 86 / 45%);
}
.musicPlayer .jp-controls-holder{
	display: flex;
}
.musicPlayer .jp-controls-holder .jp-controls{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 12px;
}
.musicPlayer .jp-controls-holder .jp-controls i{
	cursor: pointer;
	font-weight: normal;
}
.musicPlayer .jp-state-playing .jp-controls-holder .jp-controls i{
	font-weight: 700;
}
.musicPlayer .jp-controls-holder .jp-controls .jp-play{
	background: transparent;
	    font-size: 40px;
	    color: #ff8c56;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
}
.musicPlayer .jp-controls-holder .jp-controls .jp-play:hover{
	color: #ff9f55;
}
.musicPlayer .jp-controls-holder .jp-controls .jp-stop{

}
.musicPlayer .jp-controls-holder .jp-progress{
	padding-top: 18px;
	margin: 0 15px;
	direction: ltr;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.musicPlayer .jp-controls-holder .jp-progress .jp-seek-bar{
	height: 4px;
	background: #d7e1eb;
	border-radius: 50px;
	cursor: pointer;
	transition: none;
}
.musicPlayer .jp-controls-holder .jp-progress .jp-seek-bar .jp-play-bar{
	height: 4px;
	transition: none;
	background-color: #ff7056;
	background-image: linear-gradient(
62deg
, #ff7056 0%, #ff8c56 100%);
	border-radius: 50px;
	box-shadow: 0 0 15px 0px rgb(255 140 86 / 45%);
}
.musicPlayer .jp-controls-holder .jp-current-time{
	text-align: center;
	line-height: 40px;
	color: #494e53;
	font-size: 11px;
	margin: 0 5px;
	width: 35px;
}
.musicPlayer .jp-controls-holder .jp-duration{
	text-align: center;
	line-height: 40px;
	color: #494e53;
	font-size: 11px;
	margin: 0 5px;
	width: 35px;
}
.banner img {
	border-radius:10px;
	width:100%;
	height: auto;
	margin-bottom: 10px;
}
.typePost{
	float: right;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 25px #eee;
	padding: 15px;
	margin-top: 15px;
}
.typePost.isSingle .bottom .category, .typePost.isSingle .bottom .like, .typePost.isSingle .bottom .comment, .typePost.isSingle .bottom .date, .typePost.isSingle .bottom .views{
	margin-top: 0;
}
.typePost .title{
	float: right;
	    width: 100%;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid rgb(215 225 235 / 25%);
}
.typePost .title .icon{
	float: right;
	margin-left: 10px;
	color: #ff8c56;
	font-size: 19px;
	line-height: 0;
}
.typePost .title h1,.title h2{
	color: #314151;
	display: inline-block;
	font-size: 15px;
}
.typePost .title h2:hover{
	color: #ff8c56;
}
.typePost .title h1:hover{
	color: #ff8c56;
}
.typePost .content{
	float: right;
	    width: 100%;
	    text-align: center;
	    line-height: 2em;
}
.typePost .content a:hover{
	color: #ff8c56;
}
.typePost .content img{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 10px 0;
}
.typePost .bottom{
	float: right;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgb(215 225 235 / 25%);
}
.typePost .bottom .category,
.typePost .bottom .like,
.typePost .bottom .comment,
.typePost .bottom .date,
.typePost .bottom .views{
	float: right;
	    margin-left: 25px;
	    font-size: 10px;
	    color: #494e53;
			margin-top: 10px;
}
.typePost .bottom .category a{
	color: #494e53;
}
.typePost .bottom .category a:hover{
	color: #314151;
}
.typePost .bottom .category i,
.typePost .bottom .like i,
.typePost .bottom .comment i,
.typePost .bottom .date i,
.typePost .bottom .views i{
	float: right;
	    margin-left: 4px;
	    font-size: 13px;
}
.typePost .bottom .more{
	float: left;
	background-color: #ff7056;
	background-image: linear-gradient(
88deg
, #ff7056 0%, #ff8c56 100%);
	color: #fff;
	padding: 8px 15px;
	border-radius: 8px;
}
.typePost .bottom .more i{
	float: right;
	    margin-left: 8px;
	    font-size: 15px;
}
.typePost .bottom .more:hover{
box-shadow: 5px 5px 20px -5px #ff8c56;
}
.typePost .bottom .playTrack{
	float: left;
	    font-size: 11px;
	    color: #ff8c56;
	    margin-left: 10px;
	    margin-top: 8px;
	    cursor: pointer;
}
.typePost .bottom .playTrack i{
	float: right;
	    margin-top: 0px;
	    font-size: 16px;
	    margin-left: 3px;
}
.typePost.isSingle .downloads{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.typePost.isSingle .downloads .tracks{

}
.typePost.isSingle .downloads .tracks .btn128 {
    background-color: #ff7056;
    background-image: linear-gradient(88deg, #ff7056 0%, #ff8c56 100%);
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
}
.content .lyrics {
    text-align: center;
    line-height: 27px;
	margin: 15px;
}
.content .flx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .playersource {
	width: 49%;
	border-radius: 8px;
    overflow: hidden;
}
.content .playersource.full {
	width: 100%;
}
.content  .playersource .ttl {
    background: #f3f5f9;
    color: #798292;
    text-align: center;
    padding: 7px;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFF;
}
.content .playersource textarea,.content .playersource input[type=text] {
	width:100%;
	direction: ltr;
    font-size: 12px;
	border: 1px solid #e0e3ea;
    padding: 2px;
    height: 26px;
}

.typePost.isSingle .downloads .tracks .btn128 i{

}
.typePost.isSingle .downloads .tracks .btn320{
	background-color: #ff7056;
	background-image: linear-gradient(88deg, #ff7056 0%, #ff8c56 100%);
	color: #fff;
	padding: 5px 15px;
	border-radius: 8px;
	display: inline-block;
	width: 220px;
}
.typePost.isSingle .downloads .tracks .btn320 i{

}
.typePost.isSingle .downloads .tracks .btn128:hover,
.typePost.isSingle .downloads .tracks .btn320:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.typePost.isSingle .downloads .audio{
	margin-top: 20px;
}
.typePost.isSingle .downloads .videos{
	margin-bottom: 20px;
}
.typePost.isSingle .downloads .item{
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(215 225 235 / 25%);
}
.typePost.isSingle .downloads .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.typePost.isSingle .downloads .item .tit{
	float: right;
	line-height: 28px;
}
.typePost.isSingle .downloads .item .btn128,
.typePost.isSingle .downloads .item .btn320,
.typePost.isSingle .downloads .item .btnplay{
	float: left;
	background-color: #ff8c56;
	color: #fff;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 6px;
	font-size: 12px;
}
.typePost.isSingle .downloads .item .btn128 i,
.typePost.isSingle .downloads .item .btn320 i,
.typePost.isSingle .downloads .item .btnplay i{
	float: left;
	margin-top: 5px;
	font-size: 15px;
	margin-right: 5px;
}
.typePost.isSingle .downloads .item .btn128:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.typePost.isSingle .downloads .item .btn320:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.typePost.isSingle .downloads .item .btnplay{
	background: #d7e1eb;
	    cursor: pointer;
	    color: #314151;
}
.typePost.isSingle .downloads .item .btnplay:hover{
	box-shadow: 5px 5px 20px -5px rgb(49 65 81 / 40%);
}
.typePost.isSingle .bottom .likeButton{
	float: left;
	    line-height: 0;
	    margin-top: -3px;
	    position: relative;
}
.typePost.isSingle .bottom .likeButton i{
	font-size: 18px;
	cursor: pointer;
}
.typePost.isSingle .bottom .likeButton .sl-count {
    display: block;
    color: #333;
    margin: -7px -10px 0px -1px;
}
.typePost.isSingle .bottom .likeButton .sl-button i{
	color: #494e53;
}
.typePost.isSingle .bottom .likeButton .liked i{
	color: #ff8c56;
}
.sidebar{
	float: right;
  width: 100%;
}
.sidebar .box{
	float: right;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 25px #eee;
	padding: 15px;
	margin-top: 15px;
}
.sidebar .box .title{
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
.sidebar .box .title .icon{
	float: right;
	margin-left: 7px;
	color: #ff8c56;
	font-size: 16px;
	line-height: 0;
}
.sidebar .box .title h4{

}
.sidebar .box .content{
	float: right;
	width: 100%;
}
.sidebar .box.category ul,
.sidebar .box.artist ul{
	float: right;
	width: 100%;
	
}
.sidebar .box.category ul li,
.sidebar .box.artist ul li{
		float: right;
	    width: 100%;
	    margin-bottom: 8px;
	    padding-right: 15px;
	    position: relative;
}
.sidebar .box.category ul li:last-child,
.sidebar .box.artist ul li:last-child{
	margin-bottom: 0;
}
.sidebar .box.category ul li:before,
.sidebar .box.artist ul li:before{
	content: "\e908";
  font-family: 'iconly' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 2px;
	color: #555353;
}
.sidebar .box.category ul li a,
.sidebar .box.artist ul li a{
color: #555353;
}
.sidebar .box.category ul li a:hover,
.sidebar .box.category ul li:hover:before,
.sidebar .box.artist ul li a:hover,
.sidebar .box.artist ul li:hover:before{
color: #ff8c56;
}
.sidebar .box.artist .content{
	max-height: 300px;
}
.nicescroll-rails,
.nicescroll-cursors{
	transition: none;
}
.sidebar .box.tracks .item{
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(215 225 235 / 25%);
}
.sidebar .box.tracks .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar .box.tracks .item .thumbnail{
	float: right;
	width: 70px;
	height: 70px;
	margin-left: 10px;
	position: relative;
}
.sidebar .box.tracks .item .thumbnail img{
	width: 70px;
	    height: 70px;
	    border-radius: 8px;
}
.sidebar .box.tracks .item .thumbnail .like{
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: #ff8c56;
	font-size: 10px;
	border-radius: 4px;
	padding: 2px 4px;
	color: #ffffff;
}
.sidebar .box.tracks .item .thumbnail .like i{
	float: left;
	    margin-top: 1px;
	    margin-right: 3px;
	    font-size: 13px;
}
.sidebar .box.tracks .item .info{
	display: block;
	    overflow: hidden;
}
.sidebar .box.tracks .item .info h3{
	font-size: 13px;
	    /*font-weight: 300; */
	    color: #314151;
	    float: right;
	    width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 25px;
	    margin-top: 5px;
}
.sidebar .box.tracks .item:hover .info h3{
	color: #ff8c56;
}
.sidebar .box.tracks .item .info .views,
.sidebar .box.tracks .item .info .date{
	float: right;
	    margin-left: 20px;
	    color: #494e53;
	    font-size: 10px;
}
.sidebar .box.tracks .item .info .views i,
.sidebar .box.tracks .item .info .date i{
	float: left;
	margin-right: 4px;
	font-size: 14px;
}
.sidebar .box.tracks .item .info .playTrack{
	float: left;
	font-size: 10px;
	background-color: #ff7056;
	background-image: linear-gradient(
88deg
, #ff7056 0%, #ff8c56 100%);
	color: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: -3px;
}
.singers_single{width:80%;margin:0 auto;padding:0 0 .5em}
.singers_single a{background:#2196f3;color:#fff;display:flex;margin:.7em 0 1em;font-size:16px;padding:.5em 1em;text-align:center;border-radius:10px;box-shadow:0 3px 8px rgba(248,95,115,0.2);border-bottom:2px solid RGBA(0,0,0,0.2);justify-content:center;align-items:center;flex-wrap:wrap;}
.singers_single a{margin-top:0;font-weight:normal;}
.singers_single a{background:#1b262c;box-shadow:0 3px 8px rgba(0,0,0,0.1)}
.singers_single a:hover{background:#111;}



.sidebar .box.tracks .item .info .playTrack:hover{
	opacity: 0.8;
}
.footer{
	float: right;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px #eee;
  padding: 15px;
  margin-top: 15px;
	margin-bottom: 40px;
}
.footer .copyright{
  float: right;
  color: #494e53;
  margin-top: 7px;
}
.psscal {
    display: flex;
	float: left;
}
.psscal a {
    display: flex;
    margin-top: 0px;
}
.psscal a i {
    font-size: 20px;
    color: #8b7a9b;
}
.psscal a i {
    transition: all 300ms ease-out;
}
.psscal a i:hover {color:#ffb300}
.footer .goUp {
    float: left;
    cursor: pointer;
    color: #e1662c;
    font-weight: bold;
    font-size: 14px;
	padding: 10px;
	border-radius: 10px 0px;
}
.footer .goUp:hover {
   background: #e1662c;
	color:#fff;
	    box-shadow: 5px 5px 20px -5px #ff8c56;
}
.switchMenu{
	display: none;
}
.menuMobile{
	display: none;
}
.wintheme_i_pre, .wintheme_i_next {
    position: fixed;
    height: 85px;
    top: 50%;
    z-index: 9;
    transform: translate(0,-50%);
    width: 36px;
    right: 0;
    border-radius: 10px 0 0 10px;
    color: #fff;
    background: #323232;
}
.wintheme_i_pre {
    right: initial;
    left: 0;
    border-radius: 0 10px 10px 0;
}
.wintheme_i_next span, .wintheme_i_pre span {
    transform: rotate(-90deg) translate(-50%,0);
    position: absolute;
    width: 67px;
    text-align: center;
}
.wintheme_i_next span {
    left: -1.15em;
}
.wintheme_i_pre span {
    right: -0.9em;
}
.related, .commentm{
	float: right;
	width: 100%;
	background: #fcffe9;
	border-radius: 8px;
	box-shadow: 0 0 25px #eee;
	padding: 15px;
	margin-top: 15px;
}
.commentm1{
	float: right;
	width: 100%;
	background: #ecf1fe;
	border-radius: 8px;
	box-shadow: 0 0 25px #eee;
	padding: 15px;
	margin-top: 15px;
}
.related .title, .commentm .title{
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(215 225 235 / 25%);
}
.related .title h4, .commentm .title h4{
	color: #314151;
	display: inline-block;
	font-size: 1.17em;
}
.related .title .icon, .commentm .title .icon{
	float: right;
	margin-left: 10px;
	color: #ff8c56;
	font-size: 19px;
	line-height: 0;
}
.related .content, .commentm .content{
	float: right;
  width: 100%;
  line-height: 2em;
}
.related .content ul{
	float: right;
  width: 100%;
}
.related .content ul li{
	float: right;
	width: 100%;
	margin-bottom: 7px;
}
.related .content ul li:last-child{
	margin-bottom: 0;
}
.related .content ul li i{
	float: right;
	width: 16px;
	height: 16px;
	font-style: normal;
	text-align: center;
	line-height: 16px;
	margin-left: 7px;
	background: #d7e1eb;
	border-radius: 50px;
	font-size: 9px;
	margin-top: 5px;
}
.related .content ul li:hover i{
	background: #ff8c56;
	color: #fff;
}
.related .content ul li a{
	color: #314151;
  font-size: 14px;
}
.related .content ul li:hover a{
	color: #ff8c56;
}
#sl-loader{
	display: none;
	border: 2px solid #d7e1eb;
	border-radius: 50%;
	border-top: 2px solid #ff8c56;
	width: 16px;
	height: 16px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#sl-loader.active{
	display: inline-block;
}
.comments-area,
.comment-list{
	float: right;
	width: 100%;
}
.comment-list li{
	float: right;
	width: 100%;
	margin-bottom: 15px;
	border-right: 2px solid #ff8c56;
	padding-right: 10px;
}
.comment-list li ol li{
  margin-top: 15px;
}
.comment-list li ol li ol li{

}
.comment-list li .comment-body{
	float: right;
	width: 100%;
}
.comment-list li .comment-body .comment-author{
	float: right;
}
.comment-list li .comment-body .comment-author img{
	float: right;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.comment-list li .comment-body .comment-author .fn{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-style: normal;
	line-height: 50px;
	color: #494e53;
}
.comment-list li .comment-body .comment-author .fn a{
  color: #494e53;
}
.comment-list li .comment-body .comment-author .fn a:hover{
	color: #ff8c56;
}
.comment-list li .comment-body .comment-author .says{
	display: none;
}
.comment-list li .comment-body .comment-meta{
	float: left;
	font-size: 11px;
}
.comment-list li .comment-body .comment-meta a{
	color: #494e53;
}
.comment-list li .comment-body .comment-meta a:hover{
	color: #ff8c56;
}
.comment-list li .comment-body p{
	float: right;
  width: 100%;
  padding: 10px;
}
.comment-list li .comment-body .reply{
	float: left;
}
.comment-list li .comment-body .reply a{
	background-color: #ff7056;
	    background-image: linear-gradient(
	88deg
	 , #ff7056 0%, #ff8c56 100%);
	    color: #fff;
	    padding: 1px 13px;
	    border-radius: 5px;
	    display: inline-block;
	    font-size: 12px;
}
.comment-list li .comment-body .reply a:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.comment-navigation{
	float: right;
	width: 100%;
	margin: 10px 0;
}
.comment-navigation .nav-previous{
	float: right;
}
.comment-navigation .nav-next{
	float: left;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a{
	background-color: #ff7056;
  color: #fff;
  padding: 1px 13px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
}
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover{
	box-shadow: 5px 5px 20px -5px #ff7056;
}
.comment-respond{
	float: right;
	    width: 100%;
	    margin: 10px 0;
}
.comment-respond .comment-reply-title{
	float: right;
	    width: 100%;
	    margin-bottom: 10px;
}
.comment-respond .comment-reply-title small{
	display: inline-block;
}
.comment-respond .comment-reply-title a{
	display: inline-block;
  margin-right: 10px;
}
.comment-respond .must-log-in,
.comment-respond .logged-in-as{
	float: right;
	width: 100%;
}
.comment-respond a{
	color: #314151;
}
.comment-respond a:hover{
	color: #ff8c56;
}
.comment-respond .comment-form{
	float: right;
	width: 100%;
}
.comment-respond .comment-form .comment-notes{
	float: right;
  width: 100%;
  color: #494e53;
}
.comment-respond .required{
	color: #ff8c56;
}
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url,
.comment-respond .comment-form .form-submit{
	float: right;
	width: 100%;
}
.comment-respond .comment-form label{
	float: right;
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
}
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form textarea{
	float: right;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background: rgb(215 225 235 / 40%);
	border-radius: 8px;
	padding: 0 8px;
	color: #494e53;
}
.comment-respond .comment-form textarea{
	padding: 8px;
	line-height: 20px;
	height: auto;
}
.comment-respond .comment-form input[type="submit"]{
	background-color: #ff7056;
	    background-image: linear-gradient(
	88deg
	 , #ff7056 0%, #ff8c56 100%);
	    color: #fff;
	    padding: 8px 14px;
	    border-radius: 5px;
	    display: inline-block;
	    font-size: 12px;
	    float: right;
	    margin-top: 20px;
	    cursor: pointer;
}
.comment-respond .comment-form input[type="submit"]:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.wp-pagenavi{
	float: right;
	    width: 100%;
	    background: #fff;
	    border-radius: 8px;
	    box-shadow: 0 0 25px #eee;
	    padding: 15px;
	    margin-top: 15px;
		font-weight: 700;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current{
	float: left;
	    width: 20px;
	    text-align: center;
	    height: 20px;
	    margin-right: 4px;
	    line-height: 20px;
	    color: #afbbc7;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi span.current{
	color:#ff8c56;
}
.wp-pagenavi span.pages{
	float: right;
	font-size: 12px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	float: left;
	    width: 20px;
	    text-align: center;
	    height: 20px;
	    margin-right: 4px;
	    line-height: 20px;
	    color: #afbbc7;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover{
	color:#ff8c56;

}
.copyrightwintheme{
	float: right;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.copyrightwintheme a{
	display: inline-block;
	background-color: #ff7056;
	background-image: linear-gradient(
88deg
, #ff7056 0%, #ff8c56 100%);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 11px;
}
.copyrightwintheme a:hover{
  box-shadow: 5px 5px 20px -5px #ff8c56;
}
.wpcf7 label{

}
.wpcf7 input,
.wpcf7 textarea{
	    font-size: 12px;
	    background: rgb(215 225 235 / 40%);
	    border-radius: 8px;
	    padding: 8px;
	    color: #494e53;
	    margin-bottom: 10px;
}
.wpcf7 input[type="submit"]{
	background-color: #ff7056;
	    background-image: linear-gradient(
	88deg
	 , #ff7056 0%, #ff8c56 100%);
	    color: #fff;
	    padding: 8px;
	    border-radius: 5px;
	    font-size: 11px;
	    cursor: pointer;
}
.wpcf7 input[type="submit"]:hover{
	box-shadow: 5px 5px 20px -5px #ff8c56;
}
.content .soontxt {
    color: #fff;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #f83600, #fe8c00);
}
@media screen and (max-width: 991px){
	.switchMenu{
		color: #ff8c56;
    font-size: 18px;
    cursor: pointer;
    float: right;
    margin-top: 7px;
    display: inline-block;
	}
	.header .menu ul{
		display: none;
	}
	.menuMobile{
		position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
		display: none;
		transition: none;
	}
	.menuMobile .shadow{
		position: absolute;
		    left: 0;
		    top: 0;
		    width: 100%;
		    height: 100%;
		    background: rgb(255 140 86 / 30%);
	}
	.menuMobile ul{
		position: absolute;
		    right: -100%;
		    top: 0;
		    z-index: 2;
		    background: #ff8c56;
		    width: 300px;
		    height: calc(100vh);
		    padding: 10px;
	}
	.menuMobile ul li{
		float: right;
    width: 100%;
    margin-bottom: 10px;
	}
	.menuMobile ul li a{
		color: #fff;
    font-size: 12px;
    display: block;
		background: rgb(0 0 0 / 5%);
    padding: 8px 7px;
    border-radius: 6px;
	}
	.menuMobile ul li a:hover{
		background: rgb(0 0 0 / 10%);
	}
}
@media screen and (max-width: 572px){
	.header{
		margin-top: 10px;
	}
	.footer{
		margin-bottom: 10px;
	}
}
/* 320 */
@media(max-width:320px){
	.content .flx {
		flex-flow: column;
	}
	.content .playersource {
		width: 100%;
	}
}
.myButton {
	background-color:#FFEB3B;
	border-radius:14px;
	border:3px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	padding:11px 76px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#3bffcc;
}
.myButton:active {
	position:relative;
	top:1px;
}/*
Theme Name: AylarMusic
Theme URI: 
Description: Music Theme Wp
Author: Wintheme
Author URI: https://wintheme.ir
Version: 1.0
*/
.myButton {
	background-color:#FFEB3B;
	border-radius:14px;
	border:3px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	padding:11px 76px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#3bffcc;
}
.myButton:active {
	position:relative;
	top:1px;
}.character-container button:hover {
    background: #555 !important;
}

.character-container button.active {
    background: #46153e !important;
}
.character-container button[disabled]:hover{
    cursor: no-drop;
}
.character-container {
    padding-bottom: 15px;
    padding-right: 15px;
}
.character-container button {
    border-color: #3f60a4;
    border: unset;
    border: none;
    outline:none;
    font-size: 14px;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #FF5722 !important;
    color: #FFF;
    border-radius: 25%;
    margin: 5px 7px;
    text-align: center;
    cursor: pointer;
}

.list-nav li a{
    /*display: block;*/
    text-align: right;
    /*font: normal 10px/2 LWfont;*/
    color: #4c4c4c;
    padding: 3px 0;
    transition: .3s;
    /*white-space: pre;*/
    overflow: hidden;
    text-decoration: none;
	justify-content: unset !important;
}
.list-nav {
  list-style: none; /* Remove default bullets */
  text-align: right;
  direction: rtl;
}
.list-nav li a:hover:before {
    color: #ef413e;
}

.list-nav li a:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
color: #838383; /* Change the color */
font-weight: bold; /* If you want it to be bold */
display: inline-block; /* Needed to add space between the bullet and the text */
width: 1em; /* Also needed for space (tweak if needed) */
/*
    content: "";
    display: block;
    float: right;
    width: 5px;
    height: 5px;
    background: #838383;
    border-radius: 50%;
    margin: 7px 0 0 7px;
    transition: .3s;*/
}
