/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

body {
    font-family: 'Ubuntu', sans-serif;
}

:root {
    --color-one: #f84040;
    --color-two: #5F6477;
    --color-menu: #5F6477;
    --color-two-a: #3c3c3c;
    --color-black: #252525;
}

#categories-box h1 span,
#categories-box h4 span,
#notepad-box h1 span,
#notepad-box h4 span,
#search-box h1 span,
#search-box h4 span {
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {background-color: #eee0;}

#team h4,
.addon-1 a {
    font-weight: 600;
    text-transform: uppercase;
}

.blog .blog-list div.ofetitlel,
.blog .blog-list h2,
.offer div.ofetitlel,
.offer h2 {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0;
}

.offer .params .tags .cena,
.offer .params .tags .flag {
    float: right;
    text-align: right;
    line-height: 1em;
    font-weight: 600;
}

#main-content .offers h1,
#team h2,
.blog .blog-list h1,
.bottomFormTitle,
.oferta h1,
.oferta h3 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
    padding: 18px 0;
}

.oferta .offerProps .propName {
    font-weight: 600;
}

.property-box .params-short span {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--color-one);
    padding-right: 15px;
}

#header {
    background: #e2e2e2;
    z-index: 5;
    box-shadow: none;
    padding: 10px 0px 10px 0px;
}

#menu {
    background: var(--color-menu);
    z-index: 4;
    box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: none !important;
}

#header .container {
    height: 120px;
    display: flex;
}

.main-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-logo a img {
    margin-top: 0px;
    width: 80%;
    display: flex;
}

#menu.navbar-default .navbar-nav>li>a {
    margin: 0;
    padding: 0;
    height: 70px;
    line-height: 70px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    z-index: 10;
    position: relative;
    transition: .2s ease;
}

#menu.navbar-default .navbar-nav>li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0px solid rgba(0, 0, 0, 0);
}

#menu.navbar-default .navbar-nav>li:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: var(--color-one);
}

.option-section>div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.language-section {
    display: none;
}

.sloganBox p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* color: var(--color-one); */
}

.sloganBox p span:nth-child(1) {
    background: #ffffff;
    padding: 10px;
    font-size: 30px;
}

.sloganBox p span:nth-child(2) {
    background: #cbc9c9;
    /* color: var(--color-one); */
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.top-phone span {
    color: #2d2d2d;
    font-size: 1.2em;
}

#cookies-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2f2f2fe3 !important;
    z-index: 2147483646;
    padding: 20px 0;
    font-size: 13px;
}

#cookies-info .cookies-ok {
    margin: 0 auto;
    display: block;
    width: 104px;
    height: 28px;
    line-height: 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ffffff;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    color: var(--color-black);
}

.search-box .nav-tabs>li:first-child>a {
    background: var(--color-one);
    text-indent: -90000px;
    background-image: url(../../grafika/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.search-box .nav-tabs>li:last-child>a {
    background: var(--color-two);
    text-indent: -90000px;
    background-image: url(../../grafika/house-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#search-box .add-padding {
    z-index: 2;
    position: relative;
    background: var(--color-one) !important;
}

#categories-box {
    background: var(--color-one);
    color: #fff;
}

#search-box {
    background: #000;
    color: #fff;
    position: relative;
}

#search-box::after {
    background: linear-gradient(0deg, rgb(127 127 127) 0, rgba(42, 46, 62, 0) 100%);
    width: 100%;
    height: 97%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#banner .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    top: auto;
    margin-top: -70px;
}

.small-search .input-group-addon {
    background-color: var(--color-one);
    border: 2px solid var(--color-one);
    border-left: 0;
    position: relative;
}

