* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #8454cc;
}
a:hover {
  color: #5902db;
  text-decoration: underline;
}
a,
a:active,
a:visited {
  text-decoration: none;
}

html,
body {
  min-height: 100vh;
  width: 100%;
}
body {
  position: relative;
  margin: 0;
  background: url(/templates/client/images/texture-noise.png) repeat #ffffed;
  font-family: "Lato", sans-serif;
}

.wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
nav .wrapper {
  max-width: 675px;
  width: 100%;
  display: flex;
}

header {
  position: relative;
  width: 100%;
  height: 148px;
  background: url(/templates/client/images/texture-noise.png) repeat #4c3472;
  box-shadow: black 0px 1px 4px;
  border-bottom: 1px solid #5a4084;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  opacity: 0.1;
  background: url(/templates/client/images/burst.svg) no-repeat bottom;
  background-size: cover;
}

a.logo {
  display: block;
  position: relative;
  padding-top: 15px;
  font-family: "Lora", serif;
  font-size: 62px;
  color: white;
  text-align: center;
  text-shadow: black 2px 2px 8px;
}
a.logo:hover {
  text-decoration: none;
  text-shadow:
    black 0px 0px 70px,
    black 2px 2px 8px;
}

a.logo strong {
  color: #fffd6e;
  transition: all 0.3s;
  text-decoration: none;
}
a.logo:hover strong {
  color: #fff;
  text-decoration: underline;
}

