*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	outline: none;
}
* {
  margin: 0;
}
*:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
        background-color: #f0f2f4;
  font-family: "Ubuntu Sans", sans-serif;
	font-size: 18px;
    width: 100vw;
    overflow-x: hidden;
    color: #000;
       text-wrap: pretty;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
img::-moz-selection {
    background-color: transparent;
}
img::selection {
    background-color: transparent;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}
ul, ol {
	list-style: none;
    padding: 0;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	position: relative;
}
a:hover {
	text-decoration: underline;
}
.logo a::after, .dj-megamenu-clean a::after, div.mod-languages a::after, footer a::after, .dropdown-menu li a::after {
  content: none;
}
p {
    margin-bottom: 15px;
}
.img-cover, .bst1 .right picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.gmap iframe {
    width: 100%;
    border-radius: 20px;
    border: 0;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: solid 3px #fff;
}
.anim, .lang-inline li a, .joomcckPageLinks .pagination a, .faq dt, footer a, .card .read-more, .doc-button, .doc-button a, .mod-finder .js-finder-search-query {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

/*** Fonts ***/
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.ubuntu-sans {
  font-family: "Ubuntu Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*** Site fonts ***/
.mod-languages, .dj-megamenu, .dj-offcanvas, h1, #apartments-list .card .hotel, #apartments-list .card .title, .bst3 h2, .bst5 h2, .bst2 .intro h2, .bst8 .cards-list .category, .bst8 .right-column .block h2, .bst8 .cards-list h3, .bst9 .right-column .block h2, .apartments-types li a, .bst10 h1, .bst11 .right-column .block h2, .other-apartments h2, .bst11 .links-list a, .btn-addnew, .btn-normal, .rental-price, .bst12 h2, .faq h2, .bst1 .right .video-block .text h2, .bst11 h1, .bst11 .full-desc h2, .bst11 .square-cards h3, header .bottom ul li b, ul.dj-mobile-light li.dj-mobileitem>a, #products-list .card .title, .read-more, .bst5 .cards h3, .bst11>div>div>.short-desc h2, #Question_Form .formResponsive button[type=submit], #Konsultacija .formContainer .rsform-block-title h3, .question_btn_wrap a, .mod-finder .js-finder-search-query, .result__taxonomy-item, .sppb-addon-header h2 {
        font-family: "Oswald", sans-serif;
}

/*** Site Titles ***/
h1 {
        font-size: 3em;
        text-transform: uppercase;
	position: relative;
        line-height: 1.07;
        letter-spacing: -0.04em;
        background-image: -o-linear-gradient(318deg, #050266, #c4608e);
        background-image: linear-gradient(132deg, #050266, #c4608e);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
.bst3 h2, .bst5 h2, .bst2 .intro h2, .other-apartments h2, .bst12 h2, .faq h2 {
        font-size: 2.5em;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.07;
        letter-spacing: -0.04em;
        background-image: -o-linear-gradient(318deg, #050266, #c4608e);
        background-image: linear-gradient(132deg, #050266, #c4608e);;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
.ecolive .bst2 .intro h2 {
        background-image: -o-linear-gradient(315deg, #426339, #b1d5a7);
        background-image: linear-gradient(135deg, #426339, #b1d5a7);
    }
.bst3 h2, .bst5 h2, .bst2 .intro h2 {
        margin-bottom: 50px;
    }
.bst1 .left h2 {
        color: #821932;
	font-size: 25px;
        margin-bottom: 15px;
    }
.bst4 h2 {
        font-size: 1.5em;
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #821932;
    text-align: center;
    }

/*** Text Styles ***/
.icon-cards .card span strong, .bst2 .text ul li strong {
        color: transparent;
        background-image: -o-linear-gradient(315deg, #2c438d, #539dbf);
        background-image: linear-gradient(135deg, #2c438d, #539dbf);
        -webkit-background-clip: text;
        background-clip: text;
        white-space: nowrap;
    }

/*** Pagination ***/
.d-flex {
    margin: 0 auto;
    display: table;
}
.joomcckPageLinks .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.joomcckPageLinks .pagination a {
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5px;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
}
.joomcckPageLinks .pagination .active a, .joomcckPageLinks .pagination li:hover a {
    background-color: #e0e2e5;
}
.joomcckPagesCounter {
    text-align: center;
    margin: 15px 0 0 0;
}

/*** List style ***/
.services ul li {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}
.services ul li:before {
    content: '';
    background-image: url(/images/lk-group/icons/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}



.records .navbar-expand-md, .com-content-article>.icons {
	display: none;
}

/*** FAQ ***/
.faq dt {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cad0d7;
    font-size: 20px;
}
.faq dt:nth-last-of-type(1) {
    border-bottom: none;
}
.faq dt.active {
    border-bottom: none;
}
.faq dt:hover, .faq dt.active {
    font-weight: 600;
}

        .faq dt::after {
            content: '+';
            position: absolute;
            right: 0;
        }

        .faq dt.active::after {
            content: '×';
        }

        .faq dd {
            height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0.3s ease-out;
            -o-transition: max-height 0.3s ease-out;
            transition: max-height 0.3s ease-out;
            margin-left: 20px;
        }

        .faq dd.open {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 25px 5px 25px;
    margin: -15px 0 35px 0;
    border: solid 1px #cad0d7;
    border-radius: 25px;
}

/*** Video ***/
.jcck-custom-responsive-embed {
    border: solid 5px #fff;
    border-radius: 25px;
    margin: 35px 0;
}

/*** Buttons ***/
.doc-button {
    background-color: #ffffff;
    text-align: center;
    border-radius: 25px;
    font-weight: 400;
    border-top: solid 1px #e3e9f0;
    border-left: solid 1px #e3e9f0;
    width: fit-content;
    display: flex;
	margin-top: 35px;
}
.doc-button a {
    padding: 10px 25px;
}
.doc-button:hover {
    background-color: #262641;
    color: #fff;
}
.doc-button:hover a {
    color: #fff;
}

/*** Question forma ***/
.question_btn_wrap, .mod-finder {
    right: 10px;
    bottom: 10px;
    z-index: 999999;
    position: fixed;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 2px;
    background-color: #00e6c2;
}
.question_btn_wrap{
    right: 10px;
}
.mod-finder {
    right: 155px;
}
.question_btn_wrap a {
    border-radius: 25px;
    display: block;
    padding: 10px 20px;
    font-size: 18px;
}
#Question_Form, #PDF_Form {
    display: none;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    height: 100%;
    background: -o-radial-gradient(center, ellipse, rgb(33 78 115 / 20%) 0%, #f0f2f400 100%);
    background: radial-gradient(ellipse at center, rgb(33 78 115 / 20%) 0%, #f0f2f400 100%);
    background-color: #fff;
    border: solid 1px #e3e9f0;
    padding: 35px 50px;
    margin: 50px auto;
    height: auto;
    max-width: 950px;
}
.rsform-block-email, .rsform-block-website, #PDF_Form .rsform-block-namesurname {
    display: none;
}
#Konsultacija .formContainer .formSpan12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Konsultacija .formContainer .rsform-block {
    margin: 0 15px;
    flex: 1;
    min-width: 245px;
}
#Konsultacija .formContainer .rsform-block label {
    margin-left: 15px;
    padding: 0 0 5px 0;
}
#Konsultacija .formContainer .rsform-block-title, #Konsultacija .formContainer .rsform-block-message, #Konsultacija .formContainer .rsform-block-submit, #PDF_Form #Konsultacija .rsform-block-repeat-email {
    flex: 1 1 100%;
}
#Konsultacija .formContainer .rsform-block-title {
	text-align: center;
    padding-bottom: 35px;
}
#Konsultacija .formContainer .rsform-block-title h3 {
    font-size: 2em;
    text-transform: uppercase;
    position: relative;
    line-height: 1.07;
    letter-spacing: -0.04em;
    background-image: -o-linear-gradient(318deg, #050266, #c4608e);
    background-image: linear-gradient(132deg, #050266, #c4608e);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 25px;
}
#Question_Form .formBody {
    display: flex;
    flex-wrap: wrap;
}
#Question_Form #rsform_error_3, #Question_Form .formRed {
    text-align: center;
}
#Question_Form .formBody .formValidation {
    flex: 1 1 100%;
    margin: -5px 0 0 15px;
}
#Question_Form input[type=text], #Question_Form input[type=email], #Question_Form textarea, #PDF_Form input[type=email] {
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border linear .2s, box-shadow linear .2s;
    padding: 10px 15px;
    flex: 1;
}
#Question_Form .formResponsive button[type=submit], #PDF_Form .formResponsive button[type=submit] {
    background-color: #262641;
    border: none;
    color: #fff;
    text-shadow: none;
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 18px;
    text-transform: uppercase;
    flex: 1 1 100%;
    margin-top: 25px;
}

#PDF_Form #Konsultacija .rsform-block-repeat-email {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#PDF_Form #Konsultacija .rsform-block-repeat-email label {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
#PDF_Form #Konsultacija .rsform-block-repeat-email .formControls {
    flex: 1 1 100%;
    width: 100%;
}
#PDF_Form #Konsultacija .rsform-block-repeat-email .formControls .formBody, #PDF_Form #Konsultacija .rsform-block-submit .formBody {
    display: flex;
}
#PDF_Form .sppb-btn.focus, #PDF_Form .sppb-btn:focus {
    box-shadow: none !important;
}

.mod-finder .input-group {
    display: flex;
    align-items: center;
}
.mod-finder .search-icon {
    width: 20px;
    flex: 0 0 20px;
    margin-left: 10px;
}
.mod-finder .js-finder-search-query {
    width: 138px;
    padding: 10px 15px 10px 5px;
	font-size: 18px;
    background-color: transparent;
}
.mod-finder .js-finder-search-query::placeholder {
  color: #000;
}
.mod-finder .js-finder-search-query:focus::placeholder {
  color: grey;
}
.mod-finder .js-finder-search-query:focus {
  width: 25vw;
}
.mod-finder .awesomplete > ul {
    bottom: 60px;
	background: #fff;
}
.mod-finder .awesomplete > ul:before {
	top: auto;
    bottom: -0.43em;
	border: none;
}
.pagination-block {
    background-color: white;
    padding-top: 45px;
}

/*** Search results ***/
#search-result-list > li{
    background-color: #fff;
    padding: 35px;
    border-radius: 25px;
    border: none;
}
.com-finder__results .search-pagination {
    margin-top: 1.5em;
    text-align: center;
}
.com-finder #search-form, .com-finder__results .result__taxonomy-item > span, .com-finder__results .result__taxonomy--Language {
	display: none;
}
.result__taxonomy-item {
    border-radius: 25px;
    padding: 3px 15px;
    background-color: #00e6c2;
    opacity: 0.5;
}
body mark {
    background-color: #00e6c2;
}
.result__title-url {
    font-size: 13px;
}