@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	overflow: auto;
}

body {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	background-image:url(../images/bg.jpg);
	background-color:#deceb1;
	background-repeat:no-repeat;
	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: auto;
	overflow-x: hidden;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
	border:none;
	outline:0;
}

.clearfix {
	clear:both;
}

a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#000;
}


#ecard-w {
	min-height:100%;
	position:relative;
	overflow-y:scroll;
}

#ecard-p {
	width:980px;
	height:568px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -284px; /* half of you height */
	margin-left: -489.5px; /* half of you width */
	overflow:hidden;
}

#ecard {
	width:980px;
	height:568px;
	margin:auto;
	background: #f5f5f5;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Mozilla */
	opacity: 0.8; /* CSS3 */
	position: relative;
	
	-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:980px;
	height:568px;
	margin:auto
}

.content-c {
	width:930px;
	margin:auto;
}

/* HEADER */

.logo-swr {
	margin-top:12px;
	margin-left:25px;
	float:left;
}

.nav-bar {
	background-color:#3c3933;
	width:980px;
	height:55px;
	overflow:hidden;
}

.nav-main {
	width:550px;
	color:#FFF;
	font-size:13px;
	text-align:right;
	text-transform:uppercase;
	float:right;
	margin:18px 25px 0px 0px;
}

.nav-indiv {
	margin:0px 10px;
	font-weight:700;
}

.nav-indiv:hover {
	color:#e8ca96;
	cursor:pointer;
}

/* HEADER end */


/* HOME */
#home {
	width:980px;
	height:513px;
	display:block;
	position:absolute;
	top:55px;
	left:0px;
}

#homeus {
	width:980px;
	height:503px;
	display:block;
	position:absolute;
	top:10px;
	left:0px;
}

#homede {
	width:980px;
	height:503px;
	display:none;
	position:absolute;
	top:10px;
	left:0px;
}

#homefr {
	width:980px;
	height:503px;
	display:none;
	position:absolute;
	top:10px;
	left:0px;
}

.nav-b {
	height:20px;
	width:980px;
	background-color:#3c3933;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}

.nav-b-main {
	width:300px;
	color:#fff;
	font-size:11px;
	text-align:right;
	text-transform:uppercase;
	position:absolute;
	right:25px;
	bottom:3px;
	z-index:200;
	padding-bottom:1px;
}

.title {
	font-size:30px;
	font-weight:700;
	line-height:30px;
	text-align:center;
}

.home-sec {
	margin-top:0px;
}

.cd-main {
	width:285px;
	float:left;
}

.inc-wprs {
	width:285px;
	color:#92733d;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin-top:10px;
}

.inc-wprs-box {
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
	background-color:#92733d;
}

.sp {
	width:330px;
	float:left;
	margin:40px 15px 0px;
}

.sp-title {
	width:120px;
	font-size:20px;
	font-weight:700;
	color:#6f6448;
	text-align:center;
	float:left;
}

hr.style-one {
	width:103px;
	color: #b3a285;
	background-color: #b3a285;
	height: 1px;
	float:left;
	margin:10px 0px;
}

.sp-con {
	margin-top:10px;
}

.pointer {
	width:11px;
	float:left;
	margin:5px 10px 0px 0px;
}

.sp-in {
	width:309px;
	font-weight:700;
	font-size:13px;
	float:left;
}

.audio-m {
	text-align:center;
	font-size:13px;
	margin-top:15px;
}

.audio-p {
	width:250px;
	margin:5px auto 0px;
}

.home-t {
	text-align:justify;
	margin-top:20px;
}

/* HOME end */


/* ORCHESTRAL WORKS  */

#orchestral {
	width:980px;
	height:513px;
	display:none;
	position:absolute;
	top:55px;
	left:0px;
}

#orchestral p {
	text-align: justify;
}

#orchestralusfr {
	width:980px;
	height:503px;
	display:block;
	position:absolute;
	top:30px;
	left:0px;
}

