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

/* FONTS */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-italic - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-italic.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-baskerville-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}

/* FONTS end */


html { width:100%; min-height: -webkit-fill-available; height:100vh;}
*:focus { outline:0!important;}

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:#1e3334;
	-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:#000000;
	font-size:14px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:700;
	text-decoration: none;
	color:#c52c22;
}

a:hover {
	color:#000000;
	cursor: pointer;
}

.container-fluid {
    background:rgba(255, 255, 255, .8)!important;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	position:relative;
	margin:50px auto 0px;
	padding:0px 0px 0px 0px;
    border:solid 5px #d56229;
}

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

.btn:hover {
	opacity:0.7;
	cursor: pointer;
}

.content {
    width:920px;
    margin:30px 0px 0px 30px;
}

.fs-13 {font-size:13px;}
.fs-15 {font-size:15px;}
.fs-16 {font-size:16px;}
.fs-18 {font-size:18px;}
.fs-20 {font-size:20px;}
.fw-700 {font-weight:700}
.blue {color:#3b6f81;}
.orange {color:#c94300;}
.mt-5 {margin-top:5px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px;}
.float-left {float:left;}
.float-right {float:right;}
.ta-right {text-align:right;}
.ta-center {text-align:center;}

.new-flag {
    width:50px;
    right:0px;
    text-align:center;
    float:right;
    background-color:#CD0000;
    color:#fff;
    padding:5px;
    letter-spacing:1px;
    font-weight:700;
    top:-10px;
}
.new-flag-faux {
    width:50px;
    right:0px;
    text-align:center;
    float:right;
    padding:5px;
    letter-spacing:1px;
    font-weight:700;
    top:-10px;
}

.discoverbtn {
    width:100px;
    margin:auto;
    background-color:#0a576c;
    text-align:center;
    padding:5px;
    color:#FFFFFF;
    letter-spacing:1px;
    margin-top:10px;
}

.discoverbtn:hover {
    background-color:#c94300;
    cursor:pointer;
}

/* HEADER */
.logo-naxos {
	width:90px;
	position:absolute;
	margin-left:30px;
    z-index:100;
}

.header-home, .header {
    font-family: 'Libre Baskerville', serif;
    margin:40px 0px 0px 140px;
}

/* NAVIGATION */
.navigation-desktop {
    display:block;
    width:400px;
    height:20px;
    background-color:#d56229;
    text-align:center;
    padding:8px 2px 2px;
    position:absolute;
    right:0px;
    top:35px;
}

.navbtn {
    color:#FFFFFF;
    font-size:13px;
    margin:0px 5px;
}

.navbtn:hover {
    color:#9c3e0f;
    cursor:pointer;
}

.navbtn-activ {
    border-top:solid 5px #3b6f81;
    padding-top:4px;
}

.navigation-mobile {
    display:none;
    width:100%;
    position:absolute;
    z-index:90;
    margin-bottom:20px;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color:#d56229;
    position: relative;
}

.nav-mob {
    width:100%;
    height:45px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color:#d56229;
    background-color:#eeeeee;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align:center;
    border-bottom:1px solid #d56229;
}

/* Style the hamburger menu */
.topnav a.icon {
    background:#d56229;
    color:white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color:#f1b395;
  color:#FFF;
}

/* Style the active link (or home/logo) */
.active {
  background-color:#f1b395;
  color: white;
}

/* HOME */
.home-left {
    width:540px;
    float:right;
    margin:0px 30px 0px 0px;
}

.home-artist-desktop {
    display:block;
    border-bottom:solid 3px #d56229;
    margin:0px 0px 10px;
}

.home-artist-mobile {
    display:none;
    border-bottom:solid 3px #d56229;
    margin:0px 0px 10px;
}

.home-blurb {
    padding-right:10px;
}

.audioplayer {
    width:300px;
    margin:auto;
}

.audioinfo {
    font-size:13px;
    text-align:center;
    margin:10px auto 5px;
}

.audio {
    width:200px;
    margin:auto;
}

.home-right {
    width:350px;
    float:right;
}

/* TRACKLIST */
.left-300 {
    width:300px;
    float:left;
    margin-right:30px;
    position:relative;
}

.catno {
    font-size:13px;
    text-align:center;
    margin-top:10px;
}

.right-590 {
    width:590px;
    float:left;
}

.track-no {
    width:18px;
    height:18px;
    float:left;
    margin-right:15px;
    border:solid 2px #d56229;
    text-align:center;
}

.track-no-faux {
    width:22px;
    height:18px;
    float:left;
    margin-right:15px;
}

.track-title {
    width:90%;
    float:left;
}

/* ARTIST */
.left-540 {
    width:540px;
    float:right;
    margin-right:30px;
}

.right-350 {
    width:350px;
    float:right;
}

.credit {
    font-size:10px;
    color:#fff;
    margin:-20px 0px 0px 10px;
}

.artist-title {
    border-left:solid 10px #d56229;
    padding-left:10px;
    margin-top:50px;
}

/* PREVIOUS RELEASES */
#previous-releases {
    width:880px;
    margin:30px auto 0px;
}

.desktop-prev {
    margin-left:35px;
}

.right-400 {
    width:480px;
    float:left;
}

.prev-audioinfo {
    margin:30px 0px 10px;
    text-align:left;
}

.prev-audio {width:200px;}

/* RECOMMENDED */
.reco-indiv {
    width:200px;
    margin:0px 15px;
    float:left;
    text-align:center;
}

/* FOOTER */
.footer {
	font-size:11px;
	text-align:center;
    margin-top:20px;
	color:#ffffff;
}

.footer a {
	color:#ffffff;
}

.footer a:hover {
	color:#8bcfe7;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
  margin-left: -15px;*/
}

@media screen and (min-width: 980px) {
    .container-fluid {
        width:980px!important;
        height:570px!important;
    }
}

@media screen and (max-width: 979px) {
    .container-fluid {
        width:100%;
        /*height:100%;*/
        margin:0px!important;
        padding:0px!important;
        border-left:none;
        border-right:none;
        border-top:none;
        border-bottom:solid 5px #d56229;
        overflow-y:scroll;
        
    }

    .content {width:80%; margin:0px auto;}
    .navigation-desktop {display:none;}
    .navigation-mobile {
        display:block;
        position:absolute;
        top:0px;
    }
    
    .heauder-home {
        width:80%;
        text-align:center;
        margin:0px auto 30px;
    }
    
    .header-home {
        width:90%;
        text-align:center;
        margin:30px auto;
    }
    
    .header {
        width:90%;
        text-align:center;
        margin:100px auto 30px;
    }
    
    .home-artist-desktop {display:none;}
    .home-artist-mobile {
        display:block;
        width:100%;
        margin-top:100px;
    }
    
    #main-title {font-size:25px;}
    #sub-title {font-size:16px;}
    
    .home-right {width:100%;}
    .home-details {margin-top:20px;}
    .hd-details {
        width:100%;
        text-align:center;
        margin:0px;
    }
    .home-left {width:100%; margin:30px 0px 40px;}
    .home-blurb {
        width:100%;
        padding-right:0px!important;
    }
    .audioplayer {width:100%; margin-top:20px;}
    
    .left-300 {
        width:100%;
        margin:0px auto 30px;
    }
    .right-590 {
        width:100%;
        margin-bottom:40px;
    }
    .track-title {width:85%;}
    
    .left-540, .right-350 {
        width:100%;
        padding:0px;
        margin:0px;
    }
    
    .left-540 {margin-bottom:40px;}
    
    #previous-releases, .right-400 {
        width:100%;
        margin:0px;
    }
    .right-400 {margin-top:15px;}
    .desktop-prev {margin:0px;}
    .prev-audioplayer {width:100%; margin-bottom:40px;}
    .prev-audioinfo {width:100%; text-align:center;}
    .prev-audio {margin:auto;}
    
    .reco-indiv {
        width:100%;
        margin:0px;
    }
    .review-icons {width:70%; margin:auto;}
}
