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


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

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:#FFFFFF;
	-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;
	line-height:18px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

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

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

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

.txt-violet { color:#4d4374;}
.txt-blue { color:#135ca1;}

.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mt30 { margin-top:30px;}

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

.fsize12 { font-size:12px; line-height:.9rem;}
.fsize13 { font-size:13px; line-height:16px;}
.fsize15 { font-size:15px; line-height:19px;}
.fsize18 { font-size:18px; line-height:22px;}
.p-lr15 { padding-left:15px; padding-right:15px;}

.line-edit { font-size:12px; line-height:12px;}


.txt-center {text-align:center;}

.container-fluid {
	background:rgba(245, 245, 245, 0.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;
    /*outline: 8px solid #ba997e;*/
    /*outline: 7px solid #d2b69e;*/
    z-index:210;
}

.up { position:relative; z-index:200; overflow:auto;}

.bg-ecard:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  background-image: url('../images/bg-ecard.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index:50;
    outline: 7px solid #3881c0;
    outline-offset: -7px;
}

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

.btn { padding:0px!important; border:none!important; border-radius:0px!important; }

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

.btn-m {
  padding: 7px 20px 7px;
  text-align: center;
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:5px;
  cursor: pointer;
}

.btn-s {
  padding: 4px 15px 4px;
  text-align: center;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  border-radius:5px;
  cursor: pointer;
}


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

.btn-discover { background-color:#3176b8; color: #FFFFFF!important;}
.btn-discover:hover { background-color:#185d9f; color: #FFFFFF; text-decoration:none; cursor:pointer;}

.btn-musicbox { background-color:#e86a06; color: #FFFFFF!important;}
.btn-musicbox:hover { background-color:#b95200; color: #FFFFFF; text-decoration:none; cursor:pointer;}


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

/* NAVIGATION */
.navigation-bar {
    width:100%;
    min-height:20px;
    position:absolute;
    z-index:10;
    text-align:center;
    padding:5px 0px;
    /*background-color:#4d4374;*/
    background-color:#4d4374;
    display:block;
    margin-bottom:20px;
}

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

.navbtn {
    color:#FFFFFF;
    margin:0px 30px;
}

.navbtn:hover {
    cursor:pointer;
    color:#f5c23d;
}

.navbtn.active { color:#f5c23d; background-color:transparent;}

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

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

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

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

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

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

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

/* HEADER */

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

#header-main {
    width:350px;
    margin:auto;
    padding-top:50px;
}

table td {
    padding:10px 0px
}

/* HOME */
#home-blurb {
	width:100%;
	text-align:center;
	font-size:.8rem;
	line-height:1rem;
	margin:20px auto 0px;
}

.rel-desc {
	font-size:.75rem;
	line-height:.85rem;
}

#home-nreleases {
    width:100%;
    margin:20px auto 20px;
    position:relative;
}

.nr-title {
    width:220px;
    padding:5px 0px;
    margin:0px auto 5px;
    font-size:16px;
    font-weight:700;
    text-align: center;
    background-color:#f5c23d;
}

.home-albumindiv {
    width:255px;
    margin:10px 15px 10px;
    float:left;
    text-align:center;
}

.h-cover {
    width:150px;
    margin:auto;
}

.catno {
    font-size:12px;
    line-height:15px;
    font-weight:400;
    text-align:center;
    margin:5px 0px 10px;
}

.click {
    font-size:13px;
    font-style:italic;
    font-weight:700;
    text-align:center;
    margin-bottom:30px;
}

.hinside-left {
    width:300px;
    float:left;
    margin:10px 30px 0px 0px;
}

.backbtn {
    margin:0px 0px 15px;
    letter-spacing:1px;
    color:#000;
}

.backbtn:hover {
    color:#f5c23d;
    cursor:pointer;
}

.hinside-right {
    width:580px;
    float:left;
    margin:40px 0px 0px;
}


.audioinfo {
    margin:0px 0px 10px;
    font-weight:700;
}

/* PREVIOUS RELEASES */
#header-prev {
    width:100%;
    text-align:center;
    font-size:20px;
    line-height:25px;
    font-weight:700;
    margin:0px auto 20px;
    padding:45px 25px 0px 25px;
}

.previous-releases-desktop {
    width:880px;
    margin:auto;
}

.prev-cover {
	width:180px;
    margin:10px auto 0px;
}

.prev-indiv {
    margin:0px 10px;
    text-align:center;
    font-size:14px;
    font-weight:300;
}

.prev-blurb p {
    text-align:center;
    font-size:15px;
    margin:0px auto 15px;
}

.prev-blurb {
    width:100%;
}

/* RECOMMENDED */
.reco-nav, .reco {
	width:850px;
	position:relative;
	margin:auto;
}

.reco-nav { padding-top:60px;}

.header-reco {
    width:100%;
    text-align:center;
    font-size:20px;
    line-height:23px;
    font-weight:700;
    margin:0px auto 0px;
    position:relative;
}



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

.footer a {
	color:#000000;
}

.footer a:hover {
	color:#4d4374;
}

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

.reco-s, .reco-m {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.rev-images {
    width:45%;
    margin:auto;
}

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

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

.reco { margin-top:0px;}

.content-reco1 { margin-top:20px;}
.content-reco2 { margin-top:30px;}
.content-reco3 { margin-top:20px;}

.star { color:#C20000;}

.reco-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.home-tiles {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

@media screen and (min-width: 980px) {


.container-fluid {
	width:980px!important;
	height:570px!important;
}


.reco-s {
    -ms-flex: 0 0 19.5%;
    flex: 0 0 19.5%;
    max-width: 19.5%;
}

.reco-m {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.reco-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.home-tiles {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}


}

@media screen and (max-width: 979px) {
    .container-fluid {
        width:100%;
        /*height:100%;*/
        margin-top:0px;
        padding-left:0px!important;
        padding-right:0px!important;
        overflow-y:scroll;
    }
    
	.ecard-fixed { display:none;}
	.ecard-mob { display:block;}

	.fsize14-fix { font-size:14px!important; line-height:18px!important;}

    .navigation-bar {display:none;}
    .navigation-mobile {display:block;}
    .no-mt-mob { margin-top:0px!important;}
    
    .w100-mob { width:100%!important;}
    .w75-mob { width:75%!important;}
    .w80-mob { width:80%!important;}

    .w45px-mob { width:45px!important;}
    .w90px-mob { width:90px!important;}
    
    .no-pr-mob { padding-right:0px!important;}
    .no-plr-mob { padding-left:0px!important; padding-right:0px!important;}
    .no-pb-mob { padding-bottom:0px!important;}
    
    #header-main {
        width:80%;
        padding:0px;
        margin:120px auto 0px!important;
    }
    
    #content {
        width:85%;
        padding:0px 0px 0px 0px!important;
        left:0px;
        right:0px;
        margin:30px auto 30px;
    }
    
    #home-blurb {
        width:100%;
        padding:0px!important;
        margin:0px;
    }
    
    #home-nreleases {
        width:100%;
        margin:20px auto;
    }

    .nr-title {
        width:70%;
        margin:20px auto;
        font-size:16px;
    } 
    
    .home-albumindiv {
        width:100%;
        margin:20px auto;
    }
    
    .h-cover {
        width:100%;
    }
    
    .hinside-left {
        width:100%;
        margin:0px!important;
    }
    
    .hinside-right {width:100%; margin-top:10px}
    
    .audioplayer {margin:0px 0px 20px; width:100%; text-align:center;}
    .audio {width:200px; margin:auto}

    
    #header-prev {
        width:100%;
        margin:60px auto 0px;
    }
    
    .previous-releases-desktop { width:90%!important;}
    
    .prev-indiv {
        width:100%;
        margin:30px auto;
    }
    
    .prev-cover {width:100%;}
    .prev-page {width:100%;}
    .prev-blurb p {width:100%;}
    .prev-blurb {margin-bottom:50px;}
    
    .reco-page { width:100%}

	.reco-nav, .reco { width:85%; }

.reco-nav { padding-top:0px; margin-top:100px;}

	.header-reco { margin:0px auto 0px!important;}
    
    .rev-images {width:30%;}

.content-reco1, .content-reco2, .content-reco3 { margin-top:30px;}

.fsize13.reco1 {font-size:14px; line-height:18px}

}