body {
    font-family: "Titillium Web", sans-serif;
    color: #1a171b;
}

img {
    max-width: 100%;
}

input, select {
    font-family: "Titillium Web", sans-serif;
}

#head-gap {
    height: 18px;
    background-color: white;
}

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 5px;
    text-align: center;
    background: #000;
    opacity: 0.8;
    color: white;
    font-size: 14px;
    z-index: 9999999;
}
.cookie-bar:hover {
    opacity: 1;
}
.cookie-bar .message button {
    margin-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

body > .container-fluid {
    max-width: 1230px;
}

#main-container {
    background-color: white;
    -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
    -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
}

#main-right {
    padding-right: 0;
}
#main-right .shadowbox {
    -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
    -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0 4px rgba(128, 128, 128, 0.4);
}

#main-left {
    padding-left: 0;
}

form label {
    font-weight: normal;
}
form label span {
    color: red;
    padding-right: 2px;
}
form button.submit {
    font-size: 20px;
    padding: 8px 24px;
    text-transform: uppercase;
}
form button.submit .glyphicon {
    position: relative;
    font-size: 19px;
    left: 4px;
    top: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-two-sides #main-left {
        width: 30% !important;
        float: right;
        display: block !important;
        padding-left: 15px;
        padding-right: 0;
    }
    #main-two-sides #main-middle {
        width: 70% !important;
        float: left;
    }
    #main-two-sides #main-right {
        width: 30% !important;
        float: left;
    }
}
@media (max-width: 767px) {
    #main-two-sides #main-left {
        padding: 0;
    }
    .news-gallery {
        text-align: center;
        margin-top: 10px;
    }
    .news-gallery .item {
        display: block;
        width: 100%;
        text-align: center;
    }
    .news-gallery .item img {
        max-width: 250px !important;
    }
}
#footer {
    position: relative;
}
#footer .content {
    height: 250px;
    margin: 0 auto;
    max-width: 1230px;
    position: relative;
}
#footer .content .image {
    position: absolute;
    bottom: 6px;
    left: 30px;
}
#footer .content .nav {
    position: absolute;
    bottom: 80px;
    right: 50px;
}
#footer .content .nav li {
    border-right: 2px solid white;
}
#footer .content .nav li:last-child {
    border-right: 0;
}
#footer .content .nav a {
    padding: 0;
    margin: 0 36px;
    color: white;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
}
#footer .content .nav a:hover {
    background-color: inherit;
}
#footer .content .nav.top a:hover {
    text-decoration: underline;
}
#footer .content .nav.bottom {
    bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer .content .nav {
        right: 30px;
    }
    #footer .content .nav a {
        margin: 0 22px;
    }
}
@media (max-width: 767px) {
    #footer .image {
        position: absolute;
        width: 130px;
        bottom: 6px;
        left: 8px !important;
    }
    #footer .content .nav {
        right: 30px;
        bottom: 56px;
        text-align: right;
    }
    #footer .content .nav li {
        border-right: 0;
    }
    #footer .content .nav a {
        font-size: 18px;
        margin: 4px;
    }
    #footer .content .nav.bottom {
        bottom: 0px;
    }
}
.btn {
    border-radius: 0;
}

.more-btn {
    text-transform: uppercase;
    margin: 40px;
    font-size: 20px;
    padding: 8px 24px;
    color: white;
    background-color: #004b80;
}
.more-btn .glyphicon {
    position: relative;
    top: 3px;
    font-size: 20px;
    padding-left: 8px;
}
.more-btn.small {
    margin: 16px;
    font-size: 16px;
    padding: 4px 16px;
}
.more-btn.small .glyphicon {
    font-size: 14px;
    top: 1px;
}
.more-btn.grey {
    background-color: #686868;
}

#bg-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1000;
    height: 1121px;
    background: url("../img/bg_header.png") no-repeat center top;
}

#bg-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1000;
    height: 913px;
    background: url("../img/bg_footer.png") no-repeat center bottom;
}

.label.color-1 {
    background-color: #004b80;
}
.label.color-2 {
    background-color: #4b9d2a;
}
.label.color-3 {
    background-color: #166c22;
}
.label.color-4 {
    background-color: #909090;
}

table.profiler {
    width: 100%;
}
table.profiler th {
    background: #cccccc;
    padding: 0 8px;
}
table.profiler td {
    padding: 0 8px;
}
table.profiler tr:nth-child(even) {
    background: #eeeeee;
}

#app-messages {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    padding: 16px;
    background-color: white;
    -webkit-box-shadow: 0 0 16px rgba(128, 128, 128, 0.8);
    -moz-box-shadow: 0 0 16px rgba(128, 128, 128, 0.8);
    box-shadow: 0 0 16px rgba(128, 128, 128, 0.8);
}
#app-messages i {
    float: right;
    color: #d9dadb;
    cursor: pointer;
    padding-left: 16px;
}
#app-messages i:hover {
    color: #909090;
}
#app-messages div {
    border-bottom: 1px dotted #d9dadb;
    padding: 8px;
}
#app-messages div .trace {
    display: block;
    font-size: smaller;
}
#app-messages div:last-child {
    border-bottom: 0;
}
#app-messages .error {
    background-color: #ffcccc;
}
#app-messages .warn {
    background-color: #fff9cc;
}
