@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#393f44;
	-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:#156A90;
}

a:hover {
	color:#000000;
	cursor: pointer;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background:url("../images/bg-ecard.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.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;
}

#footer-bar {
    position: absolute;
    bottom:0px;
    z-index:100;
}

/* HEADER */

#header {
	width:980px;
	height:60px;
	position: absolute;
	top:20px;
}

#logo-orfeo {
	width:110px;
	float:left;
	margin-left:30px;
}

#navigation-bar {
	height:30px;
	position:absolute;
    left:150px;
    top:15px;
    z-index:100;
}

.navi-btn, .navi-btn-ger {
	float:left;
	margin:5px 10px;
    text-transform:uppercase;
	font-size:15px;
	color:#0e1a31;
}

.navi-btn:hover, .navi-btn-ger:hover  {
	color:#156A90;
	cursor: pointer;
}

.lang-switch {
	position: absolute;
	right:10px;
    top:21px;
    z-index: 100;
}

.ls-e-home, .ls-g-home {
	margin:0px 8px;
	cursor:pointer;
    color:#0e1a31;
}

.ls-e-home:hover, .ls-g-home:hover {
	color:#156A90;
}

#nav-eng {
	display: block;
}

#nav-ger {
	display: none;
}

#content {
	width:920px;
	height:440px;
	position: absolute;
	left:30px;
	top:90px;
}

/* HOME */

#home {
	display:block;
}

#home-german {
	display:none;
}

.home-left {
	width:410px;
	float:left;
    margin:0px 30px 0px 0px;
}

.home-title {
    font-size:18px;
    font-weight:700;
    color:#ab0829;
    margin-bottom:10px;
}

.hl-video {
    margin:10px 20px 0px 0px;
    float:left;
}

.home-right {
	width:480px;
    height:440px;
    float:left;
    position:relative;
}

.home-album {
    position:absolute;
    right:-30px;
    bottom:-20px;
}

.hr-details {
    font-size:12px;
    margin-bottom:10px;
}

.deets-discover {
    float:left;
    width:150px;
    margin:10px 0px 0px;
}

.discoverbtn {
    border:solid 3px #156A90;
    width:150px;
    text-align:center;
    padding:5px;
    z-index: 100;
    background-color:#156A90;
    color:#fff;
    letter-spacing:2px;
}

.discoverbtn:hover {
    background:rgba(21, 106, 144, .5);
}

.recodiscoverbtn {
    border:solid 3px #156A90;
    width:150px;
    text-align:center;
    padding:5px;
    z-index: 100;
    background-color:#156A90;
    color:#fff;
    letter-spacing:2px;
}

.recodiscoverbtn:hover {
    background:rgba(21, 106, 144, .5);
}

/* TRACKLIST */

#tracklist {
	display:none;
}

#tracklist-ger {
	display:none;
}

.track-left {
    width:380px;
    float:left;
    margin:15px 30px 0px 0px;
}

.track-right {
    width:510px;
    float:left;
}

.tline-01 {
	font-size:16px;
	font-weight: 700;
	margin:10px auto 5px;
	color:#156A90;
}

.sub-track {
    font-size:14px;
    font-weight:700;
    color:#000000;
}

.track-head {
	font-size:20px;
}

.track-line {
	width:450px;
	height:20px;
	margin:0px 0px 3px;
}

.track-no {
	width:10px;
	font-size:14px;
	text-align:left;
	float:left;
	margin-right:20px;
}

.track-name {
	width:350px;
	float:left;
	text-align:left;
}

.track-deets {
    font-size:16px;
    margin-top:10px;
}

/* ARTISTS */

#artists {
	display:none;
}

#artists-ger {
	display:none;
}

.artist1btn, .artist2btn, .artist3btn {
    width:200px;
    float:left;
    margin:80px 30px;
}

.artist-name {
    font-size:15px;
    text-align:center;
    margin-top:20px;
}

#artist1-eng {
    display:block;
}

#artist2-eng {
    display:none;
}

#artist1-ger {
    display:block;
}

#artist2-ger {
    display:none;
}

.artist-left {
	width:370px;
	float:left;
	margin:20px 30px 0px 0px;
}

.credit {
    font-size:10px;
    margin:-15px 0px 0px 5px;
}

.artist-right {
    width:490px;
	float:left;
}

.artist-title {
	font-size:25px;
    font-weight:700;
    margin-top:20px;
    color:#156A90;
}

.artist-title2 {
	font-size:25px;
    font-weight: 700;
    background-color:#156A90;
    color:#fff;
}

.artist-blurb {
    font-size:13px;
}

.sm-icons {
	margin-top:10px;
}

.sm-indiv {
	width:30px;
	margin:0px 5px 0px;
	float:left;
}

.artist-indiv {
	float:left;
	margin:0px 30px;
	text-align: center;
}

.artist-left-inside {
    width:300px;
    float:left;
    margin-right:30px;
}

.artist-right-inside {
    width:550px;
    float:left;
    color:#000;
}

/* RECOMMENDED */

#recommended {
	display:none;
}

#recommended-ger {
	display:none;
}

#reco-title-eng {
	font-size:25px;
	color:#156A90;
	font-weight:700;
	text-align: center;
	display: block;
    margin-top:20px;
}

#reco-title-ger {
	font-size:25px;
	color:#156A90;
	font-weight:700;
	text-align: center;
	display:none;
    margin-top:20px;
}

.reco-inside {
	width:630px;
	margin:20px auto 0px;
}

.reco-left {
    width:200px;
    float:left;
    margin:20px 30px 0px 0px;
    text-align:center;
}

.catno {
    margin-top:10px;
}

.reco-right {
    width:360px;
    font-size:15px;
    margin:60px 0px 0px 0px;
    float:left;
}

/* TOUR */

#tour {
	display:none;
}

#tour-title {
	font-size:25px;
	color:#156A90;
	font-weight:700;
	text-align: center;
    margin:15px 0px 0px;
}

.half {
	width:700px;
	float:left;
	margin:15px 0px 0px 115px;;
}

.label-m {
	background-color:#156A90;
	padding:0px 0px;
	border:1px solid #0e1a31;
}

.date-m {
	width:100px;
	border-right:1px solid #0e1a31;
	padding:4px 15px 4px 10px;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}

.country-m {
	width:110px;
	font-size:12px;
	color:#FFFFFF;
	border-right:1px solid #0e1a31;
	padding:4px 15px 4px 10px;
	float:left;
}

.venue-m {
	width:260px;
	font-size:12px;
	padding:3px 10px;
	color:#FFFFFF;
	float:left;
}

.date-in {
    width:100px;
	padding:3px 10px;
	font-size:11px;
	line-height:13px;
	color:#156A90;
	display:inline-block;
}

.country-in {
    width:110px;
	padding:3px 15px;
	font-size:11px;
	line-height:13px;
	color:#000000;
	display:inline-block;
}

.venue-in {
	padding:3px 12px 3px;
	font-size:11px;
	line-height:13px;
	color:#156A90;
	display:inline-block;
}

.concert-ind {
	border-bottom:1px solid #0e1a31;
	border-left:1px solid #0e1a31;
	border-right:1px solid #0e1a31;
	display:inline-block;
}

/* TOUR end */


/* FOOTER */

.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 */