p {
    margin: 0
}

img {
    display: block
}

.clear:after {
    clear: both;
    content: "";
    display: block
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #a0a0a0
}

a:hover {
    color: #767676
}

.hidden {
    display: none
}

.category {
    font-size: 26px;
    height: 26px;
    font-weight: 300;
    border-bottom: 1px solid #202020;
    margin: -13px 0 40px 0;
    position: relative;
    padding-top: 45px
}

.category:first-child {
    padding-top: 0
}

.category span {
    display: inline-block;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 80px;
    padding: 2px 0px;
    text-align: center;
    background: #000000;
    color: #767676;
    border: 1px solid #202020;
    border-top: 0;
    border-bottom: 0
}

.autoWidth span {
    width: auto;
    padding: 0 10px
}

.item {
    padding-bottom: 30px
}

.center {
    text-align: center;
}

.quote {
    position: relative;
    padding: 0 0 0 25px;
    font-style: italic;
    margin-left: 15px;
}

.quote:before {
    content: "\201D";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    font-size: 50px;
    color: #a9a9a9;
    font-style: normal;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    background: #000000;
    font-size: 16px;
    color: white;
    line-height: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Titillium Web', sans-serif;
}

#intro {
    display: flex;
    justify-content: center;
    height: 100%;
}

#background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#background img {
    max-height: 80%;
    /* height: 100%; */
    display: block;
}

#intro a {
    cursor: pointer
}

#intro a:last-child {
    margin-left: 75px;
}

#backgroundImageContainer {
    position: fixed;
    left: -50px;
    top: 0;
    bottom: 0;
    top: 70px;
    width: 100%
}

#backgroundImageContainer img {
    height: 100%;
    opacity: 1;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #454545;
    background: #000;
    z-index: 3;
    overflow: hidden
}

#nav .container {
    width: 1450px;
    margin: 0;
    height: 70px;
}

#nav ul {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

#nav li {
    float: left;
    margin-left: 1em;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 70px;
    color: #c0c0c0;
}

#nav li:first-child {
    margin-left: 0
}

#nav a {
    cursor: pointer
}

#mobileNavButton {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 32px;
}

#language {
    position: absolute;
    top: 5px;
    right: 0;
    color: #a0a0a0 !important;
    font-style: italic;
    font-size: 13px
}

#nav a:hover {
    color: #e0e0e0
}

#nav a.selected {
    color: #ffb500
}

.container {
    width: 800px;
    margin-left: 650px;
    position: relative
}

.main {
    margin-top: 0;
}

.title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px
}

#contact .title.kt {
    margin-top: 45px
}

.role {
    margin: -25px 0 30px 0;
}

#main {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    padding: 160px 0 60px 0;
    opacity: 0;
    display: none
}

ul li.listItem {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #1a1a1a
}

ul li.listItem:first-child {
    margin-top: 0;
    padding-top: 0 !important;
    border-top: 0
}

#bio p:nth-of-type(n+2) {
    margin-top: 1em;
}

#newAlbum {
    text-align: right;
    margin-top: 20px;
    position: relative;
}

#newAlbum img {
    height: 200px;
    display: inline-block;
}

#newAlbum p {
    position: absolute;
    top: 60px;
    right: 163px;
    font-size: 32px;
    font-weight: bold;
    color: #ffcb3e;
}

.musicians {
    color: #d9d9d9
}

#events .musicians p {

    display: inline-block;
}

.musicians span {
    display: inline-block;
    font-style: italic;
    margin: 0 0.1em 0 0.5em
}

#bands .description {
    margin-bottom: 30px
}

#bands .image {
    float: right;
    width: 60%;
}

#bands .image img {
    border: 1px solid #090909;
    width: 100%;
}

#bands .image p.copyright {
    color: #767676;
    text-align: right;
    font-size: 15px;
    font-style: italic
}

#bands .musicians {
    float: left;
    width: 40%
}

#bands a {
    display: block
}

#bands a:nth-of-type(n+2) {
    margin-top: 0.2em;
}

#bands .musicians .links .line {
    display: block;
    width: 60px;
    border-top: 1px solid #202020;
    margin: 20px 0
}

#albums .cover {
    position: absolute;
    width: 300px;
    left: 0;
    top: 55px;
}

#albums ul li.listItem:first-child .cover {
    top: 3px;
}

#albums .cover img {
    width: 100%;
    border: 1px solid #090909;
    margin-bottom: 14px
}

#albums .cover p {
    font-size: 14px;
    line-height: 18px;
    color: #c0c0c0
}

#albums .description {

    margin-left: 320px
}

#albums .title {
    margin: -3px 0 2px 0;
}

