@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;
}
*/
/* ********************
	ALBUM VIEW
  ******************** */
#btn-format-help {
  float: right;
  padding-top: 6px;
  padding-top: 0.375rem;
}
.album-view {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.album-view .box {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  /*	border: 3px solid #EFEFEF; */
  background: #FFF;
  /*border-right: 1px solid #EFEFEF;*/
  /*-webkit-box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
-moz-box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
*/
}
.album-view .album-col-info-data p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000000;
}
.album-view .album-col-info-data strong {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.album-view .col-info1 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.album-view #album-col-cover,
.album-view #album-col-info {
  color: #969da4;
}
@media (min-width: 991px) {
  .album-view #album-col-cover,
  .album-view #album-col-info {
    height: 260px;
    height: 16.25rem;
    color: #969da4;
  }
}
@media (min-width: 1199px) {
  .album-view #album-col-cover,
  .album-view #album-col-info {
    height: 360px;
    height: 22.5rem;
  }
}
.album-view #album-col-info {
  position: relative;
}
.album-view .album-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
.album-view .album-info {
  color: #42474a;
}
.album-view .album-format-title {
  padding: 2px;
  margin: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  border-bottom: 1px solid #147caf;
}
.album-view .album-format-title .badge {
  float: right;
}
.album-view .tbl-formats {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.album-view .tbl-formats thead td {
  color: #969da4;
}
.album-view .tbl-formats td {
  padding: 1px;
  padding: 0.0625rem;
  border-bottom: 1px solid #d9dadb;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.album-view .tbl-formats .col-price {
  text-align: right;
}
.album-view .tbl-formats .col-cart {
  text-align: center;
}
.album-view .tbl-formats .col-buy {
  text-align: right;
}
.album-view .tbl-formats .formatisincart {
  color: #e85e1a;
}
.album-view .tbl-formats .price {
  font-weight: 700;
}
.album-view .tbl-formats .isincart {
  color: #e85e1a;
}
.album-view .album-including {
  color: #969da4 !important;
  margin: 0;
}
.album-view .album-including strong {
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #000000;
}
.album-view #hld_albumtabs {
  /*.margin-top(20px);*/
}
.album-view #hld_albumtabs .albumtab {
  display: none;
  padding: 10px;
  padding: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  min-height: 300px;
  min-height: 18.75rem;
}
.album-view #albumtab-nav {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.issuuembed {
  height: 400px;
  height: 25rem;
}
.albumbig footer {
  position: relative;
}
.albumbig footer .iconbooklet {
  width: 200px;
  width: 12.5rem;
  height: 56px;
  height: 3.5rem;
  position: absolute;
  bottom: 25px;
  bottom: 1.5625rem;
  left: -14px;
  left: -0.875rem;
  cursor: pointer;
}
.albumbig footer .iconbooklet-en {
  background: url('../img/icons/booklet_en.png');
}
.albumbig footer .iconbooklet-de {
  background: url('../img/icons/booklet_de.png');
}
.albumbig footer .btn-dot {
  display: none;
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  width: 28px;
  height: 28px;
  padding: 3px;
  padding: 0.1875rem;
  background: #42474a;
  text-align: center;
  border: 2px solid #d9dadb;
}
.albumbig footer .btn-dot:hover {
  text-decoration: none;
  color: #ffffff;
  background: #969da4;
}
.wrap-box {
  padding-left: 0 !important;
  padding-right: 15px !important;
  padding-right: 0.9375rem !important;
}
.wrap-shortDescription {
  padding: 10px;
  padding: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-style: italic;
  /* background: #EFEFEF;*/
  /*	border-left: 8px solid @colorGreyBright; */
  border-top: 3px solid #d9dadb;
  border-bottom: 3px solid #d9dadb;
  /*-webkit-box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
-moz-box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
box-shadow: 3px 3px 3px 0px rgba(150,157,164,0.5);
*/
}
.wrap-album-btns {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.wrap-album-btns .wrap-btn-slist,
.wrap-album-btns .wrap-btn-buy {
  width: 49.5%;
  display: inline-block;
}
.wrap-album-btns .wrap-btn-slist .isinshortlist i {
  color: #e85e1a;
}
.alert-available {
  border: 2px solid #147caf;
  background: #147caf;
  color: #ffffff;
  padding: 10px;
  padding: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: inline-block;
}
.alert-available strong {
  padding: 0;
  margin: 0!important;
}
.alert-available p {
  color: #ffffff !important;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.alert-available h3,
.alert-available h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #ffffff;
}
.alert-available h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
.alert-available a {
  color: #ffffff !important;
  text-decoration: none!important;
}
.alert-available a:hover {
  text-decoration: underline!important;
}
@media (min-width: 800px) {
  .modal-dialog {
    width: 95%!important;
    height: 93%!important;
    margin: 0 auto;
  }
}
.modal-content {
  border-radius: 0!important;
  height: 100%!important;
}
.modal-header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 5px;
  padding-bottom: .3125rem;
  font-weight: 400;
  border-bottom: none!important;
  text-align: center;
  padding-bottom: 0!important;
}
/*# sourceMappingURL=albumview.css.map */