/***********Audio Music Player ***********/
#control-template2 {
    display: none;
}
#audio_player2 .sm2-bar-ui {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: helvetica,arial,verdana,sans-serif;
    font-weight: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-width: 20em;
    max-width: 30em;
    border-radius: 2px;
    overflow: hidden;
    transition: max-width .2s ease-in-out;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 li {
    text-align: center;
    font-size: 100%;
    line-height: 1em;
}
#audio_player2 .sm2-bar-ui.compact2 {
    min-width: 1em;
    max-width: 15em;
}
#audio_player2 .sm2-bar-ui ul {
    line-height: 1em;
}
#audio_player2 .sm2-bar-ui.left2 .sm2-playlist2 li {
    text-align: left;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 li .load-error2 {
    cursor: help;
}
#audio_player2 .sm2-bar-ui.full-width2 {
    max-width: 100%;
    z-index: 5;
}
#audio_player2 .sm2-bar-ui.fixed2 {
    border-radius: 0;
    overflow: visible;
    z-index: 999;
	border-bottom:1px solid #a3a3a3;
}
#audio_player2 .sm2-main-controls2{
	/*width:100%;*/
	margin:0 auto;	
}
#audio_player2 .sm2-bar-ui.fixed2 .bd2, #audio_player2 .sm2-bar-ui.bottom2 .bd2 {
    border-radius: 0;
    border-bottom: 0;
}
#audio_player2 .sm2-bar-ui.bottom2{
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 0;
    overflow: visible;
}
#audio_player2 .sm2-bar-ui.playlist-open2 .bd2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}
#audio_player2 .sm2-bar-ui .bd2, #audio_player2 .sm2-bar-ui .sm2-extra-controls2 {
    position: relative;
	
}
#audio_player2 .sm2-bar-ui .sm2-inline-gradient2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0.125) 5%,rgba(255,255,255,0.125) 45%,rgba(255,255,255,0.15) 52%,rgba(0,0,0,0.01) 51%,rgba(0,0,0,0.1) 95%);
}
#audio_player2 .sm2-bar-ui.flat2 .sm2-inline-gradient2{
    background-image: none;
}
#audio_player2 .sm2-bar-ui.flat2 .sm2-box-shadow2 {
    display: none;
    box-shadow: none;
}
#audio_player2 .sm2-bar-ui.no-volume2 .sm2-volume2 {
    display: none;
}
#audio_player2 .sm2-bar-ui.textured2 .sm2-inline-texture2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
}
#audio_player2 .sm2-bar-ui.textured2.dark-text2 .sm2-playlist-wrapper2 {
    background-color: transparent;
}
#audio_player2 .sm2-bar-ui.textured2.dark-text2 .sm2-playlist-wrapper2 ul li:hover a, #audio_player2  .sm2-bar-ui.textured2.dark-text2 .sm2-playlist-wrapper2 ul li.selected a {
    background-color: rgba(0,0,0,0.1);
    background-image: url(image/black-10.png);
    background-image: none,none;
}
#audio_player2 .sm2-bar-ui .bd2 {
    display: table;
    border-bottom: 0;
}
#audio_player2 .sm2-bar-ui .sm2-extra-controls2 .bd2 {
    display: block;
    border: 0;
}
#audio_player2 .sm2-bar-ui .sm2-extra-controls2 .sm2-inline-element2 {
    display: inline-block;
}
#audio_player2 .sm2-bar-ui,.sm2-bar-ui .bd2 a {
    color: #a9a9a9;
}
#audio_player2 .sm2-bar-ui.dark-text2,.sm2-bar-ui.dark-text2 .bd2 a {
    color: #000;
}
#audio_player2 .sm2-bar-ui.dark-text2 .sm2-inline-button {
    -webkit-filter: invert(1);
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'invert\'><feColorMatrixin='SourceGraphic'type='matrix'values='-100010-100100-10100010'/></filter></svg>#invert");
    filter: invert(1);
    filter: none\9;
}
#audio_player2 .sm2-bar-ui .bd2 a {
    text-decoration: none;
}
#audio_player2 .sm2-volume2{
	position: relative;
	left: -0px;
	top: -5px;
	width:20px !important;
	visibility:visible !important;;
}
#audio_player2 .sm2-bar-ui .bd2 .sm2-extra-controls2 .sm2-button-element2:active .sm2-inline-button, #audio_player2 .sm2-bar-ui .bd2 .active2 .sm2-inline-button {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.9);
    transform-origin: 50% 50%;
    -moz-transform: none;
}
#audio_player2 .sm2-bar-ui .bd2 .sm2-extra-controls2 .sm2-button-element2:hover, #audio_player2 .sm2-bar-ui .bd2 .sm2-extra-controls2 .sm2-button-element2:active,.sm2-bar-ui .bd2 .active2 {
    background-color: rgba(0,0,0,0.1);
    background-image: url(image/black-10.png);
    background-image: none,none;
}
#audio_player2 .sm2-bar-ui .bd2 .sm2-extra-controls2 .sm2-button-element2:active {
    box-shadow: none;
}
#audio_player2 .sm2-bar-ui {
    font-size: 15px;
    text-shadow: none;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2, #audio_player2 .sm2-bar-ui .sm2-button-element2 .sm2-button-bd2 {
    position: relative;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2, #audio_player2 .sm2-bar-ui .sm2-button-element2 .sm2-button-bd2 {
    min-width: 77px;
    min-height: 77px;
}
#audio_player2 .sm2-bar-ui .sm2-inline-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#audio_player2 .sm2-bar-ui .sm2-extra-controls2 .bd2 {
    background-image: none;
    background-color: rgba(0,0,0,0.15);
}
#audio_player2 .sm2-bar-ui .sm2-extra-controls2 .sm2-inline-element2 {
    width: 25px;
    min-height: 1.75em;
    min-width: 2.5em;
}
#audio_player2 .sm2-bar-ui .sm2-inline-status2 {
    line-height: 100%;
    display: inline-block;
    min-width: 200px;
    max-width: 20em;
    padding-left: 8%;
    padding-right: 0.75em;
}
/*#audio_player2 .sm2-bar-ui .sm2-inline-element2 {
    border-right: .075em dotted #666;
    border-right: .075em solid rgba(0,0,0,0.1);
}*/
#audio_player2 .sm2-bar-ui .sm2-inline-element2.noborder2 {
    border-right: 0;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2.compact2 {
    min-width: 2em;
    padding: 0 .25em;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2:last-of-type {
    border-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#audio_player2 .sm2-bar-ui .sm2-inline-status2 a:hover {
    background-color: transparent;
    text-decoration: underline;
}
#audio_player2 .sm2-inline-time, #audio_player2 .sm2-inline-duration {
    display: table-cell;
    width: 1%;
    font-size: 75%;
    line-height: .9em;
    min-width: 2em;
    vertical-align: middle;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 {
    position: relative;
    height: 1.45em;
}
#audio_player2 .sm2-bar-ui .sm2-playlist-target {
    position: relative;
    min-height: 1em;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 ul {
    position: absolute;
    /*left: 5px;*/
    top: 0;
    /*width: 100%;*/
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	z-index:999;
	margin:5px 0 0 0;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 ul li {
    position: relative;
	padding:0;
}
#audio_player2 .sm2-bar-ui .sm2-playlist2 ul li, #audio_player2 .sm2-bar-ui .sm2-playlist2 ul li a {
    position: relative;
    display: block;
    height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	float:left;
	font-weight:bold;
}
#audio_player2 .sm2-progress-bd2 {
    padding:0;
}
#audio_player2 .sm2-progress2 .sm2-progress-track, #audio_player2 .sm2-progress2 .sm2-progress-bar {
    position: relative;
    height:10px;
	border-radius: 5px;
	/*border:1px solid #d4d2d2;
	width: 610px;*/
	/*top: 8px;*/
}
#audio_player2 .sm2-progress2 .sm2-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background-color: rgba(255,205,0,1);
    background-image: url(image/black-33.png);
    background-image: none,none;
	border:none;
}
#audio_player2 .volume-shade2,.playing2 .sm2-progress2 .sm2-progress-track, #audio_player2 .paused .sm2-progress2 .sm2-progress-track {
    cursor: pointer;
}
#audio_player2 .playing2 .sm2-progress2 .sm2-progress-ball {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
/*#audio_player2 .sm2-progress2 .sm2-progress-ball {
    position: absolute;
    top: 1px;
    left: 0;
    width: 1em;
    height: 1em;
    margin: -0.2em 0 0 -0.5em;
    width: 14px;
    height: 14px;
    margin: -2px 0 0 -7px;
    width: .9333em;
    height: .9333em;
    margin: -0.175em 0 0 -0.466em;
    background-color: #fff;
    padding: 0;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}*/
