/*
Theme Name: BPitch Control
Theme URI: http://
Author: AgProp GmbH
Author URI: http://www.ag-prop.com
Description: Storefront Child Theme for BPitch Control
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bpc-theme
Template: storefront
Tags:
*/
@import 'assets/vendor/bootstrap/bootstrap.min.css';
@import 'assets/vendor/easyzoom/easyzoom.css';
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=12e3c112-c640-4902-b865-82196590fe00");
@font-face {
  font-family: "DIN Next W01";
  font-weight: normal;
  src: url("assets/fonts/din/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("assets/fonts/din/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("assets/fonts/din/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("assets/fonts/din/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("assets/fonts/din/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("assets/fonts/din/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg");
}
@font-face {
  font-family: "DIN Next W01";
  font-weight: 600;
  src: url("assets/fonts/din/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
  src: url("assets/fonts/din/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("assets/fonts/din/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"), url("assets/fonts/din/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("assets/fonts/din/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"), url("assets/fonts/din/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
}
@font-face {
  font-family: "DIN Next W01";
  font-weight: bold;
  src: url("assets/fonts/din/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
  src: url("assets/fonts/din/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot"), url("assets/fonts/din/121784c1-863c-4e49-b682-625ea7de55b0.woff2") format("woff2"), url("assets/fonts/din/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"), url("assets/fonts/din/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"), url("assets/fonts/din/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
}
*:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  border-radius: 0;
}

body, html {
  font-family: "DIN Next W01";
  font-weight: normal;
  text-rendering: geometricPrecision !important;
  color: #292929;
  font-size: 16px;
  background-color: #E6E6E6;
}
body ::-moz-selection, html ::-moz-selection {
  background-color: #292929;
  color: #fff;
}
body ::selection, html ::selection {
  background-color: #292929;
  color: #fff;
}
body #content, html #content {
  margin-top: 115px;
}

#page {
  overflow-x: hidden;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 600;
}

body.shows-menu {
  overflow: hidden;
}

.container {
  position: relative;
}

.container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: 1920px;
}

.clickable {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.clickable:hover {
  opacity: 0.5;
}

main.news {
  padding-top: 30px;
}

main.index #spotlights {
  margin-top: 60px;
  margin-bottom: 30px;
}

.qtranxs-available-languages-message {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  main.index #spotlights {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  body #content {
    margin-top: 60px;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    padding-right: 7px;
    padding-left: 7px;
  }
}
button,
button:hover,
button:focus,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:focus,
.button,
.button:hover,
.button:focus {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
}
button span,
button:hover span,
button:focus span,
input[type=submit] span,
input[type=submit]:hover span,
input[type=submit]:focus span,
.button span,
.button:hover span,
.button:focus span {
  z-index: 2;
  position: relative;
}
button:hover:before,
button:hover:hover:before,
button:focus:hover:before,
input[type=submit]:hover:before,
input[type=submit]:hover:hover:before,
input[type=submit]:focus:hover:before,
.button:hover:before,
.button:hover:hover:before,
.button:focus:hover:before {
  right: -28px;
  top: -28px;
}
button.icon,
button:hover.icon,
button:focus.icon,
input[type=submit].icon,
input[type=submit]:hover.icon,
input[type=submit]:focus.icon,
.button.icon,
.button:hover.icon,
.button:focus.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
button.icon.icon-facebook,
button:hover.icon.icon-facebook,
button:focus.icon.icon-facebook,
input[type=submit].icon.icon-facebook,
input[type=submit]:hover.icon.icon-facebook,
input[type=submit]:focus.icon.icon-facebook,
.button.icon.icon-facebook,
.button:hover.icon.icon-facebook,
.button:focus.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
button.icon.icon-twitter,
button:hover.icon.icon-twitter,
button:focus.icon.icon-twitter,
input[type=submit].icon.icon-twitter,
input[type=submit]:hover.icon.icon-twitter,
input[type=submit]:focus.icon.icon-twitter,
.button.icon.icon-twitter,
.button:hover.icon.icon-twitter,
.button:focus.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
button.icon.icon-soundcloud,
button:hover.icon.icon-soundcloud,
button:focus.icon.icon-soundcloud,
input[type=submit].icon.icon-soundcloud,
input[type=submit]:hover.icon.icon-soundcloud,
input[type=submit]:focus.icon.icon-soundcloud,
.button.icon.icon-soundcloud,
.button:hover.icon.icon-soundcloud,
.button:focus.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
button.icon.icon-instagram,
button:hover.icon.icon-instagram,
button:focus.icon.icon-instagram,
input[type=submit].icon.icon-instagram,
input[type=submit]:hover.icon.icon-instagram,
input[type=submit]:focus.icon.icon-instagram,
.button.icon.icon-instagram,
.button:hover.icon.icon-instagram,
.button:focus.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
button.icon.icon-resident-advisor,
button:hover.icon.icon-resident-advisor,
button:focus.icon.icon-resident-advisor,
input[type=submit].icon.icon-resident-advisor,
input[type=submit]:hover.icon.icon-resident-advisor,
input[type=submit]:focus.icon.icon-resident-advisor,
.button.icon.icon-resident-advisor,
.button:hover.icon.icon-resident-advisor,
.button:focus.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
button.icon.icon-youtube,
button:hover.icon.icon-youtube,
button:focus.icon.icon-youtube,
input[type=submit].icon.icon-youtube,
input[type=submit]:hover.icon.icon-youtube,
input[type=submit]:focus.icon.icon-youtube,
.button.icon.icon-youtube,
.button:hover.icon.icon-youtube,
.button:focus.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
button.icon.icon-mail,
button:hover.icon.icon-mail,
button:focus.icon.icon-mail,
input[type=submit].icon.icon-mail,
input[type=submit]:hover.icon.icon-mail,
input[type=submit]:focus.icon.icon-mail,
.button.icon.icon-mail,
.button:hover.icon.icon-mail,
.button:focus.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
button.button-white.icon.icon-facebook, button.button-alt-1-white.icon.icon-facebook, button.button-alt-1-white-no-hover.icon.icon-facebook,
button:hover.button-white.icon.icon-facebook,
button:hover.button-alt-1-white.icon.icon-facebook,
button:hover.button-alt-1-white-no-hover.icon.icon-facebook,
button:focus.button-white.icon.icon-facebook,
button:focus.button-alt-1-white.icon.icon-facebook,
button:focus.button-alt-1-white-no-hover.icon.icon-facebook,
input[type=submit].button-white.icon.icon-facebook,
input[type=submit].button-alt-1-white.icon.icon-facebook,
input[type=submit].button-alt-1-white-no-hover.icon.icon-facebook,
input[type=submit]:hover.button-white.icon.icon-facebook,
input[type=submit]:hover.button-alt-1-white.icon.icon-facebook,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-facebook,
input[type=submit]:focus.button-white.icon.icon-facebook,
input[type=submit]:focus.button-alt-1-white.icon.icon-facebook,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-facebook,
.button.button-white.icon.icon-facebook,
.button.button-alt-1-white.icon.icon-facebook,
.button.button-alt-1-white-no-hover.icon.icon-facebook,
.button:hover.button-white.icon.icon-facebook,
.button:hover.button-alt-1-white.icon.icon-facebook,
.button:hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button:focus.button-white.icon.icon-facebook,
.button:focus.button-alt-1-white.icon.icon-facebook,
.button:focus.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
button.button-white.icon.icon-twitter, button.button-alt-1-white.icon.icon-twitter, button.button-alt-1-white-no-hover.icon.icon-twitter,
button:hover.button-white.icon.icon-twitter,
button:hover.button-alt-1-white.icon.icon-twitter,
button:hover.button-alt-1-white-no-hover.icon.icon-twitter,
button:focus.button-white.icon.icon-twitter,
button:focus.button-alt-1-white.icon.icon-twitter,
button:focus.button-alt-1-white-no-hover.icon.icon-twitter,
input[type=submit].button-white.icon.icon-twitter,
input[type=submit].button-alt-1-white.icon.icon-twitter,
input[type=submit].button-alt-1-white-no-hover.icon.icon-twitter,
input[type=submit]:hover.button-white.icon.icon-twitter,
input[type=submit]:hover.button-alt-1-white.icon.icon-twitter,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-twitter,
input[type=submit]:focus.button-white.icon.icon-twitter,
input[type=submit]:focus.button-alt-1-white.icon.icon-twitter,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-twitter,
.button.button-white.icon.icon-twitter,
.button.button-alt-1-white.icon.icon-twitter,
.button.button-alt-1-white-no-hover.icon.icon-twitter,
.button:hover.button-white.icon.icon-twitter,
.button:hover.button-alt-1-white.icon.icon-twitter,
.button:hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button:focus.button-white.icon.icon-twitter,
.button:focus.button-alt-1-white.icon.icon-twitter,
.button:focus.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
button.button-white.icon.icon-soundcloud, button.button-alt-1-white.icon.icon-soundcloud, button.button-alt-1-white-no-hover.icon.icon-soundcloud,
button:hover.button-white.icon.icon-soundcloud,
button:hover.button-alt-1-white.icon.icon-soundcloud,
button:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
button:focus.button-white.icon.icon-soundcloud,
button:focus.button-alt-1-white.icon.icon-soundcloud,
button:focus.button-alt-1-white-no-hover.icon.icon-soundcloud,
input[type=submit].button-white.icon.icon-soundcloud,
input[type=submit].button-alt-1-white.icon.icon-soundcloud,
input[type=submit].button-alt-1-white-no-hover.icon.icon-soundcloud,
input[type=submit]:hover.button-white.icon.icon-soundcloud,
input[type=submit]:hover.button-alt-1-white.icon.icon-soundcloud,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
input[type=submit]:focus.button-white.icon.icon-soundcloud,
input[type=submit]:focus.button-alt-1-white.icon.icon-soundcloud,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button.button-white.icon.icon-soundcloud,
.button.button-alt-1-white.icon.icon-soundcloud,
.button.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button:hover.button-white.icon.icon-soundcloud,
.button:hover.button-alt-1-white.icon.icon-soundcloud,
.button:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button:focus.button-white.icon.icon-soundcloud,
.button:focus.button-alt-1-white.icon.icon-soundcloud,
.button:focus.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
button.button-white.icon.icon-instagram, button.button-alt-1-white.icon.icon-instagram, button.button-alt-1-white-no-hover.icon.icon-instagram,
button:hover.button-white.icon.icon-instagram,
button:hover.button-alt-1-white.icon.icon-instagram,
button:hover.button-alt-1-white-no-hover.icon.icon-instagram,
button:focus.button-white.icon.icon-instagram,
button:focus.button-alt-1-white.icon.icon-instagram,
button:focus.button-alt-1-white-no-hover.icon.icon-instagram,
input[type=submit].button-white.icon.icon-instagram,
input[type=submit].button-alt-1-white.icon.icon-instagram,
input[type=submit].button-alt-1-white-no-hover.icon.icon-instagram,
input[type=submit]:hover.button-white.icon.icon-instagram,
input[type=submit]:hover.button-alt-1-white.icon.icon-instagram,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-instagram,
input[type=submit]:focus.button-white.icon.icon-instagram,
input[type=submit]:focus.button-alt-1-white.icon.icon-instagram,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-instagram,
.button.button-white.icon.icon-instagram,
.button.button-alt-1-white.icon.icon-instagram,
.button.button-alt-1-white-no-hover.icon.icon-instagram,
.button:hover.button-white.icon.icon-instagram,
.button:hover.button-alt-1-white.icon.icon-instagram,
.button:hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button:focus.button-white.icon.icon-instagram,
.button:focus.button-alt-1-white.icon.icon-instagram,
.button:focus.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
button.button-white.icon.icon-resident-advisor, button.button-alt-1-white.icon.icon-resident-advisor, button.button-alt-1-white-no-hover.icon.icon-resident-advisor,
button:hover.button-white.icon.icon-resident-advisor,
button:hover.button-alt-1-white.icon.icon-resident-advisor,
button:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
button:focus.button-white.icon.icon-resident-advisor,
button:focus.button-alt-1-white.icon.icon-resident-advisor,
button:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor,
input[type=submit].button-white.icon.icon-resident-advisor,
input[type=submit].button-alt-1-white.icon.icon-resident-advisor,
input[type=submit].button-alt-1-white-no-hover.icon.icon-resident-advisor,
input[type=submit]:hover.button-white.icon.icon-resident-advisor,
input[type=submit]:hover.button-alt-1-white.icon.icon-resident-advisor,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
input[type=submit]:focus.button-white.icon.icon-resident-advisor,
input[type=submit]:focus.button-alt-1-white.icon.icon-resident-advisor,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button.button-white.icon.icon-resident-advisor,
.button.button-alt-1-white.icon.icon-resident-advisor,
.button.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button:hover.button-white.icon.icon-resident-advisor,
.button:hover.button-alt-1-white.icon.icon-resident-advisor,
.button:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button:focus.button-white.icon.icon-resident-advisor,
.button:focus.button-alt-1-white.icon.icon-resident-advisor,
.button:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
button.button-white.icon.icon-youtube, button.button-alt-1-white.icon.icon-youtube, button.button-alt-1-white-no-hover.icon.icon-youtube,
button:hover.button-white.icon.icon-youtube,
button:hover.button-alt-1-white.icon.icon-youtube,
button:hover.button-alt-1-white-no-hover.icon.icon-youtube,
button:focus.button-white.icon.icon-youtube,
button:focus.button-alt-1-white.icon.icon-youtube,
button:focus.button-alt-1-white-no-hover.icon.icon-youtube,
input[type=submit].button-white.icon.icon-youtube,
input[type=submit].button-alt-1-white.icon.icon-youtube,
input[type=submit].button-alt-1-white-no-hover.icon.icon-youtube,
input[type=submit]:hover.button-white.icon.icon-youtube,
input[type=submit]:hover.button-alt-1-white.icon.icon-youtube,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-youtube,
input[type=submit]:focus.button-white.icon.icon-youtube,
input[type=submit]:focus.button-alt-1-white.icon.icon-youtube,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-youtube,
.button.button-white.icon.icon-youtube,
.button.button-alt-1-white.icon.icon-youtube,
.button.button-alt-1-white-no-hover.icon.icon-youtube,
.button:hover.button-white.icon.icon-youtube,
.button:hover.button-alt-1-white.icon.icon-youtube,
.button:hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button:focus.button-white.icon.icon-youtube,
.button:focus.button-alt-1-white.icon.icon-youtube,
.button:focus.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
button.button-white.icon.icon-mail, button.button-alt-1-white.icon.icon-mail, button.button-alt-1-white-no-hover.icon.icon-mail,
button:hover.button-white.icon.icon-mail,
button:hover.button-alt-1-white.icon.icon-mail,
button:hover.button-alt-1-white-no-hover.icon.icon-mail,
button:focus.button-white.icon.icon-mail,
button:focus.button-alt-1-white.icon.icon-mail,
button:focus.button-alt-1-white-no-hover.icon.icon-mail,
input[type=submit].button-white.icon.icon-mail,
input[type=submit].button-alt-1-white.icon.icon-mail,
input[type=submit].button-alt-1-white-no-hover.icon.icon-mail,
input[type=submit]:hover.button-white.icon.icon-mail,
input[type=submit]:hover.button-alt-1-white.icon.icon-mail,
input[type=submit]:hover.button-alt-1-white-no-hover.icon.icon-mail,
input[type=submit]:focus.button-white.icon.icon-mail,
input[type=submit]:focus.button-alt-1-white.icon.icon-mail,
input[type=submit]:focus.button-alt-1-white-no-hover.icon.icon-mail,
.button.button-white.icon.icon-mail,
.button.button-alt-1-white.icon.icon-mail,
.button.button-alt-1-white-no-hover.icon.icon-mail,
.button:hover.button-white.icon.icon-mail,
.button:hover.button-alt-1-white.icon.icon-mail,
.button:hover.button-alt-1-white-no-hover.icon.icon-mail,
.button:focus.button-white.icon.icon-mail,
.button:focus.button-alt-1-white.icon.icon-mail,
.button:focus.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}

.button-white,
.button-white:hover,
.button-white:focus {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: #FFF;
}
.button-white span,
.button-white:hover span,
.button-white:focus span {
  z-index: 2;
  position: relative;
}
.button-white:hover:before,
.button-white:hover:hover:before,
.button-white:focus:hover:before {
  right: -28px;
  top: -28px;
}
.button-white.icon,
.button-white:hover.icon,
.button-white:focus.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-white.icon.icon-facebook,
.button-white:hover.icon.icon-facebook,
.button-white:focus.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.button-white.icon.icon-twitter,
.button-white:hover.icon.icon-twitter,
.button-white:focus.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.button-white.icon.icon-soundcloud,
.button-white:hover.icon.icon-soundcloud,
.button-white:focus.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.button-white.icon.icon-instagram,
.button-white:hover.icon.icon-instagram,
.button-white:focus.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.button-white.icon.icon-resident-advisor,
.button-white:hover.icon.icon-resident-advisor,
.button-white:focus.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.button-white.icon.icon-youtube,
.button-white:hover.icon.icon-youtube,
.button-white:focus.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.button-white.icon.icon-mail,
.button-white:hover.icon.icon-mail,
.button-white:focus.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.button-white.button-white.icon.icon-facebook, .button-white.button-alt-1-white.icon.icon-facebook, .button-white.button-alt-1-white-no-hover.icon.icon-facebook,
.button-white:hover.button-white.icon.icon-facebook,
.button-white:hover.button-alt-1-white.icon.icon-facebook,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button-white:focus.button-white.icon.icon-facebook,
.button-white:focus.button-alt-1-white.icon.icon-facebook,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.button-white.button-white.icon.icon-twitter, .button-white.button-alt-1-white.icon.icon-twitter, .button-white.button-alt-1-white-no-hover.icon.icon-twitter,
.button-white:hover.button-white.icon.icon-twitter,
.button-white:hover.button-alt-1-white.icon.icon-twitter,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button-white:focus.button-white.icon.icon-twitter,
.button-white:focus.button-alt-1-white.icon.icon-twitter,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.button-white.button-white.icon.icon-soundcloud, .button-white.button-alt-1-white.icon.icon-soundcloud, .button-white.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-white:hover.button-white.icon.icon-soundcloud,
.button-white:hover.button-alt-1-white.icon.icon-soundcloud,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-white:focus.button-white.icon.icon-soundcloud,
.button-white:focus.button-alt-1-white.icon.icon-soundcloud,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.button-white.button-white.icon.icon-instagram, .button-white.button-alt-1-white.icon.icon-instagram, .button-white.button-alt-1-white-no-hover.icon.icon-instagram,
.button-white:hover.button-white.icon.icon-instagram,
.button-white:hover.button-alt-1-white.icon.icon-instagram,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button-white:focus.button-white.icon.icon-instagram,
.button-white:focus.button-alt-1-white.icon.icon-instagram,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.button-white.button-white.icon.icon-resident-advisor, .button-white.button-alt-1-white.icon.icon-resident-advisor, .button-white.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-white:hover.button-white.icon.icon-resident-advisor,
.button-white:hover.button-alt-1-white.icon.icon-resident-advisor,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-white:focus.button-white.icon.icon-resident-advisor,
.button-white:focus.button-alt-1-white.icon.icon-resident-advisor,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.button-white.button-white.icon.icon-youtube, .button-white.button-alt-1-white.icon.icon-youtube, .button-white.button-alt-1-white-no-hover.icon.icon-youtube,
.button-white:hover.button-white.icon.icon-youtube,
.button-white:hover.button-alt-1-white.icon.icon-youtube,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button-white:focus.button-white.icon.icon-youtube,
.button-white:focus.button-alt-1-white.icon.icon-youtube,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.button-white.button-white.icon.icon-mail, .button-white.button-alt-1-white.icon.icon-mail, .button-white.button-alt-1-white-no-hover.icon.icon-mail,
.button-white:hover.button-white.icon.icon-mail,
.button-white:hover.button-alt-1-white.icon.icon-mail,
.button-white:hover.button-alt-1-white-no-hover.icon.icon-mail,
.button-white:focus.button-white.icon.icon-mail,
.button-white:focus.button-alt-1-white.icon.icon-mail,
.button-white:focus.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.button-white:before,
.button-white:hover:before,
.button-white:focus:before {
  background-color: #292929;
}
.button-white:hover,
.button-white:hover:hover,
.button-white:focus:hover {
  background-color: #FFF;
  color: #292929;
}

.button-alt-1,
.button-alt-1:hover,
.button-alt-1:focus {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}
.button-alt-1 span,
.button-alt-1:hover span,
.button-alt-1:focus span {
  z-index: 2;
  position: relative;
}
.button-alt-1:hover:before,
.button-alt-1:hover:hover:before,
.button-alt-1:focus:hover:before {
  right: -28px;
  top: -28px;
}
.button-alt-1.icon,
.button-alt-1:hover.icon,
.button-alt-1:focus.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-alt-1.icon.icon-facebook,
.button-alt-1:hover.icon.icon-facebook,
.button-alt-1:focus.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.button-alt-1.icon.icon-twitter,
.button-alt-1:hover.icon.icon-twitter,
.button-alt-1:focus.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.button-alt-1.icon.icon-soundcloud,
.button-alt-1:hover.icon.icon-soundcloud,
.button-alt-1:focus.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.button-alt-1.icon.icon-instagram,
.button-alt-1:hover.icon.icon-instagram,
.button-alt-1:focus.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.button-alt-1.icon.icon-resident-advisor,
.button-alt-1:hover.icon.icon-resident-advisor,
.button-alt-1:focus.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.button-alt-1.icon.icon-youtube,
.button-alt-1:hover.icon.icon-youtube,
.button-alt-1:focus.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.button-alt-1.icon.icon-mail,
.button-alt-1:hover.icon.icon-mail,
.button-alt-1:focus.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.button-alt-1.button-white.icon.icon-facebook, .button-alt-1.button-alt-1-white.icon.icon-facebook, .button-alt-1.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1:hover.button-white.icon.icon-facebook,
.button-alt-1:hover.button-alt-1-white.icon.icon-facebook,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1:focus.button-white.icon.icon-facebook,
.button-alt-1:focus.button-alt-1-white.icon.icon-facebook,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.button-alt-1.button-white.icon.icon-twitter, .button-alt-1.button-alt-1-white.icon.icon-twitter, .button-alt-1.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1:hover.button-white.icon.icon-twitter,
.button-alt-1:hover.button-alt-1-white.icon.icon-twitter,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1:focus.button-white.icon.icon-twitter,
.button-alt-1:focus.button-alt-1-white.icon.icon-twitter,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.button-alt-1.button-white.icon.icon-soundcloud, .button-alt-1.button-alt-1-white.icon.icon-soundcloud, .button-alt-1.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1:hover.button-white.icon.icon-soundcloud,
.button-alt-1:hover.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1:focus.button-white.icon.icon-soundcloud,
.button-alt-1:focus.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.button-alt-1.button-white.icon.icon-instagram, .button-alt-1.button-alt-1-white.icon.icon-instagram, .button-alt-1.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1:hover.button-white.icon.icon-instagram,
.button-alt-1:hover.button-alt-1-white.icon.icon-instagram,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1:focus.button-white.icon.icon-instagram,
.button-alt-1:focus.button-alt-1-white.icon.icon-instagram,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.button-alt-1.button-white.icon.icon-resident-advisor, .button-alt-1.button-alt-1-white.icon.icon-resident-advisor, .button-alt-1.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1:hover.button-white.icon.icon-resident-advisor,
.button-alt-1:hover.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1:focus.button-white.icon.icon-resident-advisor,
.button-alt-1:focus.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.button-alt-1.button-white.icon.icon-youtube, .button-alt-1.button-alt-1-white.icon.icon-youtube, .button-alt-1.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1:hover.button-white.icon.icon-youtube,
.button-alt-1:hover.button-alt-1-white.icon.icon-youtube,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1:focus.button-white.icon.icon-youtube,
.button-alt-1:focus.button-alt-1-white.icon.icon-youtube,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.button-alt-1.button-white.icon.icon-mail, .button-alt-1.button-alt-1-white.icon.icon-mail, .button-alt-1.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1:hover.button-white.icon.icon-mail,
.button-alt-1:hover.button-alt-1-white.icon.icon-mail,
.button-alt-1:hover.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1:focus.button-white.icon.icon-mail,
.button-alt-1:focus.button-alt-1-white.icon.icon-mail,
.button-alt-1:focus.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.button-alt-1:before,
.button-alt-1:hover:before,
.button-alt-1:focus:before {
  border-bottom: 2px solid #292929;
}
.button-alt-1 span,
.button-alt-1:hover span,
.button-alt-1:focus span {
  z-index: 2;
  position: relative;
}

.button-alt-1-white,
.button-alt-1-white:hover,
.button-alt-1-white:focus {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #FFF;
  -moz-box-shadow: inset 0 0 0 2px #FFF;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
}
.button-alt-1-white span,
.button-alt-1-white:hover span,
.button-alt-1-white:focus span {
  z-index: 2;
  position: relative;
}
.button-alt-1-white:hover:before,
.button-alt-1-white:hover:hover:before,
.button-alt-1-white:focus:hover:before {
  right: -28px;
  top: -28px;
}
.button-alt-1-white.icon,
.button-alt-1-white:hover.icon,
.button-alt-1-white:focus.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-alt-1-white.icon.icon-facebook,
.button-alt-1-white:hover.icon.icon-facebook,
.button-alt-1-white:focus.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.button-alt-1-white.icon.icon-twitter,
.button-alt-1-white:hover.icon.icon-twitter,
.button-alt-1-white:focus.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1-white:hover.icon.icon-soundcloud,
.button-alt-1-white:focus.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.button-alt-1-white.icon.icon-instagram,
.button-alt-1-white:hover.icon.icon-instagram,
.button-alt-1-white:focus.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1-white:hover.icon.icon-resident-advisor,
.button-alt-1-white:focus.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.button-alt-1-white.icon.icon-youtube,
.button-alt-1-white:hover.icon.icon-youtube,
.button-alt-1-white:focus.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.button-alt-1-white.icon.icon-mail,
.button-alt-1-white:hover.icon.icon-mail,
.button-alt-1-white:focus.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.button-alt-1-white.button-white.icon.icon-facebook, .button-alt-1-white.button-alt-1-white.icon.icon-facebook, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1-white:hover.button-white.icon.icon-facebook,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-facebook,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1-white:focus.button-white.icon.icon-facebook,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-facebook,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.button-alt-1-white.button-white.icon.icon-twitter, .button-alt-1-white.button-alt-1-white.icon.icon-twitter, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1-white:hover.button-white.icon.icon-twitter,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-twitter,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1-white:focus.button-white.icon.icon-twitter,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-twitter,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.button-alt-1-white.button-white.icon.icon-soundcloud, .button-alt-1-white.button-alt-1-white.icon.icon-soundcloud, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1-white:hover.button-white.icon.icon-soundcloud,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1-white:focus.button-white.icon.icon-soundcloud,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.button-alt-1-white.button-white.icon.icon-instagram, .button-alt-1-white.button-alt-1-white.icon.icon-instagram, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1-white:hover.button-white.icon.icon-instagram,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-instagram,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1-white:focus.button-white.icon.icon-instagram,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-instagram,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.button-alt-1-white.button-white.icon.icon-resident-advisor, .button-alt-1-white.button-alt-1-white.icon.icon-resident-advisor, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1-white:hover.button-white.icon.icon-resident-advisor,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1-white:focus.button-white.icon.icon-resident-advisor,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.button-alt-1-white.button-white.icon.icon-youtube, .button-alt-1-white.button-alt-1-white.icon.icon-youtube, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1-white:hover.button-white.icon.icon-youtube,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-youtube,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1-white:focus.button-white.icon.icon-youtube,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-youtube,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.button-alt-1-white.button-white.icon.icon-mail, .button-alt-1-white.button-alt-1-white.icon.icon-mail, .button-alt-1-white.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1-white:hover.button-white.icon.icon-mail,
.button-alt-1-white:hover.button-alt-1-white.icon.icon-mail,
.button-alt-1-white:hover.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1-white:focus.button-white.icon.icon-mail,
.button-alt-1-white:focus.button-alt-1-white.icon.icon-mail,
.button-alt-1-white:focus.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.button-alt-1-white:before,
.button-alt-1-white:hover:before,
.button-alt-1-white:focus:before {
  background-color: #292929;
  border-bottom: 2px solid #FFF;
}
.button-alt-1-white span,
.button-alt-1-white:hover span,
.button-alt-1-white:focus span {
  z-index: 2;
  position: relative;
}

.button-alt-1-white-no-hover,
.button-alt-1-white-no-hover:hover,
.button-alt-1-white-no-hover:focus {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #FFF;
  -moz-box-shadow: inset 0 0 0 2px #FFF;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
}
.button-alt-1-white-no-hover span,
.button-alt-1-white-no-hover:hover span,
.button-alt-1-white-no-hover:focus span {
  z-index: 2;
  position: relative;
}
.button-alt-1-white-no-hover:hover:before,
.button-alt-1-white-no-hover:hover:hover:before,
.button-alt-1-white-no-hover:focus:hover:before {
  right: -28px;
  top: -28px;
}
.button-alt-1-white-no-hover.icon,
.button-alt-1-white-no-hover:hover.icon,
.button-alt-1-white-no-hover:focus.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1-white-no-hover:hover.icon.icon-facebook,
.button-alt-1-white-no-hover:focus.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1-white-no-hover:hover.icon.icon-twitter,
.button-alt-1-white-no-hover:focus.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1-white-no-hover:hover.icon.icon-soundcloud,
.button-alt-1-white-no-hover:focus.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1-white-no-hover:hover.icon.icon-instagram,
.button-alt-1-white-no-hover:focus.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:hover.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:focus.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1-white-no-hover:hover.icon.icon-youtube,
.button-alt-1-white-no-hover:focus.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1-white-no-hover:hover.icon.icon-mail,
.button-alt-1-white-no-hover:focus.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-facebook, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-facebook, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-facebook,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-facebook,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-facebook,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-facebook,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-facebook,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-twitter, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-twitter, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-twitter,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-twitter,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-twitter,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-twitter,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-twitter,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-soundcloud, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-soundcloud, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-soundcloud,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-soundcloud,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-soundcloud,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-soundcloud,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-instagram, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-instagram, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-instagram,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-instagram,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-instagram,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-instagram,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-instagram,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-resident-advisor, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-resident-advisor, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-resident-advisor,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-youtube, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-youtube, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-youtube,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-youtube,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-youtube,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-youtube,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-youtube,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.button-alt-1-white-no-hover.button-white.icon.icon-mail, .button-alt-1-white-no-hover.button-alt-1-white.icon.icon-mail, .button-alt-1-white-no-hover.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1-white-no-hover:hover.button-white.icon.icon-mail,
.button-alt-1-white-no-hover:hover.button-alt-1-white.icon.icon-mail,
.button-alt-1-white-no-hover:hover.button-alt-1-white-no-hover.icon.icon-mail,
.button-alt-1-white-no-hover:focus.button-white.icon.icon-mail,
.button-alt-1-white-no-hover:focus.button-alt-1-white.icon.icon-mail,
.button-alt-1-white-no-hover:focus.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.button-alt-1-white-no-hover:after,
.button-alt-1-white-no-hover:hover:after,
.button-alt-1-white-no-hover:focus:after {
  display: none;
}
.button-alt-1-white-no-hover:before,
.button-alt-1-white-no-hover:hover:before,
.button-alt-1-white-no-hover:focus:before {
  display: none;
}

.back-link {
  font-size: 0.8em;
  display: inline-block;
  padding-left: 18px;
  content: "";
  background-size: 12px 9px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-image: url("./assets/images/icn_arrow_left_small.svg");
}
.back-link.top {
  margin-bottom: 30px;
}
.back-link.bottom {
  margin-top: 30px;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  color: #292929;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=tel]:hover, input[type=tel]:focus, input[type=tel]:active, input[type=tel].nice-select.open,
input[type=text]:hover,
input[type=text]:focus,
input[type=text]:active,
input[type=text].nice-select.open,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=email].nice-select.open,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=password].nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}