a.logo span {
  display: block;
  transition: color 0.3s;
  color: #ffffbb;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
a.logo:hover span {
  color: #fff;
}

a.logo:before,
.logo:after {
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 158px;
  height: 158px;
  background: url(/templates/client/images/nomusic-logo.png) no-repeat center;
  background-size: contain;
}
a.logo:before {
  left: 0;
}
a.logo:after {
  right: 0;
}

@media (max-width: 1020px) {
  a.logo {
    padding-left: 116px;
  }
  a.logo:before {
    display: inline-block;
    width: 108px;
    height: 108px;
    left: inherit;
    margin-left: -116px;
  }
  a.logo:after {
    display: none;
  }
}
@media (max-width: 1020px) {
  a.logo {
    font-size: 46px;
    padding-top: 32px;
  }
  a.logo span {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  a.logo {
    font-size: 36px;
    padding-top: 42px;
    padding-left: 88px;
  }
  a.logo:before {
    display: inline-block;
    width: 78px;
    height: 78px;
    left: inherit;
    top: 32px;
    margin-left: -88px;
  }
  a.logo span {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  a.logo {
    padding-left: 0px;
    padding-top: 100px;
    font-size: 22px;
  }
  a.logo span {
    font-size: 8px;
  }
  a.logo:before {
    display: block;
    width: 100%;
    margin: 0;
    top: 15px;
  }
}
nav {
  background: url(/templates/client/images/texture-noise.png) repeat #31204d;
  border-bottom: 1px solid #504168;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  float: left;
  width: 20%;
  text-align: center;
  flex-grow: 1;
}
nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 52px;
  color: #ffffed;
  font-size: 16px;
  text-transform: uppercase;
  border-left: 1px solid #44335f;
  border-right: 1px solid #251738;
}
nav ul li a:hover {
  color: #ffffff;
  text-decoration: underline !important;
  background: url(/templates/client/images/texture-noise.png) repeat #075b3a;
  text-decoration: none;
  box-shadow:
    inset rgba(0, 0, 0, 0.98) 0px 3px 3px -1px,
    inset rgba(0, 0, 0, 1) 0px -3px 30px 0px;
  text-shadow: black 0px 0px 20px;
}
nav ul li a:before {
  transition: all 0.3s ease;
  top: 0;
  content: "\f001";
  font-family: "fontawesome";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background-position: center;
  opacity: 0;
}
nav ul li a:hover:before {
  top: -50%;
  opacity: 1;
}
nav ul li:first-child a {
  border-left: none;
}
nav ul li:last-child a {
  border-right: none;
}
@media (max-width: 400px) {
  nav .wrapper {
    display: block;
  }
  nav ul:before {
    content: "Menu \00a0\00a0\00a0 \f0c9";
    cursor: pointer;
    text-transform: uppercase;
    font-family: "fontawesome", "Lato", sans-serif;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
  }
  nav ul > li {
    display: none;
  }
  nav ul.selected > li {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
  }
  nav ul.selected > li > a {
    font-size: 18px;
    padding-left: 15px;
    border-right: none;
    border-top: 1px solid;
    border-top: 1px solid #504168;
    border-bottom: 1px solid #251738;
  }
}

.slides {
  width: 100%;
  height: 250px;
  background: url(/templates/client/images/header-sub.jpg) no-repeat center;
  background-size: cover;
  border-bottom: 1px solid #fffd6e;
  box-shadow:
    inset black 0px 0px 20px -6px,
    inset black 0px 1px 3px;
}
@media (max-width: 550px) {
  .slides {
    height: 150px;
  }
}
main {
  position: relative;
  top: 0;
  width: 100%;
  transition: top 0.45s ease-in;
  display: table;
  padding-bottom: 225px;
  min-height: 100x;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /* Other transform properties here */
}
main.slideDown {
  top: 50px;
}
main .content {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  padding: 20px 20px 20px 0;
  font-size: 18px;
  line-height: 28px;
}
main .content.wide {
  width: 100%;
  display: block;
}
@media (max-width: 1120px) {
  main .content {
    padding: 20px;
  }
}
main .sidebar {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  position: relative;
  padding: 20px;
  background: url(/templates/client/images/texture-noise.png) #e4e5d5;
}
main .sidebar:before {
  content: "";
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  border-radius: 6px 6px 0 0;
  background: url(/templates/client/images/texture-noise.png) center #e4e5d5;
  border-top: 2px solid #fffd6e;
}
@media (max-width: 800px) {
  main .content {
    width: 65%;
  }
  main .sidebar {
    width: 35%;
  }
}

@media (max-width: 550px) {
  main {
    display: block;
    left: 0;
    transition: left 0.45s ease-in;
  }
  main .content,
  main .sidebar {
    width: 100%;
    display: block;
    padding: 10px;
  }
  main .sidebar {
    padding-top: 0;
    margin-top: 20px;
  }
  main .sidebar h2:first-child {
    padding-top: 6px;
  }
  main.slideDown {
    left: -120px;
    top: 0;
  }
}
.content h1:first-child,
.sidebar h2:first-child {
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}
.content.home h1:first-child {
  text-align: center;
}
.sidebar h2:first-child {
  padding-top: 18px;
}

.loading,
.loading:before,
.loading:after {
  background: #f19600;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loading:before,
.loading:after {
  position: absolute;
  top: 0;
  content: "";
}
.loading:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading {
  display: none;
  left: 50%;
  margin: -4em 0 0 -0.5em;
  text-indent: -16px;
  line-height: 140px;
  position: absolute;
  z-index: 999;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading.inline {
  position: relative !important;
  display: block;
  margin: 40px 0;
}
.loading:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: #f19600 0 0 0 0;
    height: 4em;
  }
  40% {
    box-shadow: #f19600 0 -2em 0 0;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: #f19600 0 0 0 0;
    height: 4em;
  }
  40% {
    box-shadow: #f19600 0 -2em 0 0;
    height: 5em;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.genres h2 {
  font-family: "Montserrat", sans-serif;
  border-bottom: none;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (max-width: 550px) {
  h1,
  .genres h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 16px;
    line-height: 26px;
  }
}

.sidebar .music {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .music > li {
  font-family: "Montserrat", sans-serif;
  margin: 3px 0;
}
.sidebar .music > li > a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  background: #f3f2e0;
  border-radius: 4px;
  padding: 2px 10px;
  color: #000;
  font-weight: 600;
}
.sidebar .music > li:first-child > a {
  /* font-weight: 900; */
}
.sidebar .music > li > a:before {
  position: absolute;
  right: 0;
  content: "\f101";
  font-family: "fontawesome";
  font-size: 16px;
  color: #000;
  display: block;
  width: 20px;
}

.page.home .genres {
  border-bottom: 2px dashed #ffffed;
  background: url(/templates/client/images/texture-noise.png) repeat #0f5c3c;
  color: #fff;
}
.page.home .genres h2 {
  color: #fff;
  border-bottom: none;
}
.page.home .genres section {
  background: none;
}
.page.home .genres ul {
  border-top: 3px solid white;
}
.page.home .genres ul li a {
  background-color: #e7e578;
  border-color: #dcc041;
}
.page.home .genres ul li a i:after {
  background-color: #dcc041;
}

.genres section {
  background: url(/templates/client/images/texture-noise.png) repeat #e5e5d4;
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
}

/*
background-color:#0F5C3C; color:#fff;
*/

.genres p {
  margin: 0;
  text-align: center;
}
.genres ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 3px solid black;
  margin-top: 30px;
}
.genres ul > li {
  padding: 10px;
  float: left;
  width: 33.33%;
}
/*
.genres ul>li:nth-child(4n) {padding-right:0;}
.genres ul>li:nth-child(4n-3) {padding-left:0;}
*/
.genres ul > li > a {
  position: relative;
  transition: all 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 3%;
  width: 100%;
  line-height: normal;
  background: #ffffec;
  box-shadow: black 1px 1px 6px -3px;
  border: 1px solid #ffffca;
  border-radius: 8px;
  padding: 10px;
  color: #0d5437;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.genres ul > li > a > span {
  flex-grow: 1;
}
.genres ul > li a i:before {
  content: "";
  display: block;
  position: relative;
  z-index: 20;
  width: 64px;
  padding-top: 100%;
  background: url(/templates/client/images/nomusic-icons.png);
  background-size: cover;
}
.genres2 ul > li a i:after {
  content: "";
  transition: all 0.3s;
  display: block;
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #e5e5d4;
  border-radius: 4px;
  margin: 12px;
}

@media (max-width: 960px) {
  .genres ul > li {
    width: 33.33%;
  }
  /*
	.genres ul>li:nth-child(4n) {padding-right:10px;}
	.genres ul>li:nth-child(4n-3) {padding-left:10px;}
	.genres ul>li:nth-child(3n) {padding-right:0px;}
	.genres ul>li:nth-child(3n-2) {padding-left:0px;}
*/
}
@media (max-width: 860px) {
  .genres ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .genres ul > li {
    width: 50%;
  }
  /*

	.genres ul>li:nth-child(3n) {padding-right:10px;}
	.genres ul>li:nth-child(3n-2) {padding-left:10px;}
	.genres ul>li:nth-child(2n) {padding-right:0px;}
	.genres ul>li:nth-child(2n-1) {padding-left:0px;}
*/
}

@media (max-width: 550px) {
  .genres section {
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
  }
  .genres ul > li a i:before {
    width: 32px;
    height: 32px;
  }
  .genres2 ul > li a i:after {
    width: 16px;
    height: 16px;
    margin: 8px;
  }
  .genres ul > li {
    padding: 5px;
  }
  .genres ul > li:nth-child(3n) {
    padding-right: 5px;
  }
  .genres ul > li:nth-child(3n-2) {
    padding-left: 5px;
  }
  .genres ul > li > a i.genres-icon:last-child {
    display: none;
  }
  /*
	.genres ul>li:nth-child(2n) {padding-right:0px;}
	.genres ul>li:nth-child(2n-1) {padding-left:0px;}
*/
}
/*Icons*/
/* .genres ul > li:nth-child(1) {
  display: block;
  width: 100%;
  text-align: center;
}
.page.home .genres ul > li:nth-child(1) > a,
.genres ul > li:nth-child(1) > a {
  background-color: #fff;
  padding: 3%;
}
.genres ul > li:nth-child(1) > a > span {
}
.genres ul > li:nth-child(1) > a > span > strong {
  font-size: 1.5em;
}
.genres ul > li:nth-child(1) > a > span > em {
  display: block;
  font-weight: normal;
  color: #000;
}
.genres ul > li:nth-child(1) > a > span > em > strong {
  text-transform: uppercase;
} */
.genres ul > li > a i.genres-icon {
  position: relative;
}
/* .genres ul > li:nth-child(1) > a i:before {
  background-image: url(/templates/client/images/onestop-logo-full.png);
  background-size: contain;
  width: 96px;
  background-repeat: no-repeat;
  background-position: center;
} */
.genres ul > li > a i:after {
  content: "";
  background: #dcc041;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  transition: all 0.3s ease;
}
/* .genres ul > li:nth-child(1) > a i:after {
  display: none;
} */

.genres ul > li:nth-child(2) > a i:before {
  background-position: 0 0;
}
.genres ul > li:nth-child(3) > a i:before {
  background-position: 0 -64px;
}
.genres ul > li:nth-child(4) > a i:before {
  background-position: 0 -128px;
}
.genres ul > li:nth-child(5) > a i:before {
  background-position: 0 -192px;
}
.genres ul > li:nth-child(6) > a i:before {
  background-position: 0 -256px;
}
.genres ul > li:nth-child(7) > a i:before {
  background-position: 0 -320px;
}
.genres ul > li:nth-child(8) > a i:before {
  background-position: 0 -384px;
}
.genres ul > li:nth-child(9) > a i:before {
  background-position: 0 -448px;
}
.genres ul > li:nth-child(10) > a i:before {
  background-position: 0 -512px;
}
.genres ul > li:nth-child(11) > a i:before {
  background-position: 0 -576px;
}
.genres ul > li:nth-child(12) > a i:before {
  background-position: 0 -640px;
}
.genres ul > li:nth-child(13) > a i:before {
  background-position: 0 -704px;
}

.genres ul > li > a:hover {
  color: #000;
  background-color: #fffb3c !important;
  border-color: #a0a089;
  text-decoration: none;
}
.genres ul > li > a:hover i:after {
  background-color: #fff;
  border-radius: 50%;
}

footer {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 225px;
  color: #ffffed;
  background: url(/templates/client/images/texture-noise.png) repeat #4c3472;
  box-shadow: inset black 0px 2px 6px -2px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  opacity: 0.1;
  transform: scaleY(-1);
  background: url(/templates/client/images/burst.svg) no-repeat bottom;
  background-size: cover;
}
footer .wrapper {
  border-bottom: 3px solid #ffffed;
  padding: 40px 0 30px 0;
  position: relative;
}
footer .address,
footer .social {
  display: inline;
}

footer .content h2 {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: lighter;
  margin: 0;
}
footer .content h2 strong {
  color: #fffd6e;
}
footer .wrapper:before {
  content: "";
  float: left;
  display: block;
  padding-bottom: 20px;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  background: url(/templates/client/images/nomusic-trumpet.png) no-repeat top
    center;
}
footer .address span {
  display: inline-block;
}
footer .address > span:first-child {
  padding-right: 5px;
  border-right: 1px solid #ffffed;
  margin-right: 5px;
}
footer .phone {
  padding-left: 5px;
  border-left: 1px solid #ffffed;
  margin-right: 5px;
}
footer .social {
  float: right;
  font-size: 1.8em;
}
footer .social .fa-circle {
  color: #d63a23;
}
footer .copyright {
  text-transform: uppercase;
  font-weight: lighter;
}
@media (max-width: 1120px) {
  footer .wrapper {
    margin: 0 20px;
    width: auto;
  }
}
@media (max-width: 760px) {
  footer .wrapper {
    padding: 20px;
  }
  footer .content h2 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  footer .wrapper {
    text-align: center;
    padding: 10px;
  }
  footer .wrapper:before {
    background-size: contain;
    width: 56px;
    height: 56px;
    display: inline-block;
    float: none;
    padding: 0;
  }
  footer .social {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
  footer .address span {
    font-size: 14px;
  }
  footer .address span:first-child {
    display: block;
    border-right: none;
  }
  footer .phone {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
    display: block;
  }
  footer .copyright {
    font-size: 10px;
  }
  footer .compucast {
    height: 44px;
  }
  footer .compucast p {
    line-height: 14px;
  }
}

form.search {
  position: relative;
  border-radius: 10px;
  border: 2px solid #477e60;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
}
form.search .reset {
  position: absolute;
  top: 50%;
  width: 56px;
  text-align: center;
  left: 0;
  font-size: 18px;
  line-height: 0;
  color: #e0e0e0;
  cursor: pointer;
}
form.search .reset.active {
  color: #000;
}

form.search input[type="text"] {
  height: 56px;
  width: 100%;
  border: none;
  float: left;
  padding: 0 0 0 56px;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::placeh-holder {
  color: #999;
}
form.search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: inherit;
  width: 20%;
  border: none;
  background: url(/templates/client/images/texture-noise.png) repeat #477e60;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  min-width: 160px;
}
form.search button:before {
  content: "\f002 ";
  font-family: "fontawesome";
  padding-right: 10px;
  font-weight: normal;
}
form.search button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #477e60;
}

@media (max-width: 680px) {
  form.search {
    font-size: 18px;
  }
  form.search .reset {
    font-size: 14px;
    width: 36px;
  }
  form.search input[type="text"] {
    height: 46px;
    padding-left: 36px;
  }
}

@media (max-width: 550px) {
  form.search {
    font-size: 14px;
  }
  form.search input[type="text"] {
    height: 36px;
  }
  form.search button {
    min-width: 20%;
  }
  form.search button span {
    display: none;
  }
  form.search button:before {
    padding-right: 0;
    font-size: 18px;
  }
  form.search button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #efd449;
  }
}

/*JQUERY UI & AUTO COMPLETE*/
.ui-state-focus {
  background: url(/templates/client/images/texture-noise.png) repeat #9e45a3 !important;
  border-color: #af4eb8 !important;
}
.ui-autocomplete {
  font-family: Montserrat;
  line-height: 26px;
  font-size: 16px;
}
.ui-autocomplete .ui-menu-item span {
  color: #ccc;
  font-weight: lighter;
  font-style: italic;
  font-size: 14px;
}
.ui-autocomplete {
}
.ui-autocomplete .ui-menu-item {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 550px) {
  .ui-autocomplete {
    line-height: 20px;
    font-size: 12px;
  }
}
/*ui-autocomplete ui-front ui-menu ui-widget ui-widget-content   font-family: 'Montserrat'*/

/**ARTISTS**/

.artist {
}

.artist .albums {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.artist .albums > li {
  margin-bottom: 20px;
}
.artist .albums > li:last-child {
  margin-bottom: 0px;
}
.artist .albums .album.details {
  background: url(/templates/client/images/texture-noise.png) #f3f2e0;
  padding: 10px;
  border-radius: 6px;
}
.artist .albums .album.details img {
  float: left;
  border-radius: 4px;
  margin-right: 15px;
  border: 1px solid #fff;
}
.artist .albums .album.details h2 {
  font-size: 26px;
  margin: 0;
  line-height: 30px;
  margin-top: 10px;
}
.artist .albums .album.details span {
  display: inline-block;
  margin-right: 10px;
  color: #645e6e;
}
.artist .albums .tracks {
}

.artist .albums .tracks > li {
}
.artist .albums .tracks > li {
}

/* START OL TRACKS */

.page ol.tracks {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  counter-reset: LIST-ITEMS 0;
}
.page ol.tracks li {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s ease;
  margin: 3px 0;
  background: url(/templates/client/images/texture-noise.png) repeat #f2f2e1;
  padding: 10px 166px 10px 56px;
}
.page ol.tracks li:before {
  content: counter(LIST-ITEMS);
  counter-increment: LIST-ITEMS;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  background-color: #9980be;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}
.page ol.tracks li:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  display: block;
  background: #e5e5e5;
}
.page ol.tracks li:nth-child(even) {
  background-color: #f5f5e4;
}
.page ol.tracks li:nth-child(odd) {
}
.page ol.tracks li a {
}
.page .tracks li .title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  max-width: 100%;
  position: relative;
  width: 100%;
  color: #8454cc;
}

.page .tracks li .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: absolute;
  padding-right: 240px;
}
.page .tracks li .title span.scroll {
  position: absolute;
  margin: 0;
  width: auto;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 5s linear infinite;
  -webkit-animation: scroll-left 5s linear infinite;
  animation: scroll-left 5s linear infinite;
}
@-moz-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  50.001% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
  50.001% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50.001% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.page ol.tracks li .fa-play {
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  color: #ebc74b;
  background-color: #efed87;
  border-left: 1px solid #e5e494;
  text-decoration: none;
  text-align: center;
}
.page ol.tracks li .fa-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-top: -13px;
}
.page ol.tracks li > .duration {
  font-size: 12px;
  line-height: 16px;
}
.page ol.tracks li .actions {
  position: absolute;
  top: 50%;
  right: 56px;
  line-height: 1;
  margin-top: -12px;
}
.page ol.tracks li .actions a {
  margin-left: 10px;
  color: #fff;
  width: 24px;
  font-size: 16px;
}
.page ol.tracks li .actions * {
}
.artist .albums .album.details span strong {
}

