body {
    background: #fff url(../img/diagonal_waves.png) repeat center;
}

.nav {
    position: absolute;
    /*    top: 15px;*/
    z-index: 99;
    left: 0;
    right: 0;
    background-color: rgba(43, 54, 54, .5);

}

.uk-navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

.uk-sticky-placeholder {
    height: 0 !important;
}

.bg-nav {
    background-color: #2B365E;
    opacity: .95;
}

.top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;

}

.top-wrap-height {
    height: 80vh;
    min-height: 460px;
    transition: height 0.25s;
}

.top-wrap-height2 {
    height: 60vh;
    min-height: 360px;
    transition: height 0.25s;
}

.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    height: 38px;
}

.subtitle-text {
    font-size: 1.2em;
    opacity: 0.7;
    font-weight: 300;
}

.spec-grid img {
    display: block;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.25s;
}

.spec-grid img:hover {
    display: block;
    width: auto;
    margin: 0 auto;
    filter: grayscale(0);
}

.logos-grid img {
    display: block;
    width: 120px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.25s;
}

.logos-grid img:hover {
    display: block;
    width: 120px;
    margin: 0 auto;
    filter: grayscale(0);
}

.uk-subnav-pill > .uk-active > a {
    background-color: #2a365e;
    color: #fff;
}

.blueTxt {
    color: #2066A7;
}

#details img {
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
}

#gal img {
    padding: 3px;
    border: 1px solid rgba(45, 57, 99, .3);
}

.gugu {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

.gugumap {
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
    position: absolute;
    border: 1px solid black;
}

#details .uk-accordion-title::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 0;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.white {
    color: #FFF !important;
}

.uk-section-blue {
    background: #004268 url(../img/vintage-wallpaper.png) repeat center;
}

.uk-section-waves {
    background: #fff url(../img/diagonal_waves.png) repeat center;
}

.uk-link,
a {
    color: #6e43cc;
    text-decoration: none;
    cursor: pointer;
}

.subtitle-text {
    font-size: 1.2em;
    opacity: 0.8;
    font-weight: 300;
}

.uk-section-secondary {
    background: #FE6702;
}

.uk-section-muted {
    background: #EABC42;
}

.uk-marker {
    background: rgba(234, 58, 58, .2);
    border-radius: 100%;
    padding: 0;
}

#spec img {
    display: block;
    margin-bottom: 2vh;
}

.uk-offcanvas-bar {
    background: #296dc6;
}

user agent stylesheet div {
    display: block;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
    border-top: 1px solid #a7b1d3;
}

.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #a7b1d3;
}

#dane div:last-child {
    margin-bottom: 20px !important;
}

.nomar {
    margin: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.nopadT {
    padding-top: 0 !important;
}
