@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none;}

body {
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#1c0441;
	-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;
	line-height:20px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:700;
	text-decoration: none;
	color:#6e5123;
}

a:hover {
	color:#000;
	cursor: pointer;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background:url(../images/ecard-bg.jpg) 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.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.btn:hover {
	opacity:0.7;
	cursor: pointer;
}

/* HEADER . */

#header {
	width:980px;
	height:110px;
	position: relative;
}

#logo-naxos {
	margin-left:30px;
	position: absolute;
	z-index: 100;
}

h1 {
	font-size:35px;
	font-weight: 700;
	margin-top:-5px;
}

h2 {
	font-size:25px;
	font-weight: 400;
}

#navigation-box {
	width:980px;
	height:25px;
	padding-top:5px;
	color:#fff;
	background-color:#b58730;
	position: absolute;
	z-index: 30;
}

#nav-container {
	margin-left:140px;
}

#homebtn, #aboutbtn, #recordingsbtn, #artistsbtn, #recommendedbtn {
	float:left;
	margin:0px 35px;
	height:30px;
}

#homebtn:hover, #aboutbtn:hover, #recordingsbtn:hover, #artistsbtn:hover, #recommendedbtn:hover {
	color:#f1d194;
	cursor: pointer;
}

#head-title {
	text-align: center;
	width:980px;
	position: absolute;
	margin:25px auto;
}


#content {
	width:925px;
	height:430px;
	margin:0px 30px 0px;
	position: absolute;
}

/* HOME */

#home {
	width:920px;
	height:430px;
	display:block;
}

#home-left {
	width:300px;
	float:left;
	margin:20px auto;
}

#home-middle {
	width:330px;
	float: left;
	text-align: center;
	margin-top:15px;
}

#home_right {
	position: absolute;
	top:-110px;
	right:-25px;
	z-index: 25;
}

#promo {
	position: absolute;
	width:200px;
	height:110px;
	background:rgba(0, 0, 0, .5);
	border-radius:15px;
	padding:10px 5px 0px;
	z-index: 100;
	bottom:0px;
	text-align: center;
	right:30px;
	color:#fff;
}

#promo a {
	color:#0069CB;
	font-weight: 700;
}

#promo a:hover {
	color:#fff;
	cursor: pointer;
}

.catno {
	font-size:14px;
	text-align: center;
	margin-top:20px;
}

/* A B O U T */

#about {
	width:920px;
	height:430px;
	display:none;
}

#about-left {
	width:400px;
	float:left;
	margin:30px 20px 0px 0px;
}

#about-right {
	float:left;
	width:480px;
	margin-top:30px;
}

.credit {
	font-size:10px;
	color:#fff;
	margin:-20px 0px 0px 10px;
}

#about-title {
	width:920px;
	text-align:center;
	font-size:20px;
	font-weight: 700;
	color:#796225;
	margin:30px 0px;
}

#about-timeline {
	width:500px;
	margin:15px auto;
	position: relative;
}

#tl_container {
	position: absolute;
	z-index: 100;
}

#tl_line {
	width:380px;
	height:10px;
	position: absolute;
	z-index: 10;
	top:40px;
	left:20px;
	background-color:#000;
}

.tl_idiv {
	width:90px;
	margin:0px 20px;
	float:left;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	margin:5px 0px 0px -20px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* R H E I N G O L D */
#recordings {
	width:920px;
	height:420px;
	display:none;
}

.sc-recordings {
	width:900px;
	height:400px;
	margin:auto;
}

.recordings-m {
	margin:0px auto 0px;
}

.sc-reco-nav {
	width:380px;
	margin:-10px 0px 0px 330px;
}

.sc-reco-navind {
	height:50;
	float:left;
	margin:0px auto;
}

#rheingold {
	width:920px;
	height:380px;
}

#rheingold-left {
	width:200px;
	float:left;
	margin-right:30px;
	position: relative;
}

.cover-cd {
	margin: 20px auto 50px;
	z-index: 20;
}

.rec_catno {
	width:200px;
	text-align: center;
	position:absolute;
	bottom: 20px;
}

.btn-container {
	width:200px;
	position: absolute;
	height:60px;
	bottom:-50px;
	left:5px;
}

.discover-btn {
	width:70px;
	height:20px;
	text-align: center;
	letter-spacing: 1px;
	font-size:12px;
	background-color:#000;
	color:#fff;
	padding:5px;
	border:solid 3px #000;
	margin:10px auto;
}

.watch-btn {
	width:70px;
	height:20px;
	text-align: center;
	letter-spacing: 1px;
	background-color:#000;
	font-size:12px;
	color:#fff;
	padding:5px;
	border:solid 3px #000;
	margin:10px auto 0px;
}

.watch-btn:hover, .discover-btn:hover {
	color:#000;
	border:solid 3px #000;
	background:rgba(0, 0, 0, 0);
	cursor: pointer;
}