.page ol.tracks li:hover {
  background: #f2f0c6;
}
.page ol.tracks li:hover:before {
  background: #9056e6;
}
.page ol.tracks li:hover .fa-play {
  transition: all 0.3s ease;
  color: #ff8800;
  background-color: #e7e578;
  border-left: 1px solid #dada24;
}
.page ol.tracks li:hover .title {
  color: #5902db;
}

.track .actions {
}
.track .actions a {
}
.track .actions .onpl {
  color: #98c79a;
}
.track2 .actions .favorite:before {
  content: "\f08a";
  font-family: "fontawesome";
}
.track .actions .favorite.favorited i:before {
  content: "\f004" !important;
  font-family: "fontawesome" !important;
}

.favorite-anim {
  background: none;
  opacity: 0.8;
  color: #9980be;
}
.favorite-anim:before {
  content: "\f004" !important;
  font-family: "fontawesome" !important;
}

@media (max-width: 960px) {
  .artist .albums .album.details h2 {
    font-size: 22px;
  }
  .artist .albums .album.details span {
    font-size: 16px;
  }
  .page ol.tracks {
    padding-left: 0;
  }
  .page ol.tracks li {
    padding: 5px 106px 5px 56px;
  }
  .page ol.tracks li .title {
    font-size: 14x;
  }
  .page ol.tracks li .actions {
    font-size: 14px;
  }
  .page ol.tracks li .actions a {
    margin-left: 5px;
  }
}
@media (max-width: 550px) {
  .artist .albums .album.details img {
    margin-right: 10px;
    width: 75px;
    height: auto;
  }
  .page ol.tracks li {
    padding: 5px 76px 5px 46px;
  }
  .page ol.tracks li:before {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    top: 50%;
    left: 8px;
  }
  .page ol.tracks li:after {
    width: 36px;
  }
  .page ol.tracks li .details {
    display: none;
  }
  .page ol.tracks li .title {
    font-size: 12px;
  }
  .page ol.tracks li .duration {
    display: none;
  }
  .page ol.tracks li .fa-play {
    width: 36px;
    line-height: 26px;
    font-size: 18px;
  }
  .page ol.tracks li .actions {
    right: 46px;
  }
  .page ol.tracks li .actions a {
    margin: 0 0 0 5px;
  }
  .page ol.tracks li .actions a.favorite {
    display: none;
  }
  .page ol.tracks li .actions a i {
  }

  /* END OL TRACKS */

  .artist .albums .album.details h2 {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    margin-top: 0;
  }
  .artist .albums .album.details strong {
    display: none;
  }
  .artist .albums .album.details span {
    font-size: 14px;
    margin-right: 5px;
  }
  .page .tracks li .title span {
    padding-right: 120px;
  }
  .page .artist .tracks li .title span {
    padding-right: 30px;
  }
}

