@charset "UTF-8";
/* CSS Document */

/*@font-face {
    font-family: "Ogg";
    src: url("/fonts/Ogg-Medium.ttf");
}*/

@font-face {
  font-family: 'Ogg-Medium';
  src: url('../fonts/Ogg-Medium.eot?') format('eot'), url('../fonts/Ogg-Medium.woff') format('woff'), url('../fonts/Ogg-Medium.ttf') format('truetype');
}

.ogg {
    font-family: 'Ogg-Medium';
}

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:#FFF;
	-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:14px;
	line-height:1.25em!important;
	font-weight:400;
	margin:0px;
	padding:0px;
}

.ecard-fixed { display:block;}
.ecard-mob { display:none; }

.rel { position:relative;}

.clearfix { clear:both;}
img { border:0; border-style: none; outline:0;}
*:focus { outline:0!important;}

.fweight400 { font-weight:400;}
.fweight700 { font-weight:700;}

.fsize11 { font-size:11px; }
.fsize12 { font-size:12px; line-height:15px; }
.fsize13 { font-size:13px; line-height:17px; }

.p-lr25 { padding-left:25px; padding-right:25px;}

.highlight-brown { color:#953c00; }

.table-sm th, .table-sm td {
	padding:0.05rem;
}


.home-bg {
	width:100%;
	height:300px;
	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:100;
}

.content-home { margin-top:30px; position:relative; z-index:200}
.content-tracklist { margin-top:30px; position:relative; z-index:200}
.content-artists { margin-top:30px; position:relative; z-index:200}
.content-previous { margin-top:30px; position:relative; z-index:200}
.content-bonus { margin-top:30px; position:relative; z-index:200}

.content-home .half-l, .content-home .half-r, .content-tracklist .half-l, .content-tracklist .half-r, .content-artists .half-l, .content-artists  .half-r, .content-previous .half-l, .content-previous .half-r, .content-bonus .half-l, .content-bonus .half-r {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


/*.videobg-container {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index:10;
    opacity:.2;
}

#videobg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}*/

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity:.5;
  z-index:100;
}


/*.videobg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.videobg-container > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
*/

/*LANGUAGE NAVIGATION*/

.nav-lang {
	width:200px;
	height:20px;
	color:#000000;
	font-size:13px;
	font-weight:700!important;
	text-align:right;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	right:30px;
	z-index:270;
}

.nav-lang-indiv { padding:0px 10px;}

.nav-lang a:link, .nav-lang a:visited {color:#000000; font-weight:700!important; text-decoration:none;}
.nav-lang a:hover {color:#953c00; text-decoration:none;}

/*LANGUAGE NAVIGATION end*/

/*NAVIGATION*/

.nav-main {
	width:600px;
	text-align:center;
	border-top:2px solid #a84500;
	/*border-bottom:4px solid #a84500;*/
	margin:auto;
	position:relative;
	z-index:200;	
}

.nav-ind {
	padding:0px 20px 0px 20px;
	margin:0px 10px 0px 10px;
}

.time nav {
  width: 100%;
  margin: 0 auto;
  background: none;
  padding: 0;
}
.time nav ul {
  list-style: none;
  text-align: center;
  margin-bottom:0px;
  padding-left:0px;
}
.time nav ul li {
  display: inline-block;
}
.time nav ul li a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  font-size:12px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px;
}
.time nav ul li a,
.time nav ul li a:after,
.time nav ul li a:before {
  transition: all .5s;
}
.time nav ul li a:hover {
  color: #000000;
}

/*NAVIGATION end*/

/* NAVIGATION stroke */
.time nav.stroke ul li a,
.time nav.fill ul li a {
  position: relative;
}
.time nav.stroke ul li a:after,
.time nav.fill ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #f78d43;
  height: 4px;
}


.time nav.stroke ul li a:hover:after {
  width: 100%;
}

.time nav.fill ul li a {
  transition: all 2s;
}

.time nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.time nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
.time 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;
}

.nav-main .active {
	padding-bottom:.4rem;
	border-bottom:4px solid #f78d43;
}

/*NAVIGATION stroke end*/




