/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    background: #332f28;
    color: #e5dea5;
    font-weight: 500;
    z-index: 999;
    border-bottom: 2px solid #e5dea5;
    font-size: 22px
}

.menu-logo {
    position: absolute;
    left: 25px;
    height: 100%
}

.menu-items {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 70px;
    list-style-type: none
}

.menu-item {
    display: inline-block
}

.menu-item a {
    transition: color 180ms;
    display: inline-block;
    height: 100%
}

.menu-item a:hover {
    transition: color 50ms;
    color: #d7554c
}

.menu-separator {
    color: #e5dea5;
    margin-left: 25px;
    margin-right: 25px;
    visibility: hidden;
    margin-right: 25px;
    margin-left: 25px
}

.menu-button {
    visibility: hidden;
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #372d3b;
    top: 10px;
    left: 10px;
    z-index: 9999;
    transition: transform 50ms
}

.menu-button:active {
    transform: scale(0.8, 0.8)
}

.menu-icon {
    background: #ffffde;
    width: 31px;
    height: 5px;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    left: 10px
}

.menu-icon {
    top: 23px
}

.menu-icon:nth-child(2) {
    top: 11px;
    transform-origin: 0 100%
}

.menu-icon:nth-child(3) {
    top: 35px;
    transform-origin: 0 0
}

.menu-button.menu-is-open .menu-icon:nth-child(1) {
    transform: scale(0.01, 1)
}

.menu-button.menu-is-open .menu-icon:nth-child(2) {
    transform: translate(2px, 0) rotate(45deg)
}

.menu-button.menu-is-open .menu-icon:nth-child(3) {
    transform: translate(2px, 0) rotate(-45deg)
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #332f28;
    z-index: 9998
}

.preloader-container {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999
}

.preloader-logo {
    position: absolute;
    left: -65px;
    top: -60px;
	width: 150px;
}

@keyframes preloader-anim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 2px 2px;
    animation: preloader-anim 3s linear infinite;
    visibility: hidden
}

@keyframes ball-anim {
    0% {
        transform: scale(1, 1);
        background: #ffffde
    }

    100% {
        transform: scale(0.2, 0.2);
        background: #332f28;
		x: #d94362;
    }
}

.preloader-ball {
    position: absolute;
    background: #ffffde;
    border-radius: 100%;
    width: 5px;
    height: 5px
}


.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}


body {
    font-family: "Times New Roman", Times, serif;
	-font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffde;
    color: #ffffde;
    font-weight: 300;
    font-size: 24px
}

a {
    color: inherit;
    text-decoration: inherit;
    transition: color 180ms
}

a:hover {
    color: #d7554c;
    transition: color 50ms
}

h1 {
    font-weight: 700;
    font-size: 77px;
    margin: 0;
    padding: 0;
    color: #d7554c
}

h2 {
    font-weight: 100;
    font-size: 76px;
    color: #d7554c;
    margin: 0;
    padding: 0;
    position: relative
}

.curve-dark * {
    stroke: #d7554c;
    fill: #d7554c
}

.curve-light * {
    stroke: #ffffde
}

.role-name {
    font-weight: 700;
}

.opera-name {
    font-style: italic;
}

.composer-name {
    text-transform: uppercase;
}

.line {
    width: 260px;
    height: 2px;
    display: inline-block;
    background: #d7554c;
    border-radius: 1000px;
    vertical-align: middle
}

.line-light {
    background: #6c4932
}

.line-left {
    margin-right: -4px;
    transform-origin: 100% 50%
}

.line-right {
    margin-left: -4px;
    transform-origin: 0 50%
}

hr {
    /* background: url("../img/diamond.svg");*/
    background-repeat: no-repeat;
    height: 9px;
    width: 51px;
    margin: 0 auto;
    border: 0;
    position: relative;
	white-space: nowrap;
}

hr:before,hr:after {
    content: " ";
    display: block;
    position: absolute;
    width: 255px;
    height: 2px;
    background: #d94362;
    border-radius: 1000px;
    border: none;
    top: 4px
}