.search ul.artists {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.search ul.artists li {
  margin: 10px 0;
}
.search ul.artists li:nth-child(even) {
  padding-left: 10px;
}
.search ul.artists li:nth-child(odd) {
  padding-right: 10px;
}
.search ul.artists li a {
  background: url(/templates/client/images/texture-noise.png) repeat #f2f2e1;
  border-radius: 6px;
  display: block;
  border: 1px solid #e4e4d8;
  position: relative;
  height: 90px;
}
.search ul.artists .albums.stack {
  position: absolute;
  height: 100px;
  width: 130px;
  z-index: 1;
  float: left;
  top: -5px;
}
.search ul.artists .albums.stack img {
  position: absolute;
  top: 0;
  left: 0;
}
.search ul.artists .albums.stack img:nth-child(1) {
}
.search ul.artists .albums.stack img:nth-child(2) {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
.search ul.artists .albums.stack img:nth-child(3) {
  -ms-transform: rotate(14deg);
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}
.search ul.artists li a .artist {
  font-size: 26px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 130px;
  padding-right: 20px;
  position: absolute;
  left: 0;
}
.search ul.artists li a .details {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  left: 0;
  padding-left: 120px;
  padding: 5px 5px 5px 125px;
  font-size: 14px;
  background: url(/templates/client/images/texture-noise.png) repeat #4c3472;
  color: #c5b6db;
  border-radius: 0 0 6px 0;
  border-top: 1px dashed#F2F2E1;
}
.search ul.artists li a .details > span {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  line-height: 37px;
  text-decoration: underline;
}
/*
 */

/**ALBUMS**/
ul.albums.list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;

  margin: 30px 0;
  padding: 0;
  list-style: none;
}
ul.albums.list li {
  text-align: center;
  width: 33.33%;
  border-radius: 11px;
  border: 5px solid transparent;
  background: url(/templates/client/images/texture-noise.png) repeat #477e60;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
}
ul.albums.list li:first-child {
  margin-left: 0;
}
ul.albums.list li:last-child {
  margin-right: 0;
}

ul.albums.list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
}
ul.albums.list li a div {
  background: url(/templates/client/images/texture-noise.png) repeat #f2f2e1;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 20px 0 20px;
  color: #000;
  box-shadow: #333333 0px 2px 5px -2px;
  border: 1px solid #e4e4d8;
  flex-grow: 1;
}
ul.albums.list li a div span.imgwrapper {
  margin: auto;
  display: block;
  text-align: center;
  width: 100px;
}
ul.albums.list li a div span.imgwrapper .hasonestop {
  position: absolute;
  top: -16px;
  right: -16px;
}
ul.albums.list li a div img {
  display: block;
  margin: auto;
}
ul.albums.list li a span {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
}