#audio_player2 .sm2-progress2 .sm2-progress-track {
    background-color: rgba(208,208,208,0.16);
    background-image: url(image/black-33.png);
    background-image: none,none;
	cursor: pointer;
}
#audio_player2 .sm2-playlist-wrapper2 ul::-webkit-scrollbar-track {
    background-color: rgba(255,205,0,0.4);
}
#audio_player2 .playing.grabbing2 .sm2-progress2 .sm2-progress-track, #audio_player2 .playing2.grabbing2.sm2-progress2 .sm2-progress-ball {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
#audio_player2 .sm2-bar-ui.grabbing2 .sm2-progress2 .sm2-progress-ball {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
#audio_player2 .sm2-inline-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    line-height: 10em;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-interpolation-mode: bicubic;
	text-indent:9999px;
}
#audio_player2 .play-pause, #audio_player2 .play-pause:hover, #audio_player2 .paused .play-pause:hover {
    background: url(images/audio_play.png) no-repeat center center;
}
#audio_player2 .play-pause:hover, #audio_player2 .paused .play-pause:hover {
    background: url(images/audio_play-hv.png) no-repeat center center;
}
#audio_player2 .playing .play-pause {
    background: url(images/audio_pause.png) no-repeat center center;
}
#audio_player2 .playing .play-pause:hover {
    background: url(images/audio_pause-hv.png) no-repeat center center;
}
#audio_player2 .sm2-volume-control {
    background-image: url(image/volume.png);
    background-image: none,url(image/volume.svg);
}
#audio_player2 .sm2-volume-control, #audio_player2 .sm2-volume-shade2 {
    background-position: 42% 50%;
    background-size: 56%;
}
#audio_player2 .volume-shade2 {
    filter: alpha(opacity=33);
    opacity: .33;
    background-image: url(image/volume.png);
    background-image: none,url(image/volume.svg);
}
#audio_player2 .previous {
    background-image: url(image/first.png);
    background-image: none,url(image/first.svg);
}
#audio_player2 .next {
    background-image: url(image/last.png);
    background-image: none,url(image/last.svg);
}
#audio_player2 .previous,.next {
   background-size: 80%;
    background-position: 50% 50%;
}
#audio_player2 .sm2-extra-controls2 .previous, #audio_player2 .sm2-extra-controls2 .next {
    backgound-size: 53%;
}
#audio_player2 .sm2-extra-controls2 .repeat2 {
    background-position: 50% 45%;
}
#audio_player2 .sm2-progress-ball .icon-overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none,url(image/spinner.svg);
    background-size: 72%;
    background-position: 50%;
    background-repeat: no-repeat;
    display: none;
}
#audio_player2 .playing.buffering2 .sm2-progress-ball .icon-overlay2 {
    display: block;
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
}
#audio_player2 .sm2-element2 ul {
    font-size: 95%;
    list-style-type: none;
}
#audio_player2 .sm2-element2 ul li {
	border-bottom:1px solid #e1e1e1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#audio_player2 .sm2-element2 ul li a{
    /*margin: 0 0 0 75px;
    padding: 35px 0 35px 200px;
	background:url(images/playlist-li.png) no-repeat left center;
	font-size:16px;
	line-height:26px;*/
	display:block;
}
#audio_player2 .sm2-element2 ul li a span{
    margin: 0 0 0 75px;
    padding: 35px 0 35px 200px;
	background:url(images/playlist-li.png) no-repeat left center;
	font-size:16px;
	line-height:26px;
	display:block;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#audio_player2 .sm2-element2 ul li.selected{
	background:#161616;
}
#audio_player2 .sm2-element2 ul li.selected a span{
	background:url(images/playlist-li-hov.png) no-repeat left center;
}
#audio_player2 .bd2.sm2-playlist-drawer {
    z-index: 3;
    border-radius: 0;
    width: 100%;
    height: 0;
    border: 0;
    background-image: none;
    display: block;
    overflow: hidden;
    transition: height .2s ease-in-out;
}
#audio_player2 .sm2-bar-ui.fixed2 .bd2.sm2-playlist-drawer, #audio_player2 .sm2-bar-ui.bottom2 .bd2.sm2-playlist-drawer {
    position: absolute;
}
#audio_player2 .sm2-bar-ui.fixed2 .sm2-playlist-wrapper2, #audio_player2 .sm2-bar-ui.bottom2 .sm2-playlist-wrapper2 {
    padding-bottom: 0;
}
#audio_player2 .sm2-bar-ui.fixed2 .bd2.sm2-playlist-drawer, #audio_player2 .sm2-bar-ui.bottom2 .bd.sm2-playlist-drawer {
	overflow:hidden;
	background:#f2f4f7;
}
#audio_player2 .sm2-bar-ui .bd2.sm2-playlist-drawer {
    transform: translateZ(0);
	overflow: visible;
}
#audio_player2 .sm2-bar-ui.playlist-open2 .bd2.sm2-playlist-drawer {
    opacity: 1;
}
#audio_player2 .sm2-bar-ui.playlist-open2 .bd2.sm2-playlist-drawer a {
    -webkit-filter: none;
}
#audio_player2 .sm2-bar-ui.fixed2.playlist-open2 .bd2.sm2-playlist-drawer .sm2-playlist-wrapper2, #audio_player2 .sm2-bar-ui.bottom2.playlist-open2 .bd2.sm2-playlist-drawer .sm2-playlist-wrapper2 {
    padding-bottom: .5em;
    box-shadow: none;
}
#audio_player2 .sm2-bar-ui .bd2.sm2-playlist-drawer {
    transition: all .2s ease-in-out;
    transition-property: transform,height,opacity,background-color,-webkit-filter;
}
#audio_player2 .sm2-bar-ui .bd2.sm2-playlist-drawer a {
    transition: -webkit-filter .2s ease-in-out;
}
#audio_player2 .sm2-bar-ui .bd2.sm2-playlist-drawer .sm2-inline-texture2 {
    background-position: 0 -2.8em;
}
#audio_player2 .sm2-box-shadow2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    box-shadow: inset 0 1px 6px rgba(0,0,0,0.15);
}
#audio_player2 .sm2-playlist-wrapper2 {
    position: relative;
    background-image: none,none;
}
#audio_player2 .sm2-playlist-wrapper2 ul {
    max-height: 9.25em;
    /*overflow: auto;*/
    /*overflow: hidden;
	width:47px;
	height:47px;*/
	position: relative;
	top: -25px;
	float: right;
	left: 0;
	list-style:none
}
#audio_player2 .sm2-playlist-wrapper2 ul li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
	display:none;
}
#audio_player2 .sm2-playlist-wrapper2 ul li.selected {
	display:inline-block;
}
#audio_player2 .sm2-playlist-wrapper2 ul li:nth-child(odd) {
    background-color: rgba(255,255,255,0.03);
}
#audio_player2 .sm2-playlist-wrapper2 ul li a {
    display: block;
    padding: .5em .25em .5em .75em;
    margin-right: .5em;
    font-size: 100%;
    vertical-align: middle;
	display:none;
}
#audio_player2 .sm2-bar-ui.dark-text2 .sm2-playlist-wrapper2 ul li:hover a {
    background-color: rgba(255,255,255,0.1);
    background-image: url(soundmanagerv297a-20140901/demo/bar-ui/image/black-10.png);
    background-image: none,none;
}
#audio_player2 .sm2-bar-ui.dark-text2 ul li.selected a {
    background-color: rgba(255,255,255,0.1);
    background-image: url(image/black-10.png);
    background-image: none,none;
}
#audio_player2 .sm2-bar-ui .disabled2 {
    filter: alpha(opacity=33);
    opacity: .33;
}
#audio_player2 .sm2-bar-ui .bd2 .sm2-button-element2.disabled2:hover {
    background-color: transparent;
}
#audio_player2 .sm2-bar-ui .active2, #audio_player2 .sm2-bar-ui.playlist-open2 .sm2-menu2:hover {
    box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    background-image: none;
}
#audio_player2 .firefox-fix2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#audio_player2 .sm2-playlist-wrapper2 ul::-webkit-scrollbar {
    width: 10px;
}
#audio_player2 .sm2-playlist-wrapper2 ul::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.33);
    border-radius: 10px;
}
#audio_player2 .sm2-playlist-wrapper2 ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
}
#audio_player2 .sm2-extra-controls2 {
    font-size: 0;
    text-align: center;
}
#audio_player2 .sm2-bar-ui .label2 {
    position: relative;
    display: inline-block;
    font-size: .7em;
    margin-left: .25em;
    vertical-align: top;
    background-color: rgba(0,0,0,0.25);
    border-radius: 3px;
    padding: 0 3px;
    box-sizing: padding-box;
}
#audio_player2 .sm2-bar-ui.dark-text2 .label2 {
    background-color: rgba(0,0,0,0.1);
    background-image: url(image/black-10.png);
    background-image: none,none;
}
#audio_player2 .sm2-bar-ui .sm2-playlist-drawer .label2 {
    font-size: .8em;
    padding: 0 3px;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2 {
    display: table-cell;
}
#audio_player2 .sm2-bar-ui .sm2-inline-element2 {
    /*width: 1%;*/
}
#audio_player2 .sm2-bar-ui .sm2-inline-status2 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}
#audio_player2 .sm2-bar-ui .sm2-playlist-drawer {
    display: block;
    overflow: hidden;
}
#audio_player2 .sm2-bar-ui {
	font-size: 12px;
}
#audio_player2 .sm2-bar-ui .sm2-main-controls2,
#audio_player2 .sm2-bar-ui .sm2-playlist-drawer {
	
}
#audio_player2 .sm2-bar-ui .sm2-inline-texture2 {
 background: transparent;
}
#audio_player2 .sm2-inline-duration{
	position: absolute;
	right: 8px;
	top: 31px;
	display:inline-block;
}
#audio_player2 .span{
	position: absolute;
	display:inline-block;
	width:12px;
	text-align:center;
	right: 27px;
	top: 30px;
}
#audio_player2 .sm2-inline-time{
	position: absolute;
	right: 40px;
	top: 31px;
	display:inline-block;
}
#audio_player2 .bd2.sm2-main-controls2{
	padding: 10px 0;
}
#audio_player2 .tittle_img2{
	position: relative;
	right: 0px;
	/*top: -18px;*/
	width: 50px;
	float: right;
}
#audio_player2 .sm2-progress2{
	margin-top: 5px;
}
#audio_player2 .music_all2{
	margin-left: 0px;
	margin-top: 0px;
}
#audio_player2 .sm2-bar-ui .bd2 a.previous{
	background:url(images/audio_prev.png) no-repeat center center;
	width:57px;
	height:57px;
	margin-top:10px;
}

#audio_player2 .sm2-bar-ui .bd2 a.previous:hover{
	background:url(images/audio_prev-hv.png) no-repeat center center;
}
#audio_player2 .sm2-bar-ui .bd2 a.menu {
 background:url(images/audio_menu.png) no-repeat right top;
	width:65px;
	height:28px;
	margin-top:26px;
    transition: all 0.3s ease 0s;
}
#audio_player2 .sm2-bar-ui .sm2-menu2{
	position: absolute;
    right: 5px;
    top: 8px;
}
#audio_player2 .sm2-bar-ui .bd2 a.next{
	background:url(images/audio_next.png) no-repeat center center;
	width:57px;
	height:57px;
	margin-top:10px;
	margin-left:20px;
}
#audio_player2 .sm2-bar-ui .bd2 a.next:hover{
	background:url(images/audio_next-hv.png) no-repeat center center;
}

#audio_player2  .sm2-bar-ui.menu-open .bd2 a.menu{
  background:url(images/audio_menu-hv.png) no-repeat right top;
}