@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'npc_br';
	src: url('../font/npc_br.woff2') format('woff2'), url('../font/npc_br.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'npc_bs';
	src: url('../font/npc_bs.woff2') format('woff2'), url('../font/npc_bs.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat;
	font-family: 'Merriweather', serif;
	color: #1a1a1a;
	padding: 0 20px;
}
/* BACKGROUND & LAYOUT ===============================*/
hr.hidden {
	width:100%; 
	clear:both; 
	visibility:hidden;
}

/*drapes*/

.drapes .left {
	position: absolute;
	top: 0;
	left: 0;
}
.drapes .right {
	position: absolute;
	top: 0;
	right: 0;
}
/*page*/

.page {
	background-image: url(../images/bg_content.jpg);
	margin-top: 80px;
	padding-bottom: 60px;
}
.page:before {
	content: "";
	background-image: url(../images/bg_content_top.jpg);
	/*height: 872px;*/
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* TYPOGRAPHY ===============================*/

p {
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #1a1a1a;
}
h1 {
	font-size: 4.375rem; /*70px;*/
	font-weight: 400;
	font-family: 'npc_br';
}
@media screen and (max-width:670px) {
	h1 {
		font-size: 3.437rem; /*55px;*/
	}
}

@media screen and (max-width:670px) {
	h1 {
		font-size: 2.8125rem; /*45px;*/
	}
}
/* FORMS ===============================*/

input, select, textarea {
	background-color: transparent;
	border: 1px solid #412311;
	padding: 15px;
	height: 65px;
	font-family: 'Merriweather', serif;
	color: #1a1a1a;
	font-size: 0.875rem; /*14px;*/
	width: 100%;
}
textarea {
	height: 450px;
}
button {
	font-family: 'Merriweather', serif;
	font-size: 0.875rem; /*14px;*/
	font-weight: 700;
	background-color: #811601;
	padding: 15px 30px;
	border: none;
	color: #e6d5c5;
	float: right;
	cursor: pointer;
	transition: all .4s ease-out;
	border: 1px solid #811601;
}
button:hover {
	background-color: transparent;
	border: 1px solid #811601;
	color: #811601;
}
/* HEADER ================================*/

.header {
	position: relative;
	text-align: right;
	margin-bottom: 100px;
	/*overflow: hidden;*/
}
.headerTop {
	padding-top: 65px;
	float: right;
	margin-bottom: 40px;
	position: relative;
	z-index: 80;
}
.no-hero .header {
	margin-bottom: 50px;
}
/*deco*/

.deco {
	width: 229px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 70;
}
/*main_nav*/

.main_nav {
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.main_nav ul {
	display: flex;
	justify-content: flex-end;
}
.main_nav li {
	margin-left: 20px;
}
.main_nav li:first-child {
	margin-left: 0;
}
.main_nav li a {
	font-size: 0.9375rem; /*15px;*/
	transition: all .3s ease;
}
.main_nav li a:hover, .main_nav li.active a {
	color: #811601;
}
.mob_nav {
	display: none;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.mob_nav a.passive {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mob_nav img {
	margin-left: 10px;
	max-width: 24px;
}
.mob_nav .active {
	background-color: #811601;
	position: absolute;
	right: 0;
	top: 39px;
	width: 100%;
	z-index: 90;
	padding: 20px;
	display: none;
}
.mob_nav .active li {
	margin-bottom: 15px;
	padding: 0 0px 15px 20px;
	border-bottom: 1px solid #ae6455;
}
.mob_nav .active li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mob_nav .active a {
	color: #e7d7c7;
	display: block;
}
/*title*/

.header .title {
	display: inline-block;
	color: #811601;
	font-family: 'npc_br';
}
.header .title big {
	font-size: 6.375rem; /*102px;*/
}
.header .title big span {
	color: #1a1a1a;
}
.header .title small {
	font-size: 1.25rem; /*20px;*/
	display: block;
	text-align: left;
	overflow: hidden;
}
.header .title small:after {
	background-color: #1a1a1a;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.header .title small:after {
	left: 0.5em;
	margin-right: -100%;
}
.header .title span.mezzo {
	font-size: 3.125rem; /*50px;*/
	padding-bottom: 10px;
	display: block;
	font-family: 'npc_bs';
}
/*line*/

.line {
	height: 1px;
	width: 100%;
	background-color: #1a1a1a;
	display: block;
	position: relative;
}
.line .circle {
	background-color: #811601;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	top: -12px;
}
.left .circle {
	left: 0;
}
.left ._2 {
	left: 35px;
}
.right .circle {
	right: 0;
}
.right ._2 {
	right: 35px;
}
/*hero*/

.hero {
	clear: both;
	text-align: center;
}
.hero p {
	font-weight: 300;
	font-size: 0.75rem; /*12px;*/
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
}
/*----- MEDIA QUERIES -----*/

@media screen and (max-width:1070px) {
	.header .space, .no-hero .space {
		display: none;
	}
	.header .grid_8, .no-hero .grid_8 {
		width: 100%;
		margin-right: 0;
		padding: 0 40px;
	}
}
@media screen and (max-width:920px) {
	.page {
		margin-top: 20px;
	}
	.deco {
		display: none;
	}
	.headerTop {
		padding-top: 40px;
	}
}
@media screen and (max-width:800px) {
	.deco {
		display: block;
		width: 159px;
	}
	.header {
		margin-bottom: 70px;
	}
	.main_nav {
		display: none;
	}
	.mob_nav {
		display: block;
	}
	.header .title big {
		font-size: 5rem; /*80px;*/
	}
}
@media screen and (max-width:670px) {
	.header .grid_8, .no-hero .grid_8 {
		padding: 0 20px;
	}
	
	.header .title big {
		font-size: 4.375rem; /*70px;*/
	}
}
@media screen and (max-width:570px) {
	.header .title big {
		font-size: 3.75rem; /*60px;*/
	}
	.header .title span.mezzo {
		font-size: 2.5rem; /*40px;*/
	}
}
@media screen and (max-width:485px) {
	body {
		padding: 0;
	}
	.deco {
		display: none;
	}
	.header {
		margin-bottom: 40px;
	}
	.headerTop {
		float: none;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.header .title {
		display: block;
	}
	.header .title big {
		font-size: 12vw;
	}
	.header .title small {
		display: none;
	}
	.header .title span.mezzo {
		font-size: 2.1875rem; /*35px;*/
	}
	.line .circle {
		width: 15px;
		height: 15px;
		top: -7px;
	}
	.left ._2 {
		left: 20px;
	}
	.right ._2 {
		right: 20px;
	}
}
/* CONTENT ===============================*/

.content {
	position: relative;
	overflow: hidden;
}
.content .title {
	margin-left: 245px;
	margin-bottom: 45px;
}
/*------txtPage (INDEX, BIOGRAPHY)------*/

/*textTop*/

.textTop {
	width: 350px;
	margin: 0 0 40px 330px;
}
/*textleft*/

.textLeft p {
	margin: 40px 0 150px 20px;
}
/*textRight*/

.textRight .quote {
	margin-bottom: 30px;
}
.textRight p {
	margin-top: 40px;
}
/*quote*/

.quote {
	background-image: url(../images/quote_deco.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 2.125rem; /*34px;*/
	padding-left: 40px;
	height: 207px;
	display: flex;
	align-items: center;
	font-family: 'npc_bs';
	color: #811601;
}
.mobQuote {
	display: none;
	margin-left: 10px;
}
/*signature*/

.signature {
	float: right;
	display: inline-block;
}
.signature p {
	overflow: hidden;
	text-align: right;
}
.signature p:before {
	background-color: #1a1a1a;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	right: 0.5em;
	margin-left: -100%;
}
.signature small {
	display: block;
	text-align: right;
	margin-top: 5px;
	line-height:normal;
}
/*----- MEDIA QUERIES -----*/

@media screen and (max-width:1070px) {
	.content .title {
		margin-left: 145px;
	}
	.textTop {
		margin: 0 0 40px 230px;
	}
}
@media screen and (max-width:800px) {
	.content .space {
		display: none;
	}
	.content .grid_9 {
		width: 100%;
		margin: 0;
		padding: 0 40px;
	}
	.content .title {
		margin-left: 0px;
	}
	.textTop {
		margin: 0 0 40px 0px;
		width: auto;
	}
}
@media screen and (max-width:670px) {
	.content .grid_9 {
		padding: 0 20px;
	}
	.content .title {
		margin-bottom: 30px;
	}
	.textTop {
		margin: 0 0 30px 0;
	}
	.content .textLeft {
		width: 100%;
	}
	.content .textLeft p {
		margin: 30px 0 30px 0px;
	}
	.content .textLeft .image {
		display: flex;
		align-items:center;
	}
	
	.content .textLeft .img {
		width: 45%;
	}
	
	.content .textLeft .mobQuote {
		display: flex;
		width: 55%;
	}
	.content .textRight {
		width: 100%;
	}
	.textRight p {
		margin-top: 30px;
	}
	.quote {
		display: none;
	}
}
@media screen and (max-width:485px) {
	.content .textLeft .img {
		width: 100%;
	}
	.content .textLeft .mobQuote {
		display: none;
	}
}
/*BIOGRAPHY*/

.textMiddle {
	display: flex;
}
.textMiddle .right p {
	padding: 40px 40px 70px 60px;
}
.textMiddle .right img {
	margin-left: -40px;
}
.textMiddle .left p {
	padding: 40px 70px 0px 40px;
}
.textBottom {
	margin-top: 40px;
}
.textBottom {
	clear: both;
}
/*----- MEDIA QUERIES -----*/

@media screen and (max-width:1070px) {
	.textMiddle .right p {
		padding: 20px 0 20px 20px;
	}
	.textMiddle .left p {
		padding: 20px 60px 0px 20px;
	}
}
@media screen and (max-width:600px) {
	.textMiddle {
		flex-direction: column-reverse;
	}
	.textMiddle .grid_6 {
		width: 100%;
		margin: 0 0 00px 0;
		text-align: center;
	}
	.textMiddle .right p, .textMiddle .left p {
		padding: 0;
		text-align: left;
	}
	.textMiddle .right img {
		margin: 30px 0;
	}
	.textMiddle .left img {
		display: none;
	}
}
/*OPERA ARIAS*/

.list li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #412311
}
.list li:after {
	content: "";
	background-image: url(../images/separator.png);
	background-size: 146px;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: -16px;
	left: 0;
}
.list li:last-child {
	border-bottom: none;
}
.list li:last-child:after {
	background-image: none;
}
.list strong {
	color: #811601;
	display: block;
	margin-bottom: 10px;
}
.list img {
	max-width: 318px;
}
/*----- MEDIA QUERIES -----*/

@media screen and (max-width:345px) {
	.list li {
		background-position: bottom center;
	}
}
/*REVIEWS*/

.no-hero .title {
	margin-left: 0;
}
.no-hero .textTop {
	width: 100%;
	margin: 0 0 40px 0px;
}
.reviews p a {
	font-weight: 700;
	color: #811601;
}
.reviews p a:hover {
	text-decoration: underline;
}
a.newspapers {
	margin-top: 40px;
	display: block;
}
/*PROGRAM*/

.program li {
	margin-bottom: 2.5%;
	align-items:center;
}

.program li div {
	width:40%; 
	margin-right:20px;
}
.program li p {
	width:60%;
}

.audio li {
	display:flex;
}

/*------- MEDIA QUERIES -------*/

@media screen and (max-width:670px) {
	/*.program li {
		width: 48.7%;
		margin: 0 0 2.5% 0;
	}
	.program li:nth-child(odd) {
		margin-right: 2.5%;
	}*/
}
@media screen and (max-width:560px) {
	.program li {
		width: 100%;
		margin: 0 0 20px 0;
		flex-direction:column;
	}
	.program li div {
		width:100%;
		margin-right:0; 
	}
	.program li p {
		width:100%; 
		margin-top:10px;
	}
}

/*AUDIO GALLERY*/
audio {
	width:100%; 
	margin-top:-4px;
	background-color:#5b5a5a;
}

/*CONTACT*/

.address {
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
	border-bottom: 1px solid #412311
}
.address:after {
	content: "";
	background-image: url(../images/separator.png);
	background-size: 146px;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: -16px;
	left: 0;
}
.address li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.address em {
	color: #811601;
	font-weight: 700;
	font-size: 1.25rem; /*20px;*/
}
form li {
	margin-bottom: 15px;
}
/* FOOTER ===============================*/

.footer {
	font-size: 0.875rem; /*14px;*/
	margin-top: 60px;
}
.footerContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .addthis {
	padding-left: 18px;
	margin-top: 15px;
}
.footer .line {
	margin-bottom: 20px;
}
.footer p {
	padding-left: 20px;
}
.footer p.red {
	color: #811601;
}
.footerSignature {
	padding: 20px 0;
	text-align: center;
	font-size: 0.75rem; /*12px;*/
	color: #ae6455;
}
.footerSignature a {
	color: #ae6455;
	transition: all .3s ease;
}
.footerSignature a:hover {
	opacity: 0.8;
}
/*----- MEDIA QUERIES -----*/

@media screen and (max-width:1070px) {
	.footer .space {
		display: none;
	}
	.footer .grid_9 {
		width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width:670px) {
	.footer .grid_9 {
		padding: 0 20px;
	}
	.footerContent {
		flex-direction: column;
	}
	.footerContent .img, .footerContent .text {
		width: 100%;
	}
	.footerContent .img {
		text-align: center;
	}
	.footerContent .img img {
		width: 209px;
	}
	.footer p {
		padding: 0;
	}
}

/* FOOTER ===============================*/

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #3c3c3c;
	color: #8e8e8e;
	padding: 20px 130px 20px 15px;
	z-index: 99999999;
	display: none;
}
.cookies p {
	font-size: 0.875rem;
	line-height: normal;
	text-align:left;
}
.cookies p a {
	color: #e7d7c7;
	text-decoration: none;
}
.cookies p a:hover {
	opacity:0.8;
	text-decoration:underline;
}
.cookies a.button {
	position: absolute;
	right: 15px;
	top: 50%;
	padding: 10px 8px;
	font-size: 0.875rem; /*14px;*/
	margin-top: -17px;
	background-color:rgba(231,215,199, 1);
	color:#3c3c3c;
	text-transform:uppercase;
	display:inline-block;
}
.cookies a.button:hover {background-color:rgba(255,255,255, 0.9); text-decoration: none;}

/*----- MEDIA QUERIES -----*/

@media screen and (max-width:700px) {
.cookies {padding:20px 15px; text-align:center;}
.cookies p {text-align:center;}
.cookies a.button {position:relative; top:0; right:0; margin-top:10px;}
}

