/*font-family: 'Orbitron', sans-serif;*/


/* Reset */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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

body {
    -webkit-text-size-adjust: none;
}

.no-padding{
    padding: 0 !important;
    height: fit-content;
}

.no-padding img{
    margin-bottom: -7px !important;
}

/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

body {
    background: #fff;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}


/* Type */

body,
input,
select,
textarea {
    color: #000000;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 300;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 980px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 480px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong,
b {
    color: #555;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    /* margin: 0 0 2em 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5385c1;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.75em;
    font-weight: 400;
}

h3 {
    font-size: 26px;
}
ol li{
    font-size: 20px;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px #dbdbdb;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 0;
    border: solid 1px #dbdbdb;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px #dbdbdb;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.inner {
    max-width: 75em;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .inner {
        max-width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .inner {
        max-width: 85%;
    }
}


/* Section/Article */

section.special,
article.special {
    text-align: center;
}

section.special article,
article.special article {
    text-align: left;
    padding-bottom: 20px;
}

section.wrapper,
article.wrapper {
    padding: 6em 0;
}

section.wrapper header,
article.wrapper header {
    margin-bottom: 2em;
    border: solid 1px rgba(255, 255, 255, 0.25);
    /*padding: 0 30px;*/
}

section.wrapper header h2,
article.wrapper header h2 {
    font-size: 2.75em;
    margin: 0 0 .5em 0;
}

section.wrapper header p,
article.wrapper header p {
    font-size: 1em;
}

section.wrapper article header,
article.wrapper article header {
    margin: 0;
}

section.wrapper.style1,
article.wrapper.style1 {
    background: rgb(101, 104, 98);
    /* #5385c1; */
    color: #bacee6;
}

section.wrapper.style1 header h2,
article.wrapper.style1 header h2 {
    color: #fff;
}

section.wrapper.style1 header p,
article.wrapper.style1 header p {
    color: #bacee6;
}


.footer-contact p{
    text-align: center;
    font-size: 16px;
    color: #bacee6;
}

.footer-contact p a{
    font-weight: 700;
    color: #bacee6;
    text-decoration: none;
}

section.wrapper.style1 h3,
article.wrapper.style1 h3 {
    color: #FFF;
    text-align: left;
}

.footer-contact h2,
.footer-contact h3{
    text-align: center !important;
}

section.special header h2{
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}

@media screen and (max-width: 980px) {
    section.wrapper,
    article.wrapper {
        padding: 2em 0;
    }
}

@media screen and (max-width: 736px) {
    section.wrapper header,
    article.wrapper header {
        margin-bottom: 2em;
    }
    section.wrapper header h2,
    article.wrapper header h2 {
        font-size: 2em;
    }
    section.wrapper header p,
    article.wrapper header p {
        font-size: .9em;
    }
    .footer-contact h2{
        font-size: 22px !important;
    }
    .footer-contact h3{
        font-size: 18px !important;
    }
}

@media screen and (max-width: 480px) {
    section.wrapper,
    article.wrapper {
        text-align: center;
    }
    section.wrapper article,
    article.wrapper article {
        text-align: center;
    }
}

header p {
    color: #bbb;
    position: relative;
    margin: 0 0 1.5em 0;
}

header h2+p {
    font-size: 1.25em;
    margin-top: -1em;
}

header h3+p {
    font-size: 1.1em;
    margin-top: -0.8em;
}

header h4+p,
header h5+p,
header h6+p {
    font-size: 0.9em;
    margin-top: -0.6em;
}


/* Flex */

.flex {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.flex.flex-2 article {
    width: 47%;
}

.flex.flex-3 article {
    position: relative;
    width: 28%;
    padding-bottom: 15px;
}

.flex.flex-3 article:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -2em;
    top: 0;
    border-right: 1px solid #dbdbdb;
    pointer-events: none;
}

.flex.flex-3 article:last-child:before {
    border: none;
}

.flex.flex-3 article p {
    color: #000000;
}

.flex.flex-4 .box {
    width: 30%;
}

.flex.flex-4 .box-2 {
    width: 65%
}

.flex.flex-4 .box-full {
    width: 100%
}

.flex.flex-4 .box img,
.flex.flex-4 .box-2 img,
.flex.flex-4 .box-full img,
.flex-3 article img{
    max-width: 100%;
}

/*.flex.flex-4 .box:nth-child(11) {*/
/*    visibility: hidden;*/
/*}*/

.flex.flex-4 .box p,
.flex.flex-4 .box-2 p,
.flex.flex-4 .box-full p {
    color: #ffffff !important;
    font-size: 16px;
}

.button.special {
    background-color: #5385c1;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.button.special:hover {
    background-color: #1866c5;
}


#two .inner .box-4{
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 5px 10px;
    border: solid 1px rgba(255, 255, 255, 0.25);
}
#two .inner .box-4 img{
    width: 100%;
}
#two .inner .box-4 p{
    color: #ffffff;
}

