@charset "utf-8";
/* ********************
	VARS
  ******************** */
/* BREAKPOINTS */
/* COLORS */
/* BOOTSTRAP */
/*
@gapSlim: 2px;
@gapSlimDbl: 4px;


.slimgap{
	.margin-right(-@gapSlim);
	.margin-left(-@gapSlim);
 [class*="col-"] {
    .padding-left( @gapSlim ) !important;
    .padding-right( @gapSlim) !important;

  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-ext_latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-ext_latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-ext_latin-italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-ext_latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-ext_latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato-v23-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-ext_latin-700italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* ********************
	RESETS
  ******************** */
.alert {
  border-radius: 0!important;
  text-align: center;
  padding: 4px;
  padding: 0.25rem;
}
.form-control {
  border-radius: 0!important;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
/* ********************
	BASICS
  ******************** */
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 100%;
}
body {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
/*

@media (min-width: 10768px) {
  .container {
    width: 768px;
border: 1px solid #F00;
  }
}/*
@media (min-width: 12024px) {
  .container {
    width: 1024px;
border: 1px solid #FF0;

  }
}
*/
@media (min-width: 991px) {
  .container {
    width: 100%;
  }
}
.container {
  max-width: 1500px;
}
@media (max-width: 479px) {
  .container {
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
}
/* ********************
	ELEMENTS
  ******************** */
a,
a:link,
a:visited,
a:active {
  color: #147caf;
  text-decoration: underline;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #399aca;
  text-decoration: underline;
}
/* ** HEADLINES ** */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 0;
  color: #000000;
  font-weight: 700;
}
h1,
.title-page,
.page-header h1 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 200;
}
.page-header {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-bottom: 1px solid #EFEFEF;
}
.page-header h1 {
  position: relative;
}
.page-header h1 small {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 3px;
  bottom: 0.1875rem;
}
@media (max-width: 1199px) {
  .page-header h1 small {
    position: relative;
    display: block;
    text-align: left;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (min-width: 767px) {
  .page-header h1 {
    /*	color: #F00; */
  }
}
@media (min-width: 991px) {
  .page-header h1 {
    /*		color: #FF0;*/
  }
}
h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
}
h3,
.left-head,
.right-head,
.h3type {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-weight: 400;
}
.left-head,
.right-head {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media (max-width: 991px) {
  .left-head,
  .right-head {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0;
  }
}
.left-head {
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}
h4,
.left-subhead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 700;
  color: #969da4;
}
.nothingfound {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-weight: 400;
  color: #969da4;
}
/* ** BUTTONS ** */
.btn {
  font-weight: 700;
}
.btn i {
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0;
}
.btn-outline {
  color: #147caf;
  background-color: transparent;
  border: 2px solid #d9dadb;
}
.btn-round {
  border-radius: 24px;
  border-radius: 0;
}
.btn-primary,
a.btn-primary {
  box-shadow: none;
  text-shadow: none;
  background: #147caf;
  border: 1px solid #147caf;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary:hover,
a.btn-primary:hover {
  background: #399aca;
  color: #ffffff;
  border: 1px solid #399aca;
  text-decoration: none;
}
.btn-default,
a.btn-default {
  box-shadow: none;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #d9dadb;
  color: #147caf;
  text-decoration: none;
}
.btn-default:hover,
a.btn-default:hover {
  background: #ffffff;
  color: #147caf;
  border: 1px solid #147caf;
  text-decoration: none;
}
.btn-inactive,
.btn-zip-inactive {
  box-shadow: none;
  text-shadow: none;
  background: #d9dadb;
  border: 1px solid #d9dadb;
  color: #42474a !important;
  text-decoration: none!important;
}
.btn-inactive:hover,
.btn-zip-inactive:hover {
  background: #d9dadb;
  color: #42474a !important;
  text-decoration: none!important;
  border: 1px solid #d9dadb;
  text-decoration: none;
}
.btn-dist {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.select-default {
  box-shadow: none;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #d9dadb;
  color: #000000;
  font-weight: 400;
}
.select-default:hover {
  color: #000000;
}
/* ** ... ** */
hr {
  border-top: 1px solid #147caf;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.cover {
  width: 100%;
  height: auto;
  border: 1px solid #d9dadb;
}
.img-responsive {
  width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .colmain {
    min-height: 500px;
    min-height: 31.25rem;
  }
}
/* ********************
	LOGO
  ******************** */
#logohra {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 991px) {
  #logohra {
    margin-top: 35px;
    margin-top: 2.1875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1199px) {
  #logohra {
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
/* ********************
	NAVI
  ******************** */
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
}
.nav li a {
  padding: 2px 4px;
  padding: 0.125rem 4px;
  padding: 2px 0.25rem;
  padding: 0.125rem 0.25rem;
  position: relative;
  display: block;
  text-decoration: none;
}
.nav li a:hover,
.nav li a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav-bar li {
  float: left;
}
.nav-menu li {
  float: none;
}
.btn-nav {
  display: inline-block;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #ffffff;
  text-decoration: none;
}
.btn-nav:hover {
  text-decoration: underline;
}
.btn-nav span {
  padding-right: 5px;
  padding-right: 0.3125rem;
  position: relative;
  top: 2px;
}
.userIcon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: inline-block;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 50%;
  padding: 9px;
  padding: 0.5625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  background: #147caf;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.userIcon .info {
  display: none;
  background: #147caf;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  position: absolute;
  bottom: -20px;
  left: 0%;
  padding: 3px;
  padding: 0.1875rem;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.bulletNav {
  display: inline-block;
  float: none;
  clear: both;
}
.bulletNav .bulletIcon {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  padding: 9px;
  padding: 0.5625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  background: #147caf;
  text-align: center;
}
.bulletNav .bulletLabel {
  line-height: 9px;
  line-height: 0.5625rem;
}
@media (max-width: 767px) {
  .bulletNav .bulletLabel {
    display: none;
  }
}
#bullet-login .bulletIcon {
  padding: 6px 8px;
  padding: 0.375rem 8px;
  padding: 6px 0.5rem;
  padding: 0.375rem 0.5rem;
}
#bullet-user .bulletIcon {
  padding: 6px 8px;
  padding: 0.375rem 8px;
  padding: 6px 0.5rem;
  padding: 0.375rem 0.5rem;
}
#bullet-search .bulletIcon {
  padding: 8px 8px;
  padding: 0.5rem 8px;
  padding: 8px 0.5rem;
  padding: 0.5rem 0.5rem;
}
/* ********************
	ELEMENTS
  ******************** */
.wrap-container {
  width: 100%;
}
/* ********************
	HEADER
  ******************** */
.wrap-rowadmin {
  background: #ca3951;
}
.wrap-rownavtop {
  background: #42474a;
}
.navtopFixed {
  position: fixed;
  top: -62px;
  z-index: 99;
  border-bottom: 2px solid #ffffff;
}
.navtopFixedHD {
  padding-top: 60px;
  padding-top: 3.75rem;
}
#row-navtop a,
#wrap-headermain a,
#row-admin a {
  color: #ffffff;
  text-decoration: none;
}
#row-navtop a:hover,
#wrap-headermain a:hover,
#row-admin a:hover,
#row-navtop a:focus,
#wrap-headermain a:focus,
#row-admin a:focus {
  color: #ffffff;
  text-decoration: underline;
}
#row-navtop {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
#row-navtop #menu-login {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
#row-navtop .col-service {
  padding-top: 17px;
  padding-top: 1.0625rem;
  height: 42px;
  height: 2.625rem;
}
#row-navtop #col-searchtop {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
#row-navtop .userIcon {
  border: 1px solid #F00;
  /* DEV */
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
#row-navtop .nav li a {
  text-decoration: none;
}
#row-navtop .nav li a:hover,
#row-navtop .nav li a:focus {
  text-decoration: underline;
}
#row-navtop #btn-search {
  padding-top: 2px;
  padding-top: 0.125rem;
  display: block;
  font-weight: 400;
}
#row-navtop #btn-search span {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
#row-navtop #wrap-search {
  display: none;
  border: 2px solid #969da4;
  margin-top: -5px;
  margin-top: -0.3125rem;
  padding: 0px;
  padding: 0rem;
  background: #ffffff;
  position: absolute;
  z-index: 25;
  -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
}
#row-navtop #wrap-search button[type="submit"] {
  color: #ffffff;
  background: #000000;
}
#row-navtop #wrap-search #btn-search-close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #000000 !important;
}
#row-navtop #wrap-search #btn-search-close:hover {
  color: #000000;
}
#row-navtop #wrap-search #btn-search-close span {
  padding-right: 5px;
  padding-right: 0.3125rem;
  position: relative;
  top: 2px;
}
#row-navtop #btn-cart {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: -6px;
  margin-right: -0.375rem;
}
#row-navtop #btn-cart .badge {
  background: #147caf;
  position: relative;
  top: -10px;
  left: -6px;
}
/* /ROWNAVTOP*/
#wrap-navmobile-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#wrap-navmobile {
  display: none;
  height: 100%;
  width: 100%;
  /*	position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#wrap-navmobile #wrapi-navmobile {
  background: #147caf;
  padding: 15px;
  padding: 0.9375rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  height: 100%;
  width: 200px;
  width: 12.5rem;
  -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 400px) {
  #wrap-navmobile #wrapi-navmobile {
    width: 100%;
  }
}
#wrap-navmobile #wrapi-navmobile #btn-navmobile-close {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
#wrap-navmobile #wrapi-navmobile a {
  color: #ffffff;
}
#wrap-navmobile #wrapi-navmobile a:hover {
  text-decoration: underline;
}
#wrap-navmobile #menu-mobile li {
  padding: 5px 0;
  padding: 0.3125rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* SEARCH */
