.csbody .mejs-container {
    height: 38px !important;
    border-bottom: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
.csbody  .mejs-container .mejs-controls {
    height: 38px;
}
.csbody .mejs-container,
.csbody .mejs-embed, 
.csbody .mejs-embed body, 
.csbody .mejs-container .mejs-controls {
    background-image: url(../images/bg-audio.jpg) !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
}
.csbody .mejs-container .mejs-controls {
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
.csbody  .mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.csbody  .mejs-container .mejs-controls .mejs-time .mejs-duration {
    color: #333;
    display: block;
    line-height: 38px;
    width: 100%;
}
.csbody .mejs-controls .mejs-time-rail .mejs-time-total, 
.csbody .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.csbody .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #4f4f4f;
}
.csbody .mejs-offscreen,
.csbody .mejs-time-float  {
    display: none !important;
}
.csbody .mejs-controls .mejs-time-rail span, 
.csbody .mejs-controls .mejs-time-rail a,
.csbody .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.csbody .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 5px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}
.csbody .mejs-playpause-button,
.csbody .mejs-container .mejs-controls .mejs-currenttime-container,
.csbody .mejs-time.mejs-duration-container {
    border-right: 1px solid #fff !important;
    border-left: 1px solid #d6d6d6;
    height: 38px !important;
    width: 50px !important;
    padding: 0 !important;
    line-height: 38px;
    position: relative;
}
.csbody .mejs-playpause-button button {
    left: 0;
    margin: auto !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.csbody .mejs-container .mejs-controls .mejs-currenttime-container {
    border-left: 1px solid #d6d6d6;
}
.csbody .mejs-controls div.mejs-time-rail {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #fff;
    height: 38px;
    padding: 0;
}
.csbody .mejs-button.mejs-volume-button {
    height: 38px;
    border-left: 1px solid #d6d6d6;
}
.csbody .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 16px;
}
.csbody .mejs-button.mejs-playpause-button > button {
    padding: 5px 0 0 5px;
}
.csbody .mejs-button.mejs-volume-button > button {
    margin: 3px 0 0 6px;
    height: 38px;
}
.csbody .mejs-button.mejs-playpause-button > button,
.csbody .mejs-button.mejs-volume-button > button {
    background: transparent;
    outline: none;
}
.mejs-button.mejs-playpause-button.mejs-play > button:before,
.mejs-button.mejs-playpause-button.mejs-pause > button:before,
.csbody .mejs-button.mejs-volume-button.mejs-mute > button:before,
.csbody .mejs-button.mejs-volume-button.mejs-unmute > button:before {
    font-size: 12px;
    content: "\f04b";
    font-family: FontAwesome;
    color: #222;
}
.mejs-button.mejs-playpause-button.mejs-pause > button:before {
    content: "\f04c"
}
.csbody .mejs-button.mejs-volume-button.mejs-mute > button:before {
    content: "\f027";
    font-size: 18px;
}
.csbody .mejs-button.mejs-volume-button.mejs-unmute > button:before {
    content: "\f026";
    font-size: 18px;
}
.csbody .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 5px;
}
.cs-masonry-layout-item.col4 .mejs-time-rail {
    display: none;
}