@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 */
}

/* kameron-regular - latin */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kameron-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/kameron-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kameron-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kameron-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kameron-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kameron-v15-latin-regular.svg#Kameron') format('svg'); /* Legacy iOS */
}
/* kameron-700 - latin */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/kameron-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/kameron-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kameron-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kameron-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kameron-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kameron-v15-latin-700.svg#Kameron') format('svg'); /* Legacy iOS */
}

/* FONTS end */


html { width:100%; min-height: -webkit-fill-available; height:100vh;}

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	height:100vh;
	min-height: -webkit-fill-available;
	min-height:100%;
	font-family: 'Lato', sans-serif;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-color:#b770b2;
	-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:.91em!important;
	line-height:1.18rem!important;
	font-weight:400!important;
	margin:0px;
	padding:0px;
}

.ecard-fixed { display:block!important;}
.ecard-mob { display:none!important; }
.ecard-mob2 { display:none!important; }

.clearfix { clear:both;}
img { border:0; border-style: none; outline:0;}
*:focus { outline:0!important;}

a:link, a:visited { color:#5e3099; text-decoration:none;}
a:hover { color:#5e3099; text-decoration:underline;}

.logo-naxos { width:85px; position:absolute; top:0px; left:30px; z-index:600;}

.header {
	width:100%;
	text-align:center;
	margin:20px 0px 0px;
	position:relative;
	z-index:300;
}

.c-bviolet { color:#313191;}

h1 { font-family: 'Kameron', serif; font-size:25px; line-height:30px; font-weight:700; margin:0px;}
h2 { font-family: 'Kameron', serif; font-size:20px; line-height:23px; font-weight:700; margin:0px;}
h3 { font-family: 'Kameron', serif; font-size:24px; line-height:28px; font-weight:700; margin:0px;}
h4 { font-family: 'Kameron', serif; font-size:20px; line-height:23px; font-weight:700; margin:0px;}

.p-lr15 { padding-left:15px; padding-right:15px;}
.p-lr30 { padding-left:30px; padding-right:30px;}

.no-pad-l { padding-left:0px;}
.no-pad-l { padding-right:0px;}

.fsize10 { font-size:10px; line-height:12px;}
.fsize12 { font-size:12px; line-height:14px;}
.fsize13 { font-size:13px; line-height:17px;}
.fsizeart { font-size:13px; line-height:17px;}

.fweight400 { font-weight:400;}
.fweight700 { font-weight:700;}


/* NAVIGATION */

.nav-main {
	width:100%;
	text-align:center;
	background-color:#2f3291;
	font-family: 'Kameron', serif;
	font-size:1em;
	font-weight:700;
	padding:0px 0px 0px;
	position:relative;
	z-index:300;
}

.nav-ind {
	color:#FFFFFF;
	font-weight:600;
	margin:0px;
	padding:5px 25px 4px 25px;
	display:inline-block;
}

.nav-ind a:link, .nav-ind a:visited { color:#FFF; text-decoration:none;}
.nav-ind a:hover { color:#feda79; text-decoration:none;}
.nav-ind a.active { color:#feda79; text-decoration:none;}


.artist-nav {
	font-weight:700;
	font-size:13px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}

.artist-ind {
	color:#000;
	font-weight:700;
	color: #5e3099;
	border-right:1px solid #000;
	padding:0px 20px;
	display:inline-block;
}



/*.artist-ind a.active {
	color:#21442a!important;
}*/

.artist-ind a:link, .artist-ind a:visited { /*color:#5e3099;*/ color:#000; opacity:1; font-weight:700!important; text-decoration:none; }
.artist-ind a:hover { color:#db3bcd; font-weight:700!important; text-decoration:none; cursor:pointer; }
.artist-ind a.active { opacity:1!important; color:#db3bcd!important; }

/* NAVIGATION end */

.ecard {
	background-color: rgba(255, 255, 255, .8);
	-moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4); 
	box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
	margin:30px auto 0px;
	/*padding-bottom:30px;*/
	position:relative;
	border-bottom:10px solid #313191;
}

.home {
	width:100%;
	height:570px;
	background-image: url(../images/bg-ecard.jpg);
	background-size: cover;
	position:relative;
}

/*.home {
	background-image: url(../images/bg-ecard.jpg);
}
*/
/*
.home:before {
	content: "";
	background-image: url(../images/bg-ecard.jpg);
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 1;
}
*/

.home-bg {
	width:100%;
	height:415px;
	background:url(../images/home-bg-mob.png) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	padding-top:70px;
	margin-top:40px;
	position:relative;
	z-index:100;
}

.plain{
	background: url(../images/bg-plain.jpg) no-repeat top left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.row { margin:0px;}

.credits-home-v{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position:absolute;
  bottom:100px;
  right:0px;
  z-index:250;
}

.credits-home-h{
  position:absolute;
  bottom:10px;
  right:30px;
}

.credits {
	color:#FFF;
	font-size:10px;
	text-align:right;	
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:250;
}

.credits-b {
	color:#000000;
	font-size:10px;
	text-align:right;	
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:150;
}

.shadow-txt-l { text-shadow: 0 0 5px rgba(255,255,255,0.8); }
.shadow-txt-d { text-shadow: 0 0 3px rgba(0,0,0,0.8); }

.rel { position:relative;}

.shadow-img {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.home-artist {
	width:310px;
	height:475px;
	position:absolute;
	right:0px;
	bottom:5px;
	overflow:hidden;
	z-index:200;
}


.home-content .half-l, .home-content .half-r, .artist-inline .half-l, .artist-inline .half-r, .soloists-ind, .conductor .half-l, .conductor .half-l {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.home-content { margin-top:25px; position:relative; height:440px;}
.rossini-content { margin-top:25px; position:relative;}
.artists-content { margin-top:15px; position:relative;}
.recommended-content { margin-top:15px; position:relative;}

.artist-inline a:link, .artist-inline a:visited { color:#313191;}
.artist-inline a: { color:#313191;}


.btn-m {
  color: white;
  padding: 7px 25px 7px;
  text-align: center;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  border-radius:20px;
  cursor: pointer;
}

.btn-s {
  color: white;
  padding: 4px 20px 4px;
  text-align: center;
  font-size:13px;
  font-weight:700;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  border-radius:20px;
  cursor: pointer;
}

.btn-m:link, .btn-m:visited, .btn-s:link, .btn-s:visited { color:#FFFFFF!important; text-decoration:none!important;}
.btn-m:hover, .btn-s:hover { color:#FFFFFF!important; text-decoration:none!important;}

.btn-video { background-color:#d12323;}
.btn-video:hover { background-color: #9f0b0b;}

.btn-discover { background-color:#56499f;}
.btn-discover:hover { background-color: #906baf;}



.prod {
	width:480px;
	padding:0px 20px;
	margin:auto;
}

.highlight-bg { background-color:#8888ff;}

.fade-out {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.fade-out:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.desaturate {
    filter: none;
    -webkit-filter: grayscale(50%);
    -moz-filter:    grayscale(50%);
    -ms-filter:     grayscale(50%);
    -o-filter:      grayscale(50%);
}

.star { color:#C20000; font-size:13px;}

.break {
  flex-basis: 100%;
  height: 0;
}

/* FOOTER */

.footer {
	font-size:12px;
	line-height:13px;
	text-align:center;
	margin:20px 0px;
	color:#000;
}

.footer a {
	color:#000!important;
}

.footer a:hover {
	color:#5e3099!important;
	text-decoration:none!important;
}

/* FOOTER end */


/* INLINE */
.inline-style {

	width:100%;
	height:100%;
	font-family: 'Lato', sans-serif!important;
	/*font-size:13px;
	line-height:18px;*/
	letter-spacing:normal;
	border:3px solid #CCC;
	border-radius:2px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
}

.inline-content {
	margin-top:20px;
	text-align:justify;
}

.inline-content a:link, .inline-content a:visited, .inline-content a:active {
	color:#666;
	background:none;
}

.inline-content a:hover {
	background:none;
}

.inline-img {
	float:left;
	margin:0px 15px 5px 0px;
	position:relative;
	z-index:100;
}

.inline-right img{
	float: right; 
	padding-left:10px;
	padding-top:10px;
	position:absolute;
	bottom: 10px;
}

.box {
	background-color:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:15px;
	margin:15px auto;
}

/* INLINE end */


@media screen and (min-width: 980px) {
.ecard {
	width:980px;
	height:570px;
}

.home-content .half-l {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}


.home-content .half-r {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
	
	margin-top:15px;
}

.soloists-ind {
	-ms-flex: 0 0 17.3%;
	flex: 0 0 17.3%;
	max-width: 17.3%;
}

.conductor .half-l {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.conductor .half-r {
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}



}

@media screen and (min-width: 769px) {
.ecard-mob-md { display:block!important;}
.ecard-mob-sm { display:none!important;}


/*
.home-content .half-l {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.home-content .half-r {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}*/

.artist-inline .half-l {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.artist-inline .half-r {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.conductor .half-l {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.conductor .half-r {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}


}

@media screen and (max-width: 979px) {
.ecard-fixed { display:none!important;}
.ecard-mob { display:block!important; }
.no-mar-mob { margin-top:0px!important;}

.ecard {
	width:100%;
	height:100%;
	margin-top:0px!important;
	position:relative;
	overflow-y:scroll;
}

h1 { font-family: 'Kameron', serif; font-size:23px; line-height:25px;}
h2 { font-family: 'Kameron', serif; font-size:18px; line-height:20px;}
h3 { font-family: 'Kameron', serif; font-size:24px; line-height:28px;}

.no-pad-mob { padding:0px;}

.plain {
	/*background:url(../images/plain-bg-mob.png) no-repeat top left scroll;*/
	position:relative;
}

.home-content { height:100%;}
.rossini-content { margin-top:0px; padding-top:100px;}
.artists-content { margin-top:0px; padding-top:100px;}
.recommended-content { margin-top:0px; padding-top:100px;}

.home-content .half-l {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	
	margin-top:0px;
}

.home-content .half-r {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.soloists-ind {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.home, .plain {
	height:100%;
}

}



@media screen and (max-width: 768px) {
.no-pad-mob2 { padding:0px;}
.txt-cen-mob { text-align:center!important;}
.ecard-mob-md { display:none!important;}
.img-75 { width:75%;}
.w100-mob { width:100%!important;}

.home-content { margin-top:-40px;}

.home-content .half-l, .home-content .half-r, .artist-inline .half-l, .artist-inline .half-r {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.home {
	/*background: url(../images/bg-ecard.jpg) no-repeat top left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;*/
	background: url(../images/bg-plain.jpg) no-repeat top left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100% cover;
	
	position:relative;
}

.plain {
	width:100%;
	height:100%;
	/*background: url(../images/plain-bg-mob.png) no-repeat top left scroll;*/
	/*background: url(../images/bg-ecard.jpg) no-repeat top left scroll;*/
	background-size: 100% 100% cover;
	position:relative;
}


.prod {
	width:85%;
	padding:0px 20px;
	margin:auto;
}

.soloists-ind {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.break {
  flex-basis: 0%;
  height: 0;
}


}

@media screen and (max-width: 576px) {
.txt-cen-mob2 { text-align:center!important;}
}

@media screen and (max-width:450px) {
.artist-ind {
	border-right:none;
	display:block;
}
}