#search-form .row {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#search-form #col-stype {
  padding-right: 0;
}
#search-form #col-sterm {
  padding-left: 0;
}
#search-form #type {
  background: #147caf;
  color: #ffffff;
}
.searchbtn {
  border: 0 solid #42474a;
  color: #FFF;
  background: #42474a;
}
.searchoptions {
  background: #FFF;
}
.searchoptions .btn {
  background: #EFEFEF;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  color: #42474a;
  padding: 2px;
  padding: 0.125rem;
  border-radius: 0;
  outline: none;
}
.searchoptions .active {
  background: #147caf;
  color: #ffffff;
  box-shadow: none;
}
/* SEARCH TOP */
@media (max-width: 767px) {
  #col-searchtop {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 110;
  }
}
@media (min-width: 767px) {
  #bullet-search {
    display: none;
  }
}
#wrap-searchtop {
  display: inline-block;
  width: 330px;
  position: relative;
}
@media (max-width: 767px) {
  #wrap-searchtop {
    display: none;
    background: #969da4;
    width: 100%;
    padding: 10px 10px;
    padding: 0.625rem 10px;
    padding: 10px 0.625rem;
    padding: 0.625rem 0.625rem;
    z-index: 100;
    -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  }
}
#wrap-searchtop #qsterm {
  margin: 0;
  padding: 0px 4px;
  padding: 0rem 4px;
  padding: 0px 0.25rem;
  padding: 0rem 0.25rem;
  border: 0 solid #FFF;
  background: #FFF;
  border-radius: 0;
  height: 25px;
}
#wrap-searchtop #btn-searchtop {
  padding: 2px;
  padding: 0.125rem;
  border-radius: 0;
  height: 25px;
  width: 25px;
}
#wrap-searchtop #btn-searchtop:hover {
  background: #d9dadb;
  border: 1px solid #d9dadb;
  color: #42474a;
}
@media (max-width: 767px) {
  #wrap-searchtop #btn-searchtop {
    border: 1px solid #969da4;
    color: #42474a;
    background: #969da4;
  }
  #wrap-searchtop #btn-searchtop:hover {
    background: #42474a;
    border: 1px solid #42474a;
    color: #ffffff;
  }
}
#wrap-searchtop .btn-advsearch {
  display: inline-block;
  border: 1px solid #969da4;
  color: #969da4;
  background: #42474a;
  border-radius: 0;
  padding: 2px 5px;
  padding: 0.125rem 5px;
  padding: 2px 0.3125rem;
  padding: 0.125rem 0.3125rem;
  height: 25px;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
#wrap-searchtop .btn-advsearch:hover {
  text-decoration: none;
  color: #d9dadb;
  border: 1px solid #d9dadb;
}
@media (max-width: 767px) {
  #wrap-searchtop .btn-advsearch {
    border: 1px solid #d9dadb;
    color: #d9dadb;
    background: #969da4;
  }
  #wrap-searchtop .btn-advsearch:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
#wrap-searchtop #wrap-searchresults {
  width: 100%;
  padding-right: 25px;
  padding-right: 1.5625rem;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 20;
}
#wrap-searchtop .search-more a {
  color: #147caf;
  font-weight: 700;
}
#wrap-searchtop .searchresults {
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  padding: 5px;
  padding: 0.3125rem;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.4);
}
#label-search {
  display: inline-block;
  float: left;
  padding-right: 10px;
  padding-right: 0.625rem;
}
#langselect {
  display: inline-block;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
#langselect .dropdown-menu {
  border: 1px solid #42474a;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
  border-radius: 0px;
}
#langselect .dropdown-menu li {
  padding: 0;
  margin: 0;
}
#langselect .dropdown-menu li a {
  display: block;
  padding: 3px 14px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #42474a;
  white-space: nowrap;
}
#langselect .dropdown-menu li a:hover,
#langselect .dropdown-menu li a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #399aca;
}
/* ********************
	MENU MAIN
  ******************** */
#wrap-headermain {
  background: #42474a;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
#wrap-rownavmain {
  background: #777e85;
}
#wrap-rownavmain a {
  color: #ffffff;
  text-decoration: none;
}
#wrap-rownavmain a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* ********************
	MENU ASIDE (LEFT)
  ******************** */
#btn-navaside-close {
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
#wrap-navaside {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #969da4;
  border-bottom: 1px solid #969da4;
}
#wrap-navaside .nav-aside {
  /* todo: first element (please select) center
/*		li:first-child a{
			color:#ff0000;
.padding-left(0px);
			}*/
}
#wrap-navaside .nav-aside li a {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-top: 1px solid #ffffff;
  font-weight: 400;
}
#wrap-navaside .nav-aside li a:hover {
  color: #42474a;
  text-decoration: none;
  background: #ffffff;
}
/* ********************
	MENU MAIN/GENRE
  ******************** */
#btn-genre {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  background: #777e85;
}
#btn-moregenre {
  display: none;
  position: absolute;
  top: 0;
  right: 78px;
  right: 4.875rem;
  background: #777e85;
  padding-left: 10px;
  padding-left: 0.625rem;
}
#nav-main-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.nav-main {
  margin-left: 0;
  display: block;
  width: 100%;
}
.nav-main li a {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.activenavi {
  /*	background: rgba(255, 255, 255, 0.1); */
}
.activenavi a {
  color: #CCC!important;
}
.wrap-rownavgenre {
  background: #777e85;
}
#row-navgenre {
  display: none;
}
#row-navgenre a {
  color: #ffffff;
  text-decoration: none;
}
#row-navgenre a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#row-navgenre .descr {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  color: #ffffff;
}
#row-navgenre .descr a {
  font-weight: 700;
}
#row-navgenre #nav-genre {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #969da4;
  width: 100%;
}
#row-navgenre #nav-genre .col-gmain {
  padding-left: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
  border-top: 1px solid #969da4;
  font-weight: 700;
  clear: both;
}
#row-navgenre #nav-genre .col-gsub {
  border-top: 1px solid #969da4;
  padding-left: 0;
  background: #ffffff;
}
#row-navgenre #nav-genre .nav-genresub {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  background: #ffffff;
  min-height: 38px;
  min-height: 2.375rem;
}
#row-navgenre #nav-genre .nav-genresub li {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
#row-navgenre #nav-genre .nav-genresub li a {
  display: inline-block;
  color: #000000;
  padding: 5px;
  padding: 0.3125rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
#row-navgenre #nav-genre .nav-genresub li a:hover {
  color: #777e85;
}
#menu-user {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  #menu-user {
    display: none;
  }
}
#menu-user li {
  padding: 5px;
  padding: 0.3125rem;
  border-bottom: 1px solid #d9dadb;
}
#menu-user li a {
  color: #42474a;
}
#menu-user .active {
  background: #d9dadb;
}
/* ********************
	BREADCRUMB
  ******************** */
.wrap-rowbreadcrumb {
  background: #c6c7c8;
}
.row-breadcrumb {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.row-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  border-radius: 0;
  /*	background: #e2e2e3; */
  background: none;
  /*.padding(10px);*/
}
.row-breadcrumb .breadcrumb > li + li:before {
  color: #42474a;
  content: "> ";
  padding: 0 5px;
}
.row-breadcrumb .active {
  color: #42474a !important;
}
/* ********************
	FOOTER
  ******************** */
#wrap-footermain {
  background: #42474a;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #ffffff;
}
#wrap-footermain a {
  color: #ffffff;
  text-decoration: none;
}
#wrap-footermain a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  #wrap-footermain .col-footer {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}
#wrap-footermain #col-app .apps {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  #wrap-footermain #col-app .apps {
    text-align: left;
  }
}
#wrap-footermain .nav-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#wrap-footermain .nav-footer li {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-weight: 700;
}
#wrap-footermain #row-copy {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  border-top: 1px solid #ffffff;
}
#wrap-footermain .btn-social {
  display: inline-block;
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
  padding: 2px 0;
  padding: 0.125rem 0;
  margin: 0 2px;
  margin: 0 0.125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  font-size: 1.5625rem;
}
#wrap-footermain .btn-social i {
  color: #42474a;
  vertical-align: text-bottom;
  margin-top: 2px;
  margin-top: 0.125rem;
}
#wrap-footermain #btn-twitter,
#wrap-footermain #btn-rss {
  padding-top: 3px;
  padding-top: 0.1875rem;
}
#wrap-footermain #btn-facebook {
  padding-top: 4px;
  padding-top: 0.25rem;
}
#wrap-footermain .wrap-sslicon {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 14px;
  line-height: 0.875rem;
}
#wrap-footermain .wrap-sslicon span {
  display: block;
}
#wrap-footermain .wrap-sslicon img {
  margin-bottom: 0;
}
/* ********************
	HOME / SECTIONS
  ******************** */
