* {
    margin: 0;
    padding: 0;
}

html {
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-family: "semplicitapro", "Semplicita Pro", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif !important;
    font-weight: 400;
    font-style: normal !important;
    font-stretch: normal !important;
}

body {
    background: #000 url(background_mobile.jpg) no-repeat -60px 120px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body:after{
      content: "";
      position: fixed;
      top: 0;
      height: 100vh;
      left: 0;
      right: 0;
      z-index: -1;
      background: #000 url(background_mobile.jpg) no-repeat -60px 120px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}


/* HEADER */
header {
    background: #000;
    height: 200px !important;
    width: 100%;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 99;
}

.topbar {
    display: block;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, .15);
    text-align: right;
    margin: 0;
    padding: 0;
}
.topbar form {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 250px;
    font-size: .8rem;
    text-align: right;
    margin: 0;
    padding: 0 10px 0 0;
}
.topbar form input.email {
    position: absolute;
    top: 50%;
    transform: translate(-135%, -50%);
    display: inline-block;
    width: 180px;
    color: #000 !important;
    text-align: center;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    margin: 0;
    padding: 3px 0;
}
.topbar form input.button {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 60px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    background-color: #46797b;
    margin: 0;
    padding: 3px 3px;
}

h1 {
    height: 70px;
    width: 100%;
    display: block;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400 !important;
    margin: 10px 0;
}
h1:after {
    content: "";
    background: url(al_header.svg) no-repeat center left;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0.6;
    top: 0;
    left: 10px;
    bottom: 0;
    right: 10px;
    position: absolute;
}

nav {
    position: absolute;
    height: 70px !important;
    vertical-align: top;
    font-size: .9rem !important;
    font-weight: 300 !important;
}
nav ul#main-nav {
    display: flex;
    justify-content: space-between;
    vertical-align: top;
    margin: 0;
    height: 30px;
    text-align: right;
    list-style: none;
    padding: 0 10px 10px;
}
nav ul#main-nav li {
    display: inline-block !important;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
}
a, nav ul#main-nav li a, nav div.social div a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}
a, a:hover, a:active,
nav ul#main-nav li a:hover, nav ul#main-nav li a:active,
nav div.social div a:hover, nav div.social div a:active {
    color: #46797b;
}

nav div.social {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    vertical-align: top;
    height: 35px;
    margin: 0;
    padding: 0 10px;
}
nav div.social div {
    width: 25px !important;
    text-align: center;
    display: inline-block;
    margin: 0;
}
nav div.social div span {
    display: inline-block;
    text-indent: -9999em !important;
    visibility: collapse;
    margin: 0;
}


/* CONTENT */


h2 {
/*    color: rgba(255, 255, 255, .6);*/
    font-size: 2.1rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0 20px 0;
}

.section {
    width: 100% !important;
    margin: 0 !important;
    padding: 220px 20px 0 !important;
    text-align: left;
    font-size: .9rem;
}
#section1, #section2 {
    background: rgba(0, 0, 0, .8) !important;
}

p {
    color: rgba(255, 255, 255, .8) !important;
    font-weight: 400 !important;
    display: block;
    text-align: left;
    padding: 0 0 10px;
    max-width: 100%;
}

table {
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
table td {
    color: rgba(255, 255, 255, .6) !important;
    text-align: left;
    vertical-align: top;
    overflow-wrap: break-word;
    padding: 20px 0 !important;
}
table tr {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}
/*
table.news td {
    width: 66%;
}
table.news td img {
    float: left;
    max-width: 100% !important;
    margin-right: 20px;
}
table.shows td {
    width: 33%;
}
table td:first-child {
    width: 33% !important;
}
*/
div#news_content {
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
div#news_content div.date {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2) !important;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    clear: both !important;
}
div#news_content article {
    width: 100%;
    margin: 0 0 80px 0 !important;
    clear: both !important;
}
div#news_content article img {
/*    float: right;*/
    max-width: 100% !important;
/*    margin-right: 20px;*/
}


footer {
    height: 100px !important;
    width: 100% !important;
}

@media (max-width: 500px) {
    h1 {
        width: 100%;
    }

    nav {
        width: 100%;
    }
}

@media (min-width: 500px) {
    header {
        height: 190px !important;
    }
    .topbar form {
        padding: 0 20px 0 0;
    }
    h1 {
        left: 20px;
    }
    h1:after {
        left: 0;
        right: 0;
    }
    nav {
        right: 20px;
    }
    nav ul#main-nav {
        float: right;
        clear: both;
        padding: 0;
        margin: 0;
    }
    nav ul#main-nav li {
        margin: 0 0 0 20px !important;
    }

    nav div.social {
        display: block;
        text-align: right;
        padding: 0;
    }
    nav div.social div {
        margin: 0 0 0 15px;
        text-align: right;
    }

    .section {
        padding: 210px 60px 0 !important;
        font-size: 1.1rem;
    }

    table td {
        overflow-wrap: normal;
    }
}

@media (min-width: 1000px) {
    body {
        background: #000 url(background.jpg) no-repeat fixed;
        background-position: right 0px top -20px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    body:after{
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000 url(background.jpg) no-repeat;
        background-position: right 0px top -20px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    header {
        height: 130px !important;
    }

    h1 {
        position: absolute;
        top: 50%;
        margin: -10px 0 0 0;
        padding: 0;
    }

    nav {
        top: 50%;
        margin: -10px 0 0 0;
        padding: 0;
    }

    .section {
        padding: 150px 100px 0 !important;
        font-size: 1.2rem;
    }
}

@media (min-width: 1100px) {
    body {
        background-position: right 0px top -30px;
    }
    body:after{
        background-position: right 0px top -30px;
    }

    .topbar form {
        padding: 0 40px 0 0;
    }

    h1 {
        width: 560px;
        left: 40px;
    }
    h1:after {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    nav {
        right: 40px;
    }

    .section {
        padding: 150px 140px 0 !important;
    }

}

@media (min-width: 1400px) {
    body {
        background-position: right 0px top -60px;
    }
    body:after{
        background-position: right 0px top -60px;
    }

}

@media (min-width: 1800px) {
    body {
        background-position: right 0px top -100px;
    }
    body:after{
        background-position: right 0px top -100px;
    }
}
