@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+ */
}


/* stix-two-text-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: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-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: 'STIX Two Text';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-600 - 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: 'STIX Two Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-600italic - 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: 'STIX Two Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-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: 'STIX Two Text';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-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: 'STIX Two Text';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/stix-two-text-v11-latin_latin-ext-700italic.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:#cbdff0;
	-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:15px;
	line-height:1.3rem;
	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:#c81017; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}

.txt-highlight { color:#c81017;}

.ecard {
	background-color: rgba(255, 251, 245, .97)!important;
	background:url(../images/bg-ecard.jpg) no-repeat bottom center scroll;
	border:1px solid #a86c66;
	-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;
}

.logo-naxos { width:85px; position:absolute; top:-3px; left:30px; z-index:600;}


/* NAVIGATION */
.navigation-m nav {
	max-width:600px;
	font-family: 'Lato', sans-serif;
	padding:0px 0px 0px 0px;
	background-color: rgba(200, 16, 23, 1);
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	position:absolute;
	top:30px;
	right:0px;
	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: 5px 30px 8px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 900;
	margin: 0px 0px -4px 0px;
}

.navigation-m nav .active-nav {
	color:#ffdfb1;
}

/*.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: #ffdfb1;
}

.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: #ffdfb1;
  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;
}

/* 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;}
.fweight900 { font-weight:900;}

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


.header-main {
	position:absolute;
	top:20px;
	left:133px;
}


h1 { font-family: 'STIX Two Text', serif; font-size:22px; line-height:25px; font-weight:700; color:#000000; margin:0px 0px 0px 0px;}
h1 span.sub { font-size:27px; line-height:30px; color:#ed1b23; }
h2 { font-family: 'STIX Two Text', serif; font-size:22px; line-height:25px; font-weight:700; color:#000000; margin:0px 0px 0px 0px;}
h2 span.sub { font-size:27px; line-height:30px; color:#ed1b23; }
h3 { font-family: 'STIX Two Text', serif; font-size:23px; line-height:25px; font-weight:700; color:#000000; text-align:center; margin:0px 0px 15px 0px;}
h4 { font-family: 'STIX Two Text', serif; font-size:16px; line-height:20px; font-weight:700; color:#000000; margin:0px 0px 10px 0px;}


.review { font-size:14px; line-height:18px;}
.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;}

.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;}

.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 { position:absolute; top:-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;
}


.content-home { margin-top:140px; position:relative; z-index:200;}
.content-tracklist { margin-top:135px; position:relative; z-index:200;}
.content-artists { margin-top:135px; position:relative; z-index:200;}
.content-recommended { margin-top:125px; 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 {
	-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 {
	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 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-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-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:#c81017; color: #FFFFFF;}
.btn-discover:hover { background-color:#a61016; 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:#c81017; color:#FFFFFF;}
.btn-watch:hover { background-color:#9f2606; 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 5px;
	
}

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

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #faeee0 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


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

.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;}


/* 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 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.content-home .half-r {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width:39%;
}

}


@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; }

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

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

.content-home { margin-top:50px;}
.content-tracklist { margin-top:20px;}
.content-artists { margin-top:20px;}
.content-recommended { margin-top:20px;}

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

}

@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;}	
}