input[type=number] {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  color: #292929;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=number]:hover, input[type=number]:focus, input[type=number]:active, input[type=number].nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}

textarea {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: transparent;
  color: #292929;
  vertical-align: middle;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
textarea:hover, textarea:focus {
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}

input[type=tel].text-input-alt-1,
input[type=text].text-input-alt-1,
input[type=email].text-input-alt-1,
input[type=password].text-input-alt-1 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  color: #292929;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #292929;
  color: #FFF;
}
input[type=tel].text-input-alt-1:hover, input[type=tel].text-input-alt-1:focus, input[type=tel].text-input-alt-1:active, input[type=tel].text-input-alt-1.nice-select.open,
input[type=text].text-input-alt-1:hover,
input[type=text].text-input-alt-1:focus,
input[type=text].text-input-alt-1:active,
input[type=text].text-input-alt-1.nice-select.open,
input[type=email].text-input-alt-1:hover,
input[type=email].text-input-alt-1:focus,
input[type=email].text-input-alt-1:active,
input[type=email].text-input-alt-1.nice-select.open,
input[type=password].text-input-alt-1:hover,
input[type=password].text-input-alt-1:focus,
input[type=password].text-input-alt-1:active,
input[type=password].text-input-alt-1.nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
input[type=tel].text-input-alt-1:hover, input[type=tel].text-input-alt-1:focus, input[type=tel].text-input-alt-1:active, input[type=tel].text-input-alt-1.nice-select.open,
input[type=text].text-input-alt-1:hover,
input[type=text].text-input-alt-1:focus,
input[type=text].text-input-alt-1:active,
input[type=text].text-input-alt-1.nice-select.open,
input[type=email].text-input-alt-1:hover,
input[type=email].text-input-alt-1:focus,
input[type=email].text-input-alt-1:active,
input[type=email].text-input-alt-1.nice-select.open,
input[type=password].text-input-alt-1:hover,
input[type=password].text-input-alt-1:focus,
input[type=password].text-input-alt-1:active,
input[type=password].text-input-alt-1.nice-select.open {
  background-color: #292929;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}

input[type=number].text-input-alt-1 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  color: #292929;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #292929;
  color: #FFF;
}
input[type=number].text-input-alt-1:hover, input[type=number].text-input-alt-1:focus, input[type=number].text-input-alt-1:active, input[type=number].text-input-alt-1.nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
input[type=number].text-input-alt-1:hover, input[type=number].text-input-alt-1:focus, input[type=number].text-input-alt-1:active, input[type=number].text-input-alt-1.nice-select.open {
  background-color: #292929;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}

input[type=text].text-input-search {
  padding-left: 35px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url("./assets/images/icn_search.svg");
}
input[type=text].text-input-search.text-input-alt-1 {
  background-image: url("./assets/images/icn_search_white.svg");
}

body.admin-bar #masthead {
  top: 32px;
}

#masthead {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: #E6E6E6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#masthead.is-hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#masthead.shows-shadow {
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.075);
}
#masthead #masthead-desktop {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  margin: 20px 0;
}
#masthead #masthead-desktop .header-logo {
  width: 78px;
  height: 76px;
}
#masthead #masthead-desktop .header-logo a, #masthead #masthead-desktop .header-logo img {
  width: 100%;
  height: 100%;
}
#masthead #masthead-desktop .header-navigation-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation {
  padding: 0;
  margin: 0;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div {
  float: right;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul {
  list-style-type: none;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li {
  display: block;
  float: left;
  padding: 0;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li a,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li a {
  padding: 0;
  font-weight: medium;
  color: #292929;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li a:hover,
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li a:hover {
  color: darkgray;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation {
  height: 31px;
  padding-top: 5px;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation .language-chooser {
  margin-left: 0.5em;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation .language-chooser li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1.5em;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation .language-chooser li:nth-child(n+2):before {
  position: absolute;
  left: -12px;
  top: 0;
  content: "|";
  font-size: 10px;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation .language-chooser li:not(.active) a {
  color: #8f8f8f;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation .language-chooser li a:hover {
  color: #292929;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li {
  margin: 0 0 0 2em;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li:not([class^=lang-]):first-child {
  margin-left: 0;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li a {
  font-size: 12px;
  line-height: 12px;
  color: #292929;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation > div ul li a:hover {
  color: #8f8f8f;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  height: 45px;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation.home > div ul li a {
  color: #292929;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div {
  position: relative;
  padding-right: 50px;
  bottom: 0;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li {
  margin: 0 0 0 2.5em;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li:not([class^=lang-]):first-child {
  margin-left: 0;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li a {
  font-size: 20px;
  line-height: 20px;
  color: #8f8f8f;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li a:hover, #masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li.current-menu-item a {
  color: #292929;
}
#masthead #masthead-mobile {
  display: none;
  position: relative;
  height: 60px;
}
#masthead #masthead-mobile .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 41px;
  margin: -20px 0 0 -19px;
}
#masthead #masthead-mobile .header-logo a, #masthead #masthead-mobile .header-logo a img {
  width: 100%;
  height: 100%;
}
#masthead #masthead-mobile .header-navigation-toggle {
  position: absolute;
  top: 10px;
  left: 0;
  height: 50px;
  width: 50px;
  background-image: url("./assets/images/icn_menu.svg");
  background-position: 7px 13px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
#masthead #masthead-mobile .header-navigation-toggle.active {
  background-image: url("./assets/images/icn_menu_close.svg");
  background-position: 9px 16px;
  background-size: 18px 18px;
}
#masthead #masthead-mobile .header-navigation-wrapper {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #E6E6E6;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#masthead #masthead-mobile .header-navigation-wrapper.active {
  height: 100%;
  padding-bottom: 60px;
  overflow: scroll;
  opacity: 1;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation,
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul,
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 25px;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul li,
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul li a,
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li a {
  padding: 0;
  font-weight: bold;
  color: #292929;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul li a:hover,
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li a:hover {
  color: darkgray;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation .language-chooser {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation .language-chooser li {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 1.5em 0 0;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation .language-chooser li:nth-child(n+2):before {
  position: absolute;
  left: -12px;
  top: 0;
  content: "|";
  font-size: 12px;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation .language-chooser li:not(.active) a {
  color: darkgray;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation .language-chooser li a:hover {
  color: #292929;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul li a {
  font-size: 15px;
  line-height: 15px;
  color: #292929;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-mobile .header-navigation-wrapper .secondary-navigation > div ul li a:hover {
  color: darkgray;
}
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation {
  padding-top: 30px;
  margin-bottom: 20px;
}
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation.home > div ul li a {
  color: #292929;
}
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div {
  position: relative;
  padding-right: 50px;
  bottom: -4px;
}
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li a {
  font-size: 20px;
  line-height: 20px;
  color: darkgray;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li a:hover, #masthead #masthead-mobile .header-navigation-wrapper .primary-navigation > div ul li.current-menu-item a {
  color: #292929;
}

body.single-release #menu-main-menu .releases a,
body.single-release #menu-main-menu-1 .releases a {
  color: #292929 !important;
}

body.single-product #menu-main-menu .products a,
body.single-product #menu-main-menu-1 .products a {
  color: #292929 !important;
}

body.single-date #menu-main-menu .dates a,
body.single-date #menu-main-menu-1 .dates a {
  color: #292929 !important;
}

body.single-artist #menu-main-menu .artists a,
body.single-artist #menu-main-menu-1 .artists a {
  color: #292929 !important;
}

body.single-post #menu-main-menu .posts a,
body.single-post #menu-main-menu-1 .posts a {
  color: #292929 !important;
}

@media screen and (max-width: 992px) {
  #masthead #masthead-desktop {
    height: 50px;
  }
  #masthead #masthead-desktop .header-logo {
    width: 50px;
    height: 54px;
  }
  #masthead #masthead-desktop .header-navigation-wrapper .secondary-navigation {
    height: 22px;
  }
  #masthead #masthead-desktop .header-navigation-wrapper .primary-navigation {
    height: 28px;
  }
  #masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div {
    padding-right: 40px;
    bottom: -6px;
  }
  #masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li {
    margin: 0 0 0 2em;
  }
  #masthead #masthead-desktop .header-navigation-wrapper .primary-navigation > div ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 860px) {
  body.admin-bar #masthead {
    top: 46px;
  }

  #masthead {
    position: fixed;
    z-index: 99;
  }
  #masthead #masthead-desktop {
    display: none;
  }
  #masthead #masthead-mobile {
    display: block;
  }
}
#footer {
  font-size: 12px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer ul li {
  display: inline;
}
#footer .footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#footer .footer-wrapper .footer-copyright {
  margin-right: 10px;
  color: gray;
}
#footer .footer-wrapper .footer-legal li:nth-last-child(n+2) {
  padding-right: 10px;
}
#footer .footer-wrapper .footer-legal a, #footer .footer-wrapper .footer-legal:hover, #footer .footer-wrapper .footer-legal:active, #footer .footer-wrapper .footer-legal.nice-select.open, #footer .footer-wrapper .footer-legal:visited {
  color: black;
}
#footer .footer-social a {
  font-size: 0px;
  color: transparent;
  padding: 15px;
}
#footer .footer-social .social-menu-icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footer-social .social-menu-icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footer-social .social-menu-icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footer-social .social-menu-icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footer-social .social-menu-icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 580px) {
  #footer {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-wrapper {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #footer .footer-wrapper .footer-copyright {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  #footer .footer-wrapper .footer-legal {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #footer .footer-wrapper .footer-legal li {
    display: inline-block;
    padding: 0 5px;
  }
  #footer .footer-social {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    font-size: 50px;
  }
  #footer .footer-social a {
    padding: 20px;
  }
  #footer .footer-social ul {
    margin: 0px 0px 0px 0px;
  }
  #footer .footer-social .social-menu-icon-facebook {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #footer .footer-social .social-menu-icon-instagram {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #footer .footer-social .social-menu-icon-youtube {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  #footer .footer-social .social-menu-icon-soundcloud {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.bpc-dropdown-button {
  display: inline-block;
  position: relative;
  background-color: #292929;
  color: white;
  cursor: pointer;
  min-width: 150px;
  text-align: left;
  padding-right: 30px;
}
.bpc-dropdown-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-image: url("./assets/images/icn_arrow_down_white.png");
  background-size: 6px 6px;
  background-position: center center;
  background-repeat: no-repeat;
}
.bpc-dropdown-button:before {
  display: none;
}