.input-group-addon {
    padding: 0px 8px 0px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.small-search input.form-control {
    border: 2px solid var(--color-one);
    margin-left: 10px;
    border-right: 0;
    height: 47px;
    box-shadow: none;
}

.addon-1 {
    display: flex;
}

.addon-1 a {
    padding: 0px;
    font-size: 1em;
    display: flex;
    z-index: 2;
    position: relative;
    text-transform: inherit !important;
    line-height: 20px;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.addon-1 a p {
    line-height: 20px;
}

.addon-1 a span {
    font-size: 1.5em;
    line-height: 27px;
}

.addon-1 {
    height: 206px;
    position: relative;
    background: #ebebeb;
    margin: 10px 0 0;
    z-index: 100;
    border-radius: 0px 0px 10px 10px;
}

#banner200>a>p:nth-child(1) {
    font-size: 20px;
}

#banner200>a>p:nth-child(2) {
    font-size: 15px;
    color: var(--color-one);
}

#bottom-form {
    background: #dbd9d9;
    padding: 40px 0;
    color: var(--color-black);
}

#banner .slogan span {
    font-size: 1.5em;
    font-weight: 600;
}

.oferta .bottomFormTitle {
    color: var(--color-one);
    font-size: 2em;
}

#footer-menu {
    background: var(--color-one);
    position: relative;
    z-index: 4;
}

#footer {
    background: #191919;
    padding: 50px 0;
    color: #fff;
}

.globalForm .btn {
    padding: 15px 57px;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    background: var(--color-one);
    border: 0;
}

#search-box .ws-submit .btn {
    padding: 15px 57px;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    background: var(--color-two);
    border: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

#team h4 {
    color: var(--color-one);
    font-size: 1.5em;
    padding: 18px 0;
}

.btn-default.contactAgent {
    line-height: 14px;
    background: var(--color-two);
    color: #fff;
    border: 0;
    font-size: .8em;
    font-weight: 600;
    width: 80%;
}

.agent-offers {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 25px;
    right: -74px;
    line-height: 15px;
    display: block;
    border: 2px solid 2px solid #ebebeb;
}

.contact-agent {
    background: var(--color-one);
    overflow: hidden;
}

.agent-offers span {
    padding-top: 10px;
    display: block;
    color: var(--color-one);
}

.agent-offers b {
    font-size: .7em;
    color: var(--color-one);
}

#menu.navbar-default .navbar-nav>li.dropdown.open>a {
    background: var(--color-one);
}

#menu.navbar-default .navbar-nav .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    min-width: 200px;
}

#menu.navbar-default .navbar-nav .dropdown-menu {
    padding: 5px 0;
    margin: 0;
    background-color: var(--color-one);
    border: 0;
    border-radius: 0;
}

#copyright {
    padding: 0 15px;
    background: #191919;
    color: #fff;
}

#main-content .offers h1,
#team h2,
.blog .blog-list h1,
.oferta h1,
.oferta h3 {
    color: var(--color-one);
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
    padding: 18px 0;
}

.bottomFormTitle {
    color: #fff;
}

.offer .params .tags .cena {
    background: #fff;
    color: var(--color-one);
    font-size: 1.4em;
    padding: 10px 20px;
    position: relative;
    z-index: 10;
    height: 30px;
}

.offer .params .tags .flag {
    background: var(--color-two);
    color: #fff;
    font-size: .7em;
    padding: 10px 35px 10px 15px;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    height: 29px;
}

.offer .params .tags .flag::before {
    background: var(--color-two);
    content: "";
    display: block;
    width: 24px;
    height: 29px;
    transform: skew(-30deg, 0deg);
    top: 0;
    left: -13px;
}

#main-content .offers h2,
#main-content .offers h3 {
    color: var(--color-two);
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
    padding: 18px 0;
}

.property-box .cena {
    font-size: 2.7em;
    font-weight: 600;
    color: var(--color-two);
    float: right;
    margin-top: -50px;
}

#breadcrumb {
    background: #ffffff;
    border-bottom: 0px solid #ccc;
}

.oferta .property-box {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 0px solid #ccc;
    padding-top: 20px;
    position: relative;
}

.offer-options .btn-group button:hover {
    color: #fff;
    background: var(--color-two);
}