.row-section {
  /* default: open */
  margin-top: 0px;
  margin-top: 0rem;
  /*	@media (max-width: 991px) { */
  /*	  } */
}
.row-section header {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.row-section h2 {
  cursor: pointer;
  padding-top: 5px;
  padding-top: 0.3125rem;
  /*		white-space: nowrap;*/
}
@media (max-width: 991px) {
  .row-section h2 {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0;
  }
}
.row-section h2:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f107";
  width: 15px;
  width: 0.9375rem;
  display: inline-block;
  text-align: center;
}
.row-section h2 .navblock {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  white-space: nowrap;
  display: inline-block;
  min-width: 30px;
  min-width: 1.875rem;
}
.row-section .btn-filter,
.row-section .btn-catgen {
  /*	width: 100%; */
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  display: block;
}
@media (max-width: 767px) {
  .row-section .btn-filter,
  .row-section .btn-catgen {
    display: inline;
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: -2px;
    margin-bottom: -0.125rem;
  }
}
@media (max-width: 350px) {
  .row-section .btn-filter,
  .row-section .btn-catgen {
    display: inline-block;
  }
}
.row-section .wrap-catgenbtns {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .row-section .wrap-catgenbtns {
    margin-top: 5px;
    margin-top: 0.3125rem;
    height: 20px;
    height: 1.25rem;
  }
}
.row-section .btn-catgen {
  border-radius: 10px;
  border: 1px solid #d9dadb;
  padding: 4px;
  padding: 0.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  color: #777e85;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  /*		width: 100%;
		text-align: left;
		text-decoration: none;
		font-weight: 700;
		.margin-left(15px);
		.margin-bottom(5px);
		display: block;
		border: 1px solid @colorGreyLight;
		color: @colorGreyMid;
		.padding(5px);

		&:hover{
			text-decoration: none;
			background: @colorBlue;
			color: @colorWhite;
			border: 1px solid @colorBlue;
			}
		@media (max-width: @bp-sm) {
			display: inline;
			.margin-left(5px);
			.margin-top(0px);
			.margin-bottom(-2px);
			}
		@media (max-width: 350px) {
			display: inline-block;
			} */
}
.row-section .btn-catgen i {
  font-size: 11px;
  font-size: 0.6875rem;
}
.row-section .btn-catgen:hover {
  background: #d9dadb;
  text-decoration: none;
  color: #000000;
}
.row-section .section-content {
  /*		.album{
			.margin-bottom(@gap);
			}
*/
}
.row-section .section-slimgap {
  padding: 0 10px;
  padding: 0 0.625rem;
}
.row-section .col-more {
  height: 100%;
  position: relative;
}
.row-section .col-more a {
  background: #EEE;
  border: 1px solid #CCC;
  color: #DDD;
  height: 100%;
  width: 100%;
  display: block;
}
.row-section .col-more a:hover {
  background: #DDD;
  border: 1px solid #DDD;
  color: #EEE;
}
.row-section .col-more img {
  height: auto;
  width: 100%;
  opacity: 0;
}
.row-section .col-more .cont {
  position: absolute;
  top: 33%;
  left: 38%;
  font-size: 50px;
  font-size: 3.125rem;
}
.row-section .hr-row {
  /*		.margin-left(@gap);
		.margin-right(@gap);
*/
}
.section-open h2 {
  cursor: pointer;
}
.section-open h2:before {
  content: "\f107";
}
.section-open .section-head-content {
  /*	display:none; */
}
.section-closed h2 {
  cursor: pointer;
}
.section-closed h2:before {
  content: "\f105";
}
.section-closed .section-head-content {
  display: none;
}
/* ********************
	BANNER
  ******************** */
.banner {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.col-banner .banner {
  border-top: 1px solid #969da4;
  border-bottom: 1px solid #969da4;
}
/* ********************
	FORMS
  ******************** */
.form-section {
  /* hr */
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-top: 1px solid #EFEFEF;
}
.form-hdist {
  padding-top: 4px;
  padding-top: 0.25rem;
}
.form-hsection {
  border-bottom: 1px solid #147caf;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.form-box {
  border: 1px solid #d9dadb;
  padding: 10px;
  padding: 0.625rem;
}
.form-box-grey {
  background: rgba(50, 50, 50, 0.05);
  border: 1px solid #d9dadb;
}
/* ********************
	REVIEWS / VIDEOS
  ******************** */
.video,
.review,
.news {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.video:hover img,
.review:hover img,
.news:hover img {
  opacity: 0.9;
}
.video .review-img img,
.review .review-img img,
.news .review-img img {
  width: 100%;
  height: auto;
}
.video .title,
.review .title,
.news .title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #000000;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.video a,
.review a,
.news a {
  color: #000000;
  text-decoration: none;
}
.video a:hover,
.review a:hover,
.news a:hover {
  color: #000000;
  text-decoration: none;
}
.video-box,
.video-boxbig,
.review-box,
.review-boxbig {
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}
.video-box:after,
.video-boxbig:after,
.review-box:after,
.review-boxbig:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  z-index: 20;
  display: block;
  background: rgba(224, 224, 224, 0);
  background: -moz-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 70%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224, 224, 224, 0)), color-stop(70%, #e0e0e0));
  background: -webkit-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 70%);
  background: -o-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 70%);
  background: -ms-linear-gradient(top, rgba(224, 224, 224, 0) 0%, #e0e0e0 70%);
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0) 0%, #e0e0e0 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=0);
}
.video-box img,
.video-boxbig img,
.review-box img,
.review-boxbig img {
  width: 100%;
  height: auto;
}
.video-box header,
.video-boxbig header,
.review-box header,
.review-boxbig header {
  width: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
  padding-top: 0px;
  padding-top: 0rem;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}