hr:before {
    left: -285px
}

hr:after {
    right: -285px
}

.content {
    background: #332f28;
    width: 100%;
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    text-align: center
}

.content img {
    xposition: relative
}

.viewport {
    position: fixed;
    width: 100%
}

/* ==========================================================================
   Home
   ========================================================================== */
.home {
	background: #332f28 url("../img/home.jpg") no-repeat center;
	background-size: cover;
}
   
.home-table {
	display: table;
	height: 100%;
	xpadding-left: 30px;
	width: 50%;
	position: relative;
}

.home-middle {
	display: table-cell;
	xvertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}


.home-title {
	text-align: left;
	width: 452px;
	margin: 0 auto;
}

.home-title h2 {
	font-weight: 800;
	font-size: 76px;
	color: #a6b844;
	white-space: nowrap;
}

.home-title h3 {
	font-size: 30px;
	font-weight: 500;
	color: #eafeca;
    font-style: italic;
	text-align: right;
	white-space: nowrap;
}

/* ==========================================================================
   Biography
   ========================================================================== */

.biography {
    padding-top: 95px;
    padding-bottom: 10px
}

.biography p{
    text-align: left;
    font-size: 20px	
}

.biography-title {
    margin-bottom: 30px
}

.biography-text {
    width: 680px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px
}

/* ==========================================================================
   Repertoire
   ========================================================================== */


.repertoire {
    x-background: #f0b67f;
	background: #ecd1b7;	
    padding-top: 95px;
    padding-bottom: 60px;
    color: #332f28
}

.repertoire-title {
    margin-bottom: 30px
}

.repertoire h1 {
    color: #6c4932
}

.repertoire-items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.repertoire-item {
    margin-top: 30px;
    margin-bottom: 30px
}

.x-repertoire-item-title {
    margin-top: 60px;
    margin-bottom: 120px;
    color: #6c4932
}

.repertoire-icon {
    display: inline-block;
    vertical-align: top;
	padding-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    width: 400px
}
.repertoire-icon div{
	width: 400px;
	height: 250px;
	border: 1px #6c4932 solid;
	filter: alpha(Opacity=30);
	opacity: 0.3;
}

.repertoire-icon div.opera-icon {
	background: url("../img/operas-icon.jpg") no-repeat center;
	background-size: cover;
}

.repertoire-icon div.oratorio-icon {
	background: url("../img/oratorios-icon.jpg") no-repeat center;
	background-size: cover;
}

.repertoire-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.repertoire-item:nth-child(even) .repertoire-content {
    x-text-align: right
}

.repertoire-item:after {
    content: " ";
    display: block;
    clear: both
}

.repertoire-item-title {
    font-size: 48px;
    line-height: 1em;
    color: #d94362;
    margin-bottom: 20px
}

.repertoire-list {
	width: 100%;
}

.repertoire-list td {
	padding: 5px 10px;
	white-space: nowrap;
}

.repertoire-list tfoot {
	font-style: italic;
	font-size: small;
}

.repertoire-list tr:nth-child(even)
{
	background-color: #e8c7a7;
}

.repertoire-text {
    font-size: 20px
}

/* ==========================================================================
   Recordings
   ========================================================================== */
.recordings {
    padding-top: 95px;
    padding-bottom: 60px;
}

.recordings p{
    text-align: left;
    font-size: 20px	
}

.recordings-title {
    margin-bottom: 30px
}

.recordings-text {
    width: 680px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px
}

.recordings-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 50px
}

.recordings-item {
    xwidth: 1200px;
    margin: 0 auto 30px;
	display: table;
    vertical-align: middle;
	text-align: center;
}


.recordings-item-video{
    vertical-align: middle;
	margin: 50px 20px;
	border: 5px solid rgba(255,255,255,0.6);
	border-radius: 8px;
	width: 560px;
	height: 315px;
	float: left;
	text-align: center;
}

