body {
  background-image: url("../img/back2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Quicksand', sans-serif;
}
body a {
  color: #00add6;
}
body a:hover {
  color: #23d5ff;
}
.siteswitcher {
  background-color: #222;
  font-size: 12px;
}
.siteswitcher ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.siteswitcher ul li {
  float: left;
}
.siteswitcher ul li a {
  display: block;
  padding: 5px 15px;
  color: #eee;
}
.siteswitcher ul li a.active {
  background-color: #fff;
  color: #333;
}
.siteswitcher ul li a:hover,
.siteswitcher ul li a:focus {
  text-decoration: none;
}
.siteswitcher ul li a span {
  font-size: 10px;
  display: block;
}
.siteswitcher .fb-link {
  padding-left: 5px;
}
.siteswitcher .fb-link img {
  width: 15px;
  margin-top: 4px;
}
.header-area {
  color: #fff;
}
.header-area .pagetitle {
  font-size: 66px;
  display: block;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 5px;
}
.header-area .pagetitle a {
  color: #fff;
}
.header-area .pagetitle a:hover,
.header-area .pagetitle a:focus {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-area .pagetitle {
    text-align: center;
  }
}
.header-area .tagline {
  font-size: 18px;
  display: block;
  margin-top: 0;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .header-area .tagline {
    text-align: center;
  }
}
.header-area .tagline a {
  color: #fff;
}
.header-area .tagline a:hover,
.header-area .tagline a:focus {
  color: #fff;
  text-decoration: none;
}
.menu-toggler {
  color: #fff;
  font-size: 30px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.menu-toggler .glyphicon {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .menu-area {
    padding-top: 104px;
  }
}
.menu-area ul {
  list-style-type: none;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .menu-area ul {
    float: right;
    margin-right: -15px;
  }
}
.menu-area ul li {
  float: left;
  position: relative;
}
.menu-area ul li a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #000;
  color: #00add6;
}
.menu-area ul li a:hover {
  text-decoration: none;
  color: #23d5ff;
}
.menu-area ul li:hover .albums-list {
  display: block;
}
.menu-area ul li .albums-list li a {
  border-top: 1px solid #111;
}
.menu-area ul li .albums-list li a:hover {
  background-color: #111;
}
.menu-area ul li.albums-parent:hover a {
  background-color: #222;
}
.menu-area ul li.albums-parent > a:hover {
  background-color: #111;
}
.menu-area ul .albums-list {
  position: absolute;
  top: 40px;
  width: 200px;
  display: none;
  z-index: 10;
}
.menu-area ul .albums-list li {
  float: none;
}
@media only screen and (min-width: 992px) {
  .menu-area nav {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .menu-area nav {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
  }
  .menu-area nav ul {
    background-color: #222;
  }
  .menu-area nav ul li {
    float: none;
  }
  .menu-area nav ul li .albums-list {
    display: block;
    position: relative;
    width: auto;
    top: 0;
  }
  .menu-area nav ul li .albums-list li a {
    padding-left: 30px;
  }
  .menu-area nav ul li a {
    border-top: 1px solid #111;
  }
  .menu-area nav ul li a:hover {
    background-color: #111 !important;
  }
}
.promo {
  /*background-image: url("../img/black_bg.png");*/
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 15px 0;
}
.promo--top {
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .promo .col-lg-4 img {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 991px) {
  .promo .spot {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .promo .spot img {
    margin-left: auto;
    margin-right: auto;
  }
}
.promo .spot a {
  position: relative;
  display: block;
}
.promo .spot a div {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .promo .spot a div {
    -webkit-transition: all, 0s, 0.3s, 0s;
    transition: all, 0s, 0.3s, 0s;
    padding: 15px;
    /*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 767px) {
  .promo .spot a div {
    text-align: center;
    padding-bottom: 15px;
  }
}
.promo .spot a div strong {
  font-size: 20px;
}
.promo .spot a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .promo .spot a:hover div {
    /*display: block;*/
    opacity: 1;
  }
}
.promo h3 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
  font-size: 28px;
}
.promo h3.news {
  padding: 15px;
}
.promo h3.main-news {
  padding: 15px 0;
}
.promo h3 a {
  color: #fff;
  display: block;
  padding: 15px;
}
.promo h3 a:hover,
.promo h3 a:focus {
  text-decoration: none;
  background-color: #111;
}
.promo h3 span {
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}
.promo h4.tagline {
  margin-top: 0;
}
.promo q {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
.promo span.quote {
  display: block;
  margin-bottom: 15px;
  color: #ccc;
}
.album-details,
.album-tagline,
.textbox {
  color: #fff;
}
.album-tagline {
  font-size: 28px;
  text-align: center;
}
.album-details,
.soundcloud-player {
  margin-bottom: 35px;
}
.album-details.promo {
  padding-top: 15px;
}
.press-reviews {
  margin-bottom: 35px;
  color: #fff;
}
.press-reviews q {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 3px;
}
.textbox {
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .tracklist,
  .albumsleeve {
    margin-top: 35px;
  }
}
.tracklist em,
.albumsleeve em {
  font-size: 11px;
  color: #ddd;
}
.how-to {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.compilation {
  border-top: 3px solid #333;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 992px) {
  .compilation {
    display: table;
  }
  .compilation .comp-info,
  .compilation .tracklist {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding-bottom: 5px;
  }
}
.compilation .tracklist {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  /*border-radius: 3px;*/
}
.compilation .tracklist img {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .starthere .teaser {
    padding-top: 100px;
  }
}
.starthere .player {
  padding-top: 15px;
}
ol {
  padding-left: 20px;
}
#contactform form {
  width: 100%;
}
#contactform form input,
#contactform form textarea {
  width: 100%;
  color: #333;
  border: 0;
  padding: 10px;
}
#contactform .msg_error,
#contactform .msg_success {
  padding: 10px;
  margin-bottom: 10px;
}
#contactform .msg_error {
  background-color: #f33;
}
#contactform .msg_success {
  background-color: #3f3;
  color: #333;
  font-weight: 700;
}
.cd-order img {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .cd-order {
    text-align: center;
    padding-bottom: 30px;
  }
  .cd-order img {
    margin: auto;
  }
}
/* Sticky footer */
html,
body {
  height: 100%;
}
.pagewrapper {
  margin-bottom: -100px;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  .pagewrapper {
    margin-bottom: -210px;
  }
}
.pagewrapper::after {
  content: "";
  display: block;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .pagewrapper::after {
    height: 210px;
  }
}
footer {
  background-color: #222;
  color: #999;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 991px) {
  footer {
    height: 210px;
  }
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #ddd;
}
footer .spotify-wrapper {
  padding-bottom: 15px;
  text-align: center;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-headline {
  padding-top: 15px;
}
.flexslider {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 26px;
  font-style: italic;
  padding-top: 30px;
  margin-bottom: 30px;
}
.flexslider li span {
  font-size: 13px;
  font-style: normal;
}