@media (max-width: 960px) {
  ul.albums.list li {
    width: 50%;
  }
}
@media (max-width: 550px) {
  ul.albums.list li {
    width: 100%;
  }
}

.search .totals {
  font-family: "Montserrat", sans-serif;
  padding: 3px 7px;
  background: none;
  color: #000000;
  border-bottom: 2px solid #e7e578;
  border-radius: 0;
  margin-top: 20px;
}

/* Tracks */
ul.tracks {
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
ul.tracks li {
  position: relative;
  margin: 3px 0;
  background: url(/templates/client/images/texture-noise.png) repeat #f2f2e1;
  padding: 5px;
  overflow: hidden;
  border-radius: 4px;
}
ul.tracks:not(.legend) li:nth-child(even) {
  background-color: #f5f5e4;
}
ul.tracks li:nth-child(odd) {
}
ul.tracks li a {
  cursor: default !important;
}
ul.tracks li a:hover {
  text-decoration: none !important;
}
ul.tracks li > .artwork {
  float: left;
  margin-right: 10px;
}
ul.tracks li > div {
  font-size: 14px;
}
ul.tracks li .artwork img {
  width: 50px;
  display: block;
}
/*
ul.tracks li .title{ display:block; font-family: 'Montserrat', sans-serif; font-size:18px; line-height: 32px;
  max-width: 100%;
  margin-right:220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.tracks li .title span{}
*/
ul.tracks li div.details a {
  line-height: 14px;
  color: #8e8e8e;
  /* text-decoration: underline; */
  display: inline-block;
  text-indent: 0;
  margin-right: 10px;
}
ul.tracks li .fa-play {
  display: none;
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  color: #f19600;
  background-color: #e7e578;
  border-left: 1px solid #dada24;
  text-decoration: none;
  text-align: center;
}
ul.tracks li .fa-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-top: -13px;
}
ul.tracks li .actions {
  position: absolute;
  font-size: 18px;
  right: 70px;
  top: 50%;
  line-height: 1;
  margin-top: -13px;
}
ul.tracks li .actions a {
  margin-left: 5px;
}
ul.tracks li .actions .duration {
  position: absolute;
  top: 16px;
  right: 80px;
  direction: rtl;
  white-space: nowrap;
}
.tracks li .actions a {
  width: 28px;
  text-align: center;
  line-height: 1.4;
  vertical-align: text-top;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
}
.tracks li .actions a.onestop {
}
.tracks li .actions a.onestop img {
  display: inline-block;
  width: 22px;
  height: auto;
}
.tracks li .actions a.favorite {
  display: none;
  background: #b780c0;
}
.tracks li .actions a.share {
  background: #80c081;
}
.tracks li .actions a.info {
  background: #ecb862;
  display: none;
}
@media (max-width: 960px) {
  ul.tracks li .details span {
    display: none;
  }
}
@media (max-width: 550px) {
  ul.tracks li .details {
    display: none;
  }
  ul.tracks li .title {
    margin-right: 50px;
    font-size: 16px;
  }
  ul.tracks li .fa-play {
    width: 50px;
  }
  ul.tracks li .actions {
    float: none;
    position: relative;
    margin-top: 5px;
    margin-left: 125px;
  }
  ul.tracks li .actions .duration {
    display: none;
  }
  ul.tracks li .actions a {
  }
  ul.tracks li .actions a i {
    width: 22px;
    text-align: center;
  }

  .tracks li .actions a.favorite,
  .tracks li .actions a.share {
  }
  .tracks li .actions a.info {
  }
}
/* Blog */
section .blogitem {
  border-bottom: 1px solid #8aa1ac;
}
section .blogitem img {
  vertical-align: top;
  float: left;
  margin: 0 0.7em 0.7em 0;
}
section .blogitem .date {
  font-style: italic;
}
section .blogitem .category {
  border: 1px solid gray;
  background: lightgray;
  border-radius: 0.5em;
  font-size: 0.9em;
  padding: 0.1em 0.3em;
}

