@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Raleway', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#322524;
	-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:14px;
	font-weight:400;
	margin:0px;
}

.clearfix {
	clear:both;
}

a {
	font-weight:700;
	text-decoration: none;
	color:#1e295e;
}

a:hover {
	color:#000000;
	cursor: pointer;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background-color:#F7F7F7;
	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;
}

#top-bar {
    width:980px;
    height:30px;
    background-color:#1e295e;
    position:absolute;
    top:0px;
}

/* HEADER */
#header {
	width:980px;
	height:30px;
	position: absolute;
}

#logo-orfeo {
	width:110px;
    position: absolute;
    top:-15px;
    left:30px;
}

#navigation-eng {
    display:block;
    color:#ffffff;
    position: absolute;
    left:170px;
    top:7px;
}

#navigation-ger {
    display:none;
    color:#ffffff;
    position: absolute;
    left:170px;
    top:7px;
}

.navbtn {
    margin:0px 20px;
    font-size:13px;
}

.navbtn:hover {
    color:#c52539;
    cursor:pointer;
}

#language-switch {
    position: absolute;
    top:7px;
    right:20px;
    color:#fff;
}

.ls-toggle {
    margin:10px;
}

.ls-toggle:hover {
    color:#ffa5b0;
    cursor:pointer;
}

#content {
	width:920px;
	height:440px;
	position: absolute;
	left:30px;
	top:90px;
}

/* HOME */
#home {
	display:block;
}

#home-left {
    width:300px;
    margin:10px 30px 0px 50px;
    float:left
}

#home-details {
    text-align:right;
    position:absolute;
    left:190px;
    bottom:-15px;
}

h1 {
    font-size:30px;
    font-weight:800;
    color:#153d6e;
    margin-top:-25px;
}

h2 {
    color:#153d6e;
    font-size:18px;
}

.home-title {
    margin:-60px 0px 50px;
}

#home-eng {
    width:490px;
    display:block;
    float:left;
    margin:20px 0px 0px;
    font-size:15px;
}

#home-ger {
    width:490px;
    display:none;
    float:left;
    margin:20px 0px 0px;
    font-size:15px;
}

.trackbtn {
    background-color:#ab0829;
    color:#FFFFFF;
    width:120px;
    height:25px;
    padding-top:7px;
    text-align:center;
    letter-spacing:1px;
    border-radius:10px;
    margin-top:30px;
    font-weight:700;
}

.trackbtn:hover{
    background-color:#1e295e;
    cursor:pointer;
}

/* TRACKLIST */
#tracklist {
	display:none;
}

#tracklist-eng {
    display:block;
}

.track-mtitle {
    font-size:25px;
    font-weight:700;
    letter-spacing:2px;
    position: absolute;
    top:-40px;
    left:385px;
}

.backbtn {
    font-size:18px;
    font-weight:700;
    color:#ab0829;
}

.backbtn:hover {
    color:#1e295e;
    cursor:pointer;
}

#tracklist-ger {
    display:none;
}

.track-left {
    width:440px;
    float:left;
}

.track-right {
    width:440px;
    float:left;
    margin-left:30px;
}

.disc-no {
    color:#1e295e;
    width:60px;
    float:left;
}

.disc-details {
    width:370px;
    float:left;
}

.disc-title {
    font-weight:700;
    color:#1e295e;
}

.disc-indiv {
    margin-top:10px;
}

/* ABOUT */
#about {
    display:none;
}

#about-eng {
    display:block;
}

#about-ger {
    display:none;
}

.about-title {
    margin-top:10px;
    color:#153d6e;
    padding-bottom:10px;
    border-bottom:solid 3px #ab0829;
}

.at-main {
    font-size:35px;
    font-weight:800;
}

.at-sub {
    font-size:25px;
    font-weight:700;
}

.about-left {
    width:445px;
    text-align:justify;
    margin-top:20px;
    float:left;
}

.about-right {
    width:445px;
    text-align:justify;
    margin:20px 0px 0px 30px;
    float:left;
}

/* ARTISTS */
#artists {
	display:none;
}

#acontainer-top {
    width:900px;
    margin:auto;
}

#acontainer-bottom {
    width:750px;
    margin:0px auto 0px;
}

.artist-indiv {
    width:120px;
    text-align:center;
    margin:15px 15px 0px;
    float:left;
}

.artist-name {
    margin-top:10px;
    font-weight:700;
    color:#153d6e;
}

.artinside-left {
    width:300px;
    float:left;
}

.artinside-right {
    width:450px;
    float:left;
    margin-left:30px;
}

.artinside-title {
    font-size:20px;
    font-weight:700;
    border-left:solid 10px #153d6e;
    margin-bottom:20px;
}

#art01inside-eng, #art02inside-eng, #art03inside-eng, #art04inside-eng, #art05inside-eng, #art06inside-eng, #art07inside-eng, #art08inside-eng, #art09inside-eng, #art10inside-eng, #art11inside-eng {
    display:block;
}

#art01inside-ger, #art02inside-ger, #art03inside-ger, #art04inside-ger, #art05inside-ger, #art06inside-ger, #art07inside-ger, #art08inside-ger, #art09inside-ger, #art10inside-ger, #art11inside-ger {
    display:none;
}

/* RECOMMENDED */
#recommended {
	display:none;
    text-align:center;
}

.reco-indiv {
    width:440px;
    float:left;
    margin:20px 30px 0px 0px;
}

.newflag {
    position: absolute;
    width:60px;
    height:20px;
    background-color:#9E0002;
    color:#fff;
    top:-25px;
    right:0px;
    text-align:center;
    padding:3px;
    font-weight:700;
    letter-spacing:2px;
}

.ri-left {
    width:120px;
    float:left;
    margin-right:20px;
    position:relative;
}

.ri-right {
    width:300px;
    float:left;
    text-align:left;
}

#coming-soon {
    width:440px;
    height:20px;
    padding:5px;
    border-radius:10px;
    text-align: center;
    color:#fff;
    background-color:#1e295e;
    font-size:16px;
    font-weight:700;
    margin:10px auto 10px;;
}

.reco-cs-indiv {
    width:200px;
    float:left;
    text-align:center;
}

.faux-cover {
    width:120px;
    height:120px;
    background-color:#878787;
    margin:0px auto 10px;;
}

.date-flag {
    font-size:13px;
    width:80px;
    height:15px;
    background-color:#9E0002;
    color:#fff;
    font-weight:700;
    padding:2px;
    margin-left:76px;
}

/* FOOTER */
#bottom-bar {
    width:980px;
    height:10px;
    background-color:#ab0829;
    position:absolute;
    bottom:0px;
}

.footer {
	font-size:11px;
	text-align:center;
	margin-top:10px;
	color:#fff;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#719DA6;
}

/* ACCORDION */

/* Acordeon styles */

.tab {
  position: relative;
  color: #000;
  font-size:12px;
  overflow: hidden;
	border-bottom:1px solid #0e1a31;
	border-left:1px solid #0e1a31;
	border-right:1px solid #0e1a31;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0px;
  font-weight: 500;
  cursor: pointer;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  margin-top:2px;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 17em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height:25px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BE";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/* ACCORDION end */


.btn-discover {
	width:100px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	border-radius:10px;
	background-color:#016a4c;
	text-transform:uppercase;
	padding:7px 10px 7px;
	margin:10px 0px 0px;
	position:relative;
}

.btn-discover a:link, .btn-discover a:visited { color:#FFFFFF; }
.btn-discover:hover { cursor:pointer; background-color:#ffd208;}

.img-link {
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}
