.bg-country {
  background-color: #663f27;
}
.bg-country-500 {
  background-color: #663f2780;
}
.bg-country-100 {
  background-color: #663f271b;
}
.bg-cred {
  background-color: #a0252a;
}
.bg-cred-500 {
  background-color: #a0252a80;
}
.bg-cred-100 {
  background-color: #a0252a1b;
}
.text-cred {
  color:#a0252a
}
.text-white {
  color: #fff;
}
body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

pre {
  font-size: 0.6rem;
}

img.brand {
  max-width: 200px;
  max-height: 80px;
}
img.brand-small {
  max-width: 100px;
}

.delivermedia-channel-playingnow {
  background-color: #a0252a80 ;
}

.delivermedia-current {

}

.js-tilt, .js-tilt-small {
  transform-style: preserve-3d
}

.delivermedia-artwork {
  width: 100%;
  height: 100%;
  /*padding-bottom: 100%;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.delivermedia-artwork-img {
  width: 100%;
}
.delivermedia-artwork-play {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  margin-top: -25%;
  margin-left: -25%;
  z-index: 1;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  transition: opacity .2s linear;
  cursor: pointer;
  background-image: url('../images/play_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateZ(60px)
}
.delivermedia-artwork-pause {
  background-image: url('../images/pause_white.svg');
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.delivermedia-artwork-play:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.delivermedia-previous {
  padding-top: 1rem;
}
.delivermedia-main-metadata {
  padding: 1rem;
}
.delivermedia-secondary-metadata {
  max-width: 100%;
}
.delivermedia-metadata-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.5rem;
}

.delivermedia-bar {
  height: 3px;
  width: 100%;
  background-color: #f2f7ff;
}

.delivermedia-progress {
  height: 100%;
  background-color: #3753a8;
}

.delivermedia-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#poweredby {
  color: #fff;
  font-size: 0.6rem;
  margin-top:1rem;
}

.h-player {
  height:52rem;
}
.hoverbutton:hover {
  background-color:#a0252a;
}