.offer-options .btn-group button span {
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    color: #fff;
    background: var(--color-two);
    font-size: .6em;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gallery-tabs.nav-tabs>li.active>a,
.gallery-tabs.nav-tabs>li.active>a:focus,
.gallery-tabs.nav-tabs>li.active>a:hover,
.gallery-tabs.nav-tabs>li>a {
    width: 60px;
    height: 60px;
    color: #fff;
    border-width: 0;
    margin-right: 2px;
    line-height: 60px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background: var(--color-two);
    font-size: 1.3em;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.gallery-tabs.nav-tabs>li.active>a::after {
    display: block;
    content: '';
    width: 5px;
    height: 10px;
    background: var(--color-two);
    bottom: -1px;
    left: 0;
    position: absolute;
    transform: skewY(-45deg);
}

#information .nav-tabs>li.active:focus>a,
#information .nav-tabs>li.active:hover>a,
#information .nav-tabs>li.active>a {
    background: var(--color-two);
    color: #fff;
    border: 0;
    outline: 0;
}

#information .nav-tabs {
    border-bottom: 2px solid var(--color-two);
}

.socials .instagram a {
    background: url(../../../grafika/instagram-png.png);
    margin: 0 2px;
}

.socials .instagram a {
    width: 36px;
    text-indent: -9000px;
    height: 36px !important;
    display: block;
}

.socials .facebook a {
    width: 36px;
    text-indent: -9000px;
    height: 36px !important;
    display: block;
}

#footer strong {
    color: var(--color-two);
}

#footer ul li b {
    font-weight: 600;
    color: var(--color-two);
}

#gallery .ofe-img .imgHolder {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    left: 0px;
}

#gallery .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    background-color: var(--color-one);
    top: auto;
    margin-top: -70px;
}

.sort-panel .btn-default.active {
    border-bottom: 4px solid #ff2c00;
    border-radius: 0px;
}

/* .search-box .nav-tabs>li.active>a,
.search-box .nav-tabs>li.active>a:focus,
.search-box .nav-tabs>li.active>a:hover,
.search-box .nav-tabs>li>a {
    border-radius: 10px 10px 0px 0px;
} */

#footer>div>div.col-md-6.col-sm-12>address>p>span,
#main-content>div.container>div>section>div.row>div.blog-box.col-md-12.col-sm-12.col-xs-12>div>article>div>address>p>span,
#header>div>div.top-section.col-xs-5.col-md-8.col-sm-6.pull-right>div.row.top-phone>div>p>span {
    margin-right: 5px;
    margin-left: 5px;
}

.search_0 {
    font-size: 23px;
    line-height: 26px;
}

.search_1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' 0,
        'opsz' 40
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}


p.contact_office {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
}

p.contact_office>span {
    position: absolute;
    left: 0;
    font-size: 23px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a.active,
.pagination>li>span.active {
    border-bottom: 2px solid var(--color-one);
}

#menu.navbar-default .navbar-nav>li:hover::before {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    z-index: 1;
}

.offer .params.anim {
    position: relative;
    z-index: 2;
    top: 0;
    transition: .1s ease;
    background: #fff;
    float: none;
}

.col.adres {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.col.adres p {
    margin-left: 10px;
}

.col-md-12.adres {
    margin-bottom: 20px;
}

.col-md-3.adres {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
}

.col-md-3.adres span {
    margin-bottom: 10px;
}

.col-md-3.adres p {
    margin-left: 0px;
}

@media (max-width:550px) {
    .addon-1 img {
        position: absolute;
        top: 8px;
        right: 0px;
        display: block;
        z-index: 1;
        width: 377px;
    }
}

.sort-panel .sort-box .open button,
.sort-panel .sort-box .open button:active,
.sort-panel .sort-box .open button:focus,
.sort-panel .sort-box .dropdown-menu {
    background: #3c3c3c;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: var(--color-one);
}

.sort-type.btn-group.pull-right {
    background: #6a1807;
}

.text-str-gl {
    font-size: 20px;
    margin: 50px 50px 50px 0px;
}

/* ukryte */

li.facebook {visibility: hidden;}