#albums .performer {
    font-size: 22px
}

#albums .description .tracks {
    margin-top: 35px
}

#albums .tracks a {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin-top: -3px;
    vertical-align: middle;
}

#albums .description .tracks img {
    width: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0
}

#albums .description .musicians {
    margin-top: 30px;
}

#albums .description .musicians span {
    display: inline;
}

#events .category span {
    left: 30px;
}

#events .date {
    position: absolute;
    width: 120px;
    background: #0c0c0c;
    text-align: center;
}

#events .date .month {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    background: #131313;
    color: #d9d9d9
}

#events .date .day {
    font-size: 30px;
    line-height: 50px;
}

#events .date .day {
    font-family: 'Dosis', sans-serif;
    letter-spacing: 2px
}

#events .date .time {
    min-height: 29px;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 0;
    font-style: italic;
    border-top: 1px solid #131313;
    color: #d9d9d9
}

#events .date .time span {
    display: block
}

#events .content {
    margin-left: 160px
}

#events .performer {
    font-size: 26px;
    margin-bottom: 10px
}

#events .location {
    color: #a0a0a0
}

#events ul li.listItem {
    border: 0;
    padding-top: 0;
    min-height: 110px
}

.photoContainer .category span {
    width: auto;
    left: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.photoContainer .listItem {
    border: 1px solid #090909;
    width: 248px;
    height: 198px;
    padding: 0;
    margin: 0 0 25px 25px;
    overflow: hidden;
    float: left;
    cursor: pointer
}

.photoContainer .listItem:nth-of-type(3n+1) {
    margin-left: 0
}

.photoContainer a {
    width: 100%;
    height: 100%;
    display: block
}

#videos .category span {
    left: 100px;
}

#videos li {
    padding: 20px 0;
    position: relative;
    min-height: 153px;
    border-top: 0px solid #090909
}

#videos .listItem {
    height: 153px;
    float: none;
    margin: 0;
}

#videos .listItem {
    position: absolute;
    top: 20px
}

#videos .listItem:first-child .image {
    top: 0
}

#videos .description {
    margin-left: 270px;
}

#videos .title {
    margin-bottom: 20px;
    font-size: 20px
}

#videos .info {
    font-style: italic;
    color: #767676
}

#press a.more {
    font-style: italic;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    color: #c0c0c0;
    cursor: pointer
}

#press div.moreText {
    display: none;
    overflow: hidden
}

#press div.content p {
    margin-top: 0.5em
}

#press .source {
    display: block;
    margin-top: 1em;
    text-align: right;
    color: #767676
}

#poems .source {
    display: block;
    margin-top: 1em;
    text-align: right;
    color: #767676
}

#poems p {
    margin-top: 0.8em
}

#poems blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

#contact .fa {
    width: 25px;
    text-align: center;
    color: #454545;
    margin-right: 10px
}

.fa-envelope {
    font-size: 14px;
}

.fa-phone {
    font-size: 17px
}

.fa-map-marker {
    font-size: 18px
}

#footer .fa {
    background: #454545;
    color: #d9d9d9 !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 26px;
    height: 23px;
    line-height: 23px;
    padding-top: 3px;
    text-align: center
}

#footer .fa-facebook:hover {
    background: #15284e;
}

#youtube {
    left: 40px;
    position: absolute;
    top: -3px;
    cursor: pointer;
}

#youtube:hover .fa {
    background: #a70000;
}

#news {
    position: absolute;
    left: 80px;
    top: -3px;
    background-color: #f2a020;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 10px;
    color: #303030;
    height: 26px;
    line-height: 26px;
}

#news:hover {
    background-color: #ef9620;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 650px;
    right: 0;
    background: #000;
    font-size: 16px;
    height: 14px;
    line-height: 16px;
    padding: 17px 0;
    border-top: 1px solid #454545;
    z-index: 4
}

#footer .container {
    margin-left: 0;
}

#music {
    color: #c0c0c0;
    display: none
}

#music img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0
}

#music span {
    display: none
}

#facebook {
    position: absolute;
    top: -3px;
    left: 0
}

#febweb {
    position: absolute;
    top: -3px;
    right: 0;
    color: #767676;
}

.popup {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.98);
    z-index: 1000;
    text-align: center;
    display: none
}

.popup .buttons {
    position: relative;
    height: 70px;
    border-bottom: 1px solid #454545;
    background: #000000;
}

.popup .close {
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: white
}

.popup .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #000000;
    text-align: center;
    border-top: 1px solid #454545;
}

.popup .title {
    margin-bottom: 5px;
    font-size: 20px
}

.popup .info {
    font-style: italic;
    color: #767676
}