.bpc-dropdown {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 600;
}
.bpc-dropdown ul.bpc-dropdown-content {
  z-index: 99;
  display: none;
  position: absolute;
  background-color: #292929;
  list-style-type: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #FFF;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
.bpc-dropdown ul.bpc-dropdown-content li {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0px;
  width: 100%;
}
.bpc-dropdown ul.bpc-dropdown-content li:hover {
  background-color: black;
}
.bpc-dropdown.open .bpc-dropdown-content {
  display: block;
}

@media screen and (max-width: 690px) {
  #dates-dropdown-city,
#dates-dropdown-artist {
    float: left;
    width: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #dates-dropdown-city,
#dates-dropdown-artist {
    width: 100%;
    margin-right: 0;
  }

  .bpc-dropdown-button {
    width: 100%;
    margin-bottom: 15px;
  }

  .bpc-dropdown-button {
    width: 100%;
  }
}
.bpc-pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.bpc-pagination div {
  float: left;
  margin-right: -2px;
}
.bpc-pagination div:not(.active) {
  opacity: 0.5;
  cursor: default;
}
.bpc-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bpc-pagination .bpc-pagination-current {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}
.bpc-pagination .bpc-pagination-current span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-current:hover:before {
  right: -28px;
  top: -28px;
}
.bpc-pagination .bpc-pagination-current.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bpc-pagination .bpc-pagination-current.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.bpc-pagination .bpc-pagination-current.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.bpc-pagination .bpc-pagination-current.button-white.icon.icon-mail, .bpc-pagination .bpc-pagination-current.button-alt-1-white.icon.icon-mail, .bpc-pagination .bpc-pagination-current.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.bpc-pagination .bpc-pagination-current:before {
  border-bottom: 2px solid #292929;
}
.bpc-pagination .bpc-pagination-current span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-current:before, .bpc-pagination .bpc-pagination-current:after {
  display: none;
}
.bpc-pagination .bpc-pagination-fwd,
.bpc-pagination .bpc-pagination-rwd {
  list-style: none;
}
.bpc-pagination .bpc-pagination-fwd li,
.bpc-pagination .bpc-pagination-rwd li {
  float: left;
  margin-right: -2px;
}
.bpc-pagination .bpc-pagination-fwd a,
.bpc-pagination .bpc-pagination-rwd a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}
.bpc-pagination .bpc-pagination-fwd a span,
.bpc-pagination .bpc-pagination-rwd a span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-fwd a:hover:before,
.bpc-pagination .bpc-pagination-rwd a:hover:before {
  right: -28px;
  top: -28px;
}
.bpc-pagination .bpc-pagination-fwd a.icon,
.bpc-pagination .bpc-pagination-rwd a.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-facebook,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-twitter,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-instagram,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-youtube,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.bpc-pagination .bpc-pagination-fwd a.icon.icon-mail,
.bpc-pagination .bpc-pagination-rwd a.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-facebook,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-twitter,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-instagram,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-youtube,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a.button-white.icon.icon-mail, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white.icon.icon-mail, .bpc-pagination .bpc-pagination-fwd a.button-alt-1-white-no-hover.icon.icon-mail,
.bpc-pagination .bpc-pagination-rwd a.button-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-rwd a.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.bpc-pagination .bpc-pagination-fwd a:before,
.bpc-pagination .bpc-pagination-rwd a:before {
  border-bottom: 2px solid #292929;
}
.bpc-pagination .bpc-pagination-fwd a span,
.bpc-pagination .bpc-pagination-rwd a span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-fwd a:before, .bpc-pagination .bpc-pagination-fwd a:after,
.bpc-pagination .bpc-pagination-rwd a:before,
.bpc-pagination .bpc-pagination-rwd a:after {
  display: none;
}
.bpc-pagination .bpc-pagination-fwd li:nth-child(n+4) {
  display: none;
}
.bpc-pagination .bpc-pagination-rwd li:nth-last-child(n+4) {
  display: none;
}
.bpc-pagination .bpc-pagination-link-first a,
.bpc-pagination .bpc-pagination-link-last a,
.bpc-pagination .bpc-pagination-link-fwd a,
.bpc-pagination .bpc-pagination-link-rwd a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  position: relative;
  height: 39px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  color: transparent;
}
.bpc-pagination .bpc-pagination-link-first a span,
.bpc-pagination .bpc-pagination-link-last a span,
.bpc-pagination .bpc-pagination-link-fwd a span,
.bpc-pagination .bpc-pagination-link-rwd a span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-link-first a:hover:before,
.bpc-pagination .bpc-pagination-link-last a:hover:before,
.bpc-pagination .bpc-pagination-link-fwd a:hover:before,
.bpc-pagination .bpc-pagination-link-rwd a:hover:before {
  right: -28px;
  top: -28px;
}
.bpc-pagination .bpc-pagination-link-first a.icon,
.bpc-pagination .bpc-pagination-link-last a.icon,
.bpc-pagination .bpc-pagination-link-fwd a.icon,
.bpc-pagination .bpc-pagination-link-rwd a.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.bpc-pagination .bpc-pagination-link-first a.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-last a.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-fwd a.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-rwd a.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-facebook, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-facebook,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-twitter, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-twitter,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-soundcloud, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-soundcloud,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-instagram, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-instagram,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-resident-advisor, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-resident-advisor,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-youtube, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-youtube,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a.button-white.icon.icon-mail, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white.icon.icon-mail, .bpc-pagination .bpc-pagination-link-first a.button-alt-1-white-no-hover.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-last a.button-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-last a.button-alt-1-white-no-hover.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-fwd a.button-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-fwd a.button-alt-1-white-no-hover.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-rwd a.button-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white.icon.icon-mail,
.bpc-pagination .bpc-pagination-link-rwd a.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.bpc-pagination .bpc-pagination-link-first a:before,
.bpc-pagination .bpc-pagination-link-last a:before,
.bpc-pagination .bpc-pagination-link-fwd a:before,
.bpc-pagination .bpc-pagination-link-rwd a:before {
  border-bottom: 2px solid #292929;
}
.bpc-pagination .bpc-pagination-link-first a span,
.bpc-pagination .bpc-pagination-link-last a span,
.bpc-pagination .bpc-pagination-link-fwd a span,
.bpc-pagination .bpc-pagination-link-rwd a span {
  z-index: 2;
  position: relative;
}
.bpc-pagination .bpc-pagination-link-first a:before, .bpc-pagination .bpc-pagination-link-first a:after,
.bpc-pagination .bpc-pagination-link-last a:before,
.bpc-pagination .bpc-pagination-link-last a:after,
.bpc-pagination .bpc-pagination-link-fwd a:before,
.bpc-pagination .bpc-pagination-link-fwd a:after,
.bpc-pagination .bpc-pagination-link-rwd a:before,
.bpc-pagination .bpc-pagination-link-rwd a:after {
  display: none;
}
.bpc-pagination .bpc-pagination-link-first.bpc-pagination-link-rwd a,
.bpc-pagination .bpc-pagination-link-last.bpc-pagination-link-rwd a,
.bpc-pagination .bpc-pagination-link-fwd.bpc-pagination-link-rwd a,
.bpc-pagination .bpc-pagination-link-rwd.bpc-pagination-link-rwd a {
  background-image: url("./assets/images/icn_arrow_left_small.svg");
}
.bpc-pagination .bpc-pagination-link-first.bpc-pagination-link-fwd a,
.bpc-pagination .bpc-pagination-link-last.bpc-pagination-link-fwd a,
.bpc-pagination .bpc-pagination-link-fwd.bpc-pagination-link-fwd a,
.bpc-pagination .bpc-pagination-link-rwd.bpc-pagination-link-fwd a {
  background-image: url("./assets/images/icn_arrow_right_small.svg");
}
.bpc-pagination .bpc-pagination-link-first.bpc-pagination-link-first a,
.bpc-pagination .bpc-pagination-link-last.bpc-pagination-link-first a,
.bpc-pagination .bpc-pagination-link-fwd.bpc-pagination-link-first a,
.bpc-pagination .bpc-pagination-link-rwd.bpc-pagination-link-first a {
  background-image: url("./assets/images/icn_arrow_to_start.svg");
}
.bpc-pagination .bpc-pagination-link-first.bpc-pagination-link-last a,
.bpc-pagination .bpc-pagination-link-last.bpc-pagination-link-last a,
.bpc-pagination .bpc-pagination-link-fwd.bpc-pagination-link-last a,
.bpc-pagination .bpc-pagination-link-rwd.bpc-pagination-link-last a {
  background-image: url("./assets/images/icn_arrow_to_end.svg");
}

@media screen and (max-width: 768px) {
  .bpc-pagination {
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .bpc-pagination .bpc-pagination-current {
    position: absolute;
    top: 50px;
    width: 80px;
    text-align: center;
    border: none;
    display: block;
    left: 50%;
    margin-left: -40px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .bpc-pagination .bpc-pagination-link-first a,
.bpc-pagination .bpc-pagination-link-last a {
    position: absolute;
    top: 50px;
    display: block;
    left: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .bpc-pagination .bpc-pagination-link-first a {
    margin-left: -82px;
  }
  .bpc-pagination .bpc-pagination-link-last a {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bpc-pagination .bpc-pagination-fwd li:nth-child(n+3) {
    display: none;
  }
  .bpc-pagination .bpc-pagination-rwd li:nth-last-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 310px) {
  .bpc-pagination {
    display: block;
  }
  .bpc-pagination .pagination-link-fwd,
.bpc-pagination .pagination-link-rwd {
    float: left;
    width: 16.6%;
    max-width: 16.6%;
  }
  .bpc-pagination .bpc-pagination-fwd,
.bpc-pagination .bpc-pagination-rwd {
    float: left;
    width: 33.33%;
    max-width: 33.33%;
  }
  .bpc-pagination .bpc-pagination-fwd li,
.bpc-pagination .bpc-pagination-rwd li {
    display: block;
    float: left;
    width: 50%;
    height: 39px;
  }
  .bpc-pagination .bpc-pagination-fwd li a,
.bpc-pagination .bpc-pagination-rwd li a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #292929;
  border-radius: 0;
  border: 0 none transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 39px;
  line-height: 20px;
  outline: none;
  padding: 11px 30px 8px 17px;
  min-width: 120px;
  position: relative;
  text-align: left;
  transition: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #FFF;
}
.nice-select .current {
  text-transform: uppercase;
}
.nice-select:hover {
  border-color: transparent;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: transparent;
}
.nice-select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-image: url("./assets/images/icn_arrow_down_white.png");
  background-size: 6px 6px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nice-select.open .list {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.nice-select.disabled {
  border-color: transparent;
  color: darkgray;
  pointer-events: none;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select .list {
  z-index: 99;
  display: none;
  position: absolute;
  background-color: #292929;
  list-style-type: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #FFF;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 0px;
  width: 100%;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: black;
}
.nice-select .option.disabled {
  color: darkgray;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.select2-container .select2-selection {
  height: 100%;
  position: relative;
  background: transparent;
  border: none;
}
.select2-container .select2-selection__rendered {
  line-height: 40px !important;
  padding-left: 14px !important;
}
.select2-container .select2-search__field {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-bottom: 2px solid #292929 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #292929;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #292929 !important;
}

.agp-cookie-hint {
  font-size: 14px;
  background: #292929;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agp-cookie-hint__container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.agp-cookie-hint__text {
  padding: 0 0 20px;
  max-width: 700px;
}
.agp-cookie-hint__main {
  width: 100%;
}
.agp-cookie-hint__buttons {
  min-width: 380px;
}
@media screen and (max-width: 1024px) {
  .agp-cookie-hint__buttons {
    min-width: 300px;
  }
}
.agp-cookie-hint__button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
}
.agp-cookie-hint__button--accept {
  box-shadow: none;
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
}
.agp-cookie-hint__button--accept-all {
  box-shadow: none;
  border: 2px solid #FFF;
  background: #FFF;
  color: #292929;
}
.agp-cookie-hint__settings__option {
  margin-right: 30px;
}
.agp-cookie-hint__settings__option__input + .agp-cookie-hint__settings__option__input__label label::before {
  border-radius: 0;
}

.footer-legal .agp-cookie-hint__button {
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

.agp-cookie-embed--video .agp-cookie-embed-image:after {
  width: 2em;
  height: 2em;
  margin: -1em 0 0 -1em;
}

.agp-cookie-embed--audio {
  min-height: 164px;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.agp-cookie-embed--audio.agp-cookie-embed--loaded {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .agp-cookie-embed--audio.agp-cookie-embed--loaded {
    margin-bottom: 20px;
  }
}
.agp-cookie-embed--audio .agp-cookie-embed-image {
  width: 92px;
  height: 92px;
}
.agp-cookie-embed--audio .agp-cookie-embed-image:before, .agp-cookie-embed--audio .agp-cookie-embed-image:after {
  display: none;
  content: none;
}
.agp-cookie-embed--audio .agp-cookie-embed-title,
.agp-cookie-embed--audio .agp-cookie-embed-infos {
  padding-left: 108px;
}
.agp-cookie-embed--audio .agp-cookie-embed-title {
  margin-bottom: 5px;
}
.agp-cookie-embed--audio .agp-cookie-embed-hint {
  padding-top: 5px;
}

.agp-cookie-embed-hint {
  font-size: 10px;
}

.agp-cookie-embed-button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
}

.spotlight {
  width: 100%;
  height: 100%;
}
.spotlight .spotlight-background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.spotlight .spotlight-background img {
  width: 100%;
}
.spotlight .spotlight-background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #292929, transparent);
  background-image: linear-gradient(to right, #292929, transparent);
}
.spotlight .spotlight-title {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 15px;
}
.spotlight .spotlight-title a {
  color: #FFF;
}
.spotlight .spotlight-title span {
  display: inline;
}
.spotlight .spotlight-title span:last-child {
  width: 100%;
  display: block;
}
.spotlight .spotlight-content {
  position: relative;
  font-weight: 600;
  color: #FFF;
  z-index: 2;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.spotlight .spotlight-content .spotlight-details {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.spotlight .spotlight-content .spotlight-details .spotlight-details-content {
  position: relative;
  max-width: 60%;
}
.spotlight .spotlight-content .spotlight-details .spotlight-details-content .spotlight-date {
  font-size: 24px;
  margin-bottom: 15px;
}
.spotlight .spotlight-content .spotlight-details .spotlight-details-content .spotlight-text p:last-child {
  margin-bottom: 0px;
}
.spotlight .spotlight-content .spotlight-details .spotlight-details-content .spotlight-link {
  margin-top: 15px;
}
.spotlight .spotlight-content .spotlight-img {
  position: relative;
  z-index: 2;
}
.spotlight .spotlight-content .spotlight-img img {
  width: 230px;
  max-width: 230px;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .spotlight .spotlight-content .spotlight-details .spotlight-details-content {
    max-width: 100%;
  }
  .spotlight .spotlight-content .spotlight-img {
    position: relative;
    z-index: 2;
  }
  .spotlight .spotlight-content .spotlight-img img {
    width: 170px;
    max-width: 170px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .spotlight .spotlight-content {
    padding-bottom: 30px;
    display: block;
  }
  .spotlight .spotlight-content > div {
    float: left;
    width: 100%;
  }
  .spotlight .spotlight-content .spotlight-details {
    position: relative;
    z-index: 2;
  }
  .spotlight .spotlight-content .spotlight-details .spotlight-details-content {
    margin-top: 30px;
  }
  .spotlight .spotlight-content .spotlight-details .spotlight-details-content .spotlight-text p:last-child {
    margin-bottom: 0px;
  }
  .spotlight .spotlight-content .spotlight-details .spotlight-details-content .spotlight-link {
    margin-top: 15px;
  }
}
.spotlight-small {
  position: relative;
  padding: 30px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 7px #292929;
  -moz-box-shadow: inset 0 0 0 7px #292929;
  box-shadow: inset 0 0 0 7px #292929;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-label {
  margin-top: 0;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-title {
  text-transform: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-title a {
  font-weight: 600;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content {
  float: left;
  width: 100%;
  margin-right: -170px;
  padding-right: 200px;
  height: 170px;
  overflow: hidden;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-title-alt {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-title-alt .gray {
  color: darkgray;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-title-alt .spotlight-small-event-title, .spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-title-alt .spotlight-small-location-title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 18px;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-text {
  font-size: 12px;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-links {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-links a {
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-links a:first-child {
  margin-right: 7px;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-links a:last-child {
  margin-left: 7px;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-img {
  float: left;
  position: relative;
  width: 170px;
  height: 170px;
  background: #c2c2c2;
}
.spotlight-small .spotlight-small-wrapper .spotlight-small-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spotlight-small {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .spotlight-small {
    position: relative;
    padding: 22px;
  }
  .spotlight-small .spotlight-small-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-title {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-content {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    float: left;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-content .spotlight-small-text {
    height: auto;
    font-size: 12px;
    overflow: visible;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-links {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    margin-top: 15px;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-links a {
    height: 39px;
    min-height: 39px;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-links a:first-child {
    margin-right: 0;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-links a:last-child {
    margin-left: 0;
    margin-top: 7px;
  }
  .spotlight-small .spotlight-small-wrapper .spotlight-small-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-bottom: 15px;
  }
}
main.index #releases-teasered {
  margin-bottom: 90px;
}
main.index #latest-posts {
  margin-bottom: 60px;
}
main.index #products-staged {
  margin-top: 60px;
}
main.index #about-teaser {
  margin-top: 60px;
}

@media screen and (max-width: 998px) {
  main.index #releases-teasered {
    margin-bottom: 45px;
  }
  main.index #about-teaser {
    margin-top: 0px;
  }
}
ul.share-links {
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
  text-align: right;
}
ul.share-links li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
ul.share-links li a {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.share-links li a:hover {
  opacity: 0.5;
}
ul.share-links li a.facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
ul.share-links li a.twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
ul.share-links li a.mail {
  background-image: url("./assets/images/icn_mail.svg");
}
ul.share-links li span {
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 5px;
}

main.artists #artists .artist-tile .artist-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
main.artists #artists .artist-tile .artist-image img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
main.artists #artist-search {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
main.artists #artist-search input {
  width: 100%;
}
main.artists #artist-spotlight {
  margin-top: 15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main.artists #artist-search {
    margin-bottom: 15px;
  }
  main.artists #artists-dropwdown {
    width: 100%;
    margin-bottom: 45px;
  }
  main.artists #artists-dropwdown .bpc-dropdown-button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  main.artists #artist-search {
    width: 100%;
  }
  main.artists #artist-search .artist-search {
    width: 100%;
  }
  main.artists #artist-search input {
    width: 100%;
  }
}
body.single-artist .menu-main-menu-container .menu-item-artists a {
  color: #292929 !important;
}

#artist-header {
  position: fixed;
  z-index: 4;
  overflow: hidden;
  height: 370px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#artist-header.stick-to-top {
  height: 126px;
  -webkit-transform: translateY(-115px);
  -moz-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  -o-transform: translateY(-115px);
  transform: translateY(-115px);
}
#artist-header.stick-to-top #artist-header-info #artist-name {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#artist-header.stick-to-top #artist-header-info #artist-thumbnail {
  opacity: 0;
}
#artist-header.stick-to-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#artist-header #artist-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  overflow: hidden;
  background: #E6E6E6;
}
#artist-header #artist-header-background #artist-header-background-image {
  width: 100%;
  height: 100%;
}
#artist-header #artist-header-background #artist-header-background-image img {
  width: 100%;
}
#artist-header #artist-header-info {
  position: absolute;
  top: 50px;
  left: 15px;
  height: 220px;
}
#artist-header #artist-header-info #artist-name {
  height: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#artist-header #artist-header-info #artist-name.dark {
  color: #292929;
}
#artist-header #artist-header-info #artist-thumbnail {
  width: 170px;
  height: 170px;
  overflow: hidden;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#artist-header #artist-header-info #artist-thumbnail img {
  width: 100%;
}
#artist-header #artist-scroll-navigation {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: #E6E6E6;
}
#artist-header #artist-scroll-navigation > .container {
  height: 40px;
}
#artist-header #artist-scroll-navigation > .container nav {
  height: 40px;
  border-bottom: 2px solid #c2c2c2;
}
#artist-header #artist-scroll-navigation > .container nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: scroll;
}
#artist-header #artist-scroll-navigation > .container nav ul li {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  margin-right: 3px;
  border-bottom: 2px solid #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#artist-header #artist-scroll-navigation > .container nav ul li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  color: darkgray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#artist-header #artist-scroll-navigation > .container nav ul li:hover, #artist-header #artist-scroll-navigation > .container nav ul li.active {
  background: #292929;
}
#artist-header #artist-scroll-navigation > .container nav ul li:hover a, #artist-header #artist-scroll-navigation > .container nav ul li.active a {
  color: #FFF;
}

