@charset "utf-8";
/*RESET*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong {
    font-weight: 500;
}
em, .italic {
    font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    width: 100%;
    height: 100%;
    overflow: visible;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus {
    outline: #fff;
}
* {
    margin: 0;
    padding: 0;
}
/*OUTER CONTAINERS*/
body {
    /*position: fixed;*/
    height: 100%;
    height: 100dvh;
    width: 100%;
    font-family: nunito-sans, sans-serif;
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #ededed;
    background: #5c5c5c;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
body.fade {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    transition: none;
}
.outer-wrapper-height-100 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    text-align: center;
    z-index: 100;
}
.outer-wrapper {
    display: block;
    postion: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #5c5c5c;
    background: rgb(92, 92, 92);
    z-index: 0;
}
.wrapper {
    display: block;
    position: relative;
    width: 93.618%;
    max-width: 1140px;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 3;
}
.wrapper.fade {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    transition: none;
}
.copyright .wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    color: #ededed;
    background: none;
    border-top: 5px solid #828282;
}
/*INNER CONTAINERS*/
header {
    position: fixed;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background-color: #5c5c5c;
    z-index: 2000;
}
.header {
    position: relative;
    width: 93.618%;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0 20px 0;
    padding: 35px 0 20px 0;
    z-index: 2;
}
article {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: justify;
}
section {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 1em;
    padding: 0;
    border-top: 5px solid #757575;
}
section.first {
    padding-top: 110px;
    border-top: none;
}
section.last {
    margin-bottom: 2rem;
}
.section-link {
    display: block;
    position: absolute;
    top: -105px;
    left: 0;
    width: 100%;
    height: 113px;
    z-index: 0;
}
.section-link-contact {
    display: block;
    position: absolute;
    top: -105px;
    left: 0;
    width: 100%;
    height: 105px;
    z-index: 0;
}
footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #ededed;
    color: rgb(237, 237, 237);
}
/*TYPOGRAPHIC*/
p {
    display: block;
    padding: 0.857em 0 0.5em 0;
    font-size: 0.875em!important;
    line-height: 1.75em;
    text-align: justify;
}
p.first {
    margin-top: 5px;
    padding: 0 0 0.5em 0;
}
p.first-lower {
    margin-top: 0;
    padding: 0 0 0.5em 0;
}
p.copyright {
    width: 100%;
    padding-top: 1.182rem;
    padding-bottom: 1.5rem;
    font-size: 0.688em!important;
}
p.figcaption, p.figcaption-right {
    position: absolute;
    top: 100%;
    font-size: inherit;
    text-align: left;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
}
p.figcaption-right {
    text-align: right;
}
.smaller-text {
    font-size: 88%;
}
/*h1*/
h1 {
    font-size: 1.3125em;
    text-transform: none;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
}
h1 {
    display: inline-block;
    padding: 5px 0;
    margin: 0 0 0.625rem 0;
    color: #ededed;
    font-family: museo-sans, sans-serif;
    font-size: 2.313em;
    line-height: 1em;
    font-weight: 300;
    font-style: normal;
    white-space: nowrap;
}
.header-text br {
    display: none;
}
header h1.name {
    display: inline-block;
    width: 40%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 37px;
    font-style: normal;
    line-height: 1 !important;
    text-align: left;
    vertical-align: bottom;
}
header h1.name a {
    color: #ededed !important;
}
/*h2*/
h2 {
    margin: 0;
    padding: 2em 0 0.313em 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.625em;
    color: #ededed;
    text-transform: none;
}
.home h2 {
    padding: 27px 0 24px 0;
    font-size: 1.125em;
}
.home h2 span {
    font-size: 0.875em;
    text-transform: none;
}
.home h2.first {
   padding: 0 0 24px 0; 
}
body, p {
    font-size: 1em;
    line-height: 1.75em;
    color: #ededed;
}
.p-large {
    font-size: 1.4375rem;
    line-height: 1.625rem;
    font-style: normal;
    color: #ededed;
}
.p-heading {
    text-align: center;
    color: #ededed;
}
.p-serif {
    font-family: minion-pro, serif;
    font-size: 1.1875rem;
    line-height: 2rem;
    font-weight: 500;
    font-style: normal;
    color: #ededed;
}
p.indent {
    width: 90%;
    margin-left: 10%;
}
p.last {
    margin-bottom: 14px;
}
p.contact {
    width: 44.333333%;
}
.header-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px;
    text-align: center;
    background-color: rgba(4, 37, 27, 0.3);
    border: 3px solid #b7d4b7;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*NAVIGATION and LINKS*/