#rheingold-right {
	width:670px;
	float:left;
	margin:10px 0px;
}

#rheingold-right a {
	color:#003275;
	font-weight: 700;
}

#rheingold-right a:hover {
	color:#000;
	cursor: pointer;
}


/* W A L K U R E */

#walkure {
	width:920px;
	height:380px;
}

#walkure-left {
	width:200px;
	float:left;
	margin-right:30px;
	position: relative;
}

#walkure-right {
	width:680px;
	float:left;
}

#walkure-right a {
	color:#003275;
	font-weight: 700;
}

#walkure-right a:hover {
	color:#000;
	cursor: pointer;
}

/* S I E G R I D */

#siegfried {
	width:920px;
	height:380px;
}

#siegfried-left {
	width:200px;
	float:left;
	margin-right:30px;
	position: relative;
}

#siegfried-right {
	width:680px;
	float:left;
	margin-top:15px;
}

#siegfried-right a {
	color:#003275;
	font-weight: 700;
}

#siegfried-right a:hover {
	color:#000;
	cursor: pointer;
}

/* G O T T E R D A M E R U N G */

#gotterdamerung {
	width:920px;
	height:380px;
}

#gotterdamerung-left {
	width:200px;
	float:left;
	margin:20px 30px 0px 0px;
	position: relative;
}

#gotterdamerung-right {
	width:680px;
	float:left;
	margin-top:30px;
}

#gotterdamerung-right a {
	color:#003275;
	font-weight: 700;
}

#gotterdamerung-right a:hover {
	color:#000;
	cursor: pointer;
}

/* B O X E D S E T */

#boxedset {
	width:920px;
	height:380px;
}

.new-flag {
	position: absolute;
	width:80px;
	height:20px;
	padding:5px;
	font-size:18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color:#fff;
	background-color:#820002;
	left:190px;
}

#boxedset-left {
	width:300px;
	margin-right:30px;
	float:left;
	position: relative;
}

#boxedset-right {
	width:550px;
	float:left;
	margin-top:20px;
}

.usb-btn {
	width:200px;
	text-align: center;
	padding:5px;
	border:3px solid #000;
}

.usb-btn:hover {
	background-color:#000;
	color:#fff;
}

#box_title {
	width:800px;
	font-size:20px;
	font-weight:700;
	padding: 5px;
	text-align: center;
	color:#fff;
	background-color:#80601A;
}

.usb_inside-title {
	font-size:18px;
	font-weight: 700;
	color:#80601A;
}

.iu_left {
	width:400px;
	float:left;
}

.iu_right {
	width:400px;
	float:left;
}
/* A R T I S T S */

#artists {
	width:920px;
	height:420px;
	margin-top:10px;
	display:none;
}

.artist_name {
	font-size:12px;
	margin-top:5px
}

#artist1 {
	display: block;
}

.artist-left {
	width:300px;
	float:left;
	margin-right:25px;
}

.artist-title {
	font-size:18px;
}

.artist-right {
	width:470px;
	float:left;
}

.cast_container {
	width:920px;
	height:135px;
	margin-top:5px;
}

.cast_indiv {
	width:140px;
	text-align: center;
	float: left;
	margin: 0px 5px;
}

/* R E C O M M E N D E D */

#recommended {
	width:920px;
	height:420px;
	display: none;
}

#audiobook {
	width:920px;
	height:420px;
}

#audiobool-left {
	width:230px;
	margin:30px 30px 0px 0px;
	float: left;
}

#audiobook-right {
	width:630px;
	float:left;
	margin:-5px 0px;
}

#ipadapp {
	width:920px;
	height:420px;
}

#ipadapp-left {
	width:220px;
	float:left;
	margin:20px 30px;
	text-align: center;
}

#ipadapp-right {
	width:590px;
	float:left;
	margin-top:20px;
}

#feature-head {
	width:350px;
	color:#fff;
	background-color:#b58730;
	text-align: center;
	font-size:20px;
	font-weight: 700;
	padding:5px;
}

#feature {
	font-size:15px;
}

#ipad-ss {
	position: absolute;
	width:250px;
	z-index: 200;
	margin:23px 0px 0px 60px;
	
}

.w3-content {
	margin-left:auto;
	margin-right:auto
} 

.w3-content {
	max-width:980px
}

.w3-section {
	margin-top:16px;
	margin-bottom:16px;
}



/* FOOTER */

#footer {
	width:980px;
	text-align: center;
	position: absolute;
	bottom:-120px;
	color:#fff;
	font-size:12px;
}

#footer a {
	color:#fff;
	font-weight: 700;
}

#footer a:hover {
	color:#b7a268;
	cursor: pointer;
}

#socmed_box {
	width:60px;
	margin: auto;
}

#blog, #fb {
	width:25px;
	float: left;
	margin-right:5px;
}