#artist-content {
  padding-top: 400px;
  overflow-x: hidden;
}
#artist-content #artist-links ul {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  text-align: right;
  list-style-type: none;
}
#artist-content #artist-links ul li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
}
#artist-content #artist-links ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 25px auto;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#artist-content #artist-links ul li a:hover {
  opacity: 0.5;
}
#artist-content #artist-links ul li a.homepage {
  background-image: url("./assets/images/icn_homepage.svg");
  background-position: center 9px;
  background-size: 14px auto;
}
#artist-content #artist-links ul li a.facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
#artist-content #artist-links ul li a.youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
#artist-content #artist-links ul li a.twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
#artist-content #artist-links ul li a.instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
#artist-content #artist-links ul li a.soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
#artist-content #artist-links ul li a.resident_advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
#artist-content #artist-links ul li a.bandcamp {
  background-image: url("./assets/images/icn_bandcamp.svg");
  background-size: 37px auto;
}
#artist-content #artist-links ul li a.discogs {
  background-image: url("./assets/images/icn_discogs.svg");
  background-size: 16px;
}
#artist-content > section:nth-last-child(n+2) {
  padding-bottom: 60px;
}
#artist-content .row.more {
  text-align: center;
}
#artist-content .row.more button {
  display: inline-block;
}
#artist-content #artist-bio #artist-bio-wrapper {
  position: relative;
  height: 180px;
  overflow: hidden;
}
#artist-content #artist-bio #artist-bio-wrapper.open {
  height: auto;
}
#artist-content #artist-bio #artist-bio-toggle-button {
  margin-top: 30px;
}
#artist-content #artist-mixes .artist-mix {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#artist-content #artist-videos .agp-cookie-embed--video {
  margin-bottom: 30px;
}
#artist-content #artist-misc #artist-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#artist-content #artist-misc #artist-contact ul:nth-last-child(n+2) {
  margin-bottom: 1em;
}
#artist-content #artist-misc #artist-contact ul li span.title {
  margin-right: 0.5em;
}
#artist-content #artist-misc #artist-press .artist-press-kit-size {
  color: darkgray;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0;
}
#artist-content #artist-downloads .artist-download {
  position: relative;
  margin-bottom: 30px;
}
#artist-content #artist-downloads .artist-download a {
  display: block;
}
#artist-content #artist-downloads .artist-download a .artist-download-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  height: 25px;
}
#artist-content #artist-downloads .artist-download a .artist-download-image {
  position: relative;
  background: #c2c2c2;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-image: url("./assets/images/icn_download_fallback.png");
  background-position: center center;
  background-size: 20px 25px;
  background-repeat: no-repeat;
}
#artist-content #artist-downloads .artist-download a .artist-download-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
#artist-content #artist-downloads .artist-download a .artist-download-image .artist-download-call-to-action {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(41, 41, 41, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#artist-content #artist-downloads .artist-download a .artist-download-image .artist-download-call-to-action span {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#artist-content #artist-downloads .artist-download a .artist-download-info {
  float: left;
  width: 100%;
  height: 36px;
  padding-top: 8px;
}
#artist-content #artist-downloads .artist-download a .artist-download-info .artist-download-type {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.085em;
  float: left;
  padding: 2px 0.25em 0;
  margin: -4px 0 0 0;
  color: #FFF;
  text-transform: uppercase;
  background-color: darkgray;
}
#artist-content #artist-downloads .artist-download a .artist-download-info .artist-download-dimensions {
  color: #8f8f8f;
  float: right;
  font-size: 10px;
  line-height: 14px;
}
#artist-content #artist-downloads .artist-download a .artist-download-info .artist-download-size {
  color: #8f8f8f;
  float: right;
  clear: right;
  font-size: 10px;
  line-height: 14px;
}
#artist-content #artist-downloads .artist-download:hover a .artist-download-call-to-action {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  #artist-header.stick-to-top {
    height: 130px;
    -webkit-transform: translateY(-115px);
    -moz-transform: translateY(-115px);
    -ms-transform: translateY(-115px);
    -o-transform: translateY(-115px);
    transform: translateY(-115px);
  }
  #artist-header.stick-to-top #artist-header-info #artist-name {
    -webkit-transform: translateY(-19px);
    -moz-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    -o-transform: translateY(-19px);
    transform: translateY(-19px);
  }
  #artist-header.stick-to-top #artist-header-info #artist-thumbnail {
    opacity: 0;
  }
  #artist-header.stick-to-nav {
    -webkit-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px);
  }
}
@media screen and (max-width: 768px) {
  #artist-header.stick-to-top {
    height: 100px;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  #artist-header.stick-to-top #artist-header-info #artist-name {
    -webkit-transform: translateY(-33px);
    -moz-transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -o-transform: translateY(-33px);
    transform: translateY(-33px);
  }
  #artist-header.stick-to-top #artist-header-info #artist-thumbnail {
    opacity: 0;
  }
  #artist-header.stick-to-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #artist-header #artist-scroll-navigation .container {
    padding-left: 0;
    padding-right: 0;
  }

  #artist-content #artist-links ul {
    text-align: left;
  }
  #artist-content #artist-links ul li {
    margin-left: 0;
    margin-right: 5px;
  }
}
a.artist-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
a.artist-tile .artist-title .artist-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
a.artist-tile .artist-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #c2c2c2;
}
a.artist-tile .artist-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

main.catalogue #releases-staged {
  margin-top: 18px;
  margin-bottom: 30px;
}
main.catalogue form#release-filter {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
main.catalogue form#release-filter .releases-search input {
  width: 100%;
}
main.catalogue form#release-filter .releases-filter .bpc-dropdown {
  margin-right: 0;
}

@media screen and (max-width: 690px) {
  form#release-filter .releases-filter {
    float: left;
  }
}
@media screen and (max-width: 480px) {
  form#release-filter .releases-search {
    margin-right: 0px;
    min-width: 100%;
    margin-bottom: 15px;
  }
  form#release-filter .releases-search input {
    width: 100%;
  }
  form#release-filter .releases-filter {
    float: none;
    width: 100%;
  }
  form#release-filter .releases-filter .button {
    margin-right: 0;
    width: 100%;
  }
}
body.single-release .menu-main-menu-container .menu-item-catalogue a {
  color: #292929 !important;
}

body.single-release .woocommerce-variation-availability .stock {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  color: #8f8f8f;
}
body.single-release .woocommerce-variation-availability .stock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url(./assets/images/icn_info.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.33;
}
body.single-release .woocommerce-variation-price {
  position: relative;
  width: 100%;
  background: #c2c2c2;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
body.single-release .woocommerce-variation-price .price {
  display: block;
  float: right;
  font-weight: bold;
}
body.single-release .woocommerce-variation-price:before {
  content: "PRICE";
  position: absolute;
  height: 39px;
  line-height: 20px;
  left: 17px;
  color: #8f8f8f;
}

html:lang(de-DE) body.single-release .woocommerce-variation-price:before {
  content: "PREIS";
}

#release-header {
  padding-top: 30px;
  padding-bottom: 15px;
}
#release-header .back-link {
  display: inline-block;
  margin-bottom: 30px;
}
#release-header #release-title {
  margin: 0.67em 0;
}
#release-header #release-title #release-name,
#release-header #release-title #release-artist {
  font-size: 28px;
  line-height: 34px;
  text-transform: none;
  font-weight: 600;
  margin: 0;
}
#release-header #release-title #release-artist span:first-child {
  color: darkgray;
}
#release-header #release-sharing {
  text-align: right;
}

#release-content p.hint {
  position: relative;
  font-size: 12px;
  padding: 0 0 0 20px;
  display: inline-block;
  width: 100%;
  color: #8f8f8f;
}
#release-content p.hint:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url("./assets/images/icn_info.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.33;
}
#release-content .release-format-info {
  display: none;
}
#release-content div.release-format-info.active,
#release-content span.release-format-info.active {
  display: block;
}
#release-content tr.release-format-info.active {
  display: table-row;
}
#release-content > section {
  float: left;
  position: relative;
}
#release-content section h2,
#release-content section h3 {
  text-transform: uppercase;
}
#release-content #release-formats,
#release-content #release-misc {
  padding-left: 45px;
}
#release-content #release-gallery {
  padding-right: 15px;
}
#release-content #release-tracklist {
  padding-right: 100px;
}
#release-content #release-tracklist #player {
  margin-top: -13px;
}
#release-content #release-gallery {
  width: 50%;
  padding-right: 20px;
}
#release-content #release-formats {
  height: 36px;
  z-index: 2;
  width: 50%;
}
#release-content #release-formats ul {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #c2c2c2;
}
#release-content #release-formats ul li {
  cursor: pointer;
  float: left;
  display: block;
  height: 36px;
  line-height: 39px;
  margin-right: 3px;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 60px;
  padding: 0 10px;
  text-align: center;
  color: #8f8f8f;
  background: transparent;
  border-bottom: 2px solid #292929;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#release-content #release-formats ul li.active, #release-content #release-formats ul li:hover {
  color: #FFF;
  background: #292929;
}
#release-content #release-misc {
  z-index: 1;
  width: 50%;
  padding-top: 30px;
}
#release-content #release-misc h3 {
  padding-left: 22px;
  font-size: 14px;
  padding-top: 4px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 14px 14px;
  margin-bottom: 15px;
}
#release-content #release-misc h3 span.sale-hint,
#release-content #release-misc h3 span.preorder-hint {
  color: #FFF;
  float: right;
  background: #ff542c;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 5px 0;
  margin-top: -2px;
}
#release-content #release-misc h3 span.preorder-hint {
  background: #ec1dd3;
}
#release-content #release-misc #release-get-options {
  float: left;
  width: 50%;
}
#release-content #release-misc #release-get-options h3.buy {
  background-image: url("./assets/images/icn_cart.svg");
}
#release-content #release-misc #release-get-options h3.download {
  background-image: url("./assets/images/icn_download.svg");
}
#release-content #release-misc #release-get-options h3.stream {
  background-size: 14px 11px;
  background-position: 0 5px;
  background-image: url("./assets/images/icn_stream.svg");
}
#release-content #release-misc #release-get-options ul.release-get-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
#release-content #release-misc #release-get-options ul.release-get-options > li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
#release-content #release-misc #release-get-options ul.release-get-options > li a, #release-content #release-misc #release-get-options ul.release-get-options > li button {
  float: left;
  display: inline-block;
  width: 100%;
}
#release-content #release-misc #release-get-options ul.release-get-options > li a span.title, #release-content #release-misc #release-get-options ul.release-get-options > li button span.title {
  float: left;
  color: darkgray;
}
#release-content #release-misc #release-get-options ul.release-get-options > li a span.option,
#release-content #release-misc #release-get-options ul.release-get-options > li a span.price, #release-content #release-misc #release-get-options ul.release-get-options > li button span.option,
#release-content #release-misc #release-get-options ul.release-get-options > li button span.price {
  float: right;
  text-align: right;
}
#release-content #release-misc #release-details {
  float: left;
  width: 50%;
}
#release-content #release-misc #release-details h3 {
  background-image: url("./assets/images/icn_disc.svg");
}
#release-content #release-misc #release-details table tr td {
  padding: 10px 0;
  font-size: 0.8em;
  background: transparent;
}
#release-content #release-misc #release-details table tr td.value {
  width: 100%;
}
#release-content #release-misc #release-details table tr td.value span.preorder {
  background: #ec1dd3;
  padding: 2px 4px 0;
  color: #FFF;
}
#release-content #release-misc #release-details table tr td.value.artist {
  font-weight: normal;
}
#release-content #release-misc #release-details table tr td.value.artist a {
  font-weight: bold;
}
#release-content #release-misc #release-details table tr td.label {
  min-width: 120px;
  padding-right: 20px;
}
#release-content #release-format-info {
  width: 100%;
  clear: left;
  clear: both;
  margin: 15px 0;
  background: #c2c2c2;
}
#release-content #release-format-info .description > div {
  padding: 15px;
}
#release-content #release-tracklist {
  width: 50%;
  clear: left;
  margin: 0 0 30px 0;
}
#release-content #release-description {
  width: 50%;
  padding-left: 45px;
  margin: 0 0 30px 0;
}
#release-content #release-press-downloads {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
#release-content #release-press-downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#release-content #release-press-downloads p.hint {
  margin-top: 15px;
}

#release-footer .back-link {
  display: inline-block;
  margin-top: 30px;
}

.staged-releases .row.more {
  text-align: center;
}

@media screen and (max-width: 992px) {
  #release-content #release-misc {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  #release-content #release-misc #release-get-options {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
  }
  #release-content #release-misc #release-details {
    width: 100%;
  }
  #release-content #release-gallery {
    width: 50%;
    padding-right: 15px;
  }
  #release-content #release-format-info {
    width: 100%;
  }
  #release-content #release-tracklist {
    width: 50%;
    padding-right: 30px;
  }
  #release-content #release-description {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #release-content #release-formats,
#release-content #release-misc,
#release-content #release-description,
#release-content #release-get-options,
#release-content #release-gallery,
#release-content #release-tracklist {
    padding-left: 0;
    padding-right: 0;
  }
  #release-content #release-formats {
    width: 100%;
    padding-top: 15px;
    height: 51px;
  }
  #release-content #release-gallery {
    width: 100%;
  }
  #release-content #release-misc {
    width: 100%;
  }
  #release-content #release-misc #release-get-options {
    padding-top: 0;
  }
  #release-content #release-tracklist {
    width: 100%;
    margin-bottom: 30px;
  }
  #release-content #release-description {
    width: 100%;
  }
}
a.release-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
a.release-tile .release-title {
  height: 36px;
}
a.release-tile .release-title .release-name,
a.release-tile .release-title .release-artist {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
a.release-tile .release-title .release-artist {
  margin-bottom: 4px;
}
a.release-tile .release-title .release-artist span:first-child {
  color: #8f8f8f;
}
a.release-tile .release-product-infos {
  float: left;
  width: 100%;
  height: 40px;
}
a.release-tile .release-product-infos .release-formats {
  margin-top: 5px;
}
a.release-tile .release-product-infos .release-formats {
  float: left;
  width: 100%;
}
a.release-tile .release-product-infos .release-formats ul {
  float: left;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a.release-tile .release-product-infos .release-formats ul .release-format {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.04em;
  display: block;
  float: left;
  padding: 2px 0.25em 0;
  margin: 0 0 0 2px;
  color: #FFF;
  text-transform: uppercase;
  background-color: darkgray;
}
a.release-tile .release-product-infos .release-formats ul .release-format.sale {
  background-color: #ff542c;
}
a.release-tile .release-product-infos .release-formats ul .release-format.preorder {
  background-color: #ec1dd3;
}
a.release-tile .release-product-infos .release-formats ul .release-format:first-child {
  margin-left: 0;
}
a.release-tile .release-product-infos .release-min-price {
  float: left;
  width: 100%;
  font-size: 12px;
}
a.release-tile .release-cover {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #c2c2c2;
}
a.release-tile .release-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
a.release-tile .release-cover .release-tile-call-to-action {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(41, 41, 41, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a.release-tile .release-cover .release-tile-call-to-action span {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
a.release-tile .release-cover .release-tile-sale-flag,
a.release-tile .release-cover .release-tile-preorder-flag {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 15px;
  background: #292929;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 3px 4px 2px;
}
a.release-tile .release-cover .release-tile-sale-flag {
  background: #ff542c;
}
a.release-tile .release-cover .release-tile-preorder-flag {
  background: #ec1dd3;
}
a.release-tile:hover .release-tile-call-to-action {
  opacity: 1;
}
a.release-tile.large {
  color: #FFF;
  padding: 30px 45px;
  background: #292929;
}
a.release-tile.large .release-title {
  height: 50px;
}
a.release-tile.large .release-title .release-name,
a.release-tile.large .release-title .release-artist {
  font-size: 20px;
  line-height: 22px;
}
a.release-tile.large .release-product-infos .release-formats {
  margin: 5px 0 0;
}
a.release-tile.large .release-product-infos .release-formats {
  float: left;
  width: auto;
}
a.release-tile.large .release-product-infos .release-formats ul {
  margin: 0;
}
a.release-tile.large .release-product-infos .release-min-price {
  float: left;
  width: auto;
  font-size: 14px;
  text-align: left;
}
a.release-tile.large .release-excerpt {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  font-size: 12px;
  height: 85px;
  overflow: hidden;
}
a.release-tile.large .release-excerpt p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  a.release-tile.large {
    padding: 20px 20px 30px 20px;
  }
  a.release-tile.large .release-artist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1060px) {
  a.release-tile .release-product-infos .release-formats ul .release-format {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.085em;
    display: block;
    float: left;
    padding: 2px 0.25em 0;
    margin: 0 0 0 2px;
    color: #FFF;
    text-transform: uppercase;
    background-color: darkgray;
  }
}
.releases-filter > div {
  float: left;
  margin-right: 10px;
}
.releases-filter .releases-filter-controlls button:first-child {
  margin-right: 10px;
}
.releases-filter .releases-filter-title {
  font-weight: bold;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 690px) {
  .releases-filter > div {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .releases-filter .bpc-dropdown {
    width: 100%;
    margin-bottom: 5px;
  }
  .releases-filter .bpc-dropdown button {
    width: 100%;
  }
  .releases-filter .releases-filter-title {
    display: none;
  }
  .releases-filter .releases-filter-controlls {
    margin-bottom: 30px;
  }
  .releases-filter .releases-filter-controlls button {
    margin-right: 0 !important;
    float: left;
    width: 50%;
  }
}
#releases-staged .row.more {
  text-align: center;
}

main.products #products-staged {
  margin-top: 18px;
  margin-bottom: 30px;
}
main.products #products {
  margin-top: 18px;
}
main.products #products .product-list-pagination {
  margin-top: 30px;
}
main.products form#product-filter {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
main.products form#product-filter .product-search input {
  width: 100%;
}
main.products form#product-filter .product-filter .bpc-dropdown {
  margin-right: 0;
}
main.products form#product-filter #product-dropwdown-order-by {
  float: right;
}
main.products form#product-filter #product-dropwdown-order-by .bpc-dropdown-button {
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .product-search {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .product-search input {
    width: 100%;
  }

  .product-filter #product-dropwdown-artist {
    width: 100%;
  }
  .product-filter #product-dropwdown-artist .button {
    width: 100%;
  }
  .product-filter #product-dropwdown-order-by {
    width: 100%;
  }
  .product-filter #product-dropwdown-order-by .button {
    width: 100%;
  }
  .product-filter #product-dropwdown-order-by .product-order-by-title {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .product-filter .button {
    width: 100%;
    margin-bottom: 0;
  }
  .product-filter #product-dropwdown-artist,
