@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, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#6291a6;
	-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;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:700;
	text-decoration: none;
	color:#026ea3;
}

.blue {
    color:#026ea3;
}

a:hover {
	color:#000000;
	cursor: pointer;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background:url(../images/bg-ecard.png) no-repeat top left;
	background-size:cover;
	-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);
	margin:50px auto 0px;
	position:relative;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.btn:hover {
	opacity:0.7;
	cursor: pointer;
}

#content {
	width:920px;
	height:420px;
	position: absolute;
	left:30px;
	top:110px;
}

/* HEADER */

#header {
	width:980px;
	height:100px;
	position: absolute;
}

.logo-naxos {
	width:90px;
	position:absolute;
	margin-left:30px;
    z-index:100;
}

#navi-bar {
    width:980px;
    height:25px;
    background-color:#03669c;
    text-align:center;
    padding-top:5px;
    position:absolute;
    z-index: 10;
}

.navbtn {
    color:#fff;
    margin:0px 50px;
}

.navbtn:hover {
    color:#c1e5ff;
    cursor:pointer;
}

#header01 {
    text-align:center;
    margin-top:55px;;
    font-weight:700;
    display:block;
}

#header02 {
    text-align:center;
    margin-top:60px;
    font-weight:700;
    display:none;
    font-size:25px;
}

#hdm {
    font-size:35px;
}

/* HOME */

#home {
	display:block;
}

#home-left {
    width:350px;
    float:left;
    margin:20px 30px 0px 0px;
    font-size:13px;
}

#hd-left {
    text-align:center;
    margin-top:10px;
}

#home-right {
    width:540px;
    float:left;
}

.discoverbtn {
    width:100px;
    margin:10px auto 0px;
    background-color:#03669c;
    text-align: center;
    color:#fff;
    border:solid 3px #03669c;
    padding:5px;
    font-size:14px;
    letter-spacing: 2px;
}

.discoverbtn:hover {
    background-color:transparent;
    color:#03669c;
    cursor: pointer;
}

#home-blurb {
    margin:15px 0px;
}

.audioplayer {
    width:450px;
    position: relative;
}

.audioinfo {
    margin:10px 0px;
}

.audio {
    width:200px;
}

#home-artist {
    margin-top:25px;
}

/* ARTISTS */

#artists {
	display:none;
}

#artist-nav {
    width:400px;
    text-align:center;
    border-top:2px solid #000;
    margin:auto;
    padding-top:10px;
}

#artist1 {
    display:block;
}

#artist2 {
    display:none;
}

#artist3 {
    display:none;
}

.artbtn {
    margin:0px 10px;
    font-weight:700;
}

.artbtn:hover {
    color:#026ea3;
    cursor:pointer;
}

.credit {
    color:#888888;
    font-size:10px;
    margin-top:-15px;
    margin-left:5px;
}

#artists-content {
    margin-top:10px;
}

.soloists {
    width:850px;
    margin:auto;
    display:block;
}

.solo-img {
    float:left;
    width:120px;
    margin:0px 20px 0px 0px;
}

.solo-blurb {
    width:670px;
    float:left;
}

.solo-indiv {
    width:850px;
    height:120px;
    margin:5px 30px;
}

.orchestra {
    width:850px;
    margin:auto;
}

.orch-indiv {
    width:850px;
    margin-top:-10px;
}

.chorus-photo {
    width:800px;
    margin: 10px auto 20px;
}

.orch-title {
    font-size:25px;
    font-weight:700;
    margin:0px 0px 20px 23px;
    border-left:solid 10px #026ea3;
}

.cond-title {
    font-size:25px;
    font-weight:700;
    border-left:solid 10px #026ea3;
    margin-bottom:20px;
}

.chorus-blurb {
    width:800px;
    margin:auto;
}

#cond-left {
    width:350px;
    float:left;
    margin:20px 30px 0px 0px;
}

#cond-right {
    width:520px;
    float:left;
    margin-top:20px;
}


/* RECOMMENDED */

#recommended {
	display:none;
}

.reco-indiv {
    width:200px;
    height:400px;
    float:left;
    margin:15px;
    text-align:center;
}

.catno {
    margin-top:10px;
}

.review {
    margin-top:10px;
    font-size:13px;
}

#reco-text {
    text-align:center;
}

/* FOOTER */

.footer {
	font-size:11px;
	text-align:center;
	margin-top:20px;
	color:#fff;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#000;
}