*{
    outline: 0;
    direction: rtl;
}
@font-face {
    font-family:'cairo';
    src: url('../../font/cairo.ttf');
}
@font-face {
    font-family:'MyriadArabic';
    src: url('../../font/MyriadArabic-Regular.otf');
}
body
{
    font-family: 'cairo';
    background-color: #f0f4f3;
    font-size: 10px !important;
}


/*header section style */
header
{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
header .navbar-default
{
    background-color: #fff;

}
.navi
{
    margin-bottom: 0
}
header h1
{
    font-size: 35px;
}
header .navbar-default .navbar-nav>li>a {
    color: #777;
    padding: 37px 14px;
    font-size: 21px;
}
header .social
{
    margin-top: 30px;
}
header .navbar-brand>img {
    display: block;
    width: 123px;
    margin-top: 11px;
}
header .update
{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding:20px;
    padding-top:  50px;
    position: relative;
    margin-top: 318px;
}
header .update p
{
    font-family: MyriadArabic;
    font-size: 24px;
}
header .update .last
{
    font-family: MyriadArabic;
    background-color: #f0ad4e;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 31px;
    font-size: 15px;
}
header .update .wave
{
    position: absolute;
    top: -18px;
}
header .update2
{
    background-color: rgba(255, 255, 255, 0.9);
    color: #555;
    padding:20px;
    padding-top:  50px;
    position: relative;
    margin-top: 67px;
}
header .update2 h1
{
    color:#e72453;
}
header .update2 p
{
    font-family: MyriadArabic;
    font-size: 24px;
}
header .update2 .last
{
    font-family: MyriadArabic;
    background-color: #e72453;
    padding: 5px 15px;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 18px;
    top: 31px;
}
/*header section style end*/

/*category section style */
.cat .cat-title
{
    background-color: #fff;
    padding: 5px 30px;
    margin: 15px 0px 0px 0px;
}
.cat .info
{
    position: relative;
}
.cat .info .date
{
    background-color: #f0ad4e;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 2px;
    bottom: 0;
    font-size: 15px;
    font-family: MyriadArabic;
    bottom: 2px;
}
.cat .border
{
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 224px;
    max-height: 224px;

}
.cat .border a
{
    color: #555;
}
.cat .border h4
{
    font-size: 17px;
}
.cat .border a:hover
{
    color: #222;
    text-decoration: none;
}
.cat .border p
{
    font-family: MyriadArabic;
    font-size: 21px;
    line-height: 25px;
}
.cat-titlw  h3
{
    font-size: 30px;
}
/*category section style */

/*profile section style*/
#profile
{
    margin-bottom: 115px;

}
#profile .per
{
    font-family: MyriadArabic;
    padding-top: 15px;
    background-image: url(../../img/revamp/wave-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#profile .border
{
    background-color: #fff;
    padding: 10px;
}
#profile .border h3
{
    font-size: 24px;
}
#profile .present
{
    background-color: #f0c05a;
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
#profile .red
{
    font-family: MyriadArabic;
    color: #e72453;
    font-size: 21px;
}
#profile p
{
    font-family: MyriadArabic;
    font-size: 21px;

}

.col-md-9 p{
    width: 524px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*profile section style*/

/*media palyer style*/
.media
{
    background-color: #F2C871;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
}
.media .spann{
    background-color: #e72453;
    color: #fff;
    padding-right: 10px;
    width: 63px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;

}
.play .spann{
    background-color: #e72453;
    color: #fff;
    padding-right: 10px;
    width: 63px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;

}
.media .bin
{
    font-size: 11px;
    margin-bottom: 0px;
    padding-top: 20px;

}
.media .part
{
    font-size: 10px;
}
.media .border {
    background-color: #fff;
    padding-bottom: 5px;
    padding-right: 10px;
    position: relative;
}
.media .col-xs-4 ,.media .col-xs-8
{
    padding: 0;
}
.w
{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    font-family: MyriadArabic;
    margin-top: 2px;
    margin-bottom: 2px;
}
.col-xs-2 {
    padding-top: 10px;
}
.time
{
    background-color: #fff;
    height: 2px;
    position: relative;
}
.timeinner
{
    background-color: #000000;
    height: 2px;
    width: 20%;
    float: left;
}
.hand
{
    position: absolute;
    top: -19px;
    right: 39%;
    font-size: 28px;
    color: #e1706c;
    font-weight: 600;
}
.nav
{
    padding-left:28px !important
}

.fix-container{
    padding-right: 23px;
}

.container-fluid
{
    padding-right: 20px;
    padding-left: 20px;
}
.container-fluid2
{
    padding-right: 90px;
    padding-left: 90px;
}

.navbar-brand
{
    height: 100%;
}

.pull-left{
    font-weight: bold;
}
.pull-right{
    font-weight: bold;
}

.lang{
    font-family: 'arial'  !important;
}

/*media palyer style*/

/*media query*/
@media only screen and (max-width: 767px) {
    header .navbar-brand>img {
        margin-top: -10px;
    }
}



.playAll{
    float: left;
    position: relative;
    width: 100%;
    height: 40px;
}
.playAll a{
    float: left;
    text-align: center;
    margin-left: 102px;
    cursor: pointer;
    text-decoration: none !important;
}
.loader_white{height: 100%;position: absolute;width: 100%;z-index: 999999999;}
.loading_content_ajax{
    background: url("../../img/revamp/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    left:44%;
    position: absolute;
    top: 55%;
    width: 128px;
    z-index: 999999999;
}

/*New custom css*/
.update .col-md-4 {
    position: absolute !important;
    left: 40px;
    bottom: 45px;
}
.about-header {
    color: #e72453;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    padding-right: 14px;
}
.text-in {
    width: 100%;
    padding-right: 14px;
}

.row-pading {
    margin-top: 40px;
}
.new-bg {
    background-color: #f0f4f3;
    background-image: url(../../img/revamp/bg-lin.jpg);
    background-repeat: repeat-x;
    background-position: 0px 90px;
}

.navbar.navbar-default.sticky
{
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top:0;
    z-index: 888;
    width: 100%;
    left: 0px;
}

.loading-box{
    width: 20%;
    margin-right: 41%;
    margin-top: 45px;
    margin-bottom: 45px;
}
.load-more{
    width: 20%;
    margin-right: 461px;
    margin-top: 45px;
    border: 0px;
    color: #fff;
    font-family: 'cairo';
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.loading-animation{background:transparent url(../../img/revamp/ajax-loader.gif) no-repeat;width:128px;height:15px;display:block;margin:0 auto}

#load-more-episods{
    margin-left: 41% !important;
    margin-top: 21px !important;
    margin-bottom: 20px !important;
    float: left !important;
    opacity:0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.overlayPage{
    background-color: #000000;
    height: 100%;
    left: 0px;
    right: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#mc_embed_signup{
    width: 1157px;
    margin: auto;
    background-color: #ffffff;
    color: #fff;
    font-family: 'cairo';
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: 5px;
}

#mc_embed_signup label{
    font-size: 13px;
    font-weight: normal;
    float: right;
    width: 41%;
    color: #999999;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
}

#mc_embed_signup #mc-embedded-subscribe{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    font-size: 11px;
    float: right;
    margin-right: 5px;
    border-radius: 0px;
    font-family: 'cairo';
}
#mce-EMAIL{
    font-family: 'cairo'!important;
    font-size: 11px !important;
    width: 260px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: 5px !important;
    float: right;
}

.btn.btn-warning.btn-lg {
    border-radius: 0px;
}

.lis-now {
    float:left;
    width: 30%;
}
.lis-now .infopic {
    float:right !important;
    width: 43px;
    height: 43px;
}
.playlist-cot {
    height: 50%;
    width: 50%;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    direction: ltr;
    top: 130px;
}
.playlist-cot .playlist-in {
    background-color: #FFF;
    width: 100%;
    border-radius: 0px 8px 8px 8px;
}
.playlist-cot .close-playl {
    background-image: url(../../img/revamp/close-playlist.png);
    height: 45px;
    width: 45px;
    position: relative;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    z-index: 9999;
}
.playlist-cot .playlist-in .playlist-header {
    background-color: #3ABAC9;
    height: 50px;
    width: 100%;
    border-radius: 0px 8px 0px 0px;
}

.playlist-header .play-text {
    font-size: 14px;
    color: #FFF;
    height: 100%;
    padding-right: 45px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 14px;
    background-image: url(../../img/revamp/p-playlist.png);
    background-repeat: no-repeat;
    background-position: 151px center;
    width: 192px;

}
.playlist-cot .playlist-in .cont-sound{
    height: 300px;
    width: 100%;
    overflow: auto;
    padding: 20px;
}
.cont-sound ul li {
    height: 59px;
    width: 100%;
    padding: 5px;
    border-bottom: solid 1px #3ABAC9;
    list-style-type: none;
}
.playlist-cot .playlist-in .cont-sound ul{
    margin: 0px;
    padding: 0px;
}
.icon-list {
    height: 46px;
    width: 46px;
    display: block;
}
.icon-list.icon-play-on {
    background-image: url(../../img/revamp/playicon-on.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    float: right;
}
.icon-list.icon-play-off {
    background-image: url(../../img/revamp/playicon-off.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    float: right;
}
.icon-list.icon-down {
    background-image: url(../../img/revamp/down-in-list.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    float: right;
}
.icon-list.icon-remov {
    background-image: url(../../img/revamp/remove-playlist.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    float: right;
}
.playlist-in .cont-sound ul li .title-sound {
    float: right;
    height: 100%;
    width: 70%;
    padding-right: 20px;
}
.width-full {
    width: 100%;
}
.title-1 {
    font-size: 12px;
    color: #7d7d7d;
    float: right;

}
.title-2 {
    font-size: 13px;
    color: #676767;
    float: right;
    font-weight: bold;
    max-width: 388px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.left-mar {
    float: left !important;
    margin-right: 0px !important;
}
.icon-play {
    background-image: url(../../img/revamp/playicon-off.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.icon-play:hover {
    background-image: url(../../img/revamp/playicon-off2.png);
}
.mar-5 {
    margin-right: 6px;
}
.icon-download {
    background-image: url(../../img/revamp/down-sound.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.icon-download:hover {
    background-image: url(../../img/revamp/down-sound2.png);
}
.icon-addlist {
    background-image: url(../../img/revamp/add-playlist.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.icon-addlist:hover {
    background-image: url(../../img/revamp/add-playlist2.png);
}
.icon-puse {
    background-image: url(../../img/revamp/playicon-on.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}

.icon-removelist {
    background-image: url(../../img/revamp/remove-playlist1.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.icon-removelist:hover {
    background-image: url(../../img/revamp/remove-playlist2.png);
}

.open-list {
    background-image: url(../../img/revamp/p-playlist-b.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    color: #000;
    display: block;
    height: 18px;
    width: 22px;
}
.open-list:hover {
    text-decoration: none;
    color: #000;
}
.num-play {
    float: left;
}
.new-w-clo{
    width: 23% !important;
}
.new-p-clo{
    width: 49% !important;
    margin-right: 84px;
}

.icon-email {
    width: 30px;
    height: 32px;
    background-image: url(../../img/revamp/mail-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: 11px;
}
.head
{
    color: #3cbaca;
    border-bottom: 1px solid #a8a8a8;
    padding: 20px;
    padding-right: 5px;
    font-size: 16px;
    margin-bottom: 15px
}
.desc
{
    color: #888888;
    line-height: 2.2;
    font-size: 13px;
}
.desc_readmore{
    color: #888888;
    line-height: 1.8;
    font-size: 13px;
    overflow: hidden;
    max-height: 118px;
}
.desc ul li
{
    color: #3cbaca;
    margin-bottom: 15px
}
.desc ul li a
{
    color: #888
}
article
{
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #888
}
article .col-md-4
{
    padding-left: 0
}
article .col-md-8
{
    padding-right: 0
}
.play {
    background-color: #e6e6e6;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    border-top: 1px solid #d1d1d1;
}
.play .border
{
    overflow: hidden;
}
.play .border a
{
    color: #555;
}
.play .border h4
{
    font-size: 24px;
}
.play .border a:hover
{
    color: #222;
    text-decoration: none;
}
.play .border p
{
    font-family: cairo;
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 9px;
}
.bar{
    background-color: #fff;
    transform: rotate(180deg);
}
.mm {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.t
{
    background: #888;
    padding: 3px;
    width: 20%
}
.playlist
{
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    margin-top: 23px;
    cursor: pointer;
}
.prof
{
    position: relative;
}
.pp{
    color: #fff;
    position: absolute;
    top: 94px;
    font-size: 29px;
    right: auto;
    padding: 2px 0px 2px 15px;
}
.sp
{
    position: absolute;
    bottom: 0;
    right: auto;
    width: 147px;
}
.col-md-4.pic-pro {
    width: 119px;
    padding-right: 0px;
    float: left;
}
.col-md-8.text-left.size-text {
    width: 550px;
}
.r-side-text {
    width: 259px;
    text-align: right;
    padding-right: 0;
}
.r-side-pic {
    padding-left: 0px;
    width: 100px;
    float: left;
}
.list-unstyled li .side-link a {
    display: block;
}
.list-unstyled li .side-link a:hover {
    display: block;
    text-decoration: underline !important;
}
.tex-title-h {
    position: absolute;
    left: 80px;
    top: -16px;
    max-width: 443px;
    line-height: 30px;
    max-height: 60px;
    overflow-y: hidden;
}
.col-md-8.text-left.size-text {
    width: 550px;
}
.r-side-text {
    width: 259px;
    text-align: right;
    padding-right: 0;
}
.r-side-pic {
    padding-left: 0px;
    width: 100px;
    float: left;
}
.list-unstyled li .side-link a {
    display: block;
}
.list-unstyled li .side-link a:hover {
    display: block;
    text-decoration: underline !important;
}
.f-play {
    background-image: url(../../img/revamp/play-s.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 65px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 0px;
}
.now-play {
    background-image: url(../../img/revamp/play-c.png);
}
.col-md-8.text-left.size-text.rela-new {
    position: relative;
    height: 121px;
    width: 82%!important;
    float: right;
}
.time-t {
    position: absolute;
    left: 81px;
    bottom: 0px;
}
.but-ri {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.open-pu {
    background-image: url(../../img/revamp/menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 25px;
    width: 25px;
    float: left;
}
.open-pu:hover {
    background-image: url(../../img/revamp/menu2.png);
}
.add-to {
    background-image: url(../../img/revamp/point8.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 10px;
    float: right;
}
.add-to:hover {
    background-image: url(../../img/revamp/point8-2.png);
}

.remove-to {
    background-image: url(../../img/revamp/point8-remov1.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 10px;
    float: right;
}
.remove-to:hover {
    background-image: url(../../img/revamp/point8-remov2.png);
}
.f-stop {
    background-image: url(../../img/revamp/play-s-on.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    height: 75px;
    width: 75px;
    left: 0;
}

.f-stop-65 {
    background-image: url(../../img/revamp/play-s-on-65.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 65px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 0px;
}


.readmore{
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}
small{
    font-size: 66%;
}
a{
    text-decoration: none !important;
}
.cov
{
    background-image: url('../../img/revamp/blur.png');
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.share
{
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;

}
.tags a
{
    padding: 10px;
    border: 1px solid #888;
    border-radius: 7px;
    display: inline-block;
    color: #888;
}
.f-play-in {
    background-image: url(../../img/revamp/playw.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    height: 75px;
    width: 75px;
}
.pos-player {
    position: absolute;
    right: 80px;
    top: -5px;
}

.pos-but {
    position: absolute;
    left: 35px;
    top: 20px;
    width: 75px;
    padding: 0px;
}
.share-w {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding-right: 15px;
    padding-left: 40px;
    display: block;
    float: left;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #888888;
    font-family: cairo;
    border-radius: 5px;
    background-image: url(../../img/revamp/share-w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-left: 20px;
}
.share-w:hover, .addto-p-w:hover, .remove-p-w:hover{
    color: #888888;
    text-decoration: underline;
}
.addto-p-w {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding-right: 15px;
    padding-left: 40px;
    display: block;
    float: left;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #888888;
    font-family: cairo;
    border-radius: 5px;
    background-image: url(../../img/revamp/add-playlist-w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-left: 10px;
}
.remove-p-w {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding-right: 15px;
    padding-left: 40px;
    display: block;
    float: left;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #888888;
    font-family: cairo;
    border-radius: 5px;
    background-image: url(../../img/revamp/remove-playlist-w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-left: 10px;
}
.tag-home {
    padding: 6px 7px 5px 3px;
    margin-bottom: 1px;
    background-color: #f0f4f3;
}
.tag-home ul {
    margin: 0px;
    padding: 0px;
}
.tag-home ul li {
    display: inline-block;
    float: right;
    height: 32px;
    width: 140px;
    list-style-type: none;
    border-radius: 5px;
    background-color: #FFF;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.tag-home ul li a {
    padding: 5px;
    display: block;
    height: 32px;
    width: 141px;
    line-height: 24px;
    color: #333;
    font-size: 10px;
}
.tag-home ul li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #3ABAC9;
    border-radius: 5px;
}

li.active_tag a{
    color: #FFF !important;
    text-decoration: none;
    background-color: #3ABAC9;
    border-radius: 5px;
}

.clear {
    clear: both;
}
.col-md-4{
    padding-right: 1px; 
    padding-left: 10px;
}

/*sharing*/
.list-share {
    height: 40%;
    width: 40%;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    direction: ltr;
    top: 130px;
    background-color: #F6F6F6;
    border-radius: 8px;
}
.list-share .head-sh {
    color: #333;
    background-color: #FFF;
    text-align: center;
    padding: 8px 5px;
    border-radius: 8px 8px 0px 0px;
    font-size: 14px;

}
.list-share .body-sh {
    padding: 55px;
}
.list-share .body-sh .share-in {
    border: 1px solid #CCC;
    padding: 9px 7px;
    width: 100%;
    text-align: left;
}
.share-icon {
    height: 30px;
    width: 30px;
    margin-right: 7px;
    display: block;
    float: right;
}
.list-share .body-sh .icons-sh .clear {
    clear: both;
}
.list-share .body-sh .icons-sh {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}
.list-share .body-sh .icons-sh .share-icon .face-icon {
    background-image: url(../../img/revamp/face.png);
    display: block;
    height: 30px;
    width: 30px;
}
.list-share .body-sh .icons-sh .share-icon .twit-icon {
    background-image: url(../../img/revamp/twit.png);
    display: block;
    height: 30px;
    width: 30px;
}

.list-share .body-sh .icons-sh .share-icon .google-icon {
    background-image: url(../../img/revamp/google.png);
    display: block;
    height: 30px;
    width: 30px;
}
.list-share .body-sh .icons-sh .share-icon .whatup-icon {
    background-image: url(../../img/revamp/whatup.png);
    display: block;
    height: 30px;
    width: 30px;
}
.list-share .body-sh .icons-sh .share-icon .prin-icon {
    background-image: url(../../img/revamp/pent.png);
    display: block;
    height: 30px;
    width: 30px;
}

.list-share .body-sh .icons-sh .share-icon .wiv-icon {
    background-image: url(../../img/revamp/wi.png);
    display: block;
    height: 30px;
    width: 30px;
}
.list-share .body-sh .icons-sh .share-icon .face-icon:hover {
    background-image: url(../../img/revamp/face1.png);
}
.list-share .body-sh .icons-sh .share-icon .twit-icon:hover {
    background-image: url(../../img/revamp/twit1.png);
}
.list-share .body-sh .icons-sh .share-icon .google-icon:hover {
    background-image: url(../../img/revamp/google1.png);
}
.list-share .body-sh .icons-sh .share-icon .prin-icon:hover {
    background-image: url(../../img/revamp/pent1.png);
}
.list-share .body-sh .icons-sh .share-icon .wiv-icon:hover {
    background-image: url(../../img/revamp/wi1.png);
}
.list-share .body-sh .icons-sh .share-icon .whatup-icon:hover {
    background-image: url(../../img/revamp/whatup1.png);
}
.h4, h4 {
    font-size: 15px;
}
.play-full{
    float: left !important;
    width: 75%;
}
.plylist{
    width: 22px;
    padding: 0px;
    margin: 13px 0px 0px 0px;
}
.foterPic{
    width: 20%;
    margin-top: 7px;
}
#now_playing_title{
    font-size: 9px;
    color: #727272;
}
#custom-search-input
{
    padding: 3px;
    border: solid 1px #777777;
    border-radius: 6px;
    background-color: #fff;
    width: 300px;
    height: 42px;
    margin-left: 10px;
}
.input-lg
{
    border: 0;
    box-shadow: none;
    height: 32px;
    margin-left: -1px;
    font-family: cairo;
    font-size: 14px;
}	
.n_input_g
{
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    border-right: solid 1px #777777;
}
#custom-search-input .btn-lg	
{
    padding: 8px 5px 2px 5px;
    background-color: #FFFFFF;
    color: #4e4f4f;
    border: 0px;
    width: 44px;
}
.app-button	 {
    padding: 0px 0px 10px 15px;
    display: inline-block;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.jssora061 {display:block;position:absolute;cursor:pointer;}
.jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
.jssora061:hover {opacity:.8;}
.jssora061.jssora061dn {opacity:.5;}
.jssora061.jssora061ds {opacity:.3;pointer-events:none;}

#jssor_1 .title{
    float: right;
    font-family: 'cairo';
    padding-right: 17px;
    font-size: 30px;
    padding-top: 8px;
    width: 1150px;
}

#jssor_1 .descri{
    float: right;
    font-family: 'cairo';
    font-size: 16px;
    padding-right: 17px;
    line-height: 28px;
    width: 1150px;
}

#jssor_1 .listen{
    float: left;
    font-family: 'cairo';
    padding-left: 10px;
}