.product-filter #product-dropwdown-order-by {
    margin-bottom: 15px;
    width: 100%;
  }
}
#products-staged .product-tile {
  margin-bottom: 20px;
}
#products-staged .row.more {
  margin-top: 0;
  text-align: center;
}

.product-tile {
  display: block;
  margin-bottom: 30px;
}
.product-tile .product-tile-title {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 3px;
}
.product-tile .product-tile-title h1 {
  font-size: 16px;
  margin: 0;
  text-transform: none;
  max-height: 40px;
}
.product-tile .product-tile-image {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-color: #c2c2c2;
}
.product-tile .product-tile-image img {
  position: absolute;
  width: 100%;
}
.product-tile .product-tile-image .product-tile-call-to-action {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(41, 41, 41, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-tile .product-tile-image .product-tile-call-to-action span {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-tile .product-tile-image .product-tile-sale-flag,
.product-tile .product-tile-image .product-tile-out-of-stock-flag,
.product-tile .product-tile-image .product-tile-preorder-flag {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 15px;
  background: #ff542c;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 3px 4px 2px;
}
.product-tile .product-tile-image .product-tile-sale-flag {
  background: #ff542c;
}
.product-tile .product-tile-image .product-tile-out-of-stock-flag {
  background: darkgray;
}
.product-tile .product-tile-image .product-tile-preorder-flag {
  background: #ec1dd3;
}
.product-tile:hover .product-tile-call-to-action {
  opacity: 1;
}
.product-tile .product-tile-infos {
  width: 100%;
  height: 35px;
  margin-top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.product-tile .product-tile-infos .product-tile-price {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}
.product-tile .product-tile-infos .product-tile-price del,
.product-tile .product-tile-infos .product-tile-price ins {
  float: right;
  clear: both;
}
.product-tile .product-tile-infos .product-tile-price del {
  color: #8f8f8f;
  margin-bottom: -5px;
}
.product-tile .product-tile-infos .product-tile-sizes {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-tile .product-tile-infos .product-tile-sizes ul {
  float: left;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-tile .product-tile-infos .product-tile-sizes ul li {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.04em;
  display: block;
  float: left;
  min-width: 16px;
  text-align: center;
  padding: 3px 4px 0;
  margin: 0 0 0 2px;
  color: #FFF;
  text-transform: uppercase;
  background-color: darkgray;
}
.product-tile .product-tile-infos .product-tile-sizes ul li:first-child {
  margin-left: 0;
}
.product-tile.large {
  float: left;
  color: #FFF;
  padding: 30px 45px;
  background: #292929;
}
.product-tile.large .product-tile-title {
  float: left;
  font-size: 20px;
  width: 100%;
  height: 30px;
  display: block;
  margin-bottom: 0;
}
.product-tile.large .product-tile-image {
  float: left;
}
.product-tile.large .product-tile-infos {
  float: left;
  margin-top: 5px;
}
.product-tile.large .product-tile-infos .product-tile-price {
  width: auto;
  float: left;
  margin-top: 0 0 10px;
  text-align: left;
  font-size: 14px;
}
.product-tile.large .product-tile-excerpt {
  float: left;
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0 0;
  font-size: 12px;
  height: 95px;
  overflow: hidden;
}
.product-tile.large .product-tile-excerpt p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  a.product-tile.large {
    padding: 20px 20px 30px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  a.product-tile.large .product-tile-title {
    margin-bottom: 15px;
  }
}
.product-filter > div {
  float: left;
  margin-right: 10px;
}
.product-filter .product-filter-controlls button:first-child {
  margin-right: 10px;
}
.product-filter .product-order-by-title {
  font-weight: bold;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  float: right;
}

@media screen and (max-width: 690px) {
  .product-filter > div {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .product-filter .bpc-dropdown {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-filter .bpc-dropdown button {
    width: 100%;
  }
  .product-filter .product-order-by-title {
    display: none;
  }
  .product-filter .product-filter-controlls {
    margin-bottom: 30px;
  }
  .product-filter .product-filter-controlls button {
    margin-right: 0 !important;
    float: left;
    width: 50%;
  }
}
#product-categories {
  list-style-type: none;
  margin: 0;
  padding: 0 0 60px;
}
#product-categories li {
  margin: 0;
  padding: 0;
}
#product-categories li .product-catgeory-switch {
  font-weight: 600;
  cursor: pointer;
  color: #8f8f8f;
}
#product-categories li .product-catgeory-switch.active, #product-categories li .product-catgeory-switch:hover {
  color: #292929;
}
#product-categories li .product-catgeory-label {
  padding-top: 15px;
  color: #8f8f8f;
}

body.single-product .menu-main-menu-container .menu-item-merch a {
  color: #292929 !important;
}

main.product {
  padding-top: 30px;
}
main.product #product-add-to-cart {
  width: 50%;
  padding-left: 15px;
}
main.product #product-header .back-link {
  margin-bottom: 30px;
}
main.product #product-header #product-title h1 {
  text-transform: none;
}
main.product #product-footer .back-link {
  margin-top: 60px;
}
main.product section {
  float: left;
  position: relative;
  min-height: 1px;
}
main.product section h3 {
  padding-left: 22px;
  font-size: 14px;
  padding-top: 4px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 14px 14px;
  margin-bottom: 15px;
}
main.product section h3 span.sale-hint,
main.product section h3 span.preorder-hint {
  color: #FFF;
  float: right;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 5px 0;
  margin-top: -2px;
}
main.product section h3 span.sale-hint {
  background: #ff542c;
}
main.product section h3 span.preorder-hint {
  background: #ec1dd3;
}
main.product section p.hint,
main.product section p.stock,
main.product section p.out-of-stock {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  color: #8f8f8f;
}
main.product section p.hint:before,
main.product section p.stock:before,
main.product section p.out-of-stock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url("./assets/images/icn_info.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.33;
}
main.product #product-gallery {
  width: 50%;
  padding-right: 20px;
}
main.product #product-misc {
  width: 50%;
  padding-left: 20px;
}
main.product #product-misc #product-details {
  width: 50%;
  padding-left: 0;
}
main.product #product-misc #product-details h3 {
  background-image: url("./assets/images/icn_infosheet.svg");
}
main.product #product-misc #product-details table tr td {
  padding: 10px 0;
  font-size: 0.8em;
  background: transparent;
}
main.product #product-misc #product-details table tr td.value {
  width: 100%;
}
main.product #product-misc #product-details table tr td.value span.preorder {
  background: #ec1dd3;
  padding: 2px 4px 0;
  color: #FFF;
}
main.product #product-misc #product-details table tr td.label {
  min-width: 120px;
  padding-right: 20px;
}
main.product #product-description {
  width: 50%;
  padding-left: 20px;
}

#product-add-to-cart {
  width: 100%;
}
#product-add-to-cart form {
  margin-bottom: 10px;
}
#product-add-to-cart h3 {
  background-image: url("./assets/images/icn_cart.svg");
}
#product-add-to-cart .product-price {
  position: relative;
  width: 100%;
  background: #c2c2c2;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
#product-add-to-cart .product-price .label {
  display: block;
  float: left;
  color: #8f8f8f;
  font-weight: 600;
}
#product-add-to-cart .product-price .value {
  display: block;
  float: right;
  font-weight: bold;
}
#product-add-to-cart table {
  max-width: 100%;
  margin: 0 0 10px 0;
}
#product-add-to-cart table tr:nth-last-child(n+2) {
  border-bottom: 10px solid transparent;
}
#product-add-to-cart table tr th {
  padding: 9px 0 0 15px;
  background-color: #c2c2c2;
}
#product-add-to-cart table tr th label {
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 600;
  font-size: 14px;
}
#product-add-to-cart table tr td {
  position: relative;
  padding: 0 0 0 17px;
  min-height: 39px;
  vertical-align: middle;
  background-color: #c2c2c2;
}
#product-add-to-cart table tr td select {
  opacity: 0;
}
#product-add-to-cart table tr td label {
  position: relative;
  width: 100%;
  display: block;
  line-height: 0;
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #8f8f8f;
}
#product-add-to-cart table tr td .nice-select {
  width: 100%;
  background-color: transparent;
  color: #292929;
}
#product-add-to-cart table tr td .nice-select .current {
  display: block;
  text-align: right;
  width: 100%;
  font-weight: bold;
}
#product-add-to-cart table tr td .nice-select:after {
  background-image: url("./assets/images/icn_arrow_down.svg");
}
#product-add-to-cart .quantity {
  display: none !important;
}
#product-add-to-cart .button {
  width: 100%;
}
#product-add-to-cart .reset_variations {
  display: none !important;
}

@media screen and (max-width: 992px) {
  main.product #product-add-to-cart {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
  }
  main.product #product-misc {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  main.product #product-misc #product-details {
    width: 100%;
    padding-left: 0;
  }
  main.product #product-gallery {
    padding-right: 15px;
  }
  main.product #product-description {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  main.product #product-misc,
main.product #product-description,
main.product #product-add-to-cart,
main.product #product-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  main.product #product-gallery {
    width: 100%;
  }
  main.product #product-misc {
    width: 100%;
  }
  main.product #product-misc #product-add-to-cart {
    padding-top: 0;
  }
  main.product #product-description {
    width: 100%;
  }
}
.error-page {
  text-align: center;
  margin-bottom: 15px;
}
.error-page h1 {
  font-size: 200px;
  margin: 45px 0 0 0;
}
.error-page p {
  font-size: 30px;
  margin-top: -20px;
}

@media screen and (max-width: 480px) {
  .error-page h1 {
    font-size: 130px;
    margin-top: 20px;
  }
  .error-page p {
    font-size: 20px;
    margin-top: -20px;
  }
}
.bpc-player {
  font-size: 14px;
  position: relative;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}

.bpc-player.error {
  background: red;
}

.bpc-player.ready {
  opacity: 1;
}

.bpc-player-track {
  position: relative;
  width: 100%;
  float: left;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  box-sizing: content-box;
  transition: height 0.3s;
}

.bpc-player-track.cued,
.bpc-player-track.playing {
  height: 75px;
}

.bpc-player-track.cued .bpc-player-track-waveform {
  animation: PULSE_OPACITY 2s infinite;
}

