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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}



/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*------*/

ul {
   list-style-type:none;
}
img {
	max-width:100%;
}
* {
	margin:0; 
	padding:0; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
/*
 Width: 1170px
 # Columns : 12 
 Column width: 70px
 Gutter : 30px 

target / context = result

 */
.grid_1 { width: 6.041%; } /* 70px/1170px = 0.059px */
.grid_2 { width: 14.58%; } /* 170px/1170px =  0.14px */
.grid_3 { width: 23.12%; } /* 270px/1170px = 0.230px */
.grid_4 { width: 31.66%; } /* 370px/1170px = 0.31px */
.grid_5 { width: 40.20%; } /* 470px/1170px = 0.401px */
.grid_6 { width: 48.75%; } /* 570px/1170px = 0.48px */
.grid_7 { width: 57.29%; } /* 670px/1170px = 0.572px */
.grid_8 { width: 65.83%; } /* 770px/1170px = 0.65px */
.grid_9 { width: 74.37%; } /* 870px/1170px = 0.743px */
.grid_10 { width: 82.91%; } /* 970/1170px = 0.829px */
.grid_11 { width: 91.45%; } /* 1070px/1170px = 0.914px */
.grid_12 { width: 100%; } /* 1170px/1170px = 1 */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2.5% 0 0;
	float: left;
	display: block;
}

.alpha{margin-left:0;}
.omega{margin-right:0;}

.container{
	width: 100%; /*width: 1170px;*/
	max-width: 1170px;
	margin: 0 auto;
	padding:0px;
	position:relative;
	overflow:hidden; 
	z-index:150;
}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}










@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;}
}

/* Magnific Popup CSS */
/* Customized for pinebeach.hr */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #1a1a1a;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #333;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #333; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 0;
  text-align: right;
  padding-right: 0;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 20px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    /*content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;*/ }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -19px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }