div.jp-audio,
div.jp-video
{
    font-size:1em;
    line-height:1.6;
    color: #8bf;
    direction: ltr;
}

div.jp-video video
{
    max-width: 100%;
    height: auto !important;
    width: auto !important;
    display: none;
}

div.jp-interface a
{
    text-indent: 0;
    text-align:center;
}


div.jp-audio {
    width:420px;
}

div.jp-video-270p {
    /*width:480px;*/
    width: 100% !important;
}

div.jp-video-360p {
    /*width:640px;*/
    width: 100% !important;
}

div.jp-interface *,
div.jp-video div.jp-video-play:before
{
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

div.jp-interface .download
{
    position: absolute;
    left: 46%;
    top: 40%;
    font-size: 20px;
}

div.jp-interface {
    position: relative;
    background-color: #333;
    width:100%;
    border: 1px solid #222;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height:80px;
    border-bottom:none;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
    height:80px;
}

div.jp-video div.jp-type-single div.jp-interface {
    height:60px;
    border-bottom:none;
}

div.jp-video div.jp-type-playlist div.jp-interface {
    height:60px;
}

div.jp-interface ul.jp-controls {
    list-style-type:none;
    padding:0;
    margin: 0;
    margin-top: 5px;
}

div.jp-interface ul.jp-controls a
{
    float: left;
    background:none;
    outline: none;
}

a.jp-play,
a.jp-pause {
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

a.jp-play
{
    font-size: 18px;
    line-height:22px;
}

a.jp-pause {
    background: url("jplayer.blue.monday.png") 0 -42px no-repeat;
    display: none;
}

a.jp-pause:hover {
    background: url("jplayer.blue.monday.png") -41px -42px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
    top:26px;
    left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
    top:26px;
    left:126px;
}
div.jp-video a.jp-stop {
    top: 27px;
    width: 26px;
    height: 26px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
    left: 50px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
    left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
    left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
    left:378px;
}
a.jp-stop {
    background: url("jplayer.blue.monday.png") 0 -83px no-repeat;
    width:28px;
    height:28px;
    z-index:1;
}
a.jp-stop:hover {
    background: url("jplayer.blue.monday.png") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
    left:20px;
    top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
    top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
    left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
    left:272px;
}
a.jp-previous {
    background: url("jplayer.blue.monday.png") 0 -112px no-repeat;
    width:28px;
    height:28px;
}
a.jp-previous:hover {
    background: url("jplayer.blue.monday.png") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
    left:88px;
    top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
    top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
    left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
    left:340px;
}
a.jp-next {
    background: url("jplayer.blue.monday.png") 0 -141px no-repeat;
    width:28px;
    height:28px;
}
a.jp-next:hover {
    background: url("jplayer.blue.monday.png") -29px -141px no-repeat;
}
div.jp-progress {
    overflow:hidden;
    background-color: #ddd;
}
div.jp-audio div.jp-type-single div.jp-progress {
    top:32px;
    left:130px;
    width:122px;
    height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
    top:32px;
    left:164px;
    width:122px;
    height:15px;
}
div.jp-video div.jp-progress {
    height:10px;
}
div.jp-seek-bar {
    background: url("jplayer.blue.monday.png") 0 -202px repeat-x;
    width:0px;
    height:100%;
    cursor: pointer;
}
div.jp-play-bar {
    background: #428bca;
    width:0px;
    height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background: url("pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
    width:18px;
    height:15px;
}

div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
    float: right;
}

a.jp-mute {
    background: url("jplayer.blue.monday.png") 0 -186px no-repeat;
}
a.jp-mute:hover {
    background: url("jplayer.blue.monday.png") -19px -170px no-repeat;
}
a.jp-unmute {
    background: url("jplayer.blue.monday.png") 0 -170px no-repeat;
    display: none;
}
a.jp-unmute:hover {
    background: url("jplayer.blue.monday.png") -19px -186px no-repeat;
}
div.jp-volume-bar {
    overflow:hidden;
    background: url("jplayer.blue.monday.png") 0 -250px repeat-x;
    width:46px;
    height:5px;
    cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
    top:37px;
    left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
    top:37px;
    left:324px;
}
div.jp-video div.jp-volume-bar {
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
    margin-top: 9px;
    float: right;
    margin-right: 10px;
    background: #C3C3C3;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
    left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
    left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
    left:471px;
}
div.jp-volume-bar-value {
    background: url("jplayer.blue.monday.png") 0 -256px repeat-x;
    width:0px;
    height:5px;
    background: #428bca;
}
div.jp-current-time,
div.jp-duration {
    font-size:.64em;
    font-style:oblique;
}
div.jp-duration {
    text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
    top:49px;
    left:130px;
    width:122px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
    top:49px;
    left:164px;
    width:122px;
}

div.jp-video div.jp-current-time{
    top:10px;
    left:0px;
    padding:0 1%;
    float: left;
}

div.jp-video div.jp-duration {
    padding:0 1%;
    float: right;
}


div.jp-playlist {
    width:100%;
    background-color:#ccc;
    border:1px solid #009be3;
    border-top:none;
}
div.jp-playlist ul {
    list-style-type:none;
    margin:0;
    padding:0 20px;
    font-size:.72em;
}


div.jp-type-single div.jp-playlist li {
    padding:5px 0 5px 20px;
    font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
    padding:5px 0 4px 20px;
    border-bottom:1px solid #eee;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
    padding:5px 0 5px 20px;
    border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style-type:square;
    list-style-position:inside;
    padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #666;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
    display:inline;
    margin-left:20px;
}

div.jp-video div.jp-video-play
{
    position: absolute;
    cursor:pointer;
    z-index:2;
    opacity: 0.0;
}


div.jp-video div.jp-video-play:before
{
    display: inline-block;
    width: 48px;
    height: 48px;
    content: "\f144";
    font-family: "FontAwesome";
    position: absolute;
    top: 45%;
    left: 45%;
    font-size:48px;
    line-height:48px;
    color: #8bf;
    text-shadow: 0px 0px 2px rgba(250,250,250,0.0);
}

div.jp-video div.jp-video-play:hover:before
{
    color: #eee;
    text-shadow: 0px 0px 10px #555;
}

div.jp-video-270p div.jp-video-play
{
    top:auto;
    /*width:480px;*/
    width: 100% !important;
    /*height:270px;*/
}

div.jp-video-360p div.jp-video-play
{
    top:-360px;
    /*width:640px;*/
    width: 100% !important;
    /*height:360px;*/
}

div.jp-jplayer img
{
    margin: 0 auto;
    /* height: 100% !important; */
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

div.jp-jplayer
{
    text-align: center;
}



div.jp-video div.jp-jplayer
{
    border-bottom:none;
    z-index:1;
}

div.jp-video-270p div.jp-jplayer {
    /*width:480px;*/
    width: 100% !important;
    height: auto !important;
}
div.jp-video-360p div.jp-jplayer {
    /*width:640px;*/
    width: 100% !important;
    /*height:360px;*/
}
div.jp-jplayer {
    background-color: #000000;
}

.jp-state-seeking .jp-seek-bar
{
    background: linear-gradient(90deg, #009be3 0%, #006EFF 25%,  #009be3 50% ,#006EFF 75%,  #009be3 100%);
    background-repeat: repeat;
    background-size: 10px 100%;

    -webkit-animation: bg-animate 0.5s infinite;
    animation: bg-animate 0.25s infinite;
}

@-webkit-keyframes bg-animate
{
    0%
    {
        background-position:0 0;
    }
    50%
    {
        background-position:5px 0;
    }
    100%
    {
        background-position:10px 0;
    }
}

@keyframes bg-animate
{
    0%
    {
        background-position:0 0;
    }
    50%
    {
        background-position:5px 0;
    }
    100%
    {
        background-position:10px 0;
    }
}

.jp-video.full-screen
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999999999999999999999;
    padding: 0;
}

.jp-video.full-screen .jp-jplayer,
.jp-video.full-screen video,
.jp-video.full-screen .jp-video-play,
.jp-video.full-screen .jp-jplayer img
{
    width: 100% !important;
    height: 100% !important;
}

.jp-video.full-screen .jp-interface
{
    position: fixed !important;
    bottom: 0px !important;
}

.-jp-full-screen
{
    cursor: pointer;
}

.jp-video.full-screen h3
{
    display: none !important;
}

/* begin title, description, .... */
[dir="rtl"] div.jp-video .title,
[dir="rtl"] div.jp-video .description
{
    color: #555;
    font-family: "IRANSans","byekan";
}

[dir="ltr"] div.jp-video .title,
[dir="ltr"] div.jp-video .description
{
    color: #555;
    font-family: "calibri";
}

div.jp-video .title h3
{
    font-family:"IRANSans","byekan","calibri";
}

div.jp-video .title *
{
    display: inline-block;
    font-size: 18px;
}

.jp-video.full-screen .description,
.jp-video.full-screen .details
{
    display: none;
}

[dir="ltr"] div.jp-video .title,
[dir="ltr"] div.jp-video .description
{
    direction: ltr;
    text-align: left;
    padding-top: 10px;
}

[dir="rtl"] div.jp-video .title,
[dir="rtl"] div.jp-video .description
{
    direction: rtl;
    text-align: right;
    padding-top: 10px;
}

div.jp-video .description
{
    font-size: 13px;
    margin-top: 10px;
    border-top: 1px solid #555;
}

div.jp-video .details *
{
    color: #555;
}

div.jp-video .details a:hover
{
    color: #428bca;
}

[dir="rtl"] div.jp-video .details
{
    font-family: "IRANSans","byekan";
    margin-top: 10px;
}

[dir="ltr"] div.jp-video .details
{
    font-family: "calibri";
    margin-top: 10px;
}

[dir="ltr"] div.jp-video .details
{
    direction: ltr;
}

[dir="rtl"] div.jp-video .details
{
    direction: rtl;
}

[dir="rtl"] div.jp-video .details .pull-left
{
    float: right !important;
}
/* end title, description, .... */

.jp-video-download .fa
{
    color: #fff !important;
}

.jp-video-download
{
    color: #fff !important;
    margin:10px 0;
}

/* begin rank */
div.jp-video .rank
{
    display: inline-block;
    background: none;
    height: auto;
}

div.jp-video .rank .fa:before
{
    padding: 0;
}

div.jp-video .rank i, .gallery-item.list .rank i
{
    color: #C4C4C4;
    font-size: 13px;
    margin: 1px;
    line-height: 1.5;
}

div.jp-video .rank i.middledeactive
{
    color: #777 !important;
}

div.jp-video .rank i.active
{
    color: rgb(256,200,50);
    text-shadow: 0 0 0px #000;
}

div.jp-video .rank i.middleactive
{
    color:rgb(180,200,0);
    text-shadow: #999 1px 1px 0;
}
/* end rank */



/* begin video list */
.related-videos-title h3
{
    font-size: 18px;
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
    font-family: "IRANSans","byekan"
}

.video-list
{
    margin-bottom: 15px;
}

.video-list *
{
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;

    text-indent: 0;
    line-height: 1.5;
}

.video-list .video-item
{
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.video-list img
{
    width: 100%;
}

.video-list .video-item > a:hover
{
    cursor: pointer;
}

.video-list .video-item .fa-play-circle
{
    position: absolute;
    top: 28%;
    left: 42%;
    z-index: 1;
    font-size: 55px;
    line-height: 0.8;
    color: #bbb;
    background: #555;
    border-radius: 50%;
    opacity: 0.25;
}

.video-list .video-item > a:hover .fa-play-circle
{
    opacity: 0.90;
    color: rgba(0,0,0,0.8);
    background: rgba(250,250,250,0.8);
    box-shadow: 0 0 10px #000;
}

.video-list .video-item .video-detail
{
    background:rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    bottom: -25%;
    padding: 5px 10px 0 10px;
}

.video-list .video-item:hover .video-detail
{
    background:rgba(0,0,0,0.75);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.video-list .video-item .video-detail .title
{
    color: #fff;
    font-size: 14px;

    overflow: hidden;
    height: 22px;
    width: 85%;

    margin: 0;
}

.video-list .video-item .video-detail .download-link
{
    display: block;
    width: 25px;
    height: 25px;
    z-index: 1031;
    text-align: center;
    position: relative;
}


.video-list .video-item .video-detail .fa
{
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 25px;
    display: block;
    padding-top: 0;
}

.video-list .video-item .video-detail .fa:hover
{
    color: #8bf;
    font-size: 14px;
}

[dir="rtl"] .video-list .pull-left
{
    float: right !important;
}

[dir="rtl"] .video-list .pull-right
{
    float: left !important;
}

@media (max-width: 540px)
{
    .video-list > div
    {
        width: 100%;
    }
}

/* end video list */

/* begin tags */
.tagholder
{
    margin-bottom: 10px;
}

.tagholder a
{
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 400;
    font-family: "IRANSans",tahoma;
    color: #0096D6;
    padding: 8px 8px;
    border-radius: 0;
}

.tagholder a:hover
{
    color: #777;
    background: #dcdcdc;
}

.tagholder p
{
    display:block;
    color: #555 !important;
    font-size: 18px;
    margin: 15px 0 5px 0;
    font-family: "IRANSans","byekan","calibri";
}

[dir="ltr"] .tagholder .fa-angle-double-left
{
    display: none;
}

[dir="rtl"] .tagholder .fa-angle-double-right
{
    display: none;
}
/* end tags */