@charset "UTF-8";
/************************/
/*Site General Settings*/
/**********************/
html, body {
    /*height: 100%;*/
    font-family: Arimo;
    color: #4c4c4c; }

#container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 18px;
    min-width: 320px; }

/* ************** */
/* header section */
/* ************** */
#header {
    position: relative;
    background: #1890f6;
    padding: 7px 11px;
    height: 84px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
#header .album_image {
    float: left;
    margin-right: 12px;
    /* temp */
    background: #ccc;
    height: 70px;
    width: 81px;
    display: block; }
#header h1 {
    line-height: 1.15;
    color: white;
    margin: 5px 0;
    display: block;
    min-height: 35px;
    /* responsive */
    font-size: 14px; }
.head_title{ font-size:20px; font-family: Arimo;}


@media only screen and (min-width: 480px) {
    #header h1 {
        font-size: 18px; } }
@media only screen and (min-width: 790px) {
    #header h1 {
        font-size: 24px; } }
@media only screen and (min-width: 980px) {
    #header h1 {
        font-size: 30px;
        line-height: 1; } }



.language-selector {
    float:right;
    margin-right: 15px;
    clear: both;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.star-section {
    float: left;
    /*position: absolute;
    top: 28px;*/
    width: 80px;
    z-index: 1;
}

.wr-glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}


.wr-glyphicon-star:before {
    content: "";
}
.wr-glyphicon:empty {
    width: 1em;
}

.star-section ul {
    list-style: outside none none;
}

.star-section ul {
    list-style: outside none none;
    margin: -3px 0 0;
    padding: 0;
}
.star-section ul li {
    float: left;
}

.star-section a,
.star-section ul li a {
    color: #ccc;
    font-size: 13px;
}
.star-section a.active,
.star-section a.activeStar,
.star-section ul li a.active {
    color: #f1cd07;
    font-size: 13px;
}

.star-section ul li a {
    text-decoration: none;
}

.panel-body a {
    color: #428bca;
    float: none;
    height: auto;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: 220px;
}
.panel-body a span {
    background: url("../images/media-play-2.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
.div_testimonial_link .star-section {
    float: none;
}
.panel .star-section {
    width: 90px;
}
.panel .star-section a {
    font-size: 17px;
}

.image-preview {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    max-width: 60px;
}

.image-title {
    float: left;
    border-radius: 23px;
    height: 46px;
    width: 46px;
    margin-right: 5px;
    border: none;
}


/* Player */
.jp-audio,
.jp-audio-stream,
.jp-video {
    background: transparent !important;
    border: none !important;
}

.jp-audio {
    margin-bottom: 10px;
    width: 100% !important;
}

.jp-details {
    display: none;
}

.jp-interface {
    background: transparent !important;
    display: flex;
    align-items: center;
    position: relative !important;
    height: auto !important;
}

.jp-audio .jp-controls {
    padding: 0 !important;
    width: auto !important;
    position: relative !important;
}

.jp-audio .jp-progress {
    width: 213px !important;
    height: 4px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 12px;
    cursor: pointer;
}

.jp-seek-bar,
.jp-volume-bar {
    background-color: #dfdede !important;
}

.jp-play-bar,
.jp-volume-bar-value {
    background: #646c9a !important;
}

.jp-time-holder {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
    left: 0 !important;
}

.jp-current-time,
.jp-duration {
    width: auto !important;
}

.jp-controls button {
    border-radius: 100% !important;
    border: 1px solid #646c9a !important;
}

.jp-play {
    background: none !important;
    position: relative;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}

.jp-play-play {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #646c9a;
    border-bottom: 8px solid transparent;
}

.jp-play-pause {
    display: flex;
    align-items: center;
    opacity: 1;
    left: -2px;
    margin-top: 1px;
    position: relative;
    display: none;
}

.jp-play-pause span {
    min-width: 3px;
    height: 14px;
    display: block;
    margin: 0 2px;
    background: #646c9a;
    border-radius: 4px;
}

.jp-play-active .jp-play-play {
    display: none;
}

.jp-play-active .jp-play-pause {
    display: flex;
    align-items: center;
}

.jp-volume-controls {
    position: relative !important;
    top: -9px !important;
    left: 30px !important;
    width: auto !important;
}

.jp-mute {
    background-image: url(/images/volume.svg) !important;
    background-position: 0 0 !important;
    cursor: pointer;
}

.jp-mute,
.jp-volume-max {
    width: 19px !important;
    height: 17px !important;
    cursor: pointer;
}

.jp-state-muted .jp-mute {
    background-image: url(/images/mute.svg) !important;
    cursor: pointer;
}


.jp-state-playing .jp-play .jp-play-play {
    display: none;
}

.jp-state-playing .jp-play .jp-play-pause {
    display: flex;
}

.jp-interface .jp-controls {
    overflow: visible;
}