/* Gallery */
#gallery-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
#gallery-categories li {
  width: 50%;
  display: block;
  margin: 0;
  padding: 1em;
  float: left;
}
#gallery-categories li a {
  position: relative;
  display: block;
}
#gallery-categories li a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: darkgray;
  background: rgba(128, 128, 128, 0.75);
  padding: 0.4em;
  color: white;
}
#gallery-categories li a img {
  display: block;
  width: 100%;
  height: auto;
}

#gallery-pager {
  position: relative;
}
#gallery-pager ul {
  list-style: none;
  padding: 0 0 40px 0;
  margin: 0 0 -40px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
#gallery-pager ul li {
  display: inline-block;
  margin: 0.2em;
  border: 1px solid transparent;
}
#gallery-pager ul li.rslides_here {
  border-color: #fff;
  box-shadow: 0px 0px 7px 2px #7d868a;
}
#gallery-pager ul li a {
  display: block;
}
#gallery-pager ul li a img {
  display: block;
}
#gallery-pager .prev {
  position: absolute;
  left: -0.3em;
  width: 1em;
  height: 1em;
  bottom: 50%;
  margin-bottom: -0.5em;
  font-size: 2em;
  z-index: 2;
  font-family: FontAwesome;
}
#gallery-pager .next {
  position: absolute;
  right: -0.3em;
  width: 1em;
  height: 1em;
  bottom: 50%;
  margin-bottom: -0.5em;
  font-size: 2em;
  z-index: 2;
  font-family: FontAwesome;
}
#gallery-pager ul.js::-webkit-scrollbar {
  display: none;
}

#gallery-photos {
  position: relative;
}
#gallery-photos ul li:active,
#gallery-photos ul li:target {
  display: block !important;
}
#gallery-photos .prev {
  position: absolute;
  left: -0.3em;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  bottom: 0;
  font-size: 3em;
  z-index: 2;
  font-family: FontAwesome;
}
#gallery-photos .next {
  position: absolute;
  right: -0.3em;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  bottom: 0;
  font-size: 3em;
  z-index: 2;
  font-family: FontAwesome;
}

/***************
  AUDIO PLAYER
***************/
.bottom {
  width: 100%;
  height: 80px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 999;
  bottom: 0;
  text-align: center;
  background: url(/templates/client/images/texture-noise.png) repeat #4c3472;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.66) -10px -2px 16px -3px;
}
.player {
  position: relative;
  max-width: 768px;
  width: 100%;
  height: 70px;
  margin: 5px auto;
  border-radius: 0 45px 45px 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(35, 35, 35, 0.33) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.5)),
    color-stop(100%, rgba(35, 35, 35, 0.33))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(35, 35, 35, 0.33) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(35, 35, 35, 0.33) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(35, 35, 35, 0.33) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(35, 35, 35, 0.33) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#54232323',GradientType=0 );
}
.player > .artwork {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 100;
  top: -25px;
  display: block;
  border: 2px solid #59427c;
  background: url(https://i1.sndcdn.com/artworks-000118270579-03a9ia-t500x500.jpg)
    no-repeat center;
  background-size: cover;
}
.player > .artwork:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -12px;
  width: 0px;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 20px solid black;
}
.player > h3 {
  text-align: left;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 120px;
  z-index: 100;
  font-size: 26px;
  font-family: lato;
  font-weight: lighter;
  color: #d9c7f7;
  text-shadow: black 0px 1px 9px;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 220px;
}

.player .actions {
  position: absolute;
  top: 42px;
  left: 120px;
  z-index: 10;
}

.player .artist {
  color: #ffdf8b;
  z-index: 100;
  text-decoration: none;
  margin-left: 10px;
}

.player i {
  font-size: 14px;
  cursor: pointer;
  width: 16px;
}
.player i.onestop {
  vertical-align: middle;
  margin-right: 8px;
}

/*
.player i{ font-size:14px; cursor:pointer; position:absolute; z-index:10; width:14px; }

.player i.favorite{   top: 45px; left: 130px; }
.player i.buy{   top: 45px; left: 154px;}
.player i.info{ top:45px; left:178px;}
.player i.share{ top:45px; left:202px;}
*/
.player .controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
  line-height: 80px;
  margin-right: -25px;
}

