@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'EB Garamond', serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#dcd8d9;
	-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:16px;
	line-height:20px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

img {
	border:0;
	border-style: none;
	outline:0;
}

*:focus {outline:0!important;}

a:link, a:visited {
	font-weight:700;
	color:#887650;
	text-decoration:underline;
}

a:hover {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

ul {
	margin:0px 0px 0px 17px;
	padding:0px;
}

li {
	padding:0px;
	margin:5px 0px 0px;
}

.m5 {
	margin-top:5px;
}

/* HEADER */

#header {
	width:930px;
	height:85px;
	margin:auto;
	position:relative;
	z-index:500;
}

.logos {
	width:139px;
	float:left;
}

.logo-naxos {
	width:85px;
	float:left;
}

.logo-iba {
	width:47px;
	float:left;
	margin:16px 0px 0px 7px;
}

.title {
	width:751px;
	float:left;
	margin:10px 0px 0px 15px;
}

.title-m {
	float:left;
}

h1 {
	font-size:40px;
	line-height:40px;
	margin:0px;
}

h2 {
	font-size:20px;
	line-height:20px;
	color:#000;
	margin:0px 0px 0px 0px;
}

.title-s {
	width:450px;
	font-size:28px;
	line-height:30px;
	font-weight:600;
	color:#000;
	float:left;
	margin-top:5px;
}

.red-line {
	width:4px;
	float:left;
	padding:0px 20px 0px;
	margin-top:7px;
}

.sub {
	width:751px;
	font-size:28px;
	line-height:30px;
	font-weight:600;
	margin:5px 0px 0px 0px;
}

/* HEADER end */

/* NAVIGATION */

#nav-bar {
	width:500px;
	height:25px;
	background-color:#887650;
	margin:20px 0px 0px 25px;
	position:relative;
	z-index:500;
}

.nav-ind {
	font-size:13px;
	line-height:18px;
	color:#FFF;
	text-transform:uppercase;
	float:left;
	padding:0px 35px 0px;
	margin-top:4px;
}

.nav-ind:hover {
	cursor:pointer;
}

/* NAVIGATION end */

/* MAIN */

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background:url(../images/ecard-bg.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:30px auto 0px;
	position:relative;
}

.content {
	width:930px;
	height:460px;
	margin:0px auto 0px;
	position:relative;
}

.inline-img {
	margin:0px 15px 0px 0px;
}

.cat-no {
	font-size:14px;
	line-height:16px;
	margin-top:-5px;
}

.cat-no-b {
	font-size:13px;
	line-height:15px;
	margin-top:5px;
}

.cat-no-inb {
	font-size:13px;
	line-height:15px;
	margin-top:10px;
	text-align:center;
}

.cen {
	text-align:center;
}

.shadow img {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#footer {
	font-size:11px;
	text-align:center;
	color:#FFF;
	font-weight:400;
	line-height:15px;
	margin-top:20px;
	margin-bottom:30px;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.sm-m {
	width:48px;
	margin:auto;
}

.sm {
	width:20px;
	float:left;
	margin:0px 2px;
}

/* MAIN end */


/* HOME */

#home {
	width:980px;
	height:570px;
	background:url(../images/home-bg.jpg) no-repeat top left;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	z-index:400;
}

.home-content {
	height:460px;
	position:relative;
	top:120px;
	left:0px;
	z-index:500;
}

.home-content .half-l {
	width:515px;
	float:left;
	margin-top:20px;
}

.home-content .half-r {
	width:390px;
	float:left;
	margin:0px 0px 0px 25px;
}

/*.btn-vid {
	width:250px;
	height:20px;
	font-size:14px;
	background-color:#756545;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 5px 8px 5px;
	margin:20px 0px 0px;
}

.btn-vid a {
	font-weight:400;
	color:#FFF;
	text-decoration:none;
}*/

.btn-vid {
	width:200px;
	margin:10px auto 0px;
}


/* HOME end */



/* BOX */

#box {
	width:980px;
	height:570px;
	background:url(../images/box-bg.jpg) no-repeat top left;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:400;
}

.box-content {
	height:460px;
	margin-top:50px;
	position:relative;
	top:100px;
	left:0px;
	z-index:400;
}

.box-m {
	width:900px;
	margin:20px auto 0px;
	position:relative;
	z-index:500;
}

.box-ind {
	width:135px;
	float:left;
	margin:0px 10px;
}

.box-rev {
	width:760px;
	margin-left:20px;
	float:left;
}

.in-box {
	width:200px;
	float:left;
}

.in-box-con {
	width:450px;
	float:left;
	margin:10px 0px 0px 20px;
}

.audio-m {
	margin-top:15px;
	position:relative;
	z-index:1000;
}

.audio-cap {
	font-size:13px;
	line-height:18px;
	margin-top:5px;
}

/* BOX end */




/* THE ARTIST */

#artist {
	width:980px;
	height:570px;
	background:url(../images/artist-bg.jpg) no-repeat top left;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:400;
}

.artist-content {
	height:460px;
	margin-top:50px;
	position:relative;
	top:110px;
	left:0px;
	z-index:400;
}

.artist-content .half-l {
	width:650px;
	height:400px;
	font-size:16px;
	line-height:20px;
	text-align:left;
}
/* THE ARTIST end */







/* BUY */

.buy-m {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #887650;
}

.buy-btns {
	width:375px;
	margin:0px 0px 0px;
}

.buy_wrapper {
	width:300px;
	margin:auto;
}

.btn-ind {
	float:left;
	margin:0px 5px 0px 0px;
}

.buy_flag {
	float:left;
	margin-right:10px;	
}


/* BUY END */


/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper .tooltip {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -110px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px 15px;
  pointer-events: none;
  position: absolute;
  width: 270px;
  -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: " ";
  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 #e4e4e4 10px;
  bottom: -9px;
  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 */








/* TOOLTIP */

.buy_wrapper2 {
  text-transform: uppercase;
  background: #666666;
  color: #FFF;
  cursor:pointer;
  font-size: 10px;
  margin: 10px auto 0px;
  padding:3px 5px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper3 {
  text-transform: uppercase;
  background: #e4e4e4;
  color: #333;
  cursor:pointer;
  font-size: 11px;
  position: relative;
  text-align: center;
  width: 30px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper2 .tooltip2 {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -90px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 230px;
  -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);
}

.buy_wrapper3 .tooltip3 {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -101px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 263px;
  -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_wrapper2 .tooltip2:before, .buy_wrapper3 .tooltip3:before  {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper2 .tooltip2:after, .buy_wrapper3 .tooltip3:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #e4e4e4 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper2:hover .tooltip2, .buy_wrapper3:hover .tooltip3 {
  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_wrapper2 .tooltip2, .lte8 .buy_wrapper3 .tooltip3 {
  display: none;
}

.lte8 .buy_wrapper2:hover .tooltip2, .lte8 .buy_wrapper3:hover .tooltip3 {
  display: block;
}

/* TOOLTIP end */



/* INLINE */

.inline-style {
	width:100%;
	height:100%;
	padding:20px;
	background:url(../images/popup-bg.jpg) no-repeat top left;
	background-size:cover;
	background-color:#e2dbd0;
	border:3px solid #efefef;
	border-radius:2px;
}

.inline-content {
	margin-top:0px;
}

.inline-content a:link, .inline-content a:visited, .inline-content a:active {
	color:#666;
	background:none;
}

.inline-content a:hover {
	background:none;
}

.inline-img {
	float:left;
	margin:0px 15px 5px 0px;
	position:relative;
	z-index:100;
}

.box {
	background-color:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:15px;
	margin:15px auto;
}

/* INLINE end */
