html, body {
    margin: 0;
    min-height: 100%;
    min-height: 100vh;
    color: #222;

}

body {
    position: relative;
    background: #000 url("../img/opening.jpg") center center fixed;
    background-size: cover;
}

.jumbotron {
    background-color: rgba(255, 255, 255, 0.7);
}

.navbar {
    background-color: rgba(255, 255, 255, 0.7);
}

.panel {
    background-color: rgba(255, 255, 255, 0.7);
}
/* <Photogallery> */

#gallery .thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
}

#gallery .thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
#gallery .thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#gallery img{
    max-height:100%;
    max-width:100%;
}

/* </Photogallery> */

.transparent {
    background-color: rgba(255, 255, 255, 0.88);
}

li > a {
    color: #000;
}

.navbar-brand > img {
    display: block;
    height: 54px;
    margin-top: -17px;
}

.navbar-default .navbar-nav > li > a {
    color: #030823;
    font-weight: bold;
}
.navbar-bottom {
    margin-bottom: 0;
}

/*
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ffffff;
    transition: all, .3s;
}
*/

#preload-01 {
    background: url(/img/diplom1.jpg) no-repeat -9999px -9999px;
}

#preload-02 {
    background: url(/img/diplom2.jpg) no-repeat -9999px -9999px;
}

#map {
    height: 255px;
}
.news .date{
    text-align: right;
}