.player .playlist {
  right: 15px;
}
.player .playlist > ul:before {
  content: "Current Playlist";
  color: white;
  padding: 5px 10px;
  line-height: 28px;
}
.player .playlist .album {
  background: #1d2a1e;
  border-top: 1px solid #1f4722;
}
.player .playlist .album img {
  width: 50px;
  float: left;
  margin: 10px;
}
.player .playlist .album h3 {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
.player .playlist .album > div {
  font-size: 14px;
  line-height: 18px;
}

.player .favlist {
  right: -10px;
}
.player .favlist > ul:before {
  content: "Current Favorites";
  color: white;
  padding: 5px 10px;
  line-height: 28px;
}

.player .tracklist {
  position: absolute;
  top: -5px;
  line-height: 23px;
  width: 24px;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
}
.player .tracklist:hover {
  color: #fff;
}
.player .tracklist:hover > ul {
  max-height: 1000px;
}
.player .tracklist > ul {
  font-family: lato;
  border-radius: 6px 6px 0 0;
  transition:
    max-height 0.4s,
    opacity 1s;
  max-height: 0px;
  width: 300px;
  overflow: hidden;
  list-style: none;
  background: black;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  text-align: left;
}

.player .tracklist > ul > li {
}
.player .tracklist > ul > li > a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  background-color: #31204d;
  border-top: 1px solid #4f3874;
}
.player .tracklist > ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.player .tracklist > ul > li > a.playing {
  background: #000 !important;
}

.player .favlist > ul > li > a {
  background-color: #31204d;
  border-top: 1px solid #4f3874;
}
.player .playlist > ul > li > a {
  background-color: #204d23;
  border-top: 1px solid #387457;
}

.player i.prev {
  font-size: 22px;
  width: 22px;
  height: 22px;
  float: left;
  line-height: 70px;
}
.player i.next {
  font-size: 22px;
  width: 22px;
  height: 22px;
  float: right;
  line-height: 70px;
}
.player i.next:hover,
.player i.prev:hover {
  font-size: 28px;
}
.player i.prev:hover {
  width: 28px;
}

.player i.play {
  text-indent: 3px;
  margin: 0 10px;
  width: 54px;
  line-height: 54px;
  border-radius: 50%;
  font-size: 32px;
  text-shadow: #6c3e00 1px 2px 3px;
  box-shadow:
    inset white 0px 0px 0px 3px,
    black 2px 2px 10px -2px;
  background: rgb(255, 168, 0);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 168, 0, 1) 0%,
    rgba(204, 102, 0, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 168, 0, 1)),
    color-stop(100%, rgba(204, 102, 0, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 168, 0, 1) 0%,
    rgba(204, 102, 0, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 168, 0, 1) 0%,
    rgba(204, 102, 0, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 168, 0, 1) 0%,
    rgba(204, 102, 0, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 168, 0, 1) 0%,
    rgba(204, 102, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#cc6600',GradientType=1 );
}
.player i.play:hover {
  background: #ffaa00;
  box-shadow:
    inset #fffad2 0px 0px 0px 3px,
    black 2px 2px 10px -2px,
    inset #654300 0px 0px 7px 3px;
  color: #ffffff;
}
.player.playing i.play:hover {
  box-shadow:
    inset #acf9bd 0px 0px 0px 3px,
    black 2px 2px 10px -2px;
  background: green;
}
.player.playing i.play {
  text-indent: 0px;
  background: rgb(0, 200, 30);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 200, 30, 1) 0%,
    rgba(0, 140, 25, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 200, 30, 1)),
    color-stop(100%, rgba(0, 140, 25, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 200, 30, 1) 0%,
    rgba(0, 140, 25, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 200, 30, 1) 0%,
    rgba(0, 140, 25, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 200, 30, 1) 0%,
    rgba(0, 140, 25, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 200, 30, 1) 0%,
    rgba(0, 140, 25, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C81E', endColorstr='#008C19',GradientType=1 );
  padding: 0;
}
.playing .fa-play:before {
  content: "\f04c";
}
.playing.paused .fa-play:before {
  content: "\f04b";
}
.player.playing.paused i.fa-play {
  text-indent: 3px;
}
.playing:not(.player) .fa-play {
  background: #75c378;
  color: #e6f9e5;
  border-left-color: #75c775;
}
.playing.paused:not(.player) .fa-play {
  content: "\f04b";
}

.playing:not(.player) {
  background: #d2e8d1 !important;
}
.playing:not(.player) a {
  color: green;
}

#waveform {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  margin: 5px 0;
  padding: 0 60px 0 100px;
  display: block;
  overflow: hidden;
}
#waveform:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 100px;
  right: 0;
  display: block;
  border-radius: 0 0 45px 0;
  border-top: 1px solid #372e45;
  background: -moz-linear-gradient(
    top,
    rgba(53, 39, 75, 1) 0%,
    rgba(53, 39, 75, 0.33) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(53, 39, 75, 1)),
    color-stop(100%, rgba(53, 39, 75, 0.33))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(53, 39, 75, 1) 0%,
    rgba(53, 39, 75, 0.33) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(53, 39, 75, 1) 0%,
    rgba(53, 39, 75, 0.33) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(53, 39, 75, 1) 0%,
    rgba(53, 39, 75, 0.33) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(53, 39, 75, 1) 0%,
    rgba(53, 39, 75, 0.33) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35274b', endColorstr='#5435274b',GradientType=0 );
}
#waveform canvas {
  width: 100%;
  height: 50px;
  margin: 5px 0;
}
#audioplayer {
  display: none;
}