a:link, a:visited { color:#A84500; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}

.rev-icons {
	/*display:inline-block!important;*/
	display:table-cell;
	padding:0px 3px;
}

.star {
	color:#C20000;
	font-size:12px;
	line-height:15px;
}

.starHalfFill {
	background: linear-gradient(to right, #C20000 50%, #FFFFFF 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ecard {
	background-color: rgba(247, 247, 246, .98);
	-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);
	/*border:3px solid #763508;*/
	margin:25px auto 0px!important;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
	z-index:200;
}

h1 { font-family: 'Ogg-Medium', serif; font-size:38px; line-height:35px; font-weight:700; letter-spacing:.15rem; color:#953c00; text-align:center; margin:25px 0px 5px 0px;}
h3 { font-family: 'Lato', sans-serif; font-size:17px; line-height:20px; font-weight:700; color:#953c00; margin:0px;}
.content-previous h3 { font-family: 'Lato', sans-serif; font-size:16px; line-height:20px; font-weight:700; color:#953c00; margin:0px;}
h4 { font-family: 'Lato', sans-serif; font-size:20px; line-height:25px; font-weight:700; color:#953c00; margin:0px;}

.sub-title { font-family: 'Ogg-Medium', serif; font-weight:700; font-size:24px; line-height:30px; letter-spacing:.15rem; color:#000000; text-align:center; margin:0px 0px 10px 0px;}
.sub-title2 { font-family: 'Ogg-Medium', serif; font-weight:700; font-size:32px; line-height:30px; color:#000000; text-align:center; margin:50px 0px 25px 0px;}

.logo-naxos { width:85px; position:absolute; top:-3px; left:25px; z-index:600;}

/*.home:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  background-image: url('../images/bg-ecard-home.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index:100!important;
} */


.bach-haydn {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}

.brantelid-mortensen {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}

.credit-home1 {
	font-size:12px;
	text-align:center;
	line-height:13px;
	position:absolute;
	bottom:40px;
	right:180px;
	z-index:210;
}

.credit-home2 {
	font-size:12px;
	text-align:center;
	line-height:13px;
	position:absolute;
	bottom:40px;
	right:10px;
	z-index:210;
}


.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 3px rgba(0,0,0,0.9); }

.txt-white { color:#FFFFFF;}
.txt-black { color:#000000;}
.txt-brown { color:#953c00;}

.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);
}


.track-num {
	max-height:17px;
	width:17px;
	background-color:#f78d43;
	padding:2px 1px 3px;
	color:#FFF;
	font-size:10px;
	line-height:10px;
	font-weight:700;
	text-align:center;
	border-radius:2px;
}

.year { font-size: 14px; font-weight:400; /*color:#24408f;*/ display:inline-block;}

/* FOOTER */

.footer {
	font-size:11px;
	line-height:13px;
	font-weight:400;
	text-align:center;
	margin:20px 0px;
	color:#000000;
	position:relative;
	z-index:150;
}

.footer a {
	color:#000000!important;
}

.footer a:hover {
	color:#000000!important;
	text-decoration:none!important;
}

/* FOOTER end */


/* TABS */

.content-artists .nav-item {
	color:#FFFFFF;
	padding:0px!important;
}

/*.content-artists .nav-item a:hover {
  color: #c60c30;
}*/

/*.content-artists .nav-tabs .nav-link.active:hover {
	color:#FFFFFF!important;
}*/

.content-artists .nav-tabs .nav-link.active {
	color:#FFFFFF!important;
}

.content-artists .nav-item a {
  color: #000000;
}

.content-artists a.nav-link {
	color:#000000!important;
	font-size:14px;
	text-transform:none;
}

.content-artists .nav-link {
	padding: .5rem 1rem;
}

.content-artists .nav-tabs .nav-item.show .nav-link, .content-artists .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #f78d43;
    border-color: #dee2e6 #dee2e6 #fff;
}

.content-artists .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.0);
    border:none;
}

.content-artists .card-body {
	padding: 0px;
}

.content-artists .btn-link {
  color: #004e96;
}


.btn3[aria-expanded="true"] {
    color: #FFFFFF;
    background-color: #c60c30;
    border-color: #dee2e6 #dee2e6 #fff;
}

.btn3[aria-expanded="false"] {
    color: #000000;
    background-color: #cccccc;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    border:none;
}

.card-body {
	margin-top:10px;
}

.content-artists .dropdown-menu {
	top:0px;
	left:21%!important;
}

.content-artists .nav-item:not(:last-child) {
	border-bottom:none;
}

/* TABS */

.pic-artist1 {
	position:absolute;
	top:0px;
	left:-300px;
}

.pic-artist2 {
	position:absolute;
	top:60px;
	left:-300px;
}

.btn-m {
  padding: 5px 30px 6px;
  text-align: center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.btn-m2 {
  padding: 5px 30px 6px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.btn-discover { border:3px solid #f78d43; color: #000000!important;}
.btn-discover:hover { background-color:#fbb584; color: #000000; text-decoration:none; cursor:pointer;}

.p-lr25 { padding-left:25px; padding-right:25px;}

@media screen and (min-width: 980px) {
.ecard {
	width:980px;
	height:570px;
}

.content-home .half-l {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}

.content-home .half-r {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}

.content-tracklist .half-l {
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}

.content-tracklist .half-r {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}

.content-artists .half-l {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}

.content-artists .half-r {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.content-previous .half-l {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}

.content-previous .half-r {
	-ms-flex: 0 0 57%;
	flex: 0 0 57%;
	max-width: 57%;
}

.content-bonus .half-l {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.content-bonus .half-r {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


}


@media screen and (max-width: 979px) {
.ecard {
	width:100%;
	/*height:100%;*/
	border:none;
	margin-top:0px!important;
	position:relative;
	overflow-y:scroll;
}

.ecard-fixed { display:none!important;}
.ecard-mob { display:block!important;}

.no-pad-mob { padding-left:0px!important; padding-right:0px!important;}

h1 { font-size:33px; line-height:35px; margin:0px 0px 5px 0px;}
.sub-title { font-size:24px; line-height:25px; margin:0px 0px 30px 0px;}
.sub-title2 { font-size:30px; line-height:30px; margin:0px 0px 30px 0px;}

.content-home { margin-top:10px!important;}
.content-tracklist { margin-top:110px!important;}
.content-artists { margin-top:110px!important;}
.content-previous { margin-top:110px!important;}
.content-bonus { margin-top:110px!important;}

.audio-cen-mob { margin: 3px auto 0px!important;}
.txt-cen-mob { text-align:center!important;}

.p-lr25 { padding-left:15px; padding-right:15px;}

}