@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("../img/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;
}