@charset "UTF-8";
/* CSS Document */

/* FONTS */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* FONTS end */

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	background: url(../images/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	color:#000000;
	-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;
	background-color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}


*:focus {outline:0!important;}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

#f1{
	background: #ea252c;
	color: white;
	padding: 7px 20px 7px 20px;
	position: relative;
	top: 20px;
	font-weight: 700;
	font-size: 13px;
}
.flex-box {
  display: flex;
  justify-content: left;

}

.flex-box > div {

  margin: 10px;
  text-align: center;

}
.flex-car {
  display: flex;
  justify-content: center;

}

.flex-car > div {

  margin: 10px;
  text-align: center;

}
.clearfix {
	clear:both;
}

a:link, a:visited {
	color:#024e2e;
	text-decoration:none;
}

a:hover {
	color:#024e2e;
	text-decoration:none;
}

.flex3 {
  display: flex;
  justify-content: center;

	margin-top: 100px;
}
.flex3 b {
	padding-top: 20px;
	font-size: 14px;
	position: relative;
	top: 8px;
}
.flex3 > div {

  margin: 10px;
  text-align: center;
}
.flex-container {
  display: flex;
  justify-content: center;
	text-align: center;
	margin-top: 60px;

}
.flex-container b {
	font-size: 13px;
	position: relative;
	top: 4px;
	color: white;
}

.flex-container h3 {
	color:red;

}
.flex-container2 b {
	font-size: 13px;
	position: relative;
	top: 4px;
	color: white;

}
.flex-container > div {

  width: 200px;
  text-align: center;
		margin-top: 20px;
}

.flex-container img {
width: 100px;
}

.flex-container2 {
  display: flex;
  justify-content: center;

}

.flex-container2 > div {

  width: 200px;
  text-align: center;
		margin-top: 20px;
}

.flex-container2 img {
width: 100px;
}

/* NAVIGATION */
#nav{
	margin-top: 25px;
}
.nav-l {
	width:511px;
	height:3px;
	background-color:#3d505c;
	margin:0px auto 10px;
	margin-top: 14px;
}

#nav {
	width:980px;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:90px;
	left:0px;
	z-index:500
}

.nav-indiv {
	padding:0px 20px;
	color: white;
}

.nav-indiv:hover {
	cursor:pointer;
}

/* NAVIGATION end */



/* MAIN */

.logo {
	width:85px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:500;
}

#ecard-w {
	width:100%;
	height:100%;
}

#ecard {
	width:980px;
	height:570px;
	background: rgba(255, 255, 255, 0.9);
	-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);
	background: url(../images/bg-ecard.png) no-repeat center center scroll;
	background-color:black;
	margin:30px auto 10px;
	position:relative;

}

h1 {
	font-size:40px;
	line-height:35px;
	color:#024e2e;
	margin:15px 0px 0px;
	text-align:center;
}

h2 {
	font-size:35px;
	line-height:35px;
	color:#024e2e;
	margin:40px 0px 0px;
	text-align:center;
}

h3 {
	font-size:22px;
	line-height:20px;
	color:#024e2e;
	margin:0px 0px 15px;
	text-align:left;
}

.img-link {
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
}

.star {
	color:#C20000;
	font-size:15px;
}


.shadow {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.fweight700 {font-weight:700; }
.fsize11 {font-size:11px; line-height:15px;}
.fsize13 {font-size:13px; line-height:16px;}

.txt-c { text-align:center;}
.txt-r { text-align:right;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}


/* MAIN end */


/* HOME */

#home {
	width:980px;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}

#home .content {
	width:900px;
	margin:70px auto 0px;
}

#home .half-l {
	width:340px;
	float:left;
}

#home .half-r {
	width:310px;
	float:right;
	margin-left:25px;
}

.audio-m {
	width:270px;
	float:left;
}

.audio-player {
	width:245px;
	margin:5px auto 0px;
	position: relative;left: 300px;
}

.video {
	width:210px;
	text-align:center;
	background-color:#3c6c2e;
	color:#FFFFFF;
	padding:10px 10px;
	margin:20px auto 0px;
	position:relative;
}

/* HOME end */



/* ABOUT THE SERIES */

#series {
	width:980px;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

#series .content {
	width:920px;
	margin:70px auto 0px;
}

/* ABOUT THE SERIES end */



/* ARTISTS */

#artists {
	width:980px;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

#artists .content {
	width:920px;
	margin:70px auto 0px;
}

.inline-img {
	float:left;
	margin:0px 15px 10px 0px;
}

/* ARTISTS end */


/* INLINE */

.inline-style {
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
}
.inline-style h3{
color:#3d505c;
}
.inline-style strong{
color:#3eadcc;
}
.inline-content {
	margin-top:20px;
}

.inline-content a:link, .inline-content a:visited, .inline-content a:active {
	color:#ad5601;
	background:none;
	font-weight:600;
	text-decoration:none;
}

.inline-content a:hover {
	background:none;
	text-decoration:none;
}

/* INLINE end */





/* PREVIOUS RELEASES */

#prevrel {
	width:980px;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

#prevrel .content {
	width:920px;
	margin:70px auto 0px;
}

#prevrel .half-l {
	width:300px;
	float:left;
	margin:10px 0px 0px 10px;
}

#prevrel .half-r {
	width:555px;
	float:left;
	margin:10px 0px 0px 25px;
}

.prevrel-ind {
	width:920px;
	margin:0px;
}

.flag {
	width:85px;
	background-color:#e8b71e;
	padding:3px 5px;
	font-size:13px;
	font-weight:700;
	text-align:center;
	color:#000;
}

/* PREVIOUS RELEASES */



/* RECOMMENDED */

#reco {
	width:980px;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

#reco .content {
	width:920px;
	margin:70px auto 0px;
}

.reco-ind {
	width:200px;
	float:left;
	margin:0px 15px;
}

.reco-album {
	width:170px;
	margin:auto;
}

/* RECOMMENDED end */



/* FOOTER */

.footer {
	font-size:11px;
	line-height:13px;
	text-align:center;
	margin:20px 0px;
	color:#fff;
}

.footer a {
	color:black;
}

.footer a:hover {
	color:#fff;
}


.soloist{
	display: block;
	position: absolute;
		padding-left: 185px;

		margin-top: 10px;
}

.chorus{

			margin-top: 10px;
	display: none;
	position: absolute;
		padding-left: 120px;
}
.conductor{
	display: none;
}
