@charset "UTF-8";
/* CSS Document */

/* FONTS */

/* lato-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v24-latin_latin-ext-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* FONTS end */


html { width:100%; min-height: -webkit-fill-available; height:100vh;}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	height:100vh;
	min-height: -webkit-fill-available;
	min-height:100%;
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#c5bea7;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	
	color:#000;
	/*font-size:.85rem;
	line-height:1rem;*/

	font-size:13px;
	line-height:1.2rem;
	font-weight:400;
	margin:0px;
	padding:0px;
}

.ecard-fixed { display:block;}
.ecard-mob { display:none; }

img { border:0; border-style: none; outline:0;}
img { image-rendering:high-quality;}
*:focus { outline:0!important;}

a:link, a:visited { color:#9a3b3b; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}

.txt-highlight { color:#9a3b3b;}

.ecard {
	background-color: rgba(255, 251, 245, .97)!important;
	background:url(../images/bg-ecard.jpg) no-repeat bottom center scroll;
	/*border:1px solid #ffffff;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	-moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
	margin:25px auto 0px!important;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}

.top-border {
	width:100%;
	height:10px;
	background-color:#c63d2f;
	position:absolute;	
	top:0px;
	left:0px;
	z-index: 500;
}

.bottom-border {
	width:100%;
	height:10px;
	background-color:#c63d2f;
	position:absolute;	
	bottom:0px;
	left:0px;
	z-index: 500;
}


.logo-naxos { width:85px; position:absolute; top:-3px; left:30px; z-index:600;}
.logo-naxos img:hover {
	opacity:1!important;
	-webkit-filter: contrast(100%)!important;
}

/* NAVIGATION */
.navigation-m nav {
	font-family: 'Lato', sans-serif;
	padding:0px 0px 0px 0px;
	/*background-color: rgba(209, 211, 213, 0);*/
	font-size:12px;
	font-weight:700;
	color:#000000;
	text-transform:uppercase;
	position:absolute;
	top:40px;
	left:120px;
	z-index:200;
}

/* By Dominik Biedebach @domobch */
.navigation-m nav ul, .bottom-bar nav ul {
	list-style: none;
	text-align: center;
	margin:0px!important;
	padding:0px!important;
}
.navigation-m nav ul li {
	display: inline-block;
	margin:0px;
	padding:0px;
}

.navigation-m nav ul li.divider {
	display:inline-block;
	border-right:1px solid #FFFFFF;
}

.navigation-m nav ul li a {
	display:block;
	padding: 10px 5px 0px;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	margin: 0px 9px -4px 9px;
}

.navigation-m nav .active-nav {
	color:#000000;
	border-bottom:3px solid #9a3b3b;
}

/*.navigation-m nav .active {
	display:block;
	padding: 3px 15px 2px 15px;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	margin: 0px 0px -5px 0px!important;
}*/

/*.navigation-m nav .active {
	border-bottom:3px solid #ffd678;
}*/

.navigation-m nav ul li a,
.navigation-m nav ul li a:after,
.navigation-m nav ul li a:before {
	transition: all .5s;
}
.navigation-m nav ul li a:hover {
	color: #000000;
}

.navigation-m nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.navigation-m nav.fill ul li a:hover {
  color: #9a3b3b;
  z-index: 1;
}
.navigation-m nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
.navigation-m nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* By Dominik Biedebach @domobch */
.navigation-m nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
.navigation-m nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #9a3b3b;
  height: 3px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}
/* By Dominik Biedebach @domobch */


/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #9e2014;
    border-radius: 100%;
  }
  100% {
    background: #9e2014;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* By Dominik Biedebach @domobch */

/* NAVIGATION end */


.fweight400 { font-weight:400;}
.fweight700 { font-weight:700;}

.fsize10 { font-size:10px; line-height: 13px;}
.fsize11 { font-size:11px; line-height: 13px;}
.bio { font-size:14px; line-height: 18px;}
.artist-statement { font-size:15px; line-height:20px;}


.title-main {
	width:100%;
	margin:70px 0px 0px 0px;
}


h1 { font-family: 'Lato', sans-serif; font-size:43px; line-height:50px; font-weight:700; color:#9a3b3b; text-align:left; text-transform:uppercase; margin:0px 0px 40px 0px;}
h1 span.sub { font-size:27px; line-height:35px; color:#000000; }
h2 { font-family: 'Lato', sans-serif; font-size:33px; line-height:37px; font-weight:700; color:#9a3b3b; text-align:right; text-transform:uppercase; margin:23px 0px 15px 0px;}
h2 span.sub { font-size:23px; line-height:27px; text-transform: none; color:#000000; }
h3 { font-family: 'Lato', sans-serif; font-size:17px; line-height:20px; font-weight:700; color:#9a3b3b; text-align:left; margin:0px 0px 10px 0px;}
h4 { font-family: 'Lato', sans-serif; font-size:17px; line-height:20px; font-weight:700; color:#9a3b3b; text-align:left; margin:0px 0px 10px 0px;}
h5 { font-family: 'Lato', sans-serif; font-size:20px; line-height:25px; font-weight:700; color:#9a3b3b; text-align:center; margin:0px 0px 20px 0px;}

	

.review { font-size:13px; line-height:17px;}
.review2 { font-size:13px; line-height:16px; text-align:center;}
.credit { font-size:10px; line-height:12px; font-weight:700; position:absolute; bottom:5px; left:10px; }
.shadow-txt-l { text-shadow: 0 0 3px rgba(255,255,255,0.8); }
.shadow-txt-d { text-shadow: 0 0 8px rgba(0,0,0,1); }
.txt-white { color:#FFFFFF;}
.txt-black { color:#000000;}
.blurb { font-size:13px; line-height:18px;}

.p-lr10 { padding-left:10px; padding-right:10px;}
.p-lr15 { padding-left:15px; padding-right:15px;}
.p-lr30 { padding-left:30px; padding-right:30px;}

.catno { font-size:12px; line-height: 15px}
.up { position:relative; z-index:250!important;}

.catno-rotate {
	font-size:12px;
	line-height: 13px;
	
	position:absolute;
	bottom:32px;
	left:-2px;

	transform: rotate(-90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.catno-rotate2 {
	font-size:12px;
	line-height: 13px;
	
	position:absolute;
	bottom:20px;
	left:23px;

	transform: rotate(-90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.catno-rotate3 {
	font-size:12px;
	line-height: 13px;
	
	position:absolute;
	bottom:20px;
	left:-15px;

	transform: rotate(-90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.shadow-img {
	-moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.25);
}

.flag {
	background-color:#c20000;
	color:#FFFFFF;
	text-align:center;
	padding:2px 10px;
	font-size:12px;
	font-weight:700;
	position:absolute;
	bottom:20px;
	right:-10px;
	z-index: 200;
}

.flag-finalvol { position:absolute; bottom:65px; right:-10px; z-index: 200;}

.credit-home {
	font-size:12px;
	text-align:right;
	line-height:13px;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:110;
}

.home-img {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}

.home-bg {
	width:100%;
	min-height:330px;
	background:url(../images/home-bg-mob.png) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	padding-top:0px;
	position:relative;
	margin-top:40px;
	z-index:200;
}

.home:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  background-image: url('../images/bg-home.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow:hidden;
  z-index:50;
}



.content-home { margin-top:140px; position:relative; z-index:200;}
.content-albums { margin-top:40px; position:relative; z-index:200;}
.content-artists { margin-top:30px; position:relative; z-index:200;}
.content-recommended { margin-top:30px; position:relative; z-index:200;}

.hover-bright {
	-webkit-filter: brightness(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-bright:hover {
	-webkit-filter: brightness(120%);
}

.hover-contrast, a img {
	-webkit-filter: contrast(100%);
	opacity:1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.hover-contrast:hover, a img:hover {
	opacity:.8;
	-webkit-filter: contrast(120%);
}

.hover-opacity {
	opacity: 0.9;
	transition: all .2s ease;
}

.hover-opacity:hover{
	opacity: 0.5;
}

hr.style-one {
	width:100%;
	border: 0;
	height: 1px;
	background: #dddddd;
	margin:10px auto 10px;
}

hr.style-two {
	width:100%;
	border: 0;
	height: 1px;
	background: #dddddd;
	margin:10px auto 30px;
}


.btn-m {
	padding: 5px 15px 5px;
	text-align: center;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:700;
	opacity: 1;
	transition: 0.3s;
	border-radius:3px;
	cursor: pointer;
	display:inline-block;
}

.btn-r {
	padding: 5px 15px 5px;
	text-align: center;
	text-transform:uppercase;
	font-size:1em;
	font-weight:700;
	opacity: 1;
	transition: 0.3s;
	border-radius:3px;
	cursor: pointer;
	display:inline-block;
}


.btn-reco {
	color: #000000!important;
	padding: 3px 20px;
	text-align: center;
	font-size:13px;
	font-weight:600;
	opacity: 1;
	transition: 0.3s;
	border-radius:2px;
	cursor: pointer;
	border:1px solid #eec7b1;

	/*background:rgba(184,188,159, .3);*/
	background: rgba(211,161,147, .2);
	/*padding:5px 20px;*/
}

.btn-pointer {
	position:absolute;
	bottom:12px;
	right:7px;
}


.btn-s {
  padding: 3px 7px 3px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  line-height:15px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:2px;
  cursor: pointer;
  display:inline-block;
}

.btns {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 5px 0px 5px;
}

a.btn-m, a.btn-s { color: #FFFFFF; text-decoration:none;}

.btn-discover { background-color:#9a3b3b; color: #FFFFFF!important;}
.btn-discover:hover { background-color:#66301f; color: #FFFFFF; text-decoration:none; cursor:pointer;}
.btn-discover2 { background-color:#666666; color: #FFFFFF;}
.btn-discover2:hover { background-color:#535353; color: #FFFFFF; text-decoration:none; cursor:pointer;}
.btn-watch { background-color:#9a3b3b; color:#FFFFFF;}
.btn-watch:hover { background-color:#66301f; color:#FFFFFF;}



.btns-row {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 3px;
}

.rev-icons {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 4px;
	
}

.star {
	color:#C20000;
	font-size:12px;
	line-height:15px;
}

.starHalfFill {
	background-image: linear-gradient(to right, rgba(194,0,0,1) 50%, rgba(194,0,0,0) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.content-home .half-l, .content-full, .content-albums .half-l, .content-albums .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.content-artists .artist-img {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.artist-name {
	font-size:13px;
	line-height: 17px;
	text-align: center;
}


.track-num {
	min-width:20px!important;
	padding:1px 4px;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	font-size:10px;
	line-height:14px;
	font-weight:900;
}

.track { font-size:15px;}
.year { font-size:13px;}

.track-spacing {
	margin-bottom:8px;
}

.track-spacing2 {
	margin-bottom:2px;
}

.notes { font-size:12px; font-weight:700;}

.thumb-img { padding:0px 12px;}

/* SLICK SLIDE HIGHLIGHT ACTIVE*/
.slider-nav .slick-slide {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
}

.slider-nav .slick-slide.slick-active {
	opacity: 1;
	-webkit-filter: contrast(110%);	
	-webkit-filter: grayscale(0%);	
}
/* SLICK SLIDE HIGHLIGHT ACTIVE end*/


/* INLINE */
.inline-style {

	width:100%;
	height:100%;
	font-family: 'Lato', sans-serif!important;
	font-size:15px;
	letter-spacing:normal;
	line-height:18px;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
}

.inline-content {
	margin-top:20px;
	text-align:justify;
}

.inline-content a:link, .inline-content a:visited, .inline-content a:active {
	color:#666;
	background:none;
}

.inline-content a:hover {
	background:none;
}

.inline-img {
	float:left;
	margin:0px 15px 5px 0px;
	position:relative;
	z-index:100;
}

.inline-right img{
	float: right; 
	padding-left:10px;
	padding-top:10px;
	position:absolute;
	bottom: 10px;
}

/*.box {
	background-color:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:15px;
	margin:15px auto;
}*/
.box {
	/*background-color:#f3f3f3;*/
	background-color:transparent;
	/*border:1px solid #EEEEEE;*/
	border:none;
	padding:0px 0px 0px 10px;
	margin:15px auto;
}

/* INLINE end */



/* FOOTER */

.footer {
	width:100%;
	font-size:12px;
	line-height:13px;
	font-weight:400;
	text-align:center;
	margin:20px 0px;
	color:#000000;
}

.footer a {
	color:#000000!important;
}

.footer a:hover {
	/*color:#b1217c!important;*/
	color:#c81017!important;
	text-decoration:none!important;
}



/* FOOTER end */




@media screen and (min-width: 980px) {
.ecard {
	width:980px;
	height:570px;
}

}


@media screen and (min-width: 768px) {
.content-home .half-l {
	-ms-flex: 0 0 67%;
	flex: 0 0 67%;
	max-width: 67%;
}
	
.content-full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
}
	
.content-albums .half-l {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.content-albums .half-r {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width:75%;
}
	
.content-artists .artist-img {
	-ms-flex: 0 0 19.5%;
	flex: 0 0 19.5%;
	max-width:19.5%;
}

}


@media screen and (max-width: 575px) {
.ecard {
	width:100%;
	/*height:100%;*/
	border:none;
	margin-top:0px!important;
	position:relative;
	overflow-y:scroll;
}

.ecard-fixed { display:none;}
.ecard-mob { display:block; }

.top-border {
	display: none;
}
	

.no-pad-mob { padding:0px!important;}

.p-lr30-mob { padding-left:30px!important; padding-right:30px!important;}
.txt-cen-mob { text-align:center!important;}
.justify-cen-mob { justify-content:center!important;}
.no-mt-mob { margin-top:0px!important;}
	
.header-main {
	position:relative;
	top:0px;
	left:0px;
}

h1 { font-size:35px; line-height:38px; font-weight:700; color:#9a3b3b; text-align: center; margin:0px 0px 20px 0px;}
h1 span.sub { font-size:25px; line-height:32px; color:#000000; }
h2 { font-size:28px; line-height:32px; font-weight:700; color:#9a3b3b; text-align: center; margin:100px 0px 15px 0px;}
h2 span.sub { font-size:20px; line-height:25px; color:#000000; }
h3 { font-size:17px; line-height:20px;}
h4 { font-size:17px; line-height:20px; text-align:center;}

.content-home { margin-top:20px;}
.content-albums { margin-top:20px;}
.content-artists { margin-top:20px;}

	
.w100-mob { width:100%!important;}
.w75-mob { width:75%!important;}
.w50-mob { width:50%!important;}

.title-main { 
	position:relative;
	top:0px;
	left:0px;
	
	margin:90px 0px 0px 0px;
}
	
}

@media screen and (max-width: 767px) {
.half-display {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
	
.p-lr15-mob { padding-left:15px!important; padding-right:15px!important;}
	
.catno-rotate {
	position:absolute;
	bottom:32px;
	left:-38px;
}

.catno-rotate2, .catno-rotate3 {
	position:absolute;
	bottom:20px;
	left:-8px;
}
	
	
}



