html {
    height: 120%;
}

body {
    background: url(img/pano6.jpg) top center no-repeat;
}

header {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.7);
    left: 0;
    width: 100%;
    z-index: 5;
}

#logo {
    margin: 5px;
    height: 100px;
    transition: all .3s;
}

.nav-link {
    color: #FFF !important;
    background: transparent;
}

article {
    display: block;
    padding: 20px;
    margin: 230px 0 0 0;
    z-index: 1;
}

.galPreview {
    color: #FFF;
    width: 400px;
    height: 300px;
    margin: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

footer {
    width: 100%;
    font-size: 10pt;
    background: #000;
    color: #FFF;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px;
    z-index: 5;
}

aside {
    z-index: 7;
}

aside#opened {
    background: url(img/aside.png) center left no-repeat rgba(0,0,0,0.9);
    width: 300px;
    height: 200px;
    color: #FFF;
    display: block;
    position: fixed;
    top: 300px;
    right: -250px;
    padding: 10px 10px 10px 70px;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
}

aside.active#opened {
    right: 0px;
}

aside#social {
    background: url(img/aside.png) center left no-repeat rgba(0,0,0,0.9);
    width: 300px;
    height: 200px;
    color: #FFF;
    display: block;
    position: fixed;
    top: 80px;
    right: -250px;
    padding: 10px 10px 10px 70px;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;    
}

aside.active#social {
    right: 0px;
}

.evts {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #FFF;
    text-align: center;
}

.admDates {
    background: #000;
    color: #CCC;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
}

#loadingBar {
    visibility: hidden;
}

#loadingLayer {
    display: none;
    width: 100%;
    height: 100%;
    background: url(img/loading.gif) center center no-repeat;
}