@media (max-width: 768px) {
  .player {
  }
}
@media (max-width: 550px) {
  .bottom {
    height: 50px;
  }
  .player {
    width: auto;
    margin: 0;
    height: 40px;
    margin: 5px 35px 5px 5px;
  }
  .player .artwork {
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border: none;
  }
  .player .artwork:after {
    content: "";
    display: none;
  }
  .player h3 {
    left: 44px;
    font-size: 14px;
    top: 6px;
    padding-right: 110px;
  }
  .player .actions {
    top: 23px;
    left: 50px;
    font-size: 12px;
  }
  .player .actions i {
    font-size: 12px;
  }
  .player .controls {
    line-height: 0;
    top: 3px;
    right: 7px;
  }
  .player .controls i.prev {
    line-height: 34px;
    font-size: 14px;
  }
  .player .controls i.next {
    line-height: 34px;
    font-size: 14px;
  }
  .player .controls i.play {
    box-shadow:
      inset white 0px 0px 0px 2px,
      black 2px 2px 10px -2px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: 0;
  }
  .player .controls i.playlist {
    right: 5px;
    top: -10px;
    width: 8px;
    font-size: 10px;
  }
  .player .controls i.tracklist {
    top: -8px;
    width: 8px;
    line-height: 16px;
    font-size: 10px;
  }
  .player .controls ul {
    margin-top: -2px;
  }
  #waveform {
    height: 30px;
    padding-left: 40px;
    padding-right: 36px;
  }
  #waveform > canvas {
    height: 30px;
    margin: 0;
  }
  #waveform:before {
    left: 40px;
  }
}
/* end of player */

.forms {
}
.forms .formErrors {
  background: #ff0000;
  color: #fff;
  display: none;
}
.forms table {
  width: 100%;
}
.forms ul {
  list-style: none;
  padding: 0;
  border-top: 1px dotted #e2e2ca;
}
.forms ul li {
  padding: 10px;
}
.forms ul li:nth-child(even) {
  background: rgba(228, 228, 209, 0.33);
  border: 1px solid #e2e2ca;
  border-left: none;
  border-right: none;
  border-radius: 10px;
}
.forms ul li:nth-child(odd) {
}
.forms ul li > label {
  width: 30%;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  padding-right: 30px;
}
.forms ul li > input {
  display: inline-block;
  width: 50%;
  line-height: 30px;
  border: 1px solid #d2d2b9;
  border-radius: 4px;
  font-family: lato;
  font-size: 18px;
  padding: 5px 15px;
  box-shadow:
    black 2px 2px 10px -6px,
    inset black 1px 2px 10px -8px;
}
.forms ul li > textarea {
  border: 1px solid #d2d2b9;
  border-radius: 4px;
  font-family: lato;
  font-size: 18px;
  padding: 5px 15px;
  width: 69%;
  min-height: 150px;
  vertical-align: middle;
  box-shadow:
    black 2px 2px 10px -6px,
    inset black 1px 2px 10px -8px;
}
.forms ul li.clearfix > * {
  float: left;
}
.forms ul li .captchatext {
  width: 120px;
  border-radius: 4px 0 0 4px;
}
.forms ul li .captcha {
  display: inline-block;
  background-color: green;
  color: #fff;
  padding: 6px 20px;
  border-radius: 0 4px 4px 0;
  line-height: 30px;
  box-shadow:
    black 2px 2px 10px -6px,
    inset black 1px 2px 10px -8px;
}

.forms ul li button {
  background: url(/templates/client/images/texture-noise.png) repeat #0f844f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 8px 30px;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.28) 1px 1px 2px 0px;
}

.trackinfo {
}
.trackinfo > img {
  float: left;
  margin-left: 10px;
}
.trackinfo > div {
  float: left;
  margin-left: 15px;
  font-size: 16px;
}
.trackinfo * {
  line-height: 20px;
}
.trackinfo h2 {
  line-height: 32px;
  font-size: 26px;
  margin: 0;
}

.fancy {
  display: none;
}
#actions.fancy h1 {
  margin: 0;
  font-size: 28px;
  line-height: 28px;
}
#actions.fancy p {
  margin: 10px 0;
}
#actions.fancy h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
}
#actions.fancy .trackinfo > div {
  font-size: 14px;
}
#actions.fancy .trackinfo h2 {
  font-size: 18px;
}
#actions.fancy .forms ul li {
  padding: 5px;
}

/*COMPUCAST LOGO CSS start-----------------------------*/
.old-ie {
  display: none;
}
.cc2:hover {
  fill: rgba(0, 0, 0, 0.4);
}

.compucast {
  position: relative;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  width: 58px;
  height: 64px;
  color: black;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.5s 1.4s;
}
.compucast.dark {
  color: white;
}
.logo1,
.logo2,
.old-ie {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  opacity: 1.5;
  transition: 0s;
}
.compucast:hover,
.compucast_hover {
  width: 225px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 7px 16px -7px rgba(0, 0, 0, 0.3);
  transition: 0.3s 0s;
}
.dark:hover {
  background: rgba(255, 255, 255, 0.12);
}
.compucast p {
  position: absolute;
  left: -200px;
  margin: 0 0 0 10px;
  line-height: 21px;
  padding: 11px 0;
  text-align: left !important;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #808080;
  opacity: 0;
  transition: 0.5s 1.4s;
}
.compucast a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.compucast:hover p {
  left: 0px;
  opacity: 1;
  transition: 0.4s 0s;
}
.compucast.dark:hover p {
  color: #afacac;
}
.compucast.dark a {
  font-size: 14px;
  color: #fff;
}

/*color classes: colored , white and black*/
.purple {
  fill: #7f3f98;
}
.green {
  fill: #00a14b;
}
.black1 {
  fill: rgba(0, 0, 0, 1);
}
.black2 {
  fill: rgba(0, 0, 0, 0.5);
}
.white1 {
  fill: rgba(255, 255, 255, 1);
}
.white2 {
  fill: rgba(255, 255, 255, 0.5);
}
/*COMPUCAST LOGO CSS end-------------------------------*/
