@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext);

* {
    font-family: Open Sans, Arial, sans-serif
}

body {
    background: url(images/bg.png) repeat bottom left;
}

.container {
    background: #ffffff;
}

.toplogo {
    margin: 30px 0 0 30px;
}

.smalllogo {
    width: 90%;
    height: auto;
    margin-top: 12px;
}

.headerlogo {
    background: url(images/header.png) bottom left no-repeat;
    height: 140px;
}

.colboxgal {
    margin: 5px 10px;
    float: left;
    overflow: hidden;
}

.colboxgal img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.galvertspacer {
    height: 100px;
    display: block;
}

.navbar-static-top {
    height: 60px;
    background: none;
    border-bottom: none;
    margin-left: 60px;
}

.headtxt {
    width: 100%;
    height: 80px;
    vertical-align: middle;
}

.dane {
    border-left: 2px solid #959595;
    margin-top: 15px !important;
    padding-left: 30px;
    font-size: 18px;
    margin-right: 40px;
    color: #959595;
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    line-height: 30px;
    font-size: 22px;
    padding: 15px 25px;
}

.main {
    font-size: 18px;
    color: #00528c;
    text-align: center;
}

.footernav {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    float: right;
}

.footernav li {
    float: left;
    padding: 15px 0;
}

.footernav li a {
    display: block;
    color: #00528c;
    line-height: 20px;
    width: 60px;
    text-align: center;
}

.bottom-img {
    width: 100% !important;
    height: auto !important;
}

.title {
    width: 100%;
    text-align: center;
    color: #00528c;
    padding-top: 30px;
}

.topnumber {
    font-size: 28px;
    color: #00528c;
    padding-left: 70px;
    margin-top: 30px;
    display: none
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .headerlogo {
        background: url(images/nav-bg.png) repeat-x bottom left;
    }

    .navbar-static-top {
        background-color: #0072bc;
        margin-left: 0;
    }

    .toplogo {
        float: left;
        margin: 10px 70px 10px 10px;
    }

    .headerlogo {
        background: none;
    }

    .hide992 {
        display: none;
    }

    .show992 {
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .navbar-static-top {
        margin-left: 0;
        background: none;
        margin-top: 20px;
    }

    .navbar-collapse {
        background-color: #0072bc;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .headerlogo {
        background: none;
    }
}