#orchestralde {
	width:980px;
	height:503px;
	display:none;
	position:absolute;
	top:30px;
	left:0px;
}

.small-cover {
	width:230px;
	margin: auto;
}

.btn-tracklist {
	width:120px;
	padding:10px 15px;
	background-color:#9b793f;
	text-align:center;
	font-size:13px;
	color:#FFF;
	text-transform: uppercase;
	margin-top:15px;
}

.btn-tracklist:hover {
	color:#ffefd5;
	cursor:pointer;
}

.backbtn {
	font-size:14px;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	top:-40px;
	left:30px;
}

.backbtn:hover {
	color:#9b793f;
	cursor: pointer;
}

/* ORCHESTRAL WORKS end */


/* TRACKLISTS ORCHESTRAL WORKS */

#track-ow {
	width:980px;
	height:513px;
	display:none;
	position:absolute;
	top:55px;
	left:0px;
}

.track-half {
	width:370px;
	float:left;
	font-size:13px;
}

.cd-box {
	width:40px;
	color:#FFF;
	background-color:#9b793f;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	padding:2px 5px;
	margin:15px 0px 10px;
}

/* TRACKLISTS ORCHESTRAL WORKS end */

/* ORCHESTRAL WORKS  */

#chamber {
	width:980px;
	height:513px;
	display:none;
	position:absolute;
	top:55px;
	left:0px;
}

#chamber p {
	text-align: justify;
}

#chamberusfr {
	width:980px;
	height:503px;
	display:block;
	position:absolute;
	top:30px;
	left:0px;
}

#chamberde {
	width:980px;
	height:503px;
	display:none;
	position:absolute;
	top:30px;
	left:0px;
}

.sec-left {
	width:300px;
	float:left;
	margin-left:80px;
}

.sec-right {
	width:430px;
	float:left;
	margin:30px 0px 0px 10px;
}

.small-cover {
	width:230px;
	margin: auto;
}

.btn-tracklist {
	width:120px;
	padding:10px 15px;
	background-color:#9b793f;
	text-align:center;
	font-size:13px;
	color:#FFF;
	text-transform: uppercase;
	margin-top:15px;
}

.btn-tracklist:hover {
	color:#ffefd5;
	cursor:pointer;
}

/* CHAMBER MUSIC end */


/* TRACKLISTS CHAMBER MUSIC */

#track-cm {
	width:980px;
	height:440px;
	display:none;
	position:absolute;
	top:45px;
	left:0px;
}

.releasescontent {
	width:980px;
	height:440px;
	position:absolute;
}

.track-half2 {
	width:420px;
	float:left;
}

.track {
	width:420px;
	line-height:17px;
}

.track_no {
	float:left;
	width:50px;
	font-size:13px;
}

.track_name {
	float: left;
	width:370px;
	font-size:13px;
}

.page_cm-title {
	text-align: center;
	font-size:18px;
	font-weight: 700;
	margin-top:5px;
}

.tl_small {
	font-size:11px;
}


/* TRACKLISTS CHAMBER MUSIC end */

/* CRITICAL ACCLAIM */

#critical {
	width:980px;
	height:513px;
	display:none;
	position:absolute;
	top:55px;
	left:0px;
}

.subtitle {
	font-size:15px;
	font-weight: 700;
	text-align: center;
}

.ca_indiv {
	width:175px;
	float:left;
	margin:25px 10px 0px 0px;
	text-align: center;
}

.ca_album {
	width:130px;
	-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);
	margin:auto;
}

.ca_album:hover {
	opacity:.7;
	cursor: pointer;
}

.ca_catno {
	font-size: 13px;
	margin-top:-10px;
	margin-bottom:5px;
}

.ca_review {
	font-size:12px;
	font-weight: 700;
}

.ca_critique {
	font-size:12px;
	font-style: italic;
	margin-top:3px;
}

.ca_awards {
	margin-top:10px;
}


