
@font-face {
    font-family: "Dyekan";
    src: url("font/WebYekan.eot?#") format("eot"), url("font/WebYekan.woff") format("woff"), url("font/WebYekan.ttf") format("truetype");
}
a:focus, input:focus, textarea:focus, select:focus {
    outline: medium none;
}
body {
    background: rgba(0, 0, 0, 0) url("../images/player/background.jpg") repeat scroll 0 0;
    color: #fff;
    font-family: "Dyekan",Tahoma,cursive;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
a {
    color: #f5f5f5;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}
.clearfix {
    clear: both;
}
img, form {
    border: 0 none;
    margin: 0;
    padding: 0;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -100px 0;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}
input[type="checkbox"]:checked + label {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -120px 0;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
}
#wrapper {
    display: block;
}
#header {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#header ul {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}
#header ul li {
    display: block;
    float: left;
    height: 100%;
    line-height: 40px;
    margin: 0;
    text-align: center;
}
#header ul li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color rgba(255, 255, 255, 0.05) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #d7d7d7;
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    transition: all 0.1s ease-out 0s;
}
#header ul li > a:hover {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}
#header ul li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.icon {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}
.icon.portal {
    background: rgba(0, 0, 0, 0) url("../images/player/portal.png") no-repeat scroll 0 5px;
}
.icon.news {
    background: rgba(0, 0, 0, 0) url("../images/player/news.png") no-repeat scroll 0 5px;
}
.icon.map {
    background: rgba(0, 0, 0, 0) url("../images/player/origin.png") no-repeat scroll 0 5px;
}
.icon.close {
    background-position: -60px 0;
}
.icon.favourite {
    background-position: -80px 0;
}
.icon.sound {
    background-position: -100px 0;
}
.icon.closeset {
    background-position: -60px 0;
    height: 20px;
    width: 20px;
}
#content-top {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll 0 -96px;
    clear: both;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 20;
}
#content {
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    width: 720px;
}
#content .main {
    margin-top: 20px;
    padding-top: 20px;
}
#content .extra {
    display: none;
    height: 180px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
}
#content .extra .sline {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
#content .extra .settings.close {
    bottom: -10px;
    height: 28px;
    position: absolute;
    right: 40px;
    width: 28px;
    z-index: 101;
}
#content .left {
    display: inline-block;
    padding-right: 15px;
    text-align: right;
    vertical-align: middle;
    width: 345px;
}
#content .left .onair {
    display: inline-block;
    font-size: 220%;
    font-weight: 300;
    margin-right: 40px;
    vertical-align: middle;
}
#content .left img {
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-out 0s;
    vertical-align: middle;
}
#content .left img:hover {
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
#content .right {
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 350px;
}
#content .right #artist {
    font-size: 180%;
    font-weight: 300;
}
#content .right #title {
    font-size: 150%;
    font-weight: 300;
}
#content .right #playtime {
    font-size: 120%;
    font-weight: 300;
}
#content .center {
    display: block;
    font-size: 105%;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