.recordings-item-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 350px;
	float: left;
	margin: 50px 20px;
}

.recordings-item:nth-child(even) .recordings-item-text {
    text-align: right;
	float: right;
}

.recordings-item:nth-child(even) .recordings-item-video {
	float: right;
}

.recordings-item-title {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 10px;
	color: #e5dea5;
}

.recordings-item-description {
    font-size: 20px;
    margin-bottom: 10px;
	color: #ffffde;
}

.recordings-item-button {
    display: inline-block;
    font-weight: 500;
}


/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery {
    x-background: #f0b67f;
	background: #ecd1b7;
    padding-top: 95px;
    padding-bottom: 60px;
    color: #332f28
}

.gallery-title {
    margin-bottom: 30px
}

.gallery h1 {
    color: #6c4932
}

.gallery-items {
    padding: 0;
    max-width: 1000px;
	margin: 20px auto;
	text-align: center;
}

.gallery-thumbnail {
	margin: 10px;
	border: 5px solid rgba(255,255,255,0.6);
	border-radius: 10px;
	width: 150px;
	height: 150px;
	display: inline-block;
}

/*
.gallery-items a:nth-child(even) .gallery-thumbnail{
	transform: rotate(-5deg);
}

.gallery-items a:nth-child(odd) .gallery-thumbnail{
	transform: rotate(5deg);
}
*/

/* ==========================================================================
   Contacts
   ========================================================================== */

.contacts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts-title {
    margin-bottom: 30px
}

.contacts * {
	margin: 0 auto;
}


.contact-text {
	padding: 10px;
}

.email, .phone {
	padding: 10px 10px 10px 52px ;
	text-align: left;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left;
}

.email {
	background-image: url(../img/email.svg);
}

.phone {
	background-image: url(../img/phone.svg);
}

.contacts h1 {
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

@media (max-width: 1180px) 
{
	.repertoire-icon { display: none; }
	.repertoire-item:nth-child(even) .repertoire-content { text-align: left; }
}

@media (max-width: 1100px) 
{
	.menu-logo { display: none; }
}

@media (max-width: 1020px) 
{
	.recordings-item-video{
		margin: 10px 10px;
		float: none;
	}

	.recordings-item-text {
		text-align: center;
		margin: 10px 10px;
		width: 100%;
		float: none;
	}
	
	.recordings-item:nth-child(even) .recordings-item-text {
		text-align: center;
		float: none;
	}

	.recordings-item:nth-child(even) .recordings-item-video {
		float: none;
	}

	.recordings-item-title,
	.recordings-item-description,
	.recordings-item-button	{
		xfont-size: smaller;
		margin-bottom: 5px;
	}
	
	.home-middle {
		transform: none;
		top: initial;
		bottom: 70px;
	}
}

@media (max-width: 820px) 
{
	.menu-separator { margin: 0; visibility: visible; }
}

@media (max-width: 700px) {
    .menu {
        display:none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c4415d;
        text-align: center;
        height: auto;
        width: auto;
        font-size: 24px;
        border: none
    }

    .menu-button {
        visibility: inherit
    }

    .menu.menu-is-open {
        display: block
    }

    .menu-logo {
        display: none
    }

    .menu-items {
        display: inline-block;
        vertical-align: middle;
        line-height: 80px;
        margin-top: -40px;
        width: 100%
    }

    .menu-item {
        display: block;
        height: 70px
    }

    .menu-separator {
        display: none
    }

    .menu-item a {
        display: block;
        width: 100%
    }

	.home-table {
		width: 100%;
	}
	
	.home-middle {
		bottom: 0;
	}

    .idioma {
        color: #ffffde;
        bottom: 25px;
        top: auto;
        text-align: center;
        right: 0;
        left: 0;
        height: 50px;
        line-height: 50px
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.stroke
{
    text-shadow:
    -1px -1px 0 #332f28,
    1px -1px 0 #332f28,
    -1px 1px 0 #332f28,
    1px 1px 0 #332f28;  
}
   
   
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}