#two .inner h2{
    padding-top: 30px;
    text-align: center;
}

#two .inner h4{
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .flex.flex-2 article {
        width: 100%;
        margin-bottom: 3em;
    }
    .flex.flex-2 article:last-child {
        margin-bottom: 0;
    }
    .flex.flex-3 {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex.flex-3 article {
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 2.5em;
        margin-bottom: 3em;
    }
    .flex.flex-3 article:last-child {
        border: none;
        padding-bottom: 0;
        margin: 0 0 1em 0;
    }
    .flex.flex-3 article:before {
        display: none;
    }
    .flex.flex-4 .box {
        width: 47%;
    }
}

@media screen and (max-width: 480px) {
    .flex.flex-4 .box,
    .flex.flex-4 .box-2,
    .flex.flex-4 .box-full {
        width: 100%;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    #two .inner .box-4{
        width: 50%;
    }
}

@media screen and (min-width: 480px){
    .visible-xs{
        display: none;
    }
}


/* Box */

.box,
.box-2,
.box-full {
    border: solid 1px #dbdbdb;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.box.person,
.box-2.person,
.box-full.person {
    border: solid 1px rgba(255, 255, 255, 0.25);
    padding: 3em 1.5em;
}

.box.person h3 {
    margin: 0;
}

.box.person .image {
    margin-bottom: 1em;
}

.box.person .image img {
    max-width: 100%;
}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}


/* Image */

.image {
    border-radius: 0;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 0;
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.round img {
    border-radius: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}


/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #dbdbdb;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 2em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li>* {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1em;
}

ul.actions.fit li>* {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5em;
    width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {
    ul.actions {
        margin: 0 0 2em 0;
    }
    ul.actions li {
        padding: 1em 0 0 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    ul.actions li:first-child {
        padding-top: 0;
    }
    ul.actions li>* {
        width: 100%;
        margin: 0 !important;
    }
    ul.actions li>*.icon:before {
        margin-left: -2em;
    }
    ul.actions.small li {
        padding: 0.5em 0 0 0;
    }
    ul.actions.small li:first-child {
        padding-top: 0;
    }
}


/* Header */

.subpage {
    padding-top: 44px;
}

.subpage #header {
    background: rgb(101, 104, 98);
    /* #5385c1; */
    top: 0;
    height: 44px;
    line-height: 44px;
    position: fixed;
}

#header {
    color: #d4e0ef;
    cursor: default;
    height: 3.25em;
    left: 0;
    line-height: 3.25em;
    position: absolute;
    text-align: right;
    top: 4em;
    width: 80%;
    z-index: 10001;
}

#header .inner {
    margin: 0 auto;
    position: relative;
}

#header .logo {
    font-family: 'Orbitron', sans-serif;
    color: #000;
    display: inline-block;
    font-weight: 900;
    height: inherit;
    /* left: -66px; */
    left: -55%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    font-size: 45px;
}

#header a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: inline-block;
    padding: 0 0.75em;
    color: inherit;
    text-decoration: none;
    font-size: .8em;
}

#header a:last-child {
    padding-right: 0;
}

#header a.navPanelToggle {
    display: none;
    text-decoration: none;
    height: 4em;
    width: 4em;
    z-index: 10003;
}

#header a.navPanelToggle .fa {
    font-size: 1.25em;
}

@media screen and (max-width: 980px) {
    #header a.navPanelToggle {
        display: inline-block;
    }
}