@keyframes PULSE_OPACITY {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bpc-player-track.error {
  cursor: default !important;
  background: transparent !important;
  height: 45px !important;
  color: red;
}

.bpc-player-track.error .bpc-player-track-title:after {
  display: none !important;
}

.bpc-player-track-info {
  position: relative;
  padding: 15px 0;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  letter-spacing: 0.025em;
}

.bpc-player-track-info > div {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bpc-player-track-info span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bpc-player-track-position {
  width: 18px;
  font-weight: bold;
}

.bpc-player-track-title {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px 0 15px;
}

.bpc-player-track-title:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  height: 12px;
  width: 12px;
  margin-top: -8px;
  background-image: url("./assets/images/player/play-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.33;
  transition: opacity 0.3s;
}

.bpc-player-track.playing .bpc-player-track-title:after {
  background-image: url("./assets/images/player/pause-icon.png");
}

.bpc-player-track-info:hover .bpc-player-track-title:after {
  opacity: 1;
}

.bpc-player-track-duration {
  width: 30px;
  opacity: 1;
  color: #8f8f8f;
  text-align: right;
}

.bpc-player-track-waveform {
  position: relative;
  width: 100%;
  float: left;
  height: 55px;
  transition: opacity 0.3s;
}

.bpc-player-track-waveform-wrapper {
  top: -5px;
}

.bpc-player-track-waveform-wrapper,
.bpc-player-track-waveform-wrapper canvas {
  position: absolute;
  z-index: 1;
  height: 70px;
}

.bpc-player-track-waveform-wrapper.active {
  z-index: 3;
  width: 0;
  overflow: hidden;
  transition: width 0.15s linear;
}

.bpc-player-track-waveform-wrapper.seek {
  z-index: 2;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}

.bpc-player-track.playing.shows-cursor .bpc-player-track-waveform-wrapper.seek {
  opacity: 1;
}

.bpc-player-track-cursor {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 2px;
  margin: -10px 0 0 -1px;
  height: 53px;
  background: #a9a9a9;
  opacity: 0;
  transition: opacity 0.3s;
}

.bpc-player-track.playing.shows-cursor .bpc-player-track-cursor {
  opacity: 1;
}

.bpc-slider {
  position: relative;
  padding: 45px 0 0 0;
  background: #292929;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.bpc-slider * {
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.bpc-slider.ready {
  opacity: 1;
}
.bpc-slider .bpc-slider-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
.bpc-slider .bpc-slider-backgrounds .bpc-slider-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bpc-slider .bpc-slider-container {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.bpc-slider .bpc-slider-container > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left {
  position: relative;
  z-index: 2;
  width: 100px;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left:before {
  position: absolute;
  content: "";
  z-index: 1;
  height: 50%;
  width: 10000%;
  bottom: 0;
  left: -5000%;
  background-color: #E6E6E6;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-page-indicators {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 10px 0 0 15px;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-page-indicators .bpc-slider-page-indicator {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #8f8f8f;
  margin-right: 5px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-page-indicators .bpc-slider-page-indicator.active {
  background-color: #292929;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-nav-rwd {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-nav-rwd .bpc-slider-nav-button-rwd {
  cursor: pointer;
  position: absolute;
  top: 75%;
  left: 15px;
  height: 45px;
  width: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url("./assets/images/slider/slider-arrow-left.png");
}
.bpc-slider .bpc-slider-container .bpc-slider-page-right {
  position: relative;
  z-index: 2;
  width: 45px;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-right .bpc-slider-nav-fwd {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.bpc-slider .bpc-slider-container .bpc-slider-page-right .bpc-slider-nav-fwd .bpc-slider-nav-button-fwd {
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 15px;
  height: 45px;
  width: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url("./assets/images/slider/slider-arrow-right-black.png");
}
.bpc-slider .bpc-slider-container .bpc-slider-images {
  position: relative;
  z-index: 2;
  width: 30%;
  min-width: 250px;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul {
  position: relative;
  width: 100%;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li.show {
  z-index: 2;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li.hide {
  z-index: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img {
  width: 100%;
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.show {
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.hide {
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.show-fwd {
  -webkit-animation: SHOW-IMAGE-FWD 0.75s;
  -moz-animation: SHOW-IMAGE-FWD 0.75s;
  animation: SHOW-IMAGE-FWD 0.75s;
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.hide-fwd {
  -webkit-animation: HIDE-IMAGE-FWD 0.75s;
  -moz-animation: HIDE-IMAGE-FWD 0.75s;
  animation: HIDE-IMAGE-FWD 0.75s;
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.show-rwd {
  -webkit-animation: SHOW-IMAGE-RWD 0.75s;
  -moz-animation: SHOW-IMAGE-RWD 0.75s;
  animation: SHOW-IMAGE-RWD 0.75s;
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-images ul li img.hide-rwd {
  -webkit-animation: HIDE-IMAGE-RWD 0.75s;
  -moz-animation: HIDE-IMAGE-RWD 0.75s;
  animation: HIDE-IMAGE-RWD 0.75s;
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents:before {
  position: absolute;
  content: "";
  z-index: 1;
  height: 75%;
  min-height: 250px;
  width: 999%;
  bottom: 0;
  left: 0;
  background-color: #E6E6E6;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  min-height: 250px;
  padding: 45px 0 0 45px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul {
  position: relative;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li.show {
  z-index: 2;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li.hide {
  z-index: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  z-index: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.show {
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.hide {
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.show-fwd {
  -webkit-animation: SHOW-TEXT-FWD 0.75s;
  -moz-animation: SHOW-TEXT-FWD 0.75s;
  animation: SHOW-TEXT-FWD 0.75s;
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.hide-fwd {
  -webkit-animation: HIDE-TEXT-FWD 0.75s;
  -moz-animation: HIDE-TEXT-FWD 0.75s;
  animation: HIDE-TEXT-FWD 0.75s;
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.show-rwd {
  -webkit-animation: SHOW-TEXT-RWD 0.75s;
  -moz-animation: SHOW-TEXT-RWD 0.75s;
  animation: SHOW-TEXT-RWD 0.75s;
  opacity: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text ul li div.hide-rwd {
  -webkit-animation: HIDE-TEXT-RWD 0.75s;
  -moz-animation: HIDE-TEXT-RWD 0.75s;
  animation: HIDE-TEXT-RWD 0.75s;
  opacity: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-cat-no {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #999;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-release-name,
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-artist {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-artist span:first-child {
  color: #999;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions {
  position: relative;
  margin: 15px 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions button {
  display: inline-block;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .bpc-slider-listen-button {
  width: 100px;
  margin-left: 7px;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .bpc-slider-listen-button .inactive-text {
  display: inline;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .bpc-slider-listen-button .active-text {
  display: none;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .bpc-slider-listen-button.playing .inactive-text {
  display: none;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .bpc-slider-listen-button.playing .active-text {
  display: inline;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players {
  min-height: 60px;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul {
  position: relative;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li.show {
  z-index: 2;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li.show .bpc-slider-player {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li.hide {
  z-index: 1;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li.hide .bpc-slider-player {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  overflow: hidden;
  height: 60px;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.show {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.hide {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.show-fwd {
  -webkit-animation: SHOW-PLAYER-FWD 0.75s;
  -moz-animation: SHOW-PLAYER-FWD 0.75s;
  animation: SHOW-PLAYER-FWD 0.75s;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.hide-fwd {
  -webkit-animation: HIDE-PLAYER-FWD 0.75s;
  -moz-animation: HIDE-PLAYER-FWD 0.75s;
  animation: HIDE-PLAYER-FWD 0.75s;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.show-rwd {
  -webkit-animation: SHOW-PLAYER-RWD 0.75s;
  -moz-animation: SHOW-PLAYER-RWD 0.75s;
  animation: SHOW-PLAYER-RWD 0.75s;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.hide-rwd {
  -webkit-animation: HIDE-PLAYER-RWD 0.75s;
  -moz-animation: HIDE-PLAYER-RWD 0.75s;
  animation: HIDE-PLAYER-RWD 0.75s;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-info {
  height: 20px;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #8f8f8f;
  cursor: default;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-info .bpc-player-track-position {
  font-weight: normal;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-info .bpc-player-track-title {
  padding-left: 0px;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-info .bpc-player-track-title:after {
  display: none;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-waveform {
  height: 35px;
  overflow: hidden;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player .bpc-player-track .bpc-player-track-waveform .bpc-player-track-waveform-wrapper {
  top: 0;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player:not(.playing) .bpc-player-track:first-child {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player:not(.playing) .bpc-player-track:first-child .bpc-player-track-waveform .bpc-player-track-cursor {
  display: none;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player:not(.playing) .bpc-player-track:first-child .bpc-player-track-waveform .bpc-player-track-waveform-wrapper.active {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player:not(.playing) .bpc-player-track:first-child .bpc-player-track-waveform .bpc-player-track-waveform-wrapper.active:hover {
  opacity: 0.5;
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player:not(.playing) .bpc-player-track:nth-child(n+2) {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.playing .bpc-player-track {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players ul li .bpc-slider-player.playing .bpc-player-track.playing {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bpc-slider ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bpc-slider .hide {
  display: block !important;
}

@media screen and (max-width: 1280px) {
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container {
    padding: 30px 0 0 30px;
  }
}
@media screen and (max-width: 998px) {
  .bpc-slider .bpc-slider-container > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left {
    width: 75px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-page-indicators {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-right {
    position: relative;
    z-index: 2;
    width: 30px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container {
    padding: 30px 0 0 30px;
    height: 75%;
    min-height: 250px;
    display: block;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container > div {
    float: left;
    width: 100%;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text {
    height: 90px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-release-name,
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-artist {
    font-size: 24px;
    line-height: 30px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions {
    height: 40px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players {
    height: 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .bpc-slider {
    margin-bottom: 0px;
  }
  .bpc-slider .bpc-slider-backgrounds {
    height: 50%;
  }
  .bpc-slider .bpc-slider-container {
    display: block;
    width: 100%;
  }
  .bpc-slider .bpc-slider-container > div {
    display: block;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left {
    position: static;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-page-indicators {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    width: 100%;
    height: 20px;
    padding: 0;
    text-align: center;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-nav-rwd {
    top: 15%;
    left: 0;
    width: 45px;
    height: 45px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-left .bpc-slider-nav-rwd .bpc-slider-nav-button-rwd {
    top: 0;
    left: 15px;
    margin: 0;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-right {
    position: static;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-right .bpc-slider-nav-fwd {
    top: 15%;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-page-right .bpc-slider-nav-fwd .bpc-slider-nav-button-fwd {
    top: 0;
    right: 0;
    margin: 0;
    background-image: url("./assets/images/slider/slider-arrow-right.png");
  }
  .bpc-slider .bpc-slider-container .bpc-slider-images {
    margin: 0 auto -90px;
    z-index: 3;
    width: 50%;
    min-width: 180px;
    max-width: 300px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents:before {
    height: 90%;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container {
    position: relative;
    padding: 110px 15px 0 15px;
    margin-bottom: 20px;
    min-height: 340px;
    overflow: hidden;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text {
    text-align: center;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-cat-no {
    margin-bottom: 5px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-release-name,
.bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-text .bpc-slider-artist {
    font-size: 24px;
    line-height: 30px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions {
    text-align: center;
    margin: 0 0 20px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-actions .button {
    min-width: 100px;
    margin: 0 7px;
  }
  .bpc-slider .bpc-slider-container .bpc-slider-contents .bpc-slider-contents-container .bpc-slider-players {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes SHOW-IMAGE-FWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes SHOW-IMAGE-FWD {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes SHOW-IMAGE-FWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes HIDE-IMAGE-FWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
  }
}
@-moz-keyframes HIDE-IMAGE-FWD {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
  }
}
@keyframes HIDE-IMAGE-FWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes SHOW-IMAGE-RWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes SHOW-IMAGE-RWD {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
  }
  25% {
    opacity: 0;
    -moz-transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes SHOW-IMAGE-RWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes HIDE-IMAGE-RWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
}
@-moz-keyframes HIDE-IMAGE-RWD {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
}
@keyframes HIDE-IMAGE-RWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
@-webkit-keyframes SHOW-TEXT-FWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes SHOW-TEXT-FWD {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes SHOW-TEXT-FWD {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes HIDE-TEXT-FWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
  }
}
@-moz-keyframes HIDE-TEXT-FWD {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
  }
}
@keyframes HIDE-TEXT-FWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
  }
}
@-webkit-keyframes SHOW-TEXT-RWD {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes SHOW-TEXT-RWD {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes SHOW-TEXT-RWD {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes HIDE-TEXT-RWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
  }
}
@-moz-keyframes HIDE-TEXT-RWD {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
  }
}
@keyframes HIDE-TEXT-RWD {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
@-webkit-keyframes SHOW-PLAYER-FWD {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes SHOW-PLAYER-FWD {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes SHOW-PLAYER-FWD {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes HIDE-PLAYER-FWD {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
@-moz-keyframes HIDE-PLAYER-FWD {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
@keyframes HIDE-PLAYER-FWD {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes SHOW-PLAYER-RWD {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes SHOW-PLAYER-RWD {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes SHOW-PLAYER-RWD {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes HIDE-PLAYER-RWD {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
@-moz-keyframes HIDE-PLAYER-RWD {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
@keyframes HIDE-PLAYER-RWD {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
}
.gallery {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: -40px;
}
@media screen and (min-width: 860px) {
  .gallery--zoomable .gallery-images li:hover {
    cursor: zoom-in;
  }
}
.gallery ul {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
}
.gallery ul li {
  margin: 0;
  padding: 0;
}
.gallery .gallery-images {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: -80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
.gallery .gallery-images li {
  position: absolute;
  padding-right: 80px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.gallery .gallery-images li.active {
  z-index: 1;
  opacity: 1;
}
.gallery .gallery-images li.hidden {
  display: none;
}
.gallery .gallery-images li a {
  display: block;
}
.gallery .gallery-images li a img {
  width: 100%;
}
.gallery .gallery-images li .easyzoom .easyzoom-notice {
  display: none;
}
.gallery .gallery-images li .easyzoom .easyzoom-flyout {
  position: absolute;
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.gallery .gallery-images li .easyzoom .easyzoom-flyout img {
  max-width: none;
}
.gallery .gallery-thumbnails {
  z-index: 2;
  top: 0;
  right: -5px;
  width: 80px;
  height: 100%;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.gallery .gallery-thumbnails li {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  max-height: 80px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallery .gallery-thumbnails li:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 3px #292929;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery .gallery-thumbnails li img {
  position: absolute;
  height: 100%;
  width: auto;
}
.gallery .gallery-thumbnails li:last-child {
  margin-bottom: 0;
}
.gallery .gallery-thumbnails li:hover:after, .gallery .gallery-thumbnails li.active:after {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .gallery {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 110px;
  }
  .gallery ul {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .gallery ul li {
    margin: 0;
    padding: 0;
  }
  .gallery .gallery-images {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .gallery .gallery-images li {
    padding-right: 0;
  }
  .gallery .gallery-thumbnails {
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin-top: 5px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .gallery .gallery-thumbnails li {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .gallery .gallery-thumbnails li img {
    width: 100%;
    height: auto;
  }
  .gallery .gallery-thumbnails li:last-child {
    margin-right: 0;
  }
}
.gallery-zoom {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #E6E6E6;
}
@media screen and (min-width: 860px) {
  .gallery-zoom--visible {
    display: block;
  }
}
.gallery-zoom__close, .gallery-zoom__prev, .gallery-zoom__next, .gallery-zoom__thumbnails {
  position: absolute;
  z-index: 999;
}
.gallery-zoom__close {
  z-index: 999999;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url("./assets/images/icn_menu_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}
.gallery-zoom__prev, .gallery-zoom__next {
  top: 50vh;
  width: 17.5%;
  height: 50vh;
  cursor: pointer;
  background-image: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-zoom__prev:hover, .gallery-zoom__next:hover {
  opacity: 1;
}
.gallery-zoom__prev::after, .gallery-zoom__next::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.gallery-zoom__prev {
  left: 0;
}
.gallery-zoom__prev::after {
  background-image: url("./assets/images/icn_arrow_left_small.svg");
}
.gallery-zoom__next {
  right: 0;
}
.gallery-zoom__next::after {
  background-image: url("./assets/images/icn_arrow_right_small.svg");
}
.gallery-zoom__thumbnails, .gallery-zoom__images {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-zoom__thumbnails li, .gallery-zoom__images li {
  padding: 0;
  margin: 0;
}
.gallery-zoom__thumbnails {
  top: 30px;
  left: 30px;
  width: 80px;
}
.gallery-zoom__thumbnails li {
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.gallery-zoom__thumbnails li::after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 3px #292929;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-zoom__thumbnails li.active::after {
  opacity: 1;
}
.gallery-zoom .swiper-slide {
  width: 100%;
  min-height: 100vh;
}
.gallery-zoom__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.gallery-zoom__image img {
  width: 100%;
}

main.dates {
  margin-top: 15px;
}
main.dates section:nth-last-child(n+2) {
  padding-bottom: 30px;
}

.bpc-dropdown-date div {
  margin-right: 10px;
}
.bpc-dropdown-date .bpc-dropdown-title {
  max-width: 50px;
}

.date-list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.date-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: -1px;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid #8f8f8f;
}
.date-row.clickable {
  cursor: pointer;
  opacity: 1;
}
.date-row.hover::before, .date-row.hover::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -1px;
  width: 15px;
  background: tansparent;
}
.date-row.hover::before {
  left: -15px;
}
.date-row.hover::after {
  right: -15px;
}
.date-row.hover:hover {
  background-color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.date-row.hover:hover::before, .date-row.hover:hover::after {
  background-color: #cfcfcf;
}
.date-row .date-timeartist, .date-row .date-titlevenuelocation {
  display: none;
}
.date-row .date-datetime {
  width: 85px;
  font-weight: 600;
}
.date-row .date-artist {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  box-flex: 1.5;
  -webkit-flex: 1.5;
  -moz-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
.date-row .date-title {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.date-row .date-venue {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.date-row .date-city {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  box-flex: 1.5;
  -webkit-flex: 1.5;
  -moz-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  max-width: 150px;
}
.date-row .date-country {
  width: 65px;
}
.date-row .date-links {
  width: 120px;
}
.date-row .date-links a {
  float: left;
  clear: both;
}
.date-row .date-more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-image: url(assets/images/icn_arrow_more.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  cursor: pointer;
}
.date-row .date-more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.date-list-header .date-row {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #292929;
}
.date-list-header .date-row .date-city {
  color: #292929;
}
.date-list-header .date-row .date-country {
  color: #292929;
}
.date-list-header .date-row .date-more {
  display: none;
}

@media screen and (max-width: 768px) {
  .date-row .date-datetime, .date-row .date-artist, .date-row .date-title, .date-row .date-venue, .date-row .date-city, .date-row .date-country {
    display: none;
  }
  .date-row .date-titlevenuelocation {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: block;
    margin: 0 15px;
  }
  .date-row .date-titlevenuelocation div {
    display: block;
  }
  .date-row .date-titlevenuelocation span {
    margin-right: 3px;
  }
  .date-row .date-city-country {
    color: #8f8f8f;
  }
  .date-row .date-timeartist {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .bpc-dropdown-date div {
    max-width: 150px;
  }
  .bpc-dropdown-date .bpc-dropdown-title {
    width: 100%;
    min-width: 100%;
  }

  .date-row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .date-row .date-time {
    margin-bottom: 10px;
  }
  .date-row .date-timeartist {
    margin-bottom: 10px;
    width: 100%;
    min-width: 100%;
    padding-right: 20px;
  }
  .date-row .date-titlevenuelocation {
    margin: 0 0 10px 0;
    width: 100%;
    min-width: 100%;
    padding-right: 15px;
    word-wrap: normal;
  }
  .date-row .date-titlevenuelocation .date-venue, .date-row .date-titlevenuelocation .date-city-country {
    float: none;
    display: inline;
  }
  .date-row .date-links {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .date-row .date-links a {
    clear: none;
    color: #8f8f8f;
    margin-right: 30px;
  }
  .date-row .date-links a:last-child {
    margin: 0;
  }

  .date-list-header {
    display: none;
  }
}
.dates-filter > div {
  float: left;
  margin-right: 10px;
}
.dates-filter .dates-filter-controlls button:first-child {
  margin-right: 10px;
}
.dates-filter .dates-filter-title {
  font-weight: bold;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 690px) {
  .dates-filter > div {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .dates-filter .bpc-dropdown {
    width: 100%;
    margin-bottom: 5px;
  }
  .dates-filter .bpc-dropdown button {
    width: 100%;
  }
  .dates-filter .dates-filter-title {
    display: none;
  }
  .dates-filter .dates-filter-controlls {
    margin-bottom: 30px;
  }
  .dates-filter .dates-filter-controlls button {
    margin-right: 0 !important;
    float: left;
    width: 50%;
  }
}
.dates-list-pagination {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}

body.single-date .menu-main-menu-container .menu-item-dates a {
  color: #292929 !important;
}

#single-date {
  font-weight: 600;
  padding-top: 30px;
}
#single-date .single-date-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#single-date .single-date-header .single-date-title h1 {
  text-transform: none;
}
#single-date .single-date-header .single-date-title h1 span {
  display: inline-block;
}
#single-date .single-date-header .single-date-title h1 span:first-child {
  width: 100%;
}
#single-date .single-date-header .single-date-title h1 span.gray {
  color: darkgray;
}
#single-date .single-date-header .single-date-share {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: none;
}
#single-date .single-date-header .single-date-share .single-date-share-buttons a {
  font-size: 0px;
  height: 30px;
  color: transparent;
  padding: 15px;
}
#single-date .single-date-header .single-date-share .single-date-share-buttons .single-date-share-buttons-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#single-date .single-date-header .single-date-share .single-date-share-buttons .single-date-share-buttons-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#single-date .single-date-header .single-date-share .single-date-share-buttons .single-date-share-buttons-mail {
  background-image: url("./assets/images/icn_mail.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
#single-date .single-date-infos {
  width: 100%;
  color: #FFF;
  background: #2b2b2b;
  padding: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#single-date .single-date-infos .single-date-datetime {
  font-size: 2em;
  line-height: 32px;
  font-weight: 600;
  padding-top: 8px;
  text-transform: uppercase;
}
#single-date .single-date-infos .single-date-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#single-date .single-date-infos .single-date-links button:first-child {
  margin-left: 15px;
  text-transform: lowercase;
}
#single-date .single-date-img {
  width: 100%;
  min-width: 100%;
  margin: 0 0 30px 0;
}
#single-date .single-date-img img {
  width: 100%;
}
#single-date .single-date-description {
  font-weight: 100;
  margin-bottom: 30px;
}
#single-date .single-date-location {
  margin-bottom: 30px;
}
#single-date .single-date-location .single-date-venue {
  text-transform: uppercase;
}
#single-date .single-date-location #map {
  height: 300px;
  width: 100%;
}
#single-date .single-date-artists {
  margin-bottom: 30px;
}
#single-date .single-date-artists .single-date-artist {
  display: block;
  margin-bottom: 15px;
}
#single-date .single-date-artists .single-date-artist .single-date-artist-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
#single-date .single-date-related {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 15px;
}
#single-date .single-date-related h1 {
  margin-top: 0;
}
#single-date .single-date-related .single-date-related-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}
#single-date .single-date-related .single-date-related-content :first-child {
  margin-right: 10px;
}
#single-date .single-date-related .single-date-related-content .single-date-related-img {
  height: 40px;
  width: 40px;
  background: #c2c2c2;
}

@media screen and (max-width: 768px) {
  #single-date .single-date-header {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-bottom: 15px;
  }
  #single-date .single-date-infos {
    font-size: 10px;
  }
  #single-date .single-date-infos .single-date-links .single-date-links-text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #single-date .single-date-infos {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #single-date .single-date-infos .single-date-datetime {
    padding: 0;
  }
  #single-date .single-date-infos .single-date-links {
    padding-top: 10px;
  }
  #single-date .single-date-infos .single-date-links button:first-child {
    margin-left: 0;
  }
  #single-date .single-date-infos .single-date-links .single-date-links-text {
    display: none;
  }
  #single-date .single-date-img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
main.news .posts-month-wrapper {
  float: left;
  width: 100%;
  clear: both;
}
main.news .posts-month-wrapper:nth-child(n+2) .posts-month-title {
  margin-top: 60px;
}
main.news .posts-pagination {
  margin-top: 60px;
}

.post-tile {
  margin-bottom: 30px;
}
.post-tile h1 {
  font-size: 20px;
  text-transform: none;
  height: 70px;
  margin-top: 0;
  overflow: hidden;
  margin-left: 0;
}
.post-tile h2 {
  font-size: 15px;
  color: darkgray;
}
.post-tile .post-archive-img-wrapper {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-color: #c2c2c2;
}
.post-tile .post-archive-img-wrapper img {
  position: absolute;
  width: 100%;
}

body.single-post .menu-main-menu-container .menu-item-news a {
  color: #292929 !important;
}

main.single-post {
  padding-top: 30px;
}
main.single-post .back-link.top {
  margin-bottom: 45px;
}
main.single-post h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
}
main.single-post h2 {
  font-size: 15px;
  color: darkgray;
  margin: 0;
}
main.single-post iframe {
  margin-bottom: 15px;
}
main.single-post p {
  margin: 0 0 30px 0;
}
main.single-post .wp-post-image {
  margin-bottom: 30px;
}
main.single-post .single-post-video-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
main.single-post .single-post-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
main.single-post .single-post-related {
  margin-bottom: 15px;
}
main.single-post .single-post-related h1 {
  margin-top: 0;
  text-transform: uppercase;
}
main.single-post .single-post-related .post-related {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 15px;
}
main.single-post .single-post-related .post-related h1 {
  text-transform: none;
  font-size: 17px;
  margin: 0;
  margin-bottom: 15px;
}
main.single-post .single-post-related .post-related .single-post-related-tile .single-post-related-content {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  float: left;
}
main.single-post .single-post-related .post-related .single-post-related-tile .single-post-related-content .single-post-related-name {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  margin-left: -40px;
  padding-left: 55px;
}
main.single-post .single-post-related .post-related .single-post-related-tile .single-post-related-content .single-post-related-name h1 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.single-post .single-post-related .post-related .single-post-related-tile .single-post-related-content .single-post-related-img {
  position: relative;
  height: 40px;
  width: 40px;
  background: #c2c2c2;
  float: left;
}
main.single-post .single-post-related .post-related .single-post-related-tile .single-post-related-content .single-post-related-img img {
  position: absolute;
}

#single-post p a {
  text-decoration: underline;
}

#latest-posts .row.more {
  text-align: center;
}
#latest-posts .row.more a {
  display: inline-block;
}

#general-booking {
  margin-top: 60px;
}
#general-booking .general-booking-content {
  margin-top: 45px;
}
#general-booking .general-booking-content h2 {
  text-transform: none;
  font-size: 17px;
  margin: 0;
}
#general-booking .general-booking-content div {
  height: 64px;
  margin-bottom: 15px;
}

#artist-booking {
  margin-top: 60px;
}
#artist-booking .agp-cookie-embed--audio.agp-cookie-embed--loaded {
  margin-bottom: 0 !important;
}
#artist-booking .bookable-artist {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#artist-booking .bookable-artist h1 {
  text-transform: none;
  margin-top: 7px;
  margin-bottom: 0;
}
#artist-booking .bookable-artist .bookable-artist-type {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 50px;
}
#artist-booking .bookable-artist .bookable-artist-type span {
  background-color: darkgray;
  text-transform: uppercase;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 3px 0px 3px;
}
#artist-booking .bookable-artist .bookable-artist-title-alt {
  display: none;
}
#artist-booking .bookable-artist .bookable-artist-img {
  position: relative;
  height: 164px;
  width: 164px;
  min-width: 164px;
  background-color: #c2c2c2;
}
#artist-booking .bookable-artist .bookable-artist-img img {
  width: 100%;
  height: 100%;
}
#artist-booking .bookable-artist .bookable-artist-info {
  width: 350px;
  min-width: 350px;
  padding-left: 15px;
  padding-right: 15px;
  height: 140px;
}
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links {
  font-size: 10px;
}
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links a {
  margin-bottom: 5px;
}
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-press-kit,
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-tech-kit {
  margin-right: 7px;
  float: left;
}
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-booking-link {
  float: left;
}
#artist-booking .bookable-artist .bookable-artist-mix {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 961px) {
  #artist-booking .bookable-artist .bookable-artist-mix .agp-cookie-embed--audio {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}
#artist-booking .bookable-artist .bookable-artist-mix .agp-cookie-embed--audio .agp-cookie-embed-image {
  filter: saturate(0);
}
@media screen and (min-width: 961px) {
  #artist-booking .bookable-artist .bookable-artist-mix .agp-cookie-embed--audio .agp-cookie-embed-image {
    top: inherit;
    bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  #general-booking {
    margin-bottom: 0;
  }

  #artist-booking .bookable-artist {
    display: block;
  }
  #artist-booking .bookable-artist .bookable-artist-title {
    margin-bottom: 20px;
  }
  #artist-booking .bookable-artist .bookable-artist-title h1 {
    margin: 0;
  }
  #artist-booking .bookable-artist .bookable-artist-type {
    margin-bottom: 1px;
  }
  #artist-booking .bookable-artist .bookable-artist-img {
    height: 120px;
    width: 120px;
    min-width: 120px;
    display: block;
    float: left;
  }
  #artist-booking .bookable-artist .bookable-artist-info {
    width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    margin-left: -120px;
    padding-left: 135px;
    padding-bottom: 15px;
    height: auto;
  }
  #artist-booking .bookable-artist .bookable-artist-mix {
    min-width: 100%;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  #artist-booking .bookable-artist {
    display: block;
  }
  #artist-booking .bookable-artist .bookable-artist-title-alt {
    display: inline;
    float: left;
    width: 100%;
  }
  #artist-booking .bookable-artist .bookable-artist-title-alt .bookable-artist-type {
    margin-bottom: 15px;
  }
  #artist-booking .bookable-artist .bookable-artist-img {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
  #artist-booking .bookable-artist .bookable-artist-info {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-title {
    display: none;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-press-kit {
    width: 100%;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-press-kit,
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-tech-kit,
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-booking-link {
    margin-right: 0;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-press-kit .button,
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-tech-kit .button,
#artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-booking-link .button {
    width: 100%;
    text-align: center;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-press-kit {
    width: 46%;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-tech-kit {
    margin-bottom: 15px;
  }
  #artist-booking .bookable-artist .bookable-artist-info .bookable-artist-links .artist-booking-link {
    width: 100%;
  }
  #artist-booking .bookable-artist .bookable-artist-mix {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
}
.about-box.show-more {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #292929;
}
.about-box.show-more .about-box-background {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.about-box.show-more .about-box-description {
  padding-bottom: 60px;
}
.about-box.show-more .about-box-description .about-box-description-headline h1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #292929;
}
.about-box.show-more .about-box-description .about-box-description-content {
  max-height: none;
  overflow: visible;
}

#about-milestones {
  margin-top: 60px;
}
#about-milestones .milestone-year {
  margin-top: 45px;
  margin-bottom: 30px;
}

.about-box {
  position: relative;
  color: #FFF;
}
.about-box .about-box-background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-box .about-box-background:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #292929, transparent);
  background-image: linear-gradient(to right, #292929, transparent);
}
.about-box .about-box-background img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-box .about-box-description {
  padding-top: 30px;
  padding-bottom: 90px;
}
.about-box .about-box-description .about-box-description-headline h1 {
  color: #FFF;
}
.about-box .about-box-description .about-box-description-content {
  width: 100%;
  max-width: 800px;
  max-height: 110px;
  overflow: hidden;
}
.about-box .about-box-description .button {
  margin-top: 30px;
}

.about-contacts {
  margin-top: 60px;
}
.about-contacts h2 {
  margin-top: 0;
  padding-top: 0;
  text-transform: none;
  font-size: 16px;
}
.about-contacts .contact-address,
.about-contacts .contact-mail,
.about-contacts .contact-phone,
.about-contacts .contact-fax {
  padding: 15px;
}
.about-contacts .contact-address {
  background: url("./assets/images/clipped-corner-box-background.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 800px 800px;
  color: #FFF;
}
.about-contacts .contact-address h2 {
  color: #FFF;
}
.post-tile.milestone h1 {
  height: 62px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.post-tile.milestone h1 .release-title {
  display: inline-block;
  width: 100%;
}
.post-tile.milestone h1 .release-by {
  color: #8f8f8f;
}

.woocommerce fieldset {
  padding: 0;
  border: none;
  padding: 15px 0;
}

.select2-container {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 39px;
  line-height: 20px;
  padding: 11px 17px 8px;
  color: #292929;
  vertical-align: middle;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.select2-container:hover, .select2-container:focus, .select2-container:active, .select2-container.nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
.select2-container .select2-choice {
  border: none;
  display: block;
  padding: 11px 17px 8px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.select2-drop.select2-drop-active {
  border: 0 none transparent;
}
.select2-drop .select2-search {
  padding: 0;
  margin-top: 10px;
}
.select2-drop .select2-search input {
  padding: 11px 17px 8px !important;
  margin-bottom: 10px;
  background-color: #FFF !important;
  background-image: url("./assets/images/icn_search.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 15px 15px !important;
  background-position: 97% center !important;
}
.select2-drop ul.select2-results {
  border: 2px solid #292929;
  background: #FFF;
  padding: 0;
}
#masthead #masthead-desktop .header-cart {
  bottom: -16px;
  right: 0;
}
#masthead #masthead-mobile .header-cart {
  top: 18px;
  right: 10px;
}
#masthead .header-cart {
  height: 45px;
  width: 40px;
  position: absolute;
}
#masthead .header-cart #woo_pp_ec_button {
  display: none;
}
#masthead .header-cart .header-cart-button {
  height: 100%;
  width: 100%;
}
#masthead .header-cart .header-cart-button a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("./assets/images/icn_cart.svg");
  background-position: 20px 6px;
  background-size: 20px;
  background-repeat: no-repeat;
}
#masthead .header-cart .header-cart-button a span.count {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 20px;
  height: 20px;
  color: #FFF;
  background: #292929;
  border-radius: 100%;
  border: 2px solid #dcdcdc;
  line-height: 17px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
#masthead .header-cart .header-cart-contents {
  display: none;
  position: absolute;
  z-index: 999;
  top: 45px;
  right: 0;
  width: 300px;
  background: #292929;
  padding: 16px 20px 4px;
  color: #8f8f8f;
}
#masthead .header-cart .header-cart-contents span.title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart {
  padding: 0;
  margin: 0;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul {
  width: 100%;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li {
  padding: 0.75em 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li.mini_cart_item {
  border-bottom: 1px solid #8f8f8f;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li > * {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li a:not(.remove) {
  padding-right: 10px;
  width: 160px;
  color: #e2e2e2;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li a:not(.remove) img {
  display: none;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li a.remove {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  position: relative;
  width: 20px;
  height: 17px;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li a.remove:before {
  line-height: 17px;
  color: transparent;
  content: "";
  width: 20px;
  height: 17px;
  background-image: url(./assets/images/icn_delete_white.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center 0px;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li a.remove:hover:before {
  opacity: 0.5;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li dl.variation {
  width: 100%;
  position: relative;
  margin: 15px -100% 0 0;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li dl.variation dt, #masthead .header-cart .header-cart-contents .widget_shopping_cart ul li dl.variation dd {
  float: left;
  margin: 0 5px 0 0;
  font-weight: normal;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li dl.variation dt p, #masthead .header-cart .header-cart-contents .widget_shopping_cart ul li dl.variation dd p {
  margin: 0;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li span.quantity {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  width: 80px;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart ul li span.quantity span.amount {
  color: #e2e2e2;
  width: 52px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.total {
  padding: 1em 0 1.2em;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.total strong {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #e2e2e2;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.total span.amount {
  float: right;
  font-weight: bold;
  font-size: 12px;
  color: #e2e2e2;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: #FFF;
  width: 100%;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a span {
  z-index: 2;
  position: relative;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:hover:before {
  right: -28px;
  top: -28px;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-facebook, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-facebook, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-twitter, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-twitter, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-soundcloud, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-soundcloud, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-instagram, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-instagram, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-resident-advisor, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-resident-advisor, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-youtube, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-youtube, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-white.icon.icon-mail, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white.icon.icon-mail, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:before {
  background-color: #292929;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:hover {
  background-color: #FFF;
  color: #292929;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout) {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #FFF;
  -moz-box-shadow: inset 0 0 0 2px #FFF;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout) span {
  z-index: 2;
  position: relative;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout):hover:before {
  right: -28px;
  top: -28px;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-facebook, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-facebook, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-twitter, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-twitter, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-soundcloud, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-soundcloud, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-instagram, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-instagram, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-resident-advisor, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-resident-advisor, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-youtube, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-youtube, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-white.icon.icon-mail, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white.icon.icon-mail, #masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout).button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout):before {
  background-color: #292929;
  border-bottom: 2px solid #FFF;
}
#masthead .header-cart .header-cart-contents .widget_shopping_cart p.buttons a:not(.checkout) span {
  z-index: 2;
  position: relative;
}
#masthead .header-cart:not(.current-menu-item):hover .header-cart-contents {
  display: block;
}
#masthead .header-cart .header-cart-contents:before {
  position: absolute;
  top: -15px;
  right: -5px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid #292929;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 992px) {
  #masthead #masthead-desktop .header-cart {
    bottom: -22px;
    right: 0;
  }
}
table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background: transparent;
}

table.variations tr td {
  background: #c2c2c2 !important;
}

body.woocommerce-cart {
  padding-top: 45px;
}
body.woocommerce-cart article > h1 {
  margin-bottom: 60px;
}
body.woocommerce-cart .header-cart-button,
body.woocommerce-cart .header-cart-button a {
  cursor: default !important;
}
body.woocommerce-cart .woocommerce form,
body.woocommerce-cart .woocommerce .cart-collaterals {
  position: relative;
  display: block;
  float: left;
}
body.woocommerce-cart .woocommerce form {
  width: 62%;
  padding-right: 45px;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 38%;
  padding-left: 45px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

@media screen and (max-width: 1048px) {
  body.woocommerce-cart {
    padding-top: 15px;
  }
  body.woocommerce-cart article > h1 {
    margin-bottom: 30px;
  }
  body.woocommerce-cart .woocommerce form {
    width: 100%;
    padding-right: 0;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 50%;
    float: right;
    padding-left: 0;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart {
    padding-top: 0;
  }
  body.woocommerce-cart article > h1 {
    margin-bottom: 30px;
  }
  body.woocommerce-cart .woocommerce form {
    width: 100%;
    padding-right: 0;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding-left: 0;
    float: right;
    width: 100%;
  }
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce .product-remove {
    border-color: transparent;
  }
}
table.shop_table thead tr th {
  background-color: transparent;
  border-bottom: 2px solid #c2c2c2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px;
}
table.shop_table thead tr th:first-child {
  padding-left: 0;
}
table.shop_table thead tr th:last-child {
  padding-right: 0;
}
table.shop_table thead tr th.product-remove {
  width: 45px;
  max-width: 45px;
}
table.shop_table thead tr th.product-thumbnail {
  width: 45px;
  max-width: 45px;
  padding-right: 0;
  padding-left: 0;
}
table.shop_table thead tr th.product-name {
  padding-left: 15px;
}
table.shop_table thead tr th.product-subtotal {
  max-width: 100px;
  text-align: right;
}
table.shop_table tbody tr td,
table.shop_table tbody tr th,
table.shop_table tfoot tr td,
table.shop_table tfoot tr th {
  background-color: transparent;
  vertical-align: middle;
  padding: 7px;
}
table.shop_table tbody tr td:first-child,
table.shop_table tbody tr th:first-child,
table.shop_table tfoot tr td:first-child,
table.shop_table tfoot tr th:first-child {
  padding-left: 0;
}
table.shop_table tbody tr td:last-child,
table.shop_table tbody tr th:last-child,
table.shop_table tfoot tr td:last-child,
table.shop_table tfoot tr th:last-child {
  padding-right: 0;
}
table.shop_table tbody tr td.product-remove,
table.shop_table tbody tr th.product-remove,
table.shop_table tfoot tr td.product-remove,
table.shop_table tfoot tr th.product-remove {
  width: 45px;
  max-width: 45px;
}
table.shop_table tbody tr td.product-remove a,
table.shop_table tbody tr th.product-remove a,
table.shop_table tfoot tr td.product-remove a,
table.shop_table tfoot tr th.product-remove a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
table.shop_table tbody tr td.product-remove a:before,
table.shop_table tbody tr th.product-remove a:before,
table.shop_table tfoot tr td.product-remove a:before,
table.shop_table tfoot tr th.product-remove a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(./assets/images/icn_delete.svg);
  color: transparent;
}
table.shop_table tbody tr td.product-thumbnail,
table.shop_table tbody tr th.product-thumbnail,
table.shop_table tfoot tr td.product-thumbnail,
table.shop_table tfoot tr th.product-thumbnail {
  width: 45px;
  max-width: 45px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
table.shop_table tbody tr td.product-thumbnail a,
table.shop_table tbody tr th.product-thumbnail a,
table.shop_table tfoot tr td.product-thumbnail a,
table.shop_table tfoot tr th.product-thumbnail a {
  position: relative;
  text-align: right;
  display: inline-block;
}
table.shop_table tbody tr td.product-thumbnail a img,
table.shop_table tbody tr th.product-thumbnail a img,
table.shop_table tfoot tr td.product-thumbnail a img,
table.shop_table tfoot tr th.product-thumbnail a img {
  margin: 0;
  max-width: 45px;
  display: inline-block;
}
table.shop_table tbody tr td.product-name,
table.shop_table tbody tr th.product-name,
table.shop_table tfoot tr td.product-name,
table.shop_table tfoot tr th.product-name {
  padding-left: 15px;
}
table.shop_table tbody tr td.product-name dl,
table.shop_table tbody tr th.product-name dl,
table.shop_table tfoot tr td.product-name dl,
table.shop_table tfoot tr th.product-name dl {
  display: block;
  margin: 0;
}
table.shop_table tbody tr td.product-name dl dt,
table.shop_table tbody tr th.product-name dl dt,
table.shop_table tfoot tr td.product-name dl dt,
table.shop_table tfoot tr th.product-name dl dt {
  display: inline-block;
  margin: 0;
}
table.shop_table tbody tr td.product-name dl dd,
table.shop_table tbody tr th.product-name dl dd,
table.shop_table tfoot tr td.product-name dl dd,
table.shop_table tfoot tr th.product-name dl dd {
  display: inline-block;
  margin: 0;
}
table.shop_table tbody tr td.product-quantity .qty,
table.shop_table tbody tr th.product-quantity .qty,
table.shop_table tfoot tr td.product-quantity .qty,
table.shop_table tfoot tr th.product-quantity .qty {
  padding: 8px 7px 5px;
  width: 75px;
}
table.shop_table tbody tr td.product-subtotal,
table.shop_table tbody tr th.product-subtotal,
table.shop_table tfoot tr td.product-subtotal,
table.shop_table tfoot tr th.product-subtotal {
  max-width: 100px;
  text-align: right;
}
table.shop_table tbody td.actions,
table.shop_table tfoot td.actions {
  border-top: 30px solid transparent;
}
table.shop_table tbody td.actions .button,
table.shop_table tfoot td.actions .button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
}
table.shop_table tbody td.actions .button span,
table.shop_table tfoot td.actions .button span {
  z-index: 2;
  position: relative;
}
table.shop_table tbody td.actions .button:hover:before,
table.shop_table tfoot td.actions .button:hover:before {
  right: -28px;
  top: -28px;
}
table.shop_table tbody td.actions .button.icon,
table.shop_table tfoot td.actions .button.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
table.shop_table tbody td.actions .button.icon.icon-facebook,
table.shop_table tfoot td.actions .button.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
table.shop_table tbody td.actions .button.icon.icon-twitter,
table.shop_table tfoot td.actions .button.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
table.shop_table tbody td.actions .button.icon.icon-soundcloud,
table.shop_table tfoot td.actions .button.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
table.shop_table tbody td.actions .button.icon.icon-instagram,
table.shop_table tfoot td.actions .button.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
table.shop_table tbody td.actions .button.icon.icon-resident-advisor,
table.shop_table tfoot td.actions .button.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
table.shop_table tbody td.actions .button.icon.icon-youtube,
table.shop_table tfoot td.actions .button.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
table.shop_table tbody td.actions .button.icon.icon-mail,
table.shop_table tfoot td.actions .button.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-facebook, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-facebook, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-facebook,
table.shop_table tfoot td.actions .button.button-white.icon.icon-facebook,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-facebook,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-twitter, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-twitter, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-twitter,
table.shop_table tfoot td.actions .button.button-white.icon.icon-twitter,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-twitter,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-soundcloud, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-soundcloud, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-soundcloud,
table.shop_table tfoot td.actions .button.button-white.icon.icon-soundcloud,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-soundcloud,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-instagram, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-instagram, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-instagram,
table.shop_table tfoot td.actions .button.button-white.icon.icon-instagram,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-instagram,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-resident-advisor, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-resident-advisor, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-resident-advisor,
table.shop_table tfoot td.actions .button.button-white.icon.icon-resident-advisor,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-resident-advisor,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-youtube, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-youtube, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-youtube,
table.shop_table tfoot td.actions .button.button-white.icon.icon-youtube,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-youtube,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
table.shop_table tbody td.actions .button.button-white.icon.icon-mail, table.shop_table tbody td.actions .button.button-alt-1-white.icon.icon-mail, table.shop_table tbody td.actions .button.button-alt-1-white-no-hover.icon.icon-mail,
table.shop_table tfoot td.actions .button.button-white.icon.icon-mail,
table.shop_table tfoot td.actions .button.button-alt-1-white.icon.icon-mail,
table.shop_table tfoot td.actions .button.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
table.shop_table tbody td.actions .button:before,
table.shop_table tfoot td.actions .button:before {
  border-bottom: 2px solid #292929;
}
table.shop_table tbody td.actions .button span,
table.shop_table tfoot td.actions .button span {
  z-index: 2;
  position: relative;
}
table.shop_table tbody td.actions .coupon .button,
table.shop_table tfoot td.actions .coupon .button {
  margin-left: -6px;
}
table.shop_table tbody td.actions .coupon input#coupon_code,
table.shop_table tfoot td.actions .coupon input#coupon_code {
  width: 125px;
}

@media screen and (max-width: 767px) {
  table.shop_table thead {
    display: none;
  }
  table.shop_table tbody tr td,
table.shop_table tbody tr th,
table.shop_table tfoot tr td,
table.shop_table tfoot tr th {
    vertical-align: top;
    padding: 5px 0;
  }
  table.shop_table tbody tr td:before,
table.shop_table tbody tr th:before,
table.shop_table tfoot tr td:before,
table.shop_table tfoot tr th:before {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }
  table.shop_table tbody tr td.product-remove,
table.shop_table tbody tr th.product-remove,
table.shop_table tfoot tr td.product-remove,
table.shop_table tfoot tr th.product-remove {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    max-height: 0;
  }
  table.shop_table tbody tr td.product-remove a,
table.shop_table tbody tr th.product-remove a,
table.shop_table tfoot tr td.product-remove a,
table.shop_table tfoot tr th.product-remove a {
    position: relative !important;
    bottom: 9px;
    right: -14px;
    width: 45px;
    height: 45px;
  }
  table.shop_table tbody tr td.product-name,
table.shop_table tbody tr th.product-name,
table.shop_table tfoot tr td.product-name,
table.shop_table tfoot tr th.product-name {
    padding-left: 0;
    text-align: left;
  }
  table.shop_table tbody tr td.product-name:before,
table.shop_table tbody tr th.product-name:before,
table.shop_table tfoot tr td.product-name:before,
table.shop_table tfoot tr th.product-name:before {
    display: none;
  }
  table.shop_table tbody tr td.product-quantity,
table.shop_table tbody tr th.product-quantity,
table.shop_table tfoot tr td.product-quantity,
table.shop_table tfoot tr th.product-quantity {
    vertical-align: middle;
  }
  table.shop_table tbody tr td.product-subtotal,
table.shop_table tbody tr th.product-subtotal,
table.shop_table tfoot tr td.product-subtotal,
table.shop_table tfoot tr th.product-subtotal {
    max-width: 100%;
    text-align: right;
    border-bottom: 2px solid #c2c2c2;
  }
  table.shop_table tbody td.actions .coupon .button,
table.shop_table tfoot td.actions .coupon .button {
    margin-left: 0;
  }
  table.shop_table tbody td.actions .coupon input#coupon_code,
table.shop_table tfoot td.actions .coupon input#coupon_code {
    width: 100%;
    text-align: center;
  }
}
.cart-collaterals .cart_totals h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c2c2c2;
}
.cart-collaterals .cart_totals table.shop_table tbody tr th {
  padding: 15px 15px 15px 0;
  background: transparent;
  width: 145px;
  max-width: 145px;
  vertical-align: top;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td {
  padding: 15px 0 15px 0;
  background: transparent;
  vertical-align: top;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
  margin-top: 15px;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td .woocommerce-shipping-calculator .button {
  width: 100%;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping form {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button span {
  z-index: 2;
  position: relative;
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button:hover:before {
  right: -28px;
  top: -28px;
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-facebook, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-facebook, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-twitter, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-twitter, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-soundcloud, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-soundcloud, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-instagram, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-instagram, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-resident-advisor, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-resident-advisor, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-youtube, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-youtube, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-white.icon.icon-mail, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white.icon.icon-mail, .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}

body.woocommerce-checkout #main {
  margin-top: 18px;
}
body.woocommerce-checkout #order_review {
  background: transparent !important;
}
body.woocommerce-checkout #order_review .payment_box {
  background: transparent !important;
}
body.woocommerce-checkout #order_review.payment-fixed {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr .product-name,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr .product-name {
  padding-left: 0;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr:first-child td,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 15px;
}
body.woocommerce-checkout .form-row.notes {
  padding-top: 30px;
}
body.woocommerce-checkout .form-row.notes textarea {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: transparent;
  color: #292929;
  vertical-align: middle;
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.woocommerce-checkout .form-row.notes textarea:hover, body.woocommerce-checkout .form-row.notes textarea:focus {
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
body.woocommerce-checkout #billing_company_field {
  margin-bottom: 30px;
}
body.woocommerce-checkout #billing_country_field {
  margin-top: 15px;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  background-color: transparent;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  padding: 15px 0 !important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label:before {
  color: #292929 !important;
}
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box {
  padding: 0 0 15px 0;
  font-size: 14px;
}
body.woocommerce-checkout #payment .place-order {
  padding: 15px 0;
  background-color: transparent;
}
body.woocommerce-checkout #payment .place-order .button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}
body.woocommerce-checkout #payment .place-order .button span {
  z-index: 2;
  position: relative;
}
body.woocommerce-checkout #payment .place-order .button:hover:before {
  right: -28px;
  top: -28px;
}
body.woocommerce-checkout #payment .place-order .button.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
body.woocommerce-checkout #payment .place-order .button.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-facebook, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-facebook, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-twitter, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-twitter, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-soundcloud, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-soundcloud, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-instagram, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-instagram, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-resident-advisor, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-resident-advisor, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-youtube, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-youtube, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
body.woocommerce-checkout #payment .place-order .button.button-white.icon.icon-mail, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white.icon.icon-mail, body.woocommerce-checkout #payment .place-order .button.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
body.woocommerce-checkout .woocommerce-invalid .input-text, body.woocommerce-checkout .woocommerce-invalid-required-field .input-text {
  box-shadow: inset 0 0 0 2px #ff542c;
  -moz-box-shadow: inset 0 0 0 2px #ff542c;
  -webkit-box-shadow: inset 0 0 0 2px #ff542c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body.woocommerce-checkout .woocommerce-invalid .input-text:hover, body.woocommerce-checkout .woocommerce-invalid .input-text:focus, body.woocommerce-checkout .woocommerce-invalid .input-text:active, body.woocommerce-checkout .woocommerce-invalid .input-text.nice-select.open, body.woocommerce-checkout .woocommerce-invalid-required-field .input-text:hover, body.woocommerce-checkout .woocommerce-invalid-required-field .input-text:focus, body.woocommerce-checkout .woocommerce-invalid-required-field .input-text:active, body.woocommerce-checkout .woocommerce-invalid-required-field .input-text.nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
body.woocommerce-checkout .woocommerce-validated .input-text {
  box-shadow: inset 0 0 0 2px #292929;
  -moz-box-shadow: inset 0 0 0 2px #292929;
  -webkit-box-shadow: inset 0 0 0 2px #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body.woocommerce-checkout .woocommerce-validated .input-text:hover, body.woocommerce-checkout .woocommerce-validated .input-text:focus, body.woocommerce-checkout .woocommerce-validated .input-text:active, body.woocommerce-checkout .woocommerce-validated .input-text.nice-select.open {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px darkgray;
  -moz-box-shadow: inset 0 0 0 2px darkgray;
  -webkit-box-shadow: inset 0 0 0 2px darkgray;
}
body.woocommerce-checkout .validate-required .required {
  color: #ff542c;
  cursor: default;
  text-decoration: none;
}
body.woocommerce-checkout .required-note-star {
  color: #ff542c;
  cursor: default;
  text-decoration: none;
}

.wcppec-checkout-buttons__button {
  width: 100%;
  height: 39px;
  background-color: #292929;
  background-image: url("./assets/images/paypal_express_logo.svg");
  background-size: 210px;
  background-repeat: no-repeat;
  background-position: center;
}
.wcppec-checkout-buttons__button img {
  display: none !important;
}

.wcppec-checkout-buttons__separator {
  display: none;
}

.woocommerce-account #main {
  margin-top: 15px;
}
.woocommerce-account table tbody tr:nth-child(2n) td, .woocommerce-account fieldset, .woocommerce-account fieldset legend {
  background-color: !important;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 0.875em !important;
}

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
nav.woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}

form.edit-account fieldset {
  margin-top: 45px;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  margin: 0;
  padding: 0;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit:before {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url("./assets/images/icn_edit.svg");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

table.woocommerce-MyAccount-orders tbody tr td {
  vertical-align: top;
  line-height: 35px;
}
table.woocommerce-MyAccount-orders tbody tr:first-child td {
  padding-top: 15px;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: #FFF;
  float: right;
  clear: both;
  padding: 7px 0 5px 0;
  margin: 0;
  background: transparent;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button span {
  z-index: 2;
  position: relative;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:hover:before {
  right: -28px;
  top: -28px;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-facebook, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-facebook, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-twitter, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-twitter, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-soundcloud, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-soundcloud, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-instagram, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-instagram, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-resident-advisor, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-resident-advisor, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-youtube, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-youtube, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-white.icon.icon-mail, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white.icon.icon-mail, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:before {
  background-color: #292929;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:hover {
  background-color: #FFF;
  color: #292929;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:hover {
  background: transparent;
}
table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:after, table.woocommerce-MyAccount-orders tbody tr td.order-actions a.button:before {
  display: none;
}

.woocommerce-MyAccount-content h2 {
  font-size: 19px;
}
.woocommerce-MyAccount-content mark.order-number,
.woocommerce-MyAccount-content mark.order-date,
.woocommerce-MyAccount-content mark.order-status {
  background: transparent !important;
}
.woocommerce-MyAccount-content .shop_table.order_details {
  background: transparent;
}
.woocommerce-MyAccount-content .shop_table.order_details thead tr .product-name,
.woocommerce-MyAccount-content .shop_table.order_details tbody tr .product-name {
  padding-left: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #292929;
  color: #FFF;
  font-size: 18px;
  border-radius: 0;
  padding: 23px 240px 15px 69px;
  border-left: 0;
  min-height: 69px;
  position: relative;
}
.woocommerce-error a.button, .woocommerce-error a, .woocommerce-info a.button, .woocommerce-info a, .woocommerce-message a.button, .woocommerce-message a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 17px 8px;
  background-color: #292929;
  text-transform: uppercase;
  color: #FFF;
  overflow: hidden;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer;
  color: #292929;
  background-color: #FFF;
  position: absolute;
  top: 15px;
  right: 15px;
}
.woocommerce-error a.button span, .woocommerce-error a span, .woocommerce-info a.button span, .woocommerce-info a span, .woocommerce-message a.button span, .woocommerce-message a span {
  z-index: 2;
  position: relative;
}
.woocommerce-error a.button:hover:before, .woocommerce-error a:hover:before, .woocommerce-info a.button:hover:before, .woocommerce-info a:hover:before, .woocommerce-message a.button:hover:before, .woocommerce-message a:hover:before {
  right: -28px;
  top: -28px;
}
.woocommerce-error a.button.icon, .woocommerce-error a.icon, .woocommerce-info a.button.icon, .woocommerce-info a.icon, .woocommerce-message a.button.icon, .woocommerce-message a.icon {
  height: 39px;
  width: 39px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce-error a.button.icon.icon-facebook, .woocommerce-error a.icon.icon-facebook, .woocommerce-info a.button.icon.icon-facebook, .woocommerce-info a.icon.icon-facebook, .woocommerce-message a.button.icon.icon-facebook, .woocommerce-message a.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook.svg");
}
.woocommerce-error a.button.icon.icon-twitter, .woocommerce-error a.icon.icon-twitter, .woocommerce-info a.button.icon.icon-twitter, .woocommerce-info a.icon.icon-twitter, .woocommerce-message a.button.icon.icon-twitter, .woocommerce-message a.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter.svg");
}
.woocommerce-error a.button.icon.icon-soundcloud, .woocommerce-error a.icon.icon-soundcloud, .woocommerce-info a.button.icon.icon-soundcloud, .woocommerce-info a.icon.icon-soundcloud, .woocommerce-message a.button.icon.icon-soundcloud, .woocommerce-message a.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud.svg");
}
.woocommerce-error a.button.icon.icon-instagram, .woocommerce-error a.icon.icon-instagram, .woocommerce-info a.button.icon.icon-instagram, .woocommerce-info a.icon.icon-instagram, .woocommerce-message a.button.icon.icon-instagram, .woocommerce-message a.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram.svg");
}
.woocommerce-error a.button.icon.icon-resident-advisor, .woocommerce-error a.icon.icon-resident-advisor, .woocommerce-info a.button.icon.icon-resident-advisor, .woocommerce-info a.icon.icon-resident-advisor, .woocommerce-message a.button.icon.icon-resident-advisor, .woocommerce-message a.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra.svg");
}
.woocommerce-error a.button.icon.icon-youtube, .woocommerce-error a.icon.icon-youtube, .woocommerce-info a.button.icon.icon-youtube, .woocommerce-info a.icon.icon-youtube, .woocommerce-message a.button.icon.icon-youtube, .woocommerce-message a.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube.svg");
}
.woocommerce-error a.button.icon.icon-mail, .woocommerce-error a.icon.icon-mail, .woocommerce-info a.button.icon.icon-mail, .woocommerce-info a.icon.icon-mail, .woocommerce-message a.button.icon.icon-mail, .woocommerce-message a.icon.icon-mail {
  background-image: url("./assets/images/icn_mail.svg");
}
.woocommerce-error a.button.button-white.icon.icon-facebook, .woocommerce-error a.button.button-alt-1-white.icon.icon-facebook, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-facebook, .woocommerce-error a.button-white.icon.icon-facebook, .woocommerce-error a.button-alt-1-white.icon.icon-facebook, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-facebook, .woocommerce-info a.button.button-white.icon.icon-facebook, .woocommerce-info a.button.button-alt-1-white.icon.icon-facebook, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-facebook, .woocommerce-info a.button-white.icon.icon-facebook, .woocommerce-info a.button-alt-1-white.icon.icon-facebook, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-facebook, .woocommerce-message a.button.button-white.icon.icon-facebook, .woocommerce-message a.button.button-alt-1-white.icon.icon-facebook, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-facebook, .woocommerce-message a.button-white.icon.icon-facebook, .woocommerce-message a.button-alt-1-white.icon.icon-facebook, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-facebook {
  background-image: url("./assets/images/icn_facebook_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-twitter, .woocommerce-error a.button.button-alt-1-white.icon.icon-twitter, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-twitter, .woocommerce-error a.button-white.icon.icon-twitter, .woocommerce-error a.button-alt-1-white.icon.icon-twitter, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-twitter, .woocommerce-info a.button.button-white.icon.icon-twitter, .woocommerce-info a.button.button-alt-1-white.icon.icon-twitter, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-twitter, .woocommerce-info a.button-white.icon.icon-twitter, .woocommerce-info a.button-alt-1-white.icon.icon-twitter, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-twitter, .woocommerce-message a.button.button-white.icon.icon-twitter, .woocommerce-message a.button.button-alt-1-white.icon.icon-twitter, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-twitter, .woocommerce-message a.button-white.icon.icon-twitter, .woocommerce-message a.button-alt-1-white.icon.icon-twitter, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-twitter {
  background-image: url("./assets/images/icn_twitter_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-soundcloud, .woocommerce-error a.button.button-alt-1-white.icon.icon-soundcloud, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-soundcloud, .woocommerce-error a.button-white.icon.icon-soundcloud, .woocommerce-error a.button-alt-1-white.icon.icon-soundcloud, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-soundcloud, .woocommerce-info a.button.button-white.icon.icon-soundcloud, .woocommerce-info a.button.button-alt-1-white.icon.icon-soundcloud, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-soundcloud, .woocommerce-info a.button-white.icon.icon-soundcloud, .woocommerce-info a.button-alt-1-white.icon.icon-soundcloud, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-soundcloud, .woocommerce-message a.button.button-white.icon.icon-soundcloud, .woocommerce-message a.button.button-alt-1-white.icon.icon-soundcloud, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-soundcloud, .woocommerce-message a.button-white.icon.icon-soundcloud, .woocommerce-message a.button-alt-1-white.icon.icon-soundcloud, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-soundcloud {
  background-image: url("./assets/images/icn_soundcloud_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-instagram, .woocommerce-error a.button.button-alt-1-white.icon.icon-instagram, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-instagram, .woocommerce-error a.button-white.icon.icon-instagram, .woocommerce-error a.button-alt-1-white.icon.icon-instagram, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-instagram, .woocommerce-info a.button.button-white.icon.icon-instagram, .woocommerce-info a.button.button-alt-1-white.icon.icon-instagram, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-instagram, .woocommerce-info a.button-white.icon.icon-instagram, .woocommerce-info a.button-alt-1-white.icon.icon-instagram, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-instagram, .woocommerce-message a.button.button-white.icon.icon-instagram, .woocommerce-message a.button.button-alt-1-white.icon.icon-instagram, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-instagram, .woocommerce-message a.button-white.icon.icon-instagram, .woocommerce-message a.button-alt-1-white.icon.icon-instagram, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-instagram {
  background-image: url("./assets/images/icn_instagram_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-resident-advisor, .woocommerce-error a.button.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-resident-advisor, .woocommerce-error a.button-white.icon.icon-resident-advisor, .woocommerce-error a.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-resident-advisor, .woocommerce-info a.button.button-white.icon.icon-resident-advisor, .woocommerce-info a.button.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-resident-advisor, .woocommerce-info a.button-white.icon.icon-resident-advisor, .woocommerce-info a.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-resident-advisor, .woocommerce-message a.button.button-white.icon.icon-resident-advisor, .woocommerce-message a.button.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-resident-advisor, .woocommerce-message a.button-white.icon.icon-resident-advisor, .woocommerce-message a.button-alt-1-white.icon.icon-resident-advisor, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-resident-advisor {
  background-image: url("./assets/images/icn_ra_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-youtube, .woocommerce-error a.button.button-alt-1-white.icon.icon-youtube, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-youtube, .woocommerce-error a.button-white.icon.icon-youtube, .woocommerce-error a.button-alt-1-white.icon.icon-youtube, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-youtube, .woocommerce-info a.button.button-white.icon.icon-youtube, .woocommerce-info a.button.button-alt-1-white.icon.icon-youtube, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-youtube, .woocommerce-info a.button-white.icon.icon-youtube, .woocommerce-info a.button-alt-1-white.icon.icon-youtube, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-youtube, .woocommerce-message a.button.button-white.icon.icon-youtube, .woocommerce-message a.button.button-alt-1-white.icon.icon-youtube, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-youtube, .woocommerce-message a.button-white.icon.icon-youtube, .woocommerce-message a.button-alt-1-white.icon.icon-youtube, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-youtube {
  background-image: url("./assets/images/icn_youtube_white.svg");
}
.woocommerce-error a.button.button-white.icon.icon-mail, .woocommerce-error a.button.button-alt-1-white.icon.icon-mail, .woocommerce-error a.button.button-alt-1-white-no-hover.icon.icon-mail, .woocommerce-error a.button-white.icon.icon-mail, .woocommerce-error a.button-alt-1-white.icon.icon-mail, .woocommerce-error a.button-alt-1-white-no-hover.icon.icon-mail, .woocommerce-info a.button.button-white.icon.icon-mail, .woocommerce-info a.button.button-alt-1-white.icon.icon-mail, .woocommerce-info a.button.button-alt-1-white-no-hover.icon.icon-mail, .woocommerce-info a.button-white.icon.icon-mail, .woocommerce-info a.button-alt-1-white.icon.icon-mail, .woocommerce-info a.button-alt-1-white-no-hover.icon.icon-mail, .woocommerce-message a.button.button-white.icon.icon-mail, .woocommerce-message a.button.button-alt-1-white.icon.icon-mail, .woocommerce-message a.button.button-alt-1-white-no-hover.icon.icon-mail, .woocommerce-message a.button-white.icon.icon-mail, .woocommerce-message a.button-alt-1-white.icon.icon-mail, .woocommerce-message a.button-alt-1-white-no-hover.icon.icon-mail {
  background-image: url("./assets/images/icn_mail_white.svg");
}
.woocommerce-error a.button:before, .woocommerce-error a:before, .woocommerce-info a.button:before, .woocommerce-info a:before, .woocommerce-message a.button:before, .woocommerce-message a:before {
  background-color: #292929;
}
.woocommerce-error a.button:hover, .woocommerce-error a:hover, .woocommerce-info a.button:hover, .woocommerce-info a:hover, .woocommerce-message a.button:hover, .woocommerce-message a:hover {
  background-color: #FFF;
  color: #292929;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none;
}

.woocommerce-info {
  padding-left: 15px;
}

.woocommerce-message::before {
  content: "";
  background-color: #292929;
  float: left;
  background-size: contain;
  padding: 19.5px;
  margin-right: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url("./assets/images/icn_hint_checkmark.svg");
}

.woocommerce-error::before {
  content: "";
  background-color: #292929;
  float: left;
  background-size: contain;
  padding: 19.5px;
  margin-right: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url("./assets/images/icn_hint_error.svg");
}

@media screen and (max-width: 768px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 23px 15px 75px 69px;
  }
  .woocommerce-error a.button, .woocommerce-error a, .woocommerce-info a.button, .woocommerce-info a, .woocommerce-message a.button, .woocommerce-message a {
    text-align: center;
    bottom: 15px;
    top: auto;
    left: 15px;
    right: 15px;
  }

  .woocommerce-info {
    padding: 15px 15px 75px 15px;
  }
}
.woocommerce-order-received .order_details {
  background-color: transparent;
}
.woocommerce-order-received .order_details li {
  padding-left: 0px;
}
.woocommerce-order-received table.shop_table tbody tr td.product-name, .woocommerce-order-received table.shop_table tbody tr th.product-name, .woocommerce-order-received table.shop_table tfoot tr td.product-name, .woocommerce-order-received table.shop_table tfoot tr th.product-name {
  padding-left: 0px;
}
.woocommerce-order-received table.shop_table thead tr th.product-name {
  padding-left: 0px;
}
.woocommerce-order-received .order_details::before {
  background: transparent;
}
.woocommerce-order-received .order_details::after {
  background: transparent;
}
.woocommerce-order-received table.shop_table.customer_details th {
  width: 46%;
}

#customer_login p {
  max-width: 300px;
  width: 300px;
}
#customer_login label {
  font-size: 12px;
  font-weight: 100;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #customer_login p {
    width: auto;
  }
  #customer_login .login {
    margin-bottom: 45px;
  }
  #customer_login .button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #customer_login p {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #customer_login .login {
    margin-bottom: 45px;
  }
  #customer_login .button {
    width: 100%;
  }
}
.blockUI::before {
  background-image: url("./assets/images/loading-indicator.gif");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  content: "";
  display: block;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.blockOverlay {
  background-color: rgba(0, 0, 0, 0) !important;
}

/*# sourceMappingURL=style.css.map */
