body {
    background-color: #efefef;
}

html, body {
    height: 100%;
}

.page-header img {
    max-height: 160px;
}
.content {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.icon-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px;
    /* vertical-align: text-top; */
    background: url("../img/icon/flags.png") no-repeat 0 0;
}
.icon-flag-et { background-position: 0px 0px; width: 16px; height: 11px; }
.icon-flag-en { background-position: -16px 0px; width: 16px; height: 11px; }
.icon-flag-ru { background-position: -32px 0px; width: 16px; height: 11px; }

.footer {
    background-color: #efefef;
    text-align: center;
    padding-top: 10px;
}

.page-content {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -30px;
}
.page-content:after {
    content: "";
    display: block;
}
.footer, .page-content:after {
    /* .push must be the same height as footer */
    height: 30px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    max-width: 98%;
}
/*
.gallery-entry {
    text-align: center;
}
.gallery-entry a img {
    width: 150px;
    max-width:100%;
    max-height:100%;
    border-radius: 5px;
}
*/
.project {
    margin-bottom: 15px;
}
.project-entry {
    border-color: #e7e7e7;
}
.project-entry .panel-heading {
    border-color: #e7e7e7;
    background-color: #f8f8f8;
}
.project-entry .project-desc {
    border-top: 1px solid #e7e7e7;
    text-align: center;
}

/*Consolidate gallery styles*/
.gallery-entry a {
    display: inline-flex;
    width: 150px;
    height:150px;
    margin-bottom: 5px;
    background-position: center;
    border-radius: 5px;
}

.gallery-entry, .desc-text {
    text-align: center;
}