a:link, a p:link {
    text-decoration: none;
    color: #ededed;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
}
a:visited, a p:visited {
    color: #ededed;
}
@media (pointer: fine) {
    a:hover, a p:hover {
        color: #e69222;
    }
    a:active, a p:active {
        color: #e69222;
    }
}
nav.header-nav {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 60%;
    margin-bottom: 3px;
    text-align: right;
    vertical-align: bottom;
    z-index: 3000;
}
/*top nav*/
ul.nav {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
}
.nav li {
    display: inline;
}
.nav li a:link, ul.mobile-nav-container li a:link {
    display: inline-block;
    margin: 0 14px 0 21px;
    padding: 0;
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: bottom;
    color: #ededed;
}
.nav li a:visited, ul.mobile-nav-container li a:visited {
    color: #ededed;
}
@media (pointer: fine) {
    .nav li a:hover, ul.mobile-nav-container li a:hover {
        color: #e69222;
    }
    .nav li a:active, ul.mobile-nav-container li a:active {
        color: #e69222;
    }
}
ul.mobile-nav-container {
    display: none;
    position: fixed;
    top: 120px;
    right: 0;
    width: 125px;
    margin-right: -145px;
    padding: 10px 0 20px 0;
    text-align: left;
    text-transform: none;
    background: #5c5c5c;
    background-color: rgba(92, 92, 92, 0.9);
    border: 2px solid #d8d8d8;
    border-right: none;
    z-index: 5000;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
ul.mobile-nav-container.active {
    margin-right: 0;
}
.mobile-nav-container li {
    padding-bottom: 10px;
}
.mobile-nav {
    display: none;
    position: absolute;
    top: 42px;
    right: 3px;
    width: 26px;
    height: 34px;
    margin: 0 0 0 0;
    cursor: pointer;
}
.menu_button {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    cursor: pointer;
    z-index: 2500;
    -webkit-transition: opacity 400ms ease-in-out !important;
    -moz-transition: opacity 400ms ease-in-out !important;
    -o-transition: opacity 400ms ease-in-out !important;
    -ms-transition: opacity 400ms ease-in-out !important;
    transition: opacity 400ms ease-in-out;
}
.menu-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ededed;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-button span:nth-child(2) {
    top: 7px;
}
.menu-button span:nth-child(3) {
    top: 14px;
}
.mobile-nav-buttons {
    display: none;
}
.close-nav {
    display: none;
    position: absolute;
    top: 39px;
    right: 5px;
    width: 39px;
    height: 39px;
    margin: 0 0 0 0;
    cursor: pointer;
}
.close-hover {
    -webkit-transform: rotate(90deg) 0.25s ease-in-out;
    -moz-transform: rotate(90deg) 0.25s ease-in-out;
    -o-transform: rotate(90deg) 0.25s ease-in-out;
    transform: rotate(90deg) 0.25s ease-in-out;
}
.close-button {
    display: block;
    position: relative;
    float: right;
    width: 21px;
    height: 2px;
    margin-top: 10px;
    font-size: 34px;
    border-radius: 1px;
    opacity: 1;
    background: #ededed;
    cursor: pointer;
    z-index: 2500;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button span {
    display: block;
    width: 21px;
    height: 2px;
    font-size: 34px;
    background: #ededed !important;
    border-radius: 1px;
    opacity: 1;
    z-index: 2500;
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    background-color: #444;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.link-button {
    display: inline-block;
    width: auto;
    margin: 0 0 21px 0;
    font-size: 1em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a .link-button {
    color: #ededed;
}
a .link-button:visited {
    color: #ededed;
}
@media (pointer: fine) {
    a .link-button:hover {
        color: #e69222;
        ;
    }
    a .link-button:active {
        color: #e69222;
        ;
    }
}
.link-mail {
    text-decoration: underline;
}
.no-margin-right {
    margin-right: 0 !important;
}
/*MODULES*/
.right {
    float: right;
}
.left {
    float: left;
    clear: none;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
/*bottom breaks*/
.mobile-bottom-break-0 {
    padding-bottom: 0;
}
body .bottom-break-8 {
    padding-bottom: 0.5em;
}
body .bottom-break-14 {
    padding-bottom: 0.933em;
}
body .bottom-break-16 {
    padding-bottom: 1em;
}
body .bottom-break-21 {
    padding-bottom: 1.3125em;
}
body .bottom-break-24 {
    padding-bottom: 1.5em;
}
body .bottom-break-27 {
    padding-bottom: 1.688em;
}
body .bottom-break-34 {
    padding-bottom: 2.429em;
}
/*.bottom-break-34 {
    padding-bottom: 1.5em;
}*/
.text-align-left {
    text-align: left;
}
/*IMAGES*/
/*figures*/
figure {
    float: left;
    clear: left;
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
figure.main {
    width: 58.1818%;
    margin: 0 3.875em 2.313em 0;
}
.home figure {
    margin: 0 3.125em 0 0;
}
figure {
    float: left;
    overflow: visible;
    position: relative;
    width: 44.333333%;
    margin: 5px 4.504504504504505% 55px 0;
    transition: all 0.5s ease;
}
figcaption {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    font-size: 0.875em;
    text-align: left;
}
.figcaption-right {
    right: 0 !important;
}
img, a.image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #5c5c5c;
}
a img {
    opacity: 1;
    transition: opacity 0.5s ease;
}
@media (pointer: fine) {
    a img:hover {
        opacity: 0.7;
    }
}
.display-desktop {
    display: block !important;
}
.display-mobile {
    display: none !important;
}
/*CLEARFIX*/
.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
#scrollUp {
    display: none;
    background-image: url("../images/global/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@media screen and (max-width:1240px) {
    h1 {
        padding: 5px 0;
        margin: 0 0 1.25rem 0;
        font-size: 3.188rem;
    }
    .p-large {
        padding-top: 0;
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .p-serif {
        padding-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
   #scrollUp {
    bottom: 70px;
} 
}
@media screen and (max-width:900px) {
    h1.name {
        width: 40%;
    }
    nav.header-nav {
        width: 60%;
    }
    .header-text {
        text-align: center;
    }
    .header-text br {
        display: block;
    }
    .p-serif {
        padding-bottom: 0.313rem;
    }
}
@media screen and (max-width:840px) {
    .nav li a:link {
        margin: 0 0 0 21px;
    }
}
@media screen and (max-width:820px) {
    header {
        font-size: 93.75%;
    }
    header h1.name {
        font-size: 2rem;
    }
    nav.header-nav {
        margin-bottom: 5px;
    }
    section.first {
        padding-top: 95px
    }
    .home figure {
        margin-right: 2.813em;
    }
}
@media screen and (max-width:697px) {
    header {
        font-size: 87.5%;
    }
    header h1.name {
        font-size: 1.75rem;
    }
    header.heading {
        border: none;
    }
    header.main-nav h1 {
        display: none;
    }
    .home figure {
        width: 100%;
        margin: 5px 0 55px 0;
        margin-bottom: 34px;
    }
    h1 {
        margin: 0 0 1rem 0;
        margin: 0.938rem 0 1.938rem 0;
        font-size: 3rem;
    }
    .p-large {
        padding-top: 0;
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .p-serif {
        padding-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    p.contact {
        width: 100%;
    }
    .nav li a:link {
        margin: 0 4px 0 18px;
    }
}
@media screen and (max-width:650px) {
    ul.nav {
        display: none;
    }
    .mobile-nav-buttons {
        display: block;
    }
    .mobile-nav {
        display: block;
    }
    ul.mobile-nav-container {
        display: block;
        font-size: 0.875rem;
    }
    section.first {
        padding-top: 80px;
    }
    .home h2 {
        font-size: 100%;
    }
}
@media screen and (max-width:570px) {
    header.main-nav {
        height: 3.5384615384615383em;
    }
    .nav li a {
        font-size: 0.7692307692307693em;
        line-height: 4.7em;
    }
    .nav2 li a {
        margin: 5em 0 0 3em;
        font-size: 0.6923076923076923em;
    }
    .home h2 {
        font-size: 1.125rem;
    }
}
@media screen and (max-width:500px) {
    header.main-nav {
        height: 3.5em;
    }
    .nav li a {
        font-size: 0.75em;
        line-height: 4.777em;
    }
}
@media screen and (max-width:415px) {
    .wrapper {
        margin: 0 auto 0 auto;
    }
    h1 {
        padding: 0 0 0 0;
        margin: 0.813rem 0 1.813rem 0;
        font-size: 2.5rem;
        line-height: 1.625rem;
    }
    .p-large {
        padding-top: 0;
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .p-serif {
        padding-bottom: 0;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .section-link {
        top: -90px;
        height: 80px;
    }
    .section-link-contact {
        top: -90px;
        height: 90px;
    }
    .link-button {
        margin: 0 0 10px 0;
        font-size: 0.938rem;
    }
    figure.rehearsal-image {
        margin-top: 7px;
    }
    figure.contact-image {
        margin-bottom: 20px;
    }
    .home h2 {
        padding-bottom: 19px;
    }
    section p.last {
        margin-bottom: -10px;
        margin-bottom: 10px;
    }
    p.copyright {
        font-size: 0.938rem;
    }
    .terms-privacy {
        display: none;
    }
       #scrollUp {
   right: 15px;
}
}
@media screen and (max-width:376px) {
    .header-text {
        padding: 30px;
    }
    .home h2 {
        padding: 26px 0 21px 0;
        font-size: 1.063rem;
    }
    .link-button {
        margin: 0 0 8px 0;
        font-size: 0.938rem;
    }
    p.copyright {
        font-size: 0.875rem;
    }
    #scrollUp {
   right: 12px;
}
}
@media screen and (max-width:321px) {
    .home h2 {
        padding: 15px 0 14px 0;
        font-size: 1rem;
    }
    p.copyright {
        font-size: 0.813rem;
    }
}
@media screen and (min-width: 950px) and (max-height: 834px) and (orientation: landscape) {
    .wrapper, .home-image-holder, .header {
        max-width: 987px;
    }
    h1 {
        padding: 5px 0;
        font-size: 3.188rem;
    }
    .p-large {
        padding-top: 0;
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .p-serif {
        padding-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media screen and (min-height:1390px) {
    hmtl, body {
        height: auto;
    }
    .outer-wrapper-height-100 {
        height: 1389px;
    }
    section.contact {
        min-height: auto !important;
    }
}
@media screen and (max-width: 930px) and (max-height: 660px) and (orientation: landscape) {
    html, body {
        height: 700px;
    }
}