#content .center #next {
    color: #00d500;
}
#footer {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll center -21px;
    display: block;
    height: 85px;
    margin: 0 auto;
    padding-top: 20px;
    width: 720px;
}
#footer #playlists {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll 0 -340px;
    direction: rtl;
    display: inline-block;
    font-size: 11px;
    height: 80px;
    padding-top: 2px;
    text-align: center;
    vertical-align: top;
    width: 275px;
}
#footer #playlists .icon {
    height: 50px;
    margin-top: 5px;
    opacity: 0.8;
    transition: all 150ms ease-out 0s;
    width: 50px;
}
#footer #playlists .icon.wmp {
    background-position: -51px -160px;
}
#footer #playlists .icon.winamp {
    background-position: -1px -160px;
}
#footer #playlists .icon.realplayer {
    background-position: -101px -160px;
}
#footer #playlists .icon.quicktime {
    background-position: -150px -160px;
}
#footer #playlists a {
    display: inline-block;
    height: 50px;
    width: 50px;
}
#footer #playlists a:hover > .icon {
    margin-top: -2px;
    opacity: 1;
}
#radio-player {
    display: inline-block;
    height: 70px;
    width: 440px;
}
#radio-player .control, .jp-controls {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 72px;
}
#radio-player .control .play, div#jp_container_1.jp-state-playing div.jp-controls {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -1px -210px;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    position: relative;
    vertical-align: bottom;
    width: 72px;
}
#radio-player .control .play:hover {
    background-position: -83px -210px;
}
#radio-player .control .stop, .jp-controls {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -165px -210px;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    position: relative;
    vertical-align: bottom;
    width: 72px;
}
#radio-player .control .stop:hover, .jp-controls:hover {
    background-position: -247px -210px;
}
#radio-player .control .stop .spinner, .jp-controls button {
    animation: 3s linear 0s normal none infinite running playspin;
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -330px -210px;
    display: block;
    height: 72px;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
}
#radio-player .volume, .jp-volume-controls {
    display: inline-block;
    font-size: 12px;
    height: 40px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 340px;
}
#radio-player .volume .mute, .jp-mute {
    background: rgba(0, 0, 0, 0) url("../images/player/img_sprite.png") no-repeat scroll -81px 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 20px;
}
.jp-mute {
    border: medium none;
}
.jp-state-muted button.jp-mute {
    background: rgba(0, 0, 0, 0) url("../images/player/mute.png") no-repeat scroll 2px 2px !important;
}
#radio-player .volume .bar, .jp-volume-bar {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-left: 2px;
    padding: 1px;
    position: relative;
    width: 280px;
}
#radio-player .volume .bar .vol, .jp-volume-bar-value {
    background: rgba(13, 255, 0, 0.75) none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 100%;
    overflow: visible;
    width: 100%;
}
#radio-player .volume .bar a {
    background: transparent url("../images/player/img_sprite.png") no-repeat scroll -160px 0;
    display: block;
    height: 23px;
    margin-left: -11.5px;
    margin-top: -15px;
    position: absolute;
    width: 23px;
    z-index: 98;
}
#radio-player .volume .bar a div {
    height: 23px;
    width: 23px;
}
#radio-player .volume .bar a:hover {
    background-color: transparent;
    background-position: -183px 0;
}
.nosupport, .loading {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    color: #000;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.nosupport .text, .loading .text {
    font-size: 15px;
    height: 50px;
    left: 50%;
    margin-left: -250px;
    margin-top: -65px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 500px;
}
.nosupport {
    display: none;
}
#artist a, #title a, #playtime {
    display: inline;
    position: relative;
}
#artist a:hover::after, #title a:hover::after, #playtime:hover::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 0.5em;
    bottom: 1.95em;
    color: #fff;
    content: attr(data-title);
    display: block;
    font-size: 13px;
    left: -0.2em;
    padding: 0.3em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 98;
}
.popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #4b4b4b;
    display: none;
    left: 0;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1010;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #4b4b4b;
    font-size: 110%;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 4px 8px;
}
.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0;
}
.popover .arrow, .popover .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover .arrow::after {
    content: "";
    z-index: -1;
}
.popover.top .arrow {
    border-top-color: #ffffff;
    border-width: 10px 10px 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.popover.top .arrow::after {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 0;
    bottom: -1px;
    left: -11px;
}
.popover.right .arrow {
    border-right-color: #ffffff;
    border-width: 10px 10px 10px 0;
    left: -10px;
    margin-top: -10px;
    top: 50%;
}
.popover.right .arrow::after {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 11px 0;
    bottom: -11px;
    left: -1px;
}
.popover.bottom .arrow {
    border-bottom-color: #ffffff;
    border-width: 0 10px 10px;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}
.popover.bottom .arrow::after {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 11px 11px;
    left: -11px;
    top: -1px;
}
.popover.left .arrow {
    border-left-color: #ffffff;
    border-width: 10px 0 10px 10px;
    margin-top: -10px;
    right: -10px;
    top: 50%;
}
.popover.left .arrow::after {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 0 11px 11px;
    bottom: -11px;
    right: -1px;
}
.styled-select {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%) repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff inset, 0 0 3px rgba(0, 0, 0, 0.05);
    color: #414141;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 2px;
    position: relative;
    width: 220px;
}
.styled-select, .styled-select .curr {
    padding: 0 20px 0 10px;
}
.styled-select select {
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}
.styled-select .curr {
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.styled-select .curr::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0099cc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 0;
}
.styled-select ul {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);
    left: -1px;
    margin: 0;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 99;
}
.styled-select li {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    cursor: pointer;
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
}
.styled-select li:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00a2d1 0%, #0090c7 100%) repeat scroll 0 0;
    border-bottom: 1px solid #0087bd;
    border-top: 1px solid #0087bd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: white;
}
.styled-select li.disabled, .styled-select li.disabled:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #bbb;
    cursor: text;
    font-style: italic;
}
.styled-select .curr.focused {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.pull-right {
    display: block;
    float: right !important;
    vertical-align: middle;
}
.logoimg {
    margin: 0;
}
@media (max-width: 720px) {
#content .extra {
    display: none !important;
}
#content .main {
    display: block !important;
    opacity: 1 !important;
}
#content {
    text-align: center;
    width: auto;
}
#content .left {
    display: inline-block;
    padding: 0 15px;
    width: auto;
}
#content .left #artist-image {
    height: 120px;
    width: 120px;
}
#content .left .onair {
    display: none;
}
#content .right {
    display: inline-block;
    width: auto;
}
#header ul li.closebutton {
    display: none;
}
#header ul li .settings {
    display: none;
}
#radio-player {
    margin: 0 10px 0 0;
    width: auto;
}
#radio-player .volume {
    display: none;
}
#radio-player .control {
    margin: 0 5px 0 15px;
}
#footer {
    text-align: left;
    width: auto;
}
#footer #playlists {
    float: right;
    padding: 0 15px;
    width: auto;
}
.jp-volume-controls {
    width: 160px;
}
.jp-volume-bar {
    width: 120px;
}
}
.jp-controls button {
    border: medium none;
    cursor: pointer;
    height: 69px;
    text-indent: -9999px;
    width: 74px;
}
#poweredby {
    bottom: 5px;
    color: #cccccc;
    font-family: tahoma;
    font-size: 11px;
    left: 5px;
    position: fixed;
}
.nxtimg{
	width:80px;
}
.nxtile{
	color:#fff;
}