body {
    font-size: 15px;
    font-family: 'Roboto', Arial;
    font-weight: 300;
    color: #333;
}

body.krecek5-bg2 {
    background: url('../images/background.png') top center fixed;
}

header {
    height: 100px;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    display: block;
}

.tu {
    text-decoration: underline;
}

a {
    color: #333
}

a:hover {
    color: #000;
}

.news-img {
    max-width: 210px
}

nav {
    padding-top: 11px;
}

nav a {
    color: #333;
}

ul.nav {
    margin-top: 11px
}

ul.nav a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 9px;
}

ul.nav li a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff !important
}

.main-container {
    max-width: 1600px;
    width: 100%;
    padding-left: 100px;
    margin: 0 auto;
}

.main-content-wrapper, .main-content-wrapper2 {
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar-brand {
    font-size: 24px;
    padding-left: 0;
    padding-top: 29px;
    font-weight: 700;
    width: 258px;
    text-transform: uppercase;
    color: #333
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    padding-top: 10px;
    font-size: 21px;
    font-weight: 400;
}

h3 {
    font-size: 15px;
    font-weight: 400;
}

.project-main-photo {
    width: 100%;
    max-width: 1500px;
    margin: 100px auto 0 auto !important;
}

article ol {
    line-height: 1.5;
    margin: 1.5rem 0;
}
article ol li {
    padding-bottom: 1.5rem;
}

.main-content-wrapper {
    margin-top: 100px;
    margin-left: 268px;
    max-width: 600px;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}

.main-content-wrapper2 {
    max-width: 930px;
    width: 100%;
    margin: 70px auto 45px;
    position: relative;
}

.project-box a.main-link {
    font-size: 14px;
    display: block;
    padding: 3px 0 0 0;
    color: #333;
    font-weight: 400;
    clear: both;
    margin-bottom: -1px
}

.a-project-description {
    height: 38px;
}

.project-box .a-project {
    display: block
}

.project-box {
    content: " ";
    display: block;
    min-height: 1px;
    width: 300px;
    position: relative;
    padding: 0;
    margin-bottom: 12px;
    font-size: 11px;
}

.hp-frame {
    max-width: 1600px;
    position: relative;
    margin: 100px auto 0;
}

.no-scroll {
    overflow: hidden;
}

.mb25 {
    margin-top: 10px;
}

.project-detail-photo {
    display: block;
}

.lang-switcher {
    position: absolute;
    top: 0;
    right: 100px;
}

.lang-switcher a {
    font-size: 9px;
    display: inline-block;
    margin-left: 12px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400
}

.lang-switcher a.active {
    color: #333;
}

.hp-banner-ft {
    display: inline-block;
    position: absolute;
    top: 19%;
    left: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}

.hp-banner-item span.hp-banner-title {
    display: inline-block;
    position: absolute;
    top: 29%;
    left: 100px;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
}

.grid-projects {
    margin-top: 100px !important
}

@media (max-width: 1023px) {
    .lang-switcher {
        right: 5px
    }
}

@media (max-width: 768px) {
    .main-content-wrapper, .main-content-wrapper2 {
        margin-left: 0;
    }

    .hp-banner-ft {
        font-size: 1.9rem;
    }

    .hp-banner-item span.hp-banner-title {
        font-size: 45px;
        width: 650px;
    }
}

@media (max-width: 768px) {
    .media-left {
        display: block;
        margin-bottom: 20px
    }

    .main-container {
        padding-left: 0;
    }

    .navbar-toggle {
        width: 100%;
        padding: 10px;
        margin: 10px 0 0 0;
        height: 60px;
        text-align: left;
    }

    .menubar-title {
        z-index: 999;
        font-size: 24px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        top: 31px;
        left: 10px;
    }

    .icon-bar {
        border: 2px solid #ccc;
    }

    ul.nav {
        background-color: #fff
    }

    .hp-banner-item span {
        font-size: 2.25rem
    }

    .main-content-wrapper, .main-content-wrapper2 {
        margin-top: 100px;
        padding: 0 10px;
    }

    .hp-banner-ft {
        width: 300px;
        top: 5%;
        font-size: 1.7rem;
        left: 10px;
    }

    .hp-banner-item span.hp-banner-title {
        width: 300px;
        left: 10px;
        top: 20%;
        font-size: 30px;
    }
}
.thumbnail {
    margin-bottom: 0 !important;
}
.thumbnail:hover {
    box-shadow:0 1px 1px rgba(0, 0, 100, 0.1) !important;
}
.hp-end-page {
    padding: 0;
    margin: 0;
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    background-color: #fff;
}

.media-left {
    padding-right: 40px
}

.news-content p {
    font-size: 13px !important
}

.news-content .media-heading {
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-container {
        padding-left: 15px;
    }

    .main-content-wrapper2 {
        width: 650px
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .main-container {
        padding-left: 50px;
    }
}

@media (max-width: 319px) {
    a.menubar-title {
        font-size: 21px;
        top: 34px;
    }

    .hp-banner-title {
        font-size: 17px;
        width: 190px !important
    }
}

.cur-pointer {
    cursor: pointer
}

@media (max-width: 767px) {
    .k5-reallease-floor {
        position: relative;
        height: 225px;
        width: 300px;
        margin-bottom: 15px
    }

    .k5-reallease-map {
        width: 300px;
        float: left;
        position: absolute;
    }

    .k5-reallease-apartments {
        float: left;
        width: 300px;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .k5-reallease-floor, .k5-reallease-floor100 {
        position: relative;
        height: 428px;
        width: 570px;
        margin-bottom: 15px
    }

    .k5-reallease-floor100 {
        height: 623px;
    }

    .k5-reallease-map {
        width: 570px;
        float: left;
        position: absolute;
    }

    .k5-reallease-apartments {
        float: left;
        width: 570px;
        position: absolute;
    }
}

/* COMPONENTS */
.form-required {
    color: #f00;
    font-size: 1.9rem
}

.required .control-label:after {
    content: "*";
    color: red;
    padding-left: .5rem;
}

svg polygon:not([class*="rl-no-effect"]):hover {
    /*fill: #a5ff00 !important;*/
    fill: rgb(199, 212, 119) !important;
    fill-opacity: 0.5;
    transition: all .5s;
}