@media screen and (max-width: 736px) {
    #header a {
        padding: 0 0.5em;
    }
    #header .logo{
        left: -56%;
        font-size: 22px;
        line-height: 1.2;
        top: 10px;
    }
    #header .logo br{
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #header {
        top: 3em;
        height: 44px;
        line-height: 44px;
    }
}

@media screen and (max-width: 736px) {
    #header {
        top: 2em;
    }
}

@media screen and (max-width: 480px) {
    #header {
        top: 1em;
        min-width: 320px;
    }
}


/* Nav */

@media screen and (max-width: 980px) {
    #nav {
        display: none;
    }
}

#navPanel {
    -moz-transform: translatex(20em);
    -webkit-transform: translatex(20em);
    -ms-transform: translatex(20em);
    transform: translatex(20em);
    -moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    background: #5385c1;
    color: #d4e0ef;
    height: 100%;
    max-width: 80%;
    width: 20em;
    padding: 0.5em 1.25em;
    z-index: 10003;
}

#navPanel.visible {
    -moz-transform: translatex(0);
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
}

#navPanel a:not(.close) {
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    color: #d4e0ef;
    font-weight: 600;
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
    font-weight: 300;
}

#navPanel a:not(.close):first-child {
    border: none;
}

#navPanel .close {
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    color: #d4e0ef;
    cursor: pointer;
    display: block;
    height: 4em;
    padding-right: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 5em;
}

#navPanel .close:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    content: '\f00d';
    width: 3em;
    height: 3em;
    line-height: 3em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

#navPanel .close:hover {
    color: inherit;
}


/* Banner */

#banner {
    /* padding: 24em 0 10em 0; */
    padding: 32em 0 2em 0;
    /* background-image: url('../../images/banner.jpg'); */
    background-image: url('../../images/DSC00526.jpg');
    background-size: cover;
    background-position: top;
    background-attachment: local;
    background-repeat: no-repeat;
    text-align: center;
    border-top: 0.5em solid #5385c1;
}

#banner h1 {
    font-size: 3.5em;
    font-weight: 200;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-weight: 700;
    text-shadow: 0 0 20px black;
}

#banner p {
    font-size: 20px;
    color: rgb(169, 169, 169);
    margin-bottom: 1.75em;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 20px black;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #banner {
        background-attachment: local;
    }
}

@media screen and (max-width: 1280px) {
    #banner {
        padding: 10em 2em 8em 2em;
    }
}

@media screen and (max-width: 980px) {
    #banner {
        background-attachment: local;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        padding: 8em 1.5em 6em 1.5em;
    }
    #banner h1 {
        font-size: 23px;
    }
    #banner p {
        font-size: .9em;
    }
}

@media screen and (max-width: 480px) {
    #banner {
        padding: 9em 1.5em 1em 1.5em;
    }
}

p.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
}

p.social-links a .fa {
    color: #ffffff;
}

p.social-links a img {
    position: absolute;
    margin-top: 12px;
    width: 25px;
    height: 25px;
}

p.social-links a.facebook {
    background-color: #3b5999
}

p.social-links a.linkedin {
    background-color: #0077B5
}

p.social-links a.youtube {
    background-color: #cd201f
}

p.social-links a.soundcloud {
    background-color: #ff3300
}

p.social-links a.bandcamp {
    background-color: #1da0c3;
}

p.social-links a.intagram {
    background-color: #e4405f;
}


/* Footer */

#footer .inner {
    border-top: 1px solid #dbdbdb;
    padding-top: 3em;
}

#footer .copyright {
    color: #bbb;
    font-size: 0.8em;
    margin: 0 0 2em 0;
    padding: 0;
}

#footer .copyright a {
    color: #bbb;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: #bbb;
    text-decoration: underline;
}

#footer ul.icons li .icon {
    font-size: 0.58em;
}
section.wrapper .inner .flex article:nth-child(3) ol li{
    padding-bottom: 15px;
    font-size: 12pt;
}

@media screen and (max-width: 736px) {
    #footer .inner {
        padding-top: 2em;
    }
    #footer .copyright {
        -ms-flex-order: 2;
        -moz-order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
    #footer ul {
        -ms-flex-order: 1;
        -moz-order: 1;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }
    #footer .flex {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}