#video .description {
    height: 110px
}

#gallery {
    top: 2000px;
    display: block
}

#gallery a {
    cursor: pointer
}

#gallery .images {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 100%
}

#gallery .images li img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#gallery .next {
    position: absolute;
    top: 50%;
    right: 1%;
    font-size: 60px;
    line-height: 60px;
    margin-top: -30px
}

#gallery .prev {
    position: absolute;
    top: 50%;
    left: 1%;
    font-size: 60px;
    line-height: 60px;
    margin-top: -30px
}

@media (max-width: 1600px) {
    .container {
        margin-left: 500px;
    }

    #nav ul {
        right: auto;
        left: 500px
    }

    #language {
        right: 200px;
    }

    #footer {
        left: 500px;
    }
}

@media (max-width: 1400px) {
    #nav ul {
        left: 400px
    }

    #language {
        right: 300px;
    }

    .container {
        margin-left: 400px;
    }

    #footer {
        left: 400px;
    }
}

@media (max-width: 1200px) {
    #main {
        position: relative
    }

    .container {
        width: 800px;
        margin: 0 auto;
    }

    #nav ul {
        left: auto;
    }

    #language {
        right: 0px;
    }

    #nav .container {
        position: relative;
        margin: 0 auto;
        width: 800px
    }

    #footer {
        left: 0;
    }

    #footer .container {
        margin: 0 auto
    }

    #backgroundImageContainer {
        left: -50px;
        display: none
    }
}

@media (max-width: 900px) {

    .container, #nav .container {
        width: 90%;
    }

    #footer {
        position: relative;
    }

    #mobileNavButton {
        display: block;
        margin-left: 5%;
    }

    #language {
        margin-right: 5%;
        line-height: 70px;
        font-size: 16px;
        top: 0;
    }

    #nav {
        overflow: visible;
        position: absolute;
    }

    #nav ul {
        top: 71px;
        width: 100%;
        text-align: center;
        display: none;
    }

    #nav .container {
        width: 100%;
    }

    #nav li a {
        width: 100%;
        display: block;
    }

    #nav li {
        float: none;
        margin-left: 0;
        line-height: 70px;
        width: 100%;
        background: #090909;
        border-bottom: 1px solid #202020;
    }

    #main {
        padding: 120px 0 0 0;
    }

    #bands .musicians, #bands .image {
        float: none;
        width: 100%;
    }

    #bands .image {
        margin-top: 30px;
    }

    #albums .cover {
        position: relative;
        width: 300px;
        margin-top: 30px;
        top: 0;

    }

    #albums .description {
        margin-left: 0;
    }

    #photos.photoContainer .container > ul {
        width: 525px;
        margin: 0 auto;
    }

    #photos.photoContainer .listItem:nth-of-type(3n+1) {
        margin-left: 25px;
    }

    #photos.photoContainer .listItem:nth-of-type(2n+1) {
        margin-left: 0;
    }

    #videos .category span {
        left: 30px;
    }
}

@media (max-width: 640px) {
    #background img {
        height: 66%;
    }

    .container {
        width: 92%;
    }

    #mobileNavButton {
        margin-left: 4%;
    }

    #language {
        margin-right: 4%;
    }

    #events .date {
        position: relative;
        width: 100%;
        background: none;
        text-align: left;
    }

    #events .date p {
        font-size: 15px !important;
        font-family: inherit !important;
        font-weight: normal !important;
        line-height: inherit !important;
        background: none !important;
        color: inherit !important;
        border: 0 !important;
        letter-spacing: 0 !important;
        display: inline-block;
    }

    #events .date .time span {
        display: inline-block;
        margin: 0 0.5em 0 1em;
    }

    #events .content {
        margin-left: 0;
    }

    #events .musicians p {
        display: block;
    }

    #videos li {
        padding-bottom: 40px;
    }

    #videos .category span, .photoContainer .category span, #events .category span {
        left: 0;
        border: 0;
        padding-left: 0;
        line-height: 25px;
    }

    #videos .listItem {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;

    }

    #videos .listItem img {
        width: 100% !important;
        height: auto !important;
    }

    #videos .description {
        margin: 20px 0 0 0;
    }

    #videos .title {
        margin-bottom: 10px;
    }

    #photos.photoContainer .container > ul {
        width: 250px;
        margin: 0 auto;
    }

    #photos.photoContainer .listItem {
        margin-left: 0 !important;
    }

}

@media (max-width: 480px) {
    .container {
        width: 94%;
    }

    #mobileNavButton {
        margin-left: 3%;
    }

    #language {
        margin-right: 3%;
    }

    #intro a {
        margin-left: 20px;

    }
}