.video-box header .title,
.video-boxbig header .title,
.review-box header .title,
.review-boxbig header .title {
  color: #000000;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.video-boxbig header,
.review-boxbig header {
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 767px) {
  .video-boxbig header,
  .review-boxbig header {
    max-height: 120px;
    max-height: 7.5rem;
  }
}
@media (min-width: 991px) {
  .video-boxbig header,
  .review-boxbig header {
    max-height: 80px;
    max-height: 5rem;
  }
}
@media (min-width: 1199px) {
  .video-boxbig header,
  .review-boxbig header {
    max-height: 100px;
    max-height: 6.25rem;
  }
}
.video-boxbig header .title,
.review-boxbig header .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
/* ********************
	REVIEWS
  ******************** */
.review-view header {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.review-view .review-img-caption {
  text-align: right;
  color: #969da4;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.review-detail .review-img {
  margin-right: 20px;
  margin-right: 1.25rem;
  float: left;
}
.review-detail .review-img figcaption {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: #777e85;
  text-align: right;
  font-size: 11px;
  font-size: 0.6875rem;
}
.review-box,
.review-boxbig {
  height: 280px;
}
@media (min-width: 991px) {
  .review-box,
  .review-boxbig {
    height: 260px;
  }
}
@media (min-width: 1199px) {
  .review-box,
  .review-boxbig {
    height: 216px;
  }
}
@media (max-width: 767px) {
  .review-boxbig {
    height: 355px;
  }
  .review-boxbig header {
    max-height: 100px;
    max-height: 6.25rem;
  }
}
.img-contentlarge {
  width: 100%;
  height: auto;
  margin: 5px 0;
  margin: 0.3125rem 0;
}
/* ********************
	RETAIL/NEWS
  ******************** */
.news {
  position: relative;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.news .date {
  display: block;
  text-align: left;
  font-style: itaclic;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  font-weight: 700;
  color: #969da4;
}
.news img {
  width: 100%;
  height: auto;
}
.news header {
  width: 100%;
  padding-top: 0px;
  padding-top: 0rem;
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}
.news header .title {
  color: #000000;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.news .btn-readmore {
  color: #147caf;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.news .btn-readmore:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f054";
  width: 15px;
  width: 0.9375rem;
  display: inline-block;
  text-align: center;
  color: #147caf;
}
.news footer {
  position: absolute;
  bottom: 15px;
  bottom: 0.9375rem;
  right: 15px;
}
@media (max-width: 991px) {
  .news footer {
    display: inline-block;
    position: relative;
    float: right;
    margin: 10px;
    margin: 0.625rem;
  }
}
/* ********************
	VIDEOS
  ******************** */
.video-view header {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.video-box,
.video-boxbig {
  height: 355px;
}
@media (min-width: 991px) {
  .video-box,
  .video-boxbig {
    height: 325px;
  }
}
@media (min-width: 1199px) {
  .video-box,
  .video-boxbig {
    height: 245px;
  }
}
@media (max-width: 767px) {
  .video-boxbig {
    height: 355px;
  }
  .video-boxbig header {
    max-height: 100px;
    max-height: 6.25rem;
  }
}
/* ********************
	ARCHIVE
  ******************** */
#dropdownVideoArchive,
#dropdownReviewArchive {
  border-radius: 0;
  text-align: left;
}
.dropdown {
  border-radius: 0;
  text-align: left;
}
.dropdown .dropdown-menu li {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.dropdown .dropdown-header {
  padding: 0 !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
.dropdown .dropdown-header a {
  font-weight: 700!important;
}
/* ********************
	ALBUM LIST
  ******************** */
.album {
  overflow: hidden;
  /*		.footerinfo{
			.fibg{
				.padding-top(5px);
				}
			}  */
}
.album .albumbody {
  position: relative;
  overflow: hidden;
}
.album:hover img {
  opacity: 0.9;
}
.album .headerinfo {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 3px;
  padding-top: 0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  height: 28px;
  height: 1.75rem;
}
.album .headerinfo a {
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  padding: 0.3125rem;
}
.album .headerinfo a:hover {
  color: #e85e1a;
}
.album .headerinfo .btn-addtolist {
  float: left;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.album .headerinfo .btn-addtocart {
  float: right;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.album .headerinfo .isincart a,
.album .headerinfo .isincart i {
  color: #e85e1a;
}
.album .headerinfo .isincart a:hover,
.album .headerinfo .isincart i:hover {
  color: #e85e1a;
}
.album .headerinfo .isinshortlist a,
.album .headerinfo .isinshortlist i {
  color: #e85e1a;
}
.album .headerinfo .isinshortlist a:hover,
.album .headerinfo .isinshortlist i:hover {
  color: #e85e1a;
}
.album .albumouter p {
  line-height: 14px;
  line-height: 0.875rem;
  padding: 1px 5px;
  padding: 0.0625rem 5px;
  padding: 1px 0.3125rem;
  padding: 0.0625rem 0.3125rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.album .albumouter .title {
  font-weight: 700;
  color: #42474a;
}
.album .albumouter .artist {
  font-style: italic;
  color: #969da4;
}
.album .albumouter .artist a {
  color: #969da4;
  text-decoration: none;
}
.album .albumouter a {
  text-decoration: none;
}
.album .footerinfofixed {
  position: absolute;
  left: 0;
  bottom: -68px;
  width: 100%;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 400;
  height: 30px;
  height: 1.875rem;
}
.album .footerinfo {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 400;
  height: 60px;
  height: 3.75rem;
}
.album .footerinfo .fibg {
  padding-top: 5px;
  padding-top: 0.3125rem;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.album .footerinfo p {
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.album .footerinfo .title,
.album .footerinfo .artist,
.album .footerinfo .label,
.album .footerinfo .genre,
.album .footerinfo .release {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000000;
}
.album .footerinfo .price {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 30px;
  top: 1.875rem;
  padding: 5px;
  padding: 0.3125rem;
}
.album .footerinfo .price span {
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}
.album .footerinfofixed {
  left: 0;
  bottom: -10px;
}
.albumnotavailable img {
  opacity: 0.3;
}
.albumnotavailable img:hover {
  opacity: 0.3;
}
.abiginfo {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.abiginfo p {
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.abiginfo .title,
.abiginfo .artist,
.abiginfo .label,
.abiginfo .genre,
.abiginfo .release {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
}
.abiginfo .price {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
  top: 1.5625rem;
  padding: 5px;
  padding: 0.3125rem;
}
.abiginfo .price span {
  display: block;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}
.abiginfo .fibg {
  /*	background: rgba(66, 71, 74, 0.1); */
}
.markupicon {
  position: absolute;
  width: 62px;
  width: 3.875rem;
  height: 84px;
  height: 5.25rem;
  top: -8px;
  right: 17%;
  z-index: 10;
  background-repeat: no-repeat !important;
}
.album-list-item .markupicon {
  right: 10px;
}
.cp-album {
  position: relative;
}
.cp-album .markupicon {
  right: 10px;
}
.markupicon.aref {
  background: url('../img/icons/aref.png');
}
.markupicon.dsd {
  background: url('../img/icons/dsd.png');
}
.markupicon.dsd28 {
  background: url('../img/icons/dsd.png');
}
.markupicon.dsd56 {
  background: url('../img/icons/dsd-56.png');
}
.markupicon.dsd112 {
  background: url('../img/icons/dsd-112.png');
}
.markupicon.lrecording {
  background: url('../img/icons/lrecording.png');
}
.markupicon.ltip {
  background: url('../img/icons/listeningtip.png');
}
.markupicon.msr {
  background: url('../img/icons/msr.png');
}
.markupicon.mqa {
  background: url('../img/icons/mqa.png');
}
.markupicon.mchannel {
  background: url('../img/icons/multichannel.png');
}
.markupicon.mhave {
  background: url('../img/icons/musthave.png');
}
.markupicon.nprice {
  background: url('../img/icons/niceprice.png');
}
.markupicon.pct10 {
  background: url('../img/icons/10pct.png');
}
.markupicon.pct15 {
  background: url('../img/icons/15pct.png');
}
.markupicon.pct20 {
  background: url('../img/icons/20pct.png');
}
.markupicon.pct25 {
  background: url('../img/icons/25pct.png');
}
.markupicon.pct50 {
  background: url('../img/icons/50pct.png');
}
.markupicon.preorder {
  background: url('../img/icons/preorder.png');
}
.markupicon.surround {
  background: url('../img/icons/surround.png');
}
.markupicon.flac192-24 {
  background: url('../img/icons/flac192_24.png');
}
.markupicon.editor {
  background: url('../img/icons/editors.png');
}
.markupicon-xl {
  position: absolute;
  top: -8px;
  z-index: 10;
  right: 30px;
  width: 85px;
  width: 5.3125rem;
  height: 115px;
  height: 7.1875rem;
  background-size: cover;
}
.markupicon-xl.aref {
  background: url('../img/icons/aref-xl.png');
}
.markupicon-xl.dsd {
  background: url('../img/icons/dsd-xl.png');
}
.markupicon-xl.dsd28 {
  background: url('../img/icons/dsd-xl.png');
}
.markupicon-xl.dsd56 {
  background: url('../img/icons/dsd-56-xl.png');
}
.markupicon-xl.dsd112 {
  background: url('../img/icons/dsd-112-xl.png');
}
.markupicon-xl.lrecording {
  background: url('../img/icons/lrecording-xl.png');
}
.markupicon-xl.ltip {
  background: url('../img/icons/listeningtip-xl.png');
}
.markupicon-xl.msr {
  background: url('../img/icons/msr-xl.png');
}
.markupicon-xl.mqa {
  background: url('../img/icons/mqa-xl.png');
}
.markupicon-xl.mchannel {
  background: url('../img/icons/multichannel-xl.png');
}
.markupicon-xl.mhave {
  background: url('../img/icons/musthave-xl.png');
}
.markupicon-xl.nprice {
  background: url('../img/icons/niceprice-xl.png');
}
.markupicon-xl.pct10 {
  background: url('../img/icons/10pct-xl.png');
}
.markupicon-xl.pct15 {
  background: url('../img/icons/15pct-xl.png');
}
.markupicon-xl.pct20 {
  background: url('../img/icons/20pct-xl.png');
}
.markupicon-xl.pct25 {
  background: url('../img/icons/25pct-xl.png');
}
.markupicon-xl.pct50 {
  background: url('../img/icons/50pct-xl.png');
}
.markupicon-xl.preorder {
  background: url('../img/icons/preorder-xl.png');
}
.markupicon-xl.surround {
  background: url('../img/icons/surround-xl.png');
}
.markupicon-xl.flac192-24 {
  background: url('../img/icons/flac192_24-xl.png');
}
.markupicon-xl.editor {
  background: url('../img/icons/editors-xl.png');
}
/* ********************
	ALBUM BELTS
  ******************** */
.hasBooklet {
  position: absolute;
  top: 15%;
  left: 0;
  background: #147caf;
  color: #ffffff;
  display: block;
  padding: 3px;
  padding: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  cursor: default;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 28px;
  width: 1.75rem;
}
.hasBooklet:hover {
  width: 130px;
  width: 8.125rem;
  -webkit-transition: width 0.5s ease;
  /* Firefox */
  -moz-transition: width 0.5s ease;
  /* WebKit */
  -o-transition: width 0.5s ease;
  /* Opera */
  transition: width 0.5s ease;
  /* Standard */
}
.hasBooklet:hover span {
  width: 90px;
  width: 5.625rem;
  -webkit-transition: width 0.5s ease;
  /* Firefox */
  -moz-transition: width 0.5s ease;
  /* WebKit */
  -o-transition: width 0.5s ease;
  /* Opera */
  transition: width 0.5s ease;
  /* Standard */
}
.hasBooklet span {
  display: block;
  overflow: hidden;
  width: 0px;
  white-space: nowrap;
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 28px;
  left: 1.75rem;
}
.hasBooklet:before {
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  text-decoration: inherit;
  content: "\e043";
  margin-left: 2px;
  margin-left: 0.125rem;
  float: left;
  width: 24px;
  width: 1.5rem;
}
.beltnone,
.belt {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  padding: 2px 0;
  padding: 0.125rem 0;
  color: #ffffff;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  height: 20px;
  height: 1.25rem;
}
.belt:before,
.belt:after {
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: inline-block;
  text-decoration: inherit;
  content: "\e006\e006\e006";
}
.belt:before {
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.belt:after {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.belt.aref {
  background: #88CA61;
}
.belt.dsd {
  background: #F5A341;
}
.belt.lrecording {
  background: #CDA941;
}
.belt.ltip {
  background: #c3a25a;
}
.belt.msr {
  background: #707479;
}
.belt.mqa {
  background: #FF0000;
}
.belt.mchannel {
  background: #C083E7;
}
.belt.mhave {
  background: #F5A341;
}
.belt.nprice {
  background: #EA5B36;
}
.footerinfofixed .belt {
  margin-bottom: 5px !important;
  margin-bottom: 0.3125rem !important;
}
.btn-more {
  background: #42474a;
}
.btn-more:link,
.btn-more:visited,
.btn-more:active {
  color: #ffffff !important;
  text-decoration: none;
}
.btn-more:hover {
  color: #ffffff !important;
  text-decoration: none!important;
  background: #147caf;
}
.btn-shop-inactive {
  opacity: 0.3;
  -webkit-transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
}
.btn-more-inactive {
  background: #c6c8c9;
}
.btn-more-inactive:link,
.btn-more-inactive:visited,
.btn-more-inactive:active,
.btn-more-inactive:hover {
  background: #c6c8c9;
}
.btn-more-inactive .loader {
  display: block!important;
}
.btn-more-inactive .loader:before {
  content: url('../img/icon-loader-bar-grey.gif');
  width: 100%;
  text-align: center;
  margin: 5px 0;
  margin: 0.3125rem 0;
}
.playlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.playlist li {
  padding: 2px;
  padding: 0.125rem;
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}
.playlist li:hover {
  background: #EFEFEF;
}
.playlist li span {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
}
.playlist li .timeline {
  width: 100%;
  background: #d9dadb;
  height: 4px;
}
.playlist li .timeline .current {
  width: 0;
  height: 4px;
  background: #e85e1a;
}
.playlist li .play,
.playlist li .playempty {
  width: 20px;
  width: 1.25rem;
}
.playlist li .track {
  width: 20px;
  width: 1.25rem;
  text-align: right;
}
.playlist li .title {
  margin-left: 5px;
  margin-left: 0.3125rem;
  max-width: 80%;
}
@media (max-width: 850px) {
  .playlist li .title {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .playlist li .title {
    width: 70%;
  }
}
@media (max-width: 430px) {
  .playlist li .title {
    width: 60%;
  }
}
@media (max-width: 330px) {
  .playlist li .title {
    width: 45%;
  }
}
.playlist li .time {
  width: 90px;
  width: 5.625rem;
  float: right;
  text-align: right;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media (max-width: 700px) {
  .playlist li .time {
    width: 60px;
    width: 3.75rem;
  }
}
.playlist .active {
  color: #e85e1a;
}
.playlist .fa-pause {
  color: #969da4;
}
.playlist .plinfo {
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 5px 10px;
  padding: 0.3125rem 10px;
  padding: 5px 0.625rem;
  padding: 0.3125rem 0.625rem;
  background: #EFEFEF;
  cursor: default;
  font-weight: 700;
  border-bottom: 0px solid #FFF;
}
.playlist .ploff:hover {
  background: #FFFFFF;
}
.playlist .ploff .play i {
  display: none;
}
.wrap-rowmenumain {
  background: #777e85;
}
.hld_rowmenugenre {
  background: #777e85;
}
/* ALBUM ASIDE */
.wrap-album-aside {
  width: 250px;
  float: right;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .wrap-album-aside {
    width: 100%;
  }
}
.album-aside {
  position: relative;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #969da4;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.album-aside header {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.album-aside header .title,
.album-aside header .artist,
.album-aside header .label,
.album-aside header .genre {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0;
  margin: 2px 10px;
  margin: 0.125rem 10px;
  margin: 2px 0.625rem;
  margin: 0.125rem 0.625rem;
  text-align: left;
  color: #000;
}
.album-aside header .title {
  padding-top: 10px;
  padding-top: 0.625rem;
  font-weight: 700;
}
.album-aside header .title:hover {
  cursor: default;
}
.album-aside header .artist {
  color: #969da4;
}
.album-aside header .artist a:hover,
.album-aside header .label a:hover,
.album-aside header .genre a:hover {
  color: #42474a;
  text-decoration: none;
}
.album-aside footer {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.album-aside footer p {
  padding: 0;
  margin: 2px 10px;
  margin: 0.125rem 10px;
  margin: 2px 0.625rem;
  margin: 0.125rem 0.625rem;
}
.album-aside footer .price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: right;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.album-aside footer .price span {
  display: inline-block;
}
.album-aside footer .wrap-album-btns {
  margin-top: 10px;
  margin-top: 0.625rem;
  /*	.padding(0);

			.padding-right(5px); */
}
.album-aside footer .wrap-album-btns a {
  /*			color: @colorWhite; */
}
.album-aside footer .wrap-album-btns .wrap-btn-slist {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.album-aside footer .wrap-album-btns .wrap-btn-slist .btn-addtolist {
  color: #ca3951;
  font-size: 18px;
  font-size: 1.125rem;
}
.album-aside footer .wrap-album-btns .wrap-btn-buy {
  width: 80%;
  display: inline-block;
  /*				text-align: right;
				float: right; */
}
.album-aside .playlist li span {
  padding: 1px;
  vertical-align: top;
}
.album-aside .playlist .play,
.album-aside .playlist .playempty {
  width: 15px;
  width: 0.9375rem;
}
.album-aside .playlist .track {
  width: 15px;
  width: 0.9375rem;
}
.album-aside .playlist .title {
  margin-left: 3px;
  margin-left: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 0;
  max-width: 65%;
}
.album-aside .playlist .time {
  width: 40px;
  width: 2.5rem;
  margin-right: 1px;
  margin-right: 0.0625rem;
}
.album-aside .playlist .ttlplayingtime {
  clear: both;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.album-aside .playlist .ttlplayingtime .title {
  margin-top: 0;
}
.album-aside .playlist .plinfo {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.album-aside .btn-addtocart {
  color: #ffffff;
}
.album-aside .btn-addtocart:hover {
  color: #ffffff;
}
/* SYSTEM */
.site-system .panel-title {
  padding: 0;
}
.site-system label {
  display: inline-block;
  width: 100px;
  width: 6.25rem;
}
/* ********************
	PAYMENT
  ******************** */
.dropdown-menu a {
  text-decoration: none;
}
.wrap-country {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.tmpcont {
  font-size: 40px;
  font-size: 2.5rem;
  color: #EEE;
  text-align: center;
  margin: 40px 0;
  margin: 2.5rem 0;
}
/* CART */
.info-steps {
  width: 100%;
  color: #ffffff;
  padding: 3px;
  padding: 0.1875rem;
  margin: 5px 0;
  margin: 0.3125rem 0;
  list-style: none;
}
.info-steps li {
  width: 20%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.info-steps .step-title {
  clear: both;
  float: none;
  position: relative;
  background: #EEE;
}
.info-steps .step-title h2 {
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-left: 25px;
  margin-left: 1.5625rem;
  color: #969da4;
}
.info-steps .step-title .number {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  color: #CCC;
  border: 2px solid #CCC;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  float: left;
  text-align: center;
  font-weight: 700;
}
.info-steps .done .step-title {
  background: #42474a;
}
.info-steps .done h2 {
  color: #ffffff !important;
}
.info-steps .done .number {
  color: #42474a;
  border: 2px solid #42474a;
}
.info-steps .current .step-title {
  background: #147caf;
}
.info-steps .current h2 {
  color: #ffffff !important;
}
.info-steps .current .number {
  color: #147caf;
  border: 2px solid #147caf;
}
.infobox,
.infobox-debug {
  padding: 5px;
  padding: 0.3125rem;
  background: #EFEFEF;
  margin: 15px 0;
  margin: 0.9375rem 0;
  color: #42474a;
}
.infobox .boxhead,
.infobox-debug .boxhead {
  padding: 0 5px;
  padding: 0 0.3125rem;
  border-bottom: 3px solid #777e85;
  color: #777e85;
  padding: 8px 5px;
  padding: 0.5rem 5px;
  padding: 8px 0.3125rem;
  padding: 0.5rem 0.3125rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
}
.infobox .boxbody,
.infobox-debug .boxbody {
  padding: 5px;
  padding: 0.3125rem;
}
.infobox .boxbody h4,
.infobox-debug .boxbody h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.infobox .boxbody ul,
.infobox-debug .boxbody ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.infobox-debug {
  border: 1px solid #969da4;
  color: #969da4;
}
.infobox-debug h4 {
  color: #969da4;
}
.infobox-debug .boxhead {
  background: #969da4;
}
.page-content h3 {
  padding-top: 0px;
  padding-top: 0rem;
}
/* ********************
	SOCIAL MEDIA
  ******************** */
.social-bar {
  border-top: 1px solid #d9dadb;
  border-bottom: 1px solid #d9dadb;
  padding: 5px 0;
  padding: 0.3125rem 0;
  text-align: center;
}
.social-bar .icon-social-share {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 28px;
  height: 28px;
  padding: 3px;
  padding: 0.1875rem;
  margin: 0 1px;
  margin: 0 0.0625rem;
}
.social-bar .icon-social-share:hover {
  text-decoration: none;
  color: #ffffff;
}
.social-bar #btn-share-facebook {
  background: #3b5998;
}
.social-bar #btn-share-twitter {
  background: #4099FF;
}
.social-bar #btn-share-pinterest {
  background: #bd081c;
}
.social-bar #btn-share-whatsapp {
  background: #34af23;
}
@media (max-width: 991px) {
  .smbar-top {
    display: none;
  }
}
@media (min-width: 991px) {
  .smbar-bot {
    display: none;
  }
}
/* ********************
	SHOP
  ******************** */
.hr-grey {
  border-top: 1px solid #f0f0f0;
}
.shop-steps {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  /*border-bottom: 1px solid @stepGreyLight;*/
}
.shop-steps .step {
  padding: 0;
  position: relative;
}
.shop-steps .step a {
  text-decoration: none;
  color: #42474a;
}
.shop-steps .step .stepnr {
  color: #42474a;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.shop-steps .step .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  height: 0.5rem;
  box-shadow: none;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.shop-steps .step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #9ccce4;
}
.shop-steps .step .stepdot {
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: block;
  background: #9ccce4;
  top: 25px;
  top: 1.5625rem;
  left: 50%;
  margin-top: -15px;
  margin-top: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  border-radius: 50%;
}
.shop-steps .step .stepdot:after {
  content: ' ';
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background: #147caf;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 8px;
  left: 0.5rem;
}
.shop-steps .step .stepinfo {
  color: #42474a;
}
.shop-steps > .step.complete > .progress > .progress-bar {
  width: 100%;
}
.shop-steps > .step.active > .progress > .progress-bar {
  width: 50%;
}
.shop-steps > .step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.shop-steps > .step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.shop-steps > .step.disabled > .stepdot {
  background-color: #f0f0f0;
}
.shop-steps > .step.disabled > .stepdot:after {
  opacity: 0;
}
.shop-steps > .step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.shop-steps > .step:last-child > .progress {
  width: 50%;
}
.shop-steps > .step.disabled a.stepdot {
  pointer-events: none;
}
.voucher-input {
  border: 1px solid #d9dadb;
  background: #f0f0f0;
  padding: 15px;
  padding: 0.9375rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.alert-shopempty {
  border: 1px solid #d9dadb;
  background: #f0f0f0;
  padding: 15px;
  padding: 0.9375rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
#tbl-cart {
  border-collapse: collapse;
}
#tbl-cart td {
  vertical-align: top;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding: 3px 5px;
  padding: 0.1875rem 5px;
  padding: 3px 0.3125rem;
  padding: 0.1875rem 0.3125rem;
}
#tbl-cart tr {
  border-bottom: 1px solid #d9dadb;
}
#tbl-cart thead td {
  border-bottom: 1px solid #d9dadb;
  vertical-align: bottom;
  font-weight: 700;
}
#tbl-cart tfoot td {
  font-weight: 700;
}
#tbl-cart .album {
  font-weight: 700;
}
#tbl-cart .album a {
  color: #333;
  text-decoration: none;
}
#tbl-cart p {
  padding: 0;
  margin: 2px 0;
  margin: 0.125rem 0;
}
#tbl-cart .descr {
  font-style: italic;
  color: #969da4;
}
#tbl-cart .cartoptions {
  display: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}
#tbl-cart .cartoptions a {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
}
#tbl-cart .cartoptions a:hover {
  text-decoration: underline;
}
#tbl-cart .cartoptions a i {
  padding-right: 5px;
  padding-right: 0.3125rem;
}
#tbl-cart .cartoptions .btn-cartp-del i {
  color: #ca3951;
}
#tbl-cart .cartoptions .btn-cartp-list i {
  /* color: @colorOrange; **/
}
#tbl-cart tbody tr:hover {
  background: rgba(50, 50, 50, 0.05);
}
#tbl-cart tbody tr:hover .cartoptions {
  display: block;
}
#tbl-cart tbody tr:hover img {
  opacity: 0.9;
}
#cart-btn-row {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
#cart-btn-row a {
  text-decoration: none;
}
#cart-btn-row a:hover {
  text-decoration: none;
}
#wrap-cart-pricesum {
  background: rgba(50, 50, 50, 0.05);
  border: 1px solid #d9dadb;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
#wrap-cart-info {
  background: #ffffff;
  border: 1px solid #d9dadb;
  color: #777e85;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
#cart-useraddress {
  background: #ffffff;
  border: 1px solid #d9dadb;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.btn-delVoucher {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.btn-delVoucher i {
  color: #969da4;
}
.btn-delVoucher i:hover {
  color: #ca3951;
}
#cart-pricesum {
  border-collapse: collapse;
  width: 100%;
}
#cart-pricesum #cart-totalsum,
#cart-pricesum #cart-taxsum,
#cart-pricesum #cart-bonussum,
#cart-pricesum #cart-productssum,
#cart-pricesum #cart-vouchersum,
#cart-pricesum #cart-discountsum {
  text-align: right;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
