html,
body {
    height: 100%;
    font-family: Roboto, serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #0b7898;
    padding-top: 20px;
    color: white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.top {
    border-bottom: 10px solid #05b5c8;
    background: url("/img/banner_green.jpg") no-repeat;
    background-size: cover;
    min-height: 295px;
    display: flex;
    padding: 15px 0;
}

.top .title {
    font-size: 40px;
    flex: auto;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.info {
    margin-top: 50px;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.info-title {
    color: #1a386c;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

th {
    background: #fafafa;
    padding: 20px 15px !important;
}

td {
    background: white;
    color: #1a386c;
    padding: 20px 15px !important;
}

.lang-switcher {
    display: flex;
    justify-content: flex-end;
}

.lang-switcher .caret {
    display: none;
}

.lang-switcher button {
    background: #1a386c;
    color: #fff !important;
}
.lang-switcher .dropdown-menu {
    min-width: auto;
}

#contact-form button.btn.btn-primary {
    margin-top: 40px;
    background-color:#0b7898;
    width: 300px;
    height: 50px;
    text-transform: uppercase;
    font-size:16px;
    border: none;
    outline: none;
}

#contact-form button.btn.btn-primary:hover{
    background-color: #0a6c89;
}

.contacts {
    margin-top: 50px;
}

.contacts .item {
    border-top: 1px solid;
    padding: 0 0 10px;
}

.title__wrapper {
    /*display: flex;*/
    flex-direction: column;
    height: 100%;
    font-weight: bold;
    color: white;
    font-family: RobotoBold, serif;
}

.title--main {
    flex: 1;
    font-size: 41px;
    line-height: 1.2;
}

.mb-3 {
    margin-bottom: 15px;
}

.main-info {
    font-size: 20px;
}

.main-info a  {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .title--main {
        font-size: 35px;
        margin-top: 0;
    }

    .top .title {
        font-size: 30px;
        align-items: flex-start;
        margin-top: 10px;
        font-family: Roboto, serif;
    }

    .title__wrapper {
        font-family: Roboto, serif;
    }
}