@charset "UTF-8";
/* CSS Document */
body {
	width:100%;
	height:100%;
	font-family: 'Droid Serif', serif;
	background-image:url(../images/bg.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	color:#000;
	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

/** FREQUENTLY USED PRESETS **/

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.cat_disc {
	margin-top:-18px;	
}

.disc_no_main {
	width:80px;
	float:left;
	margin-top:1px;
}

img {
	outline:0;
	border:none;
}

#buy_area {
	font-size:13px;
	font-weight: 700;
	margin-top:20px;
}

.buy_flag {
	float:left;
	margin-right:10px;
}

.disc_no {
	font-family: 'Nunito', sans-serif;
	background-color:#000;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-weight:600;
	border-radius:5px;
	padding:2px 5px;
}

.cat_no {
	width:150px;
	font-size:12px;
	text-align:right;
	float:right;
}

.credit {
	margin-top:-15px;
	font-size:10px;
	color:#fff;
	text-align:left;
	margin-left:5px;	
}

.album {
	-webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);
	box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .8);	
}

.btn:hover {
	opacity:0.7;
	cursor:pointer;
}

sup {
	font-size:9px;
}

.award_text {
	font-family: 'Nunito', sans-serif;
	font-size:7px;
	text-align: center;
	text-transform: uppercase;
	margin-top:3px;
}

.slider-for1 {
	height:350px;
}

.slider-nav1 {
	width:580px;
	height:52px;
	margin:auto;
}

.slick-prev:before, .slick-next:before { 
    color:#0160aa !important;
}

.slick-thumb {
	margin:0px 3px;
}

.slick-thumb img{
	border:1px solid #EEE;
}

.clearfix {
	clear:both;
}

/** END OF FREQUENTLY USED PRESETS **/

a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#0160aa;
}

#ecard {
	width:979px;
	height:568px;
	margin:auto;
	margin-top:85px;
	background:rgba(255, 255, 255, .95);
	-webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);
	box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);	
}

#main {
	width:979px;
	height:568px;
	margin:auto;
	position:relative;
}

/** HEADER **/

.naxos-logo {
	width:75px;
	display:block;
	position:absolute;
	top:0px;
	left:20px;
	z-index:10;
}

#logos {
	width:60px;
	height:30px;
	position:absolute;
	top:0px;
	right:20px;
	z-index:1;
	float:right;
}

#fblogo {
	float:right;
}

#bloglogo {
	float:right;
	margin-left:5px;
}

#head_title {
	width:979px;
	position:absolute;
	text-align: center;
	margin-top:20px;
	
	font-size:35px;
	font-weight: 700;
	text-transform: uppercase;
	color:#00355d;
}

#head_navi {
	width:400px;
	position:absolute;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:290px;
	margin-top:70px;
	background-color:#0160aa;
	color:#fff;
	text-align: center
}

#homebtn, #discbtn, #artistbtn {
	margin-left:30px;
	margin-right:30px;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}

#homebtn:hover, #discbtn:hover, #artistbtn:hover {
	border-bottom:solid 3px #fff;
	color:#82beec;
	cursor:pointer;
}

/** END OF HEADER **/


/** HOME **/

#home {
	width:979px;
	height:460px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:110px;
}

#home_left {
	width:360px;
	margin-left:20px;
	margin-top:-10px;
	text-align: center;
	float:left;
}

#album_details {
	font-size:13px;
	margin-top:-25px;
	text-align: right;
}

.buy_btn {
	float:left;
	margin-right:15px;
}

#buybuttons {
	margin-left:60px;
}

/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  margin-right:15px;
  float:left;
  top:0px;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper .tooltip {
  background: #d8d8d8;
  border: 2px hide;
  border-radius:10px;
  bottom: 130%;
  color: #000;
  font-size:13px;
  display: block;
  left: -15px;
  margin-bottom:5px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.buy_wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  border: 2px hide;
  border-radius:10px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #d8d8d8 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .buy_wrapper .tooltip {
  display: none;
}

.lte8 .buy_wrapper:hover .tooltip {
  display: block;
}

/* TOOLTIP end */

#home_right {
	margin-left:20px;
	color:#0160aa;
	float:left;
}

#main_details {
	font-weight:700;
}

#home_blurb {
	width:295px;
	text-align: left;
	font-size:14px;
	line-height:17px;
	color:#000;
	margin-top:10px;
	float:left;
}

#home_kh {
	position:absolute;
	top:-50px;
	right:0px;
}

#home_quote {
	width:550px;
	font-size:13px;
	text-align: justify;
	color:#000;
	margin-top:15px;
}

/** END OF HOME **/

/** DISCS **/

#discs {
	width:979px;
	height:460px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:110px;
}

ul {
	list-style:none;
	margin:0px 0px;
	padding:0px 0px;
}

.slider-for1 {
	width:900px;
	outline:0;
	border:none;
	margin:auto;
}

.margin {
	width:900px;
	outline:0;
	border:none;
	padding:0px 10px;
}


.discscontent {
	width:979px;
	height:430px;
}


.disc_left {
	width:230px;
	float:left;
	margin-top:10px;
}

.disc_right {
	width:610px;
	float:left;
	margin-top:10px;
	margin-left:30px;
}

.quote_k {
	font-size:13px;
	font-weight:700;
	color:#00477f;
}

.disc_blurb {
	font-size:13px;
	margin-top:20px;
	margin-bottom:5px;
}

.norm {
	font-weight:400;
}

.audioplayer {
	margin-top:10px;	
}

.audioinfo {
	color:#000;
	font-size:12.5px;
	text-align:center;
} 

.audio {
	width:200px;
	height:20px;
	margin:5px 15px 0px;
}

.disc_review {
	font-size:13px;
	font-weight: 400;
	margin-top:5px;
}

.disc_awards {
	margin-top:15px;
}

#artists {
	width:979px;
	height:460px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:110px;
	text-align:center;
}

.artist_title {
	width:979px;
	text-align:center;
	font-size:18px;
	color:#0160aa;
	font-weight:700;
	margin-top:10px;
}

.artist_blurb {
	width:850px;
	margin-left:55px;
	font-size:13px;
	margin-top:5px;
}

#footer {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000;
	font-weight:400;
	line-height:15px;
	margin-top:20px;
	margin-bottom:5px;
}