#cart-pricesum #cart-productssum {
  font-weight: 700;
}
#cart-pricesum .cart-voucherdetail {
  text-align: right;
  color: #969da4;
  font-size: 11px;
  font-size: 0.6875rem;
}
#cart-pricesum #cart-totalsum {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
#cart-pricesum #cart-buttons td {
  padding-top: 15px;
  padding-top: 0.9375rem;
}
#cart-pricesum #cart-buttons {
  padding-top: 20px;
  padding-top: 1.25rem;
}
#cart-buttons a {
  text-decoration: none;
}
#cart-buttons a:hover {
  text-decoration: none;
}
/* LISTS */
.album-download,
.album-shortlist {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  border-bottom: 1px solid #d9dadb;
  /*&:hover{
			background: rgba(50,50,50,0.05);
			}*/
}
.album-download .album,
.album-shortlist .album {
  font-weight: 700;
}
.album-download .album a,
.album-shortlist .album a {
  color: #333;
  text-decoration: none;
}
.album-download p,
.album-shortlist p {
  padding: 0;
  margin: 2px 0;
  margin: 0.125rem 0;
}
.album-download .descr,
.album-shortlist .descr {
  font-style: italic;
  color: #969da4;
}
@media (max-width: 479px) {
  .album-download .format,
  .album-shortlist .format,
  .album-download .time,
  .album-shortlist .time {
    display: none;
  }
}
.album-download .missing,
.album-shortlist .missing {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  color: #969da4;
  width: 70px;
  width: 4.375rem;
  display: inline-block;
  text-align: center;
}
.shortlist-empty {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}
/* GENRE */
.title-genre {
  text-align: center;
  color: #969da4;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
#menu-subgenre {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
#menu-subgenre a {
  color: #42474a;
}
#menu-subgenre li {
  float: left;
}
/* ALBUM VIEW */
#h1-album-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#h1-album-title .artist {
  color: #969da4;
  display: block;
}
#h1-album-title .artist a {
  color: #969da4;
  text-decoration: none;
}
/* PRICES */
.price-current {
  color: #000000;
}
.price-offer {
  color: #e85e1a;
}
.price-before {
  color: #42474a;
  text-decoration: line-through;
}
.album-tags {
  margin: 5px 0;
  margin: 0.3125rem 0;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 0;
}
.album-tags li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  color: #ffffff;
}
.album-tags li a {
  padding: 2px;
  padding: 0.125rem;
  margin: 2px;
  margin: 0.125rem;
  color: #ffffff;
  text-decoration: none;
  background: #42474a;
}
.album-tags li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #147caf;
}
.album .genre a {
  text-decoration: none;
}
.albumtab {
  display: none;
  padding: 15px 10px;
  padding: 0.9375rem 10px;
  padding: 15px 0.625rem;
  padding: 0.9375rem 0.625rem;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
@media (max-width: 479px) {
  .albumtab {
    border-top: 1px solid #CCC;
  }
}
.artist-detail .artistimg,
.albumtab .artistimg {
  float: right;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 350px;
  height: auto;
  clear: both;
}
@media (max-width: 767px) {
  .artist-detail .artistimg,
  .albumtab .artistimg {
    width: 260px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .artist-detail .artistimg,
  .albumtab .artistimg {
    width: 100%;
    height: auto;
  }
}
.artist-detail .artistimg {
  float: right;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 450px;
  height: auto;
  clear: both;
}
@media (max-width: 900px) {
  .artist-detail .artistimg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .artist-detail .artistimg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 650px) {
  .artist-detail .artistimg {
    width: 100%;
    height: auto;
  }
}
.nav-tabs.nav-justified li a {
  padding: 5px;
  padding: 0.3125rem;
  border-radius: 0;
  color: #42474a;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.nav-tabs.nav-justified li a:hover {
  color: #ffffff;
  border-right: 1px solid #42474a;
  border-top: 1px solid #42474a;
  border-left: 1px solid #42474a;
  background: #42474a;
}
@media (max-width: 767px) {
  .nav-tabs.nav-justified li a {
    border-bottom: 1px solid #CCC;
    text-align: left;
  }
}
.playlist .ttlplayingtime {
  padding-top: 10px;
  padding-top: 0.625rem;
  border-bottom: none;
  color: #969da4;
  /*.title{ font-style: italic; }*/
}
.playlist .ttlplayingtime:hover {
  background: #ffffff;
}
.footer-slimgap,
.promotion-slimgap,
.discography-slimgap {
  padding: 0 10px;
  padding: 0 0.625rem;
}
.footer-slimgap [class*="col-"],
.promotion-slimgap [class*="col-"],
.discography-slimgap [class*="col-"] {
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
/*
.btn-addtoshortlist{
	.line-height(30px);
	.margin-top(10px);
	display: inline-block;
	position: relative;
	i{
	color: @colorRed;
	.font-size(25px);
	}
		&:after{
			font-family: "FontAwesome", "Font Awesome 6 Free";
			font-weight: 700;
			display: block;
			.font-size(12px);
			color: @colorWhite;
			position: absolute;
			top: -5px;
			right: 2px;
			z-index: 10;
			}

	.isInShortslist{
		&:after{
			content: "\f00c";
			}
		}
	&:hover{
		&:after{
			content: "\f067";
			}

			}

}
*/
.webui-popover-content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.webui-popover-content h2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.webui-popover-content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  list-style: square;
}
/* PAGES */
.user-login .forgottenpwd {
  text-align: center;
}
@media (min-width: 767px) {
  .user-login .forgottenpwd {
    text-align: right;
  }
}
.user-signup .spacer {
  padding: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.user-signup .help-block-error {
  color: #a94442;
}
/* LISTS (shortlist, downloads, orders) */
.album-list-head {
  border-bottom: 1px solid #d9dadb;
  border-top: 1px solid #d9dadb;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.album-list {
  margin-top: 0px;
  margin-top: 0rem;
}
.album-list .row {
  border: 1px solid #F00;
}
.album-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.album-list ul li {
  margin: 0;
  padding: 0;
}
.album-list ul a {
  color: #000000;
}
.album-list ul a:hover {
  text-decoration: none;
}
.album-list-item {
  display: inline-block;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  border-bottom: 1px solid #d9dadb;
  width: 100%;
  /* Slimgap */
  /* BUTTONS */
  /* SHORTLIST */
}
.album-list-item [class*="col-"] {
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.album-list-item:hover {
  background: rgba(50, 50, 50, 0.05);
}
.album-list-item .albumbody {
  position: relative;
  overflow: hidden;
}
.album-list-item .footerinfo {
  position: absolute;
  left: 0;
  bottom: -68px;
  width: 100%;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 400;
  height: 88px;
  height: 5.5rem;
}
.album-list-item .footerinfo .belt:before,
.album-list-item .footerinfo .belt:after {
  content: "\e006";
}
.album-list-item p {
  padding: 0;
  margin: 2px 0;
  margin: 0.125rem 0;
}
.album-list-item .title {
  font-weight: 700;
}
.album-list-item .title a {
  color: #333;
  text-decoration: none;
}
.album-list-item .title a:hover {
  color: #42474a;
  text-decoration: none;
}
.album-list-item .artist a,
.album-list-item .genre a {
  text-decoration: none;
}
.album-list-item .artist a:hover,
.album-list-item .genre a:hover {
  color: #42474a;
  text-decoration: none;
}
.album-list-item .descr {
  font-style: italic;
  color: #969da4;
}
.album-list-item .price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: right;
  font-weight: 700;
}
.album-list-item .price span {
  display: inline-block;
}
.album-list-item .btn-list {
  text-decoration: none;
  color: #147caf;
}
.album-list-item .btn-list i {
  padding-right: 3px;
  padding-right: 0.1875rem;
}
.album-list-item .btn-list:hover {
  text-decoration: none;
}
.album-list-item .btnbar {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.album-list-item .btnbar .btn-list {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.album-list-item .btn-delfromcart,
.album-list-item .btn-delfromlist,
.album-list-item .btn-movetolist {
  color: #969da4;
}
.album-list-item .btn-delfromcart:hover i,
.album-list-item .btn-delfromlist:hover i {
  color: #ca3951;
}
.album-list-item footer .btnbar .btn-list {
  display: inline-block;
  margin-right: 0px;
  margin-right: 0rem;
}
.album-list-item footer .price {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.album-list-item .btn-shortlist-pdel {
  color: #42474a;
}
.album-list-item .btn-shortlist-pdel:hover {
  color: #ca3951;
}
.album-list-item .loading:before {
  content: url('../img/icon-loader-bgw.gif');
}
.album-list-item .isincart i {
  color: #e85e1a;
}
.album-list-item .isincart i:hover {
  color: #ffffff;
}
.album-list-item .isinshortlist i {
  color: #e85e1a;
}
.album-list-item .isinshortlist i:hover {
  color: #e85e1a;
}
#zipdwldInfoHolder {
  display: none;
}
.list-empty {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}
.list-summary {
  text-align: right;
  font-weight: 700;
  margin: 5px 0;
  margin: 0.3125rem 0;
  border-bottom: 1px solid #d9dadb;
}
/* DEV */
.brd {
  border: 1px dotted #F00;
}
/* PAYMENT */
#wrap-payment {
  min-height: 150px;
  min-height: 9.375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
#wrap-payment .wpwl-button-pay {
  font-weight: 700;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: #147caf;
  border: 1px solid #147caf;
  color: #ffffff;
  text-decoration: none;
}
#wrap-payment .wpwl-button-pay:hover {
  background: #399aca;
  color: #ffffff;
  border: 1px solid #399aca;
  text-decoration: none;
}
.wpwl-label {
  font-weight: 700;
}
.wpwl-control {
  height: 34px;
  padding: 6px 12px;
  padding: 0.375rem 12px;
  padding: 6px 0.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#userdata-edit {
  display: none;
}
.site-error .errbox {
  border: 1px solid #d9dadb;
  padding: 15px;
  padding: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.site-error .errcode {
  color: #969da4;
  font-size: 25px;
  font-size: 1.5625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.site-error .errmessage {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #969da4;
}
.fullwidthTextArea {
  width: 100%;
}
.textDisplay {
  width: 100%;
  height: 150px;
  height: 9.375rem;
  overflow-y: scroll;
  border: 1px solid #d9dadb;
  padding: 4px;
  padding: 0.25rem;
}
.textDisplay h2 {
  font-size: 16px;
  font-size: 1rem;
}
.textDisplay h3 {
  font-size: 14px;
  font-size: 0.875rem;
}
.shop-selectpayment .checkbox {
  display: inline-block;
  padding-top: 0;
  min-height: 20px;
  margin-left: 0px;
  margin-left: 0rem;
}
.shop-selectpayment .checkbox-inline {
  padding-top: 0;
}
.shop-selectpayment .checkbox-inline .form-group {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 0;
}
.shop-selectpayment .infobox {
  margin-top: 80px;
  margin-top: 5rem;
}
.shop-cart #wrap-cart-offers {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid #d9dadb;
}
.shop-payment .payment-info {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.shop-payment #btn-buy {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.shop-success .success-info {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.img-analyze,
.spectrum {
  width: 100%;
  height: auto;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #d9dadb;
}
.tablelist {
  width: 80%;
  margin: 20px auto;
}
.tablelist thead td {
  font-weight: 700;
}
.tablelist td {
  padding: 2px 10px;
  padding: 0.125rem 10px;
  padding: 2px 0.625rem;
  padding: 0.125rem 0.625rem;
  border-bottom: 1px solid #d9dadb;
}
.tablelist .center {
  text-align: center;
}
.tablelist .right {
  text-align: right;
}
/* TABLE BONUSPOINTS */
.tablebp {
  width: 60%;
}
@media (max-width: 1199px) {
  .tablebp {
    width: 100%;
  }
}
.tablebp td {
  width: 33%;
}
.grid-td-date {
  width: 80px;
  font-size: 12px;
  font-size: 0.75rem;
}
.table .option {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 0 2px;
  padding: 0 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  color: #ffffff;
}
.table .option a {
  color: #ffffff;
  text-decoration: none;
}
.table .lang-empty {
  background: #ce1256;
}
.table .lang-filled {
  background: #238b45;
}
.table .attachment-empty {
  background: #CCC;
}
.table .attachment-filled {
  background: #238b45;
}
/* PAGINATION */
.row-pagination {
  padding: 5px 0;
  padding: 0.3125rem 0;
  text-align: center;
}
.wrap-pagination-bot {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  border-top: 1px solid #969da4;
  text-align: center;
}
.wrap-pagination-top {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  border-bottom: 1px solid #969da4;
  text-align: center;
}
.pagination {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.pagination li {
  border-radius: 0;
}
.pagination a {
  color: #42474a !important;
  border: none!important;
}
.pagination a:hover {
  text-decoration: none;
  color: #d9dadb !important;
  color: #42474a !important;
}
.pagination .disabled > a,
.pagination .disabled > span {
  border: none!important;
}
.pagination .active > a {
  background: #42474a !important;
  color: #ffffff !important;
  font-weight: 700;
}
.search-index .control-label {
  display: inline-block;
}
.search-index #wrap-serach-input {
  background: #EFEFEF;
  padding: 10px;
  padding: 0.625rem;
}
.search-index #wrap-serach-input .slabel {
  font-weight: 700;
  text-align: right;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 0px;
  padding-right: 0rem;
}
@media (max-width: 767px) {
  .search-index #wrap-serach-input .slabel {
    text-align: left;
  }
}
.search-index #wrap-serach-input .form-group {
  margin-bottom: 0;
  padding: 0;
}
.search-index #wrap-serach-input .form-control {
  height: 30px;
  height: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid #42474a;
  box-shadow: none;
}
.search-index #wrap-serach-input select {
  background: #ffffff;
}
.search-index #wrap-serach-input .help-block {
  display: none;
}
.error-summery {
  padding: 5px;
  padding: 0.3125rem;
}
.error-summery ul {
  margin: 0;
}
.search-index #searchresults {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.slimgap {
  /* Slimgap */
}
.slimgap [class*="col-"] {
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
/* ORDERS */
.transaction-main222 {
  font-weight: 700;
  background: #969da4;
}
.transaction {
  border-bottom: 1px solid #d9dadb;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.transaction .date {
  color: #42474a;
  text-align: right;
}
.transaction p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.transaction .title {
  font-weight: 700;
}
.transaction .type {
  font-style: italic;
}
.transaction .msg {
  color: #969da4;
}
.transaction .tright {
  text-align: right;
}
.transaction .orgprice {
  display: block;
  color: #969da4;
}
.transaction-list-head {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #d9dadb;
}
.transaction-group {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.transactiondate {
  font-weight: 700;
}
.transaction-odd .transactiondate {
  border-bottom: 3px solid #d9dadb;
}
.transaction-odd .transaction-row {
  /*	border-left: 5px solid @colorGreyDark; */
}
.transaction-even .transactiondate {
  border-bottom: 3px solid #d9dadb;
}
.transaction-even .transaction-row {
  /*	border-left: 5px solid @colorGreyBright; */
}
/* DOWNLOAD */
/* LAYER */
/*
.layer{
	width: 70%;
	position: absolute;
	top: 15%;
	left: 15%;
	background: #FFF;
	z-index: 999;
	.padding(15px);
		-webkit-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 8px 8px 5px 0px rgba(0,0,0,0.4);
}
*/
/* VIDEO */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
/*
p.wrap-lightbox{
	.padding(0);
	.margin(5px, 0);
	text-align: center;
	img{
		.padding(5px);
		border: 1px solid @colorGreyBright;
		@media (max-width: 600px) {
			width: 100%;
			height: auto;
			}

		}

	}
*/
.wrap-lightbox {
  padding: 0;
  margin: 5px 0;
  margin: 0.3125rem 0;
  text-align: left;
}
@media (min-width: 600px) {
  .wrap-lightbox {
    float: left;
  }
}
.wrap-lightbox img {
  padding: 5px;
  padding: 0.3125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  border: 1px solid #d9dadb;
}
@media (max-width: 991px) {
  .wrap-lightbox img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.lightbox img {
  padding: 5px;
  padding: 0.3125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  border: 1px solid #d9dadb;
}
@media (max-width: 1199px) {
  .lightbox img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.block {
  display: inline-block;
}
.lb-hr {
  border-color: #ffffff;
  border: none;
  height: 1px;
}
.preview {
  padding-top: 15px;
  padding-top: 0.9375rem;
  min-height: 130px;
  min-height: 8.125rem;
  position: relative;
}
.preview p {
  padding: 1px 5px;
  padding: 0.0625rem 5px;
  padding: 1px 0.3125rem;
  padding: 0.0625rem 0.3125rem;
  margin: 0;
}
.preview .date {
  font-weight: 700;
  color: #969da4;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #d9dadb;
}
.preview .title {
  font-weight: 700;
}
.preview .artist {
  font-style: italic;
}
.preview .preview-hilight {
  background: #147caf;
  color: #ffffff;
  padding: 1px 4px;
  padding: 0.0625rem 4px;
  padding: 1px 0.25rem;
  padding: 0.0625rem 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}
.preview .preview-hilight i {
  font-size: 10px;
  font-size: 0.625rem;
}
.section-slimgap [class*="col-"] {
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
#wrap-headermain .section-slimgap {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.clearfix {
  clear: both;
  float: none;
}
@media (max-width: 991px) {
  .jcarousel-wrapper {
    display: none;
  }
}
.list-empty {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.list-empty .nothingfound {
  text-align: left;
}
.alert-download {
  background: #EFEFEF;
  padding-top: 5px !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 5px !important;
  padding-bottom: 0.3125rem !important;
  border-color: #d9dadb;
  color: #147caf;
}
.chartinfo {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  padding: 4px 0;
  padding: 0.25rem 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 11px;
  line-height: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
}
.chartinfo-order {
  background: #147caf;
  left: -4px;
}
.chartinfo-sum {
  background: #000;
  left: -4px;
  top: 16px;
}
#cartinfo-format {
  display: none;
}
.wrap-bubble {
  position: relative;
}
.bubble {
  position: absolute;
  width: 110px;
  width: 6.875rem;
  height: 55px;
  height: 3.4375rem;
  padding: 3px;
  padding: 0.1875rem;
  background: #e85e1a;
  border: 3px solid #e85e1a;
  text-align: center;
  bottom: 20px;
  right: 0;
  z-index: 90;
  font-weight: 700;
  color: #ffffff;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #e85e1a transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 40px;
}
.bubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 17px 17px 0;
  border-color: #e85e1a transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -20px;
  left: 38px;
}
/* PAYMENT */
#hpp-iframe {
  max-width: 600px;
  max-width: 37.5rem;
  min-height: 250px;
  min-height: 15.625rem;
}
@media (max-width: 991px) {
  #hpp-iframe {
    width: 100%;
  }
}
.row-min-height {
  min-height: 300px;
  min-height: 18.75rem;
}
.wrap-postbuy {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
}
.logininfo {
  margin-top: 15px;
  margin-top: 0.9375rem;
  background: #d9edf7;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #bce8f1;
}
.logininfo h5 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.h2descr {
  color: #777e85;
}
.row-cachebtn {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.row-cachebtn .dropdown {
  display: inline-block;
}
.artistlist {
  color: #42474a;
}
.artistlist a {
  text-decoration: none;
  color: #42474a;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
}
.vouchercard {
  position: relative;
  background: #42474a;
}
.vouchercard .vc-price,
.vouchercard .vc-descr {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
}
.vouchercard .vc-price {
  width: 100%;
  text-align: center;
  top: 43%;
  font-size: 40px;
  font-size: 2.5rem;
}
.vouchercard .vc-price sup {
  font-size: 25px;
  font-size: 1.5625rem;
}
.vouchercard .vc-price i {
  color: #e85e1a;
  font-size: 30px;
  font-size: 1.875rem;
}
.vouchercard .vc-descr {
  width: 100%;
  text-align: center;
  top: 70%;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 4px;
  padding: 0.25rem;
}
.vouchercard .img-vouchercard {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .vouchercard {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .vouchercard .vc-price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .vouchercard .vc-price sup {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .vouchercard .vc-descr {
    width: 100%;
    top: 100%!important;
    line-height: 12px;
    line-height: 0.75rem;
    background: #42474a;
  }
}
.wrap-scard {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.streamingcard {
  position: relative;
  background: #42474a;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  /*	@media (min-width: @bp-sm) and (max-width: @bp-md) {
		.margin-top(20px);
bordeR: 1px solid #F00;
		.wrap-content{
			.padding(25px);
			}

		.sc-title, .sc-price{
			.font-size(20px);
			}
		.sc-subtitle{
			.font-size(16px);
			.margin-top(10px);
			.margin-bottom(15px);
			}
		.sc-title{

			}
		}
*/
}
.streamingcard .wrap-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 15px;
  padding: 0.9375rem;
}
.streamingcard .sc-title,
.streamingcard .sc-subtitle,
.streamingcard .sc-price {
  color: #ffffff;
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 0;
}
.streamingcard .sc-title {
  text-transform: uppercase;
  font-weight: 700;
}
.streamingcard .sc-subtitle {
  font-size: 12px;
  font-size: 0.75rem;
}
.streamingcard .sc-price {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.streamingcard .sc-price .price-current {
  color: #ffffff;
  font-weight: 700;
}
.streamingcard .sc-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .streamingcard .wrap-content {
    padding: 20px 10px 20px 5px;
  }
  .streamingcard .sc-title,
  .streamingcard .sc-price {
    font-size: 16px;
    font-size: 1rem;
  }
  .streamingcard .sc-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 520px) {
  .streamingcard .wrap-content {
    padding: 20px 20px 20px 10px;
  }
  .streamingcard .sc-title,
  .streamingcard .sc-price {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .streamingcard .sc-subtitle {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 650px) {
  .streamingcard .wrap-content {
    padding: 45px 20px 20px 10px;
  }
  .streamingcard .sc-title,
  .streamingcard .sc-price {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .streamingcard .sc-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 23px;
    line-height: 1.4375rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
@media (min-width: 991px) {
  .streamingcard .wrap-content {
    padding: 20px 10px 20px 5px;
  }
  .streamingcard .sc-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .streamingcard .sc-price {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .streamingcard .sc-subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}
@media (min-width: 1199px) {
  .streamingcard .wrap-content {
    padding: 40px 20px 20px 10px;
  }
  .streamingcard .sc-title,
  .streamingcard .sc-price {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .streamingcard .sc-subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
.plcover {
  width: 100%;
  height: auto;
}
.pl-uploadbox {
  border: 1px solid #d9dadb;
  margin: 10px 0;
  margin: 0.625rem 0;
}
.pl-uploadbox .file-input {
  padding: 10px;
  padding: 0.625rem;
  border-top: 1px solid #d9dadb;
  text-align: right;
  background-color: #EFEFEF;
}
.dateinfo {
  border-top: 1px solid #d9dadb;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: right;
  color: #969da4;
}
.descrîption {
  font-style: italic;
  color: #969da4;
}
.row-album-view .modal-body {
  height: 100%!important;
}
.modal-dialog {
  height: 93%!important;
}
@media (min-width: 1199px) {
  .artist-detail {
    margin-right: 21px;
    margin-right: 1.3125rem;
  }
}
.wrap-btn-lpback {
  position: fixed;
  z-index: 10;
  /*	.top(@gap);
	.left(@gap);
*/
}
.btn-lpback,
a.btn-lpback {
  background: transparent;
  color: #ffffff;
  margin: 15px;
  margin: 0.9375rem;
}
.btn-lpback:hover,
a.btn-lpback:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.row-landingpage .wrap-text {
  column-count: 3;
}
@media (max-width: 1199px) {
  .row-landingpage .wrap-text {
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .row-landingpage .wrap-text {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .row-landingpage .wrap-text {
    column-count: 1;
  }
}
.nav-tabs .has-error a {
  color: #a94442!important;
}
.scarddescr {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  border-top: 1px solid #d9dadb;
  border-bottom: 1px solid #d9dadb;
  /*	background: #EFEFEF; */
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 767px) {
  .scarddescr {
    min-height: auto;
  }
}
@media (min-width: 991px) {
  .scarddescr {
    min-height: 220px;
    min-height: 13.75rem;
  }
}
@media (min-width: 1199px) {
  .scarddescr {
    min-height: 180px;
    min-height: 11.25rem;
  }
}
@media (min-width: 1550px) {
  .scarddescr {
    min-height: 140px;
    min-height: 8.75rem;
  }
}
.dsinfo {
  color: #777e85;
}
.dsinfo a {
  color: #777e85;
}
.nav-footer .mtop a {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
.btn-back-retail {
  float: right;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.help-block-error {
  color: #a94442;
}
.has-error-select .dropdown-toggle {
  border: 1px solid #a94442;
}
/* COOKIE NOITICE */
.wrap-hracc {
  z-index: 9999;
  color: #FFF;
  background: #000;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 1;
  transition: opacity 1s ease;
  padding: 1em 1.8em;
  width: 100%;
}
.hracc-layer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /*	display: none;*/
}
.hracc h3 {
  color: #FFF;
}
.hracc .btn-save {
  color: #399aca;
}
.hracc .btn-save:hover {
  background: #399aca!important;
  color: #FFF!important;
}
.hracc .hracc-message {
  -ms-flex: 1;
  flex: 1;
}
.hracc .col-btns {
  padding-top: 20px;
}
.hracc .wrap-info {
  text-align: center;
}
.href-info,
.href-info:link {
  font-size: 12px;
  text-decoration: none;
  color: #FFF!important;
}
.hracc .href-info:hover {
  text-decoration: underline;
}
.hracc .checkbox label {
  line-height: 16px;
}
.hl {
  background: #fff771;
}
/* CLUSTER SEARCH */
.tabs {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border-top: 1px solid #eee;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: 15px;
  padding: 0.9375rem;
}
.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#wrap-headermain {
  height: 205px;
  height: 12.8125rem;
  overflow: hidden;
}
#wrap-rownavmain {
  height: 42px;
  height: 2.625rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  #logohra {
    height: auto;
    width: 175px;
    width: 10.9375rem;
    margin-bottom: 0;
  }
  #wrap-headermain {
    height: 170px;
    height: 10.625rem;
  }
}
.alreadyBought {
  position: relative;
  border-right: 4px solid #e85e1a;
}
.remodal .wrap-alBought {
  text-align: left;
}
.remodal .wrap-alBought p {
  margin-bottom: 0.1rem;
}
/*
#row-logo-flat{
	display: none;
}

@media (max-width: 991px) {
	#wrap-headermain{
		display: none;
	}
#row-logo-flat{
	display: block;
	.padding-top(5px);

}
}
*/
/*# sourceMappingURL=site.css.map */