body {
  background-color: #FFFFFF;
  background-size: cover;
  font-family: Helvetica Neue, robotoregular, sans-serif;
}

td,
th {
  white-space: normal !important;
}

strong {
  font-family: robotobold, serif;
  font-weight: normal;
  font-style: normal;
}

em {
  font-family: robotoitalic, serif;
  font-weight: normal;
  font-style: normal;
}

strong em,
em strong {
  font-family: robotobold_italic, serif;
  font-weight: normal;
  font-style: normal;
}

.clear-left {
  clear: left;
}

a,
a:focus,
a:hover {
  color: #F48130;
  outline: none;
  cursor: pointer;
}

.btn {
  border-radius: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #F48130;
  border-color: #F48130;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #F48130;
  border-color: #F48130;
}

.btn-primary:hover {
  color: #fff;
  background-color: #F48130;
  border-color: #F48130;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #F48130;
  border-color: #F48130;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #F48130;
  border-color: #F48130;
}

.form-control:focus {
  border-color: #F48130;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(244, 129, 48, 0.6);
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.facebook,
.elpastas {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: transparent url("decor/icons.png") no-repeat center center;
}

.facebook {
  background-position: 0 -288px;
}

.elpastas {
  background-position: 0 -318px;
}

.goHome {
  margin-left: 15px;
  margin-right: 5px;
  flex: 1;
}

.goHome img {
  max-width: 100%;
}

.header-logo {
  max-height: 72px;
  width: auto;
}

.phone {
  position: absolute;
  right: 90px;
  line-height: 32px;
  color: #F27E2C;
}

.topmenu {
  background-color: white;
}

.logo-mobile {
  width: 210px;
  background: transparent url("decor/logo-xs.png") no-repeat 15px 5px;
  outline: none;
}

.navbar {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 16px;
  flex: 2;
}

.navbar ul {
  list-style-type: none;
}

.navbar-expand-lg ul {
  width: 100%;
  display: flex;
}
.navbar-expand-lg .navbar .nav-item:last-child {
  border-right: 1px solid;
}

.navbar .nav-link {
  outline: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #FFF;
  background-color: #F27E2C;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #F27E2C;
}

.ntoRouter {
  padding: 0px 0 15px;
  display: flex;
}
.ntoRouter .router {
  margin-bottom: 2em;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: center;
}
.ntoRouter .router h1 {
  line-height: 1;
  margin-bottom: 10px;
}
.ntoRouter .router div {
  width: 100%;
  display: flex;
}
.ntoRouter .router a {
  flex: 1;
  padding: 0 5px;
}
.ntoRouter .router {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.ntoRouter .home-butai,
.ntoRouter .home-namai,
.ntoRouter .home-patalpos,
.ntoRouter .home-sklypai {
  position: relative;
  flex-grow: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: calc(25% - 15px);
}

.home-butai {
  background-image: url("decor/01-butai.jpg");
}

.home-namai {
  background-image: url("decor/02-namai.jpg");
}

.home-patalpos {
  background-image: url("decor/03-patalpos.jpg");
}

.home-sklypai {
  background-image: url("decor/04-sklypai.jpg");
}

.home-apie-mus {
  /*background: #F0F0F0 url("decor/bg-home-content.png") repeat-x center top;*/
  overflow: hidden;
}

.home-apie-mus h1 {
  font-size: 18px;
}

.home-apie-mus h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.home-apie-mus h3 {
  font-size: 14px;
  font-weight: bold;
}

.values {
  text-align: center;
  display: flex;
}
.values img {
  max-width: 30%;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
.values span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

@keyframes spin {
  from {
    transform: rotate3d(0, 0.5, 0, 210deg);
  }
  to {
    transform: rotate3d(0, 0.5, 0, 360deg);
  }
}
.vertybes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
  word-wrap: break-word;
}
.vertybes .vertybe {
  width: 25%;
  padding: 70px 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent none no-repeat center 20%;
  background-size: 62px 48px;
}
.vertybes .vertybe h3 {
  margin: 0;
  text-align: center;
}
.vertybes .vertybe.demesys {
  background-image: url("decor/vertybe-demesys.svg");
}
.vertybes .vertybe.patikimumas {
  background-image: url("decor/vertybe-patikimumas.svg");
}
.vertybes .vertybe.kokybe {
  background-image: url("decor/vertybe-kokybe.svg");
}
.vertybes .vertybe.novatoriskumas {
  background-image: url("decor/vertybe-novatoriskumas.svg");
}

.router-container {
  flex: 1 1 0;
  min-height: 100%;
  text-align: center;
}

.min-side-padding {
  padding: 1px;
}

.ntoRouter .router::before {
  content: "";
  background-image: url(../img/image/line.jpg);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}
.ntoRouter .router {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.router {
  color: #FFF;
  text-transform: uppercase;
  position: 0 10px;
}
.router .separator {
  position: relative;
}
.router span {
  font-size: 1.2em;
  text-align: left;
  position: relative;
}
.router span:hover {
  cursor: default;
}
.router a {
  color: #FFF;
  text-transform: none;
  position: relative;
  margin: auto;
  flex: 1 1 auto;
}
.router a.active {
  color: orange;
}
.router h1 {
  text-transform: none;
  position: relative;
  margin: auto;
}

.submenu {
  align-content: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.submenu .submenu-item {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  height: 100%;
}
.submenu .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.submenu .router {
  padding: 1em 1.5em;
  background-image: url(../img/image/line.jpg);
  display: flex;
  justify-content: space-evenly;
}
.submenu .router .separator {
  padding: 0 5px;
}
.submenu .router .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.submenu .router a {
  margin: 0;
  flex: 0 0 0;
}

.page-content {
  background: #FFFFFF none repeat-x center bottom;
}

.container.page-content {
  padding: 0 0 5px;
  flex: 1;
}

.page-content .router {
  margin-top: 0;
  margin-left: 0;
  min-height: 100%;
}

.darbuotojas {
  margin-bottom: 2em;
  min-height: 8em;
  position: relative;
}

.darbuotojas .tekstas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(244, 120, 33, .8);*/
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*color: #FFFFFF;*/
  color: #333333;
}

.darbuotojas .fotografija img {
  width: 100%;
}

.darbuotojas h2 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  /*color: #FFFFFF;*/
  color: #333333;
  text-transform: uppercase;
  margin: 0;
}

.darbuotojas a {
  /*color: #FFFFFF;*/
  color: #333333;
}

.darbuotojas p {
  margin: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.footer {
  padding: 5px 0 15px;
  position: static;
  background: white;
  width: 100%;
  z-index: 999;
}

.footer .container {
  border-top: 1px solid;
}

.footer-grid {
  padding: 0;
}

.team-quality-phone {
  margin-top: 8px;
}

.footer-mobile {
  display: none;
}

.ntoObjektas h1 {
  font-size: 22px;
}

.navbar-nav {
  justify-content: center;
  padding: 0;
}

.navbar-nav > li {
  text-align: center;
  flex: 1;
}
.navbar-nav > li a {
  color: black;
}

.dropdown-item {
  display: block;
  border: none;
}

a.dropdown-item {
  border: none;
  padding: 0.5em 1em !important;
}

.navbar-default .navbar-toggle {
  border-color: black;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid black;
    border-radius: 50%;
  }
  .topmenu {
    padding: 0px;
  }
  .topmenu .navbar-header {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
  }
  .topmenu .navbar-header .navbar-toggle:focus,
  .topmenu .navbar-header .navbar-toggle:hover {
    background-color: white;
  }
  .topmenu .navbar-header .navbar-brand {
    flex: 0.8;
  }
  .topmenu .navbar-header .navbar-toggle:not(.collapsed) {
    background-color: #fee6c8;
  }
  .topmenu .navbar-nav > li > a {
    padding: 5px 0px;
  }
  .topmenu .navbar-collapse {
    margin: 0;
  }
  .homepage {
    min-height: 80vh;
    display: flex;
    flex-flow: column;
  }
  .homepage .container {
    margin: 0;
  }
  .homepage .ntoRouter {
    flex: 1 1 auto;
  }
  .homepage .router {
    font-size: 1em;
  }
  .homepage .router div {
    display: flex;
  }
  .topmenu {
    min-height: 5vh;
  }
  .ntoRouter {
    flex-wrap: wrap;
  }
  .ntoRouter .home-butai,
  .ntoRouter .home-namai,
  .ntoRouter .home-patalpos,
  .ntoRouter .home-sklypai {
    margin-bottom: 5px;
    width: calc(50% - 5px);
  }
  .ntoRouter .home-butai,
  .ntoRouter .home-patalpos {
    margin-right: 5px;
  }
  .footer {
    padding: 0;
    position: static;
  }
  .footer-grid {
    padding: 0 10px;
  }
  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.5;
  }
  .footer-mobile-row {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    width: 100%;
  }
  .footer-mobile-left,
  .footer-mobile-right {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
  }
  .footer-mobile-left {
    text-align: left;
  }
  .footer-mobile-right {
    text-align: right;
  }
  .table-responsive {
    border: 0 none;
    margin-bottom: 0;
  }
  .home-apie-mus {
    display: none;
  }
  .router {
    font-size: 0.8em;
  }
  .router span {
    padding-right: 0em;
  }
  .submenu .submenu-item {
    flex: 1 0 auto;
  }
  .submenu .router {
    padding: 1em 3vw;
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    background: white;
  }
  .sticky .router {
    background-color: rgb(105, 105, 105);
  }
  .Rtable > .Rtable-row:first-child {
    display: none;
  }
  .Rtable-cell.foto {
    width: 50% !important;
  }
  .Rtable-cell.kaina {
    text-align: left;
  }
  .bendrine {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
  }
  .Rtable-cell {
    text-align: center;
    width: auto !important;
    flex: 1 1 0;
  }
  .Rtable-cell img {
    width: 100%;
  }
  .Rtable-cell img.mobile-attr-icon {
    width: 13px;
    max-width: none;
  }
}
.menu-group {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
}

body #objektas-_s_search-form > .min-side-padding:last-of-type .buttons input {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
}

@media (max-width: 345px) {
  .menu-group {
    display: block !important;
    flex-direction: column !important;
  }
  .mobile-attr-text {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .submenu {
    display: block !important;
    flex-direction: column !important;
  }
  .router-container {
    display: block;
    width: 100%;
    flex: none !important;
  }
  .router {
    span: first-child;
    span-text-align: left;
  }
}
@media (min-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .navbar .navbar-collapse {
    width: 100%;
  }
  .navbar .navbar-brand {
    padding: 0px;
  }
  .navbar li:last-child {
    border-right: 1px solid;
  }
  .navbar li {
    border-left: 1px solid;
    max-width: 120px;
  }
  .topmenu {
    display: none;
  }
  .navbar-nav {
    flex-wrap: nowrap;
  }
  .navbar-nav > li {
    width: auto;
    flex: 1 1 auto;
  }
  .header-big {
    position: relative;
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
  }
  .header-big .contacts {
    margin-right: 15px;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
  .header-big .contacts .social {
    padding-bottom: 0.2em;
    display: flex;
    justify-content: flex-end;
  }
  .header-big .contacts .social a {
    text-decoration: none;
    margin-left: 5px;
  }
  .header-big .contacts .social a:hover {
    filter: drop-shadow(0px 0px 1px #F48130);
  }
  .header-big .contacts .social img {
    height: 30px;
    margin-left: 0.2em;
  }
  .header-big .contacts .phones {
    font-size: 16px;
  }
  .nopadding-h {
    padding-left: 0;
    padding-right: 0;
  }
  .home-butai,
  .home-namai,
  .home-patalpos,
  .home-sklypai {
    min-height: 500px;
    /*background-size: auto;*/
    background-position: center center;
  }
  .home-butai,
  .home-namai,
  .home-patalpos {
    margin-right: 5px;
  }
  .router {
    margin-top: 300px;
    line-height: 1.2em;
    min-height: 78px;
    white-space: normal;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .navbar-nav {
    flex-wrap: wrap;
  }
  .submenu .router {
    font-size: 0.8em;
  }
  .submenu .router span {
    padding-right: 5px;
  }
  .submenu .router .links {
    flex: 1 1 auto;
  }
  .table thead td,
  .table thead th {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
  .submenu .router {
    padding: 1em 0.5em;
  }
  .submenu .router span {
    flex: 0 1 auto;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1100px;
  }
  .submenu .router {
    padding: 1em 1em;
  }
}
@media (min-width: 1200px) {
  .router {
    font-size: 1em;
  }
}
@media (max-width: 550px) {
  .main-content {
    padding: 0 5px;
    overflow: visible;
  }
  .submenu .router {
    padding: 1em 3vw !important;
  }
  .router-container {
    flex: 1 1 auto !important;
    justify-content: space-evenly;
  }
}
@media (min-width: 551px) {
  body #objektas-_s_search-form > .min-side-padding:last-of-type {
    display: flex;
    align-items: flex-end;
  }
  body #objektas-_s_search-form > .min-side-padding:last-of-type .navigation {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .mobile-price {
    font-size: 2em;
    align-items: center;
  }
  .ntoGallery {
    padding-left: 0;
    padding-right: 0;
  }
  .main-image {
    width: 100%;
    height: auto;
  }
  .thumbnails-container {
    padding-top: 1px;
  }
  .lSAction > div {
    width: 16%;
  }
  .lSAction a {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
/* Variables
================================== */
/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.Rtable .items {
  width: 100%;
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  list-style: none;
  flex: 1 1 0;
  border: solid 1px white;
}

.Rtable-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}

.Rtable > .Rtable-row:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.Rtable > .Rtable-row:first-child .Rtable-cell {
  margin: auto;
}

/* Table column sizing
================================== */
.Rtable-cell.foto {
  flex: 1 1 5%;
  margin: auto;
  max-width: 180px;
}
.Rtable-cell.foto img {
  width: 100%;
}

.Rtable-cell.adresas {
  flex: 1.5 1 0;
  text-align: left;
  padding-left: 15px;
}
.Rtable-cell.adresas a {
  display: block;
}

.location-line {
  display: block;
}

.bendrine {
  display: flex;
  flex: 1 1 50%;
}

.Rtable-cell.kaina {
  flex: 0.5 0.5 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-image {
  width: 100%;
}

.image-container {
  position: relative;
  width: 100%;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnails-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 5px;
}

.thumbnails-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0;
}
.thumbnails-list li {
  list-style: none;
  padding-right: 1px;
  padding-left: 1px;
}
.thumbnails-list li.active img {
  border-bottom: 3px solid #ff6600;
  border-radius: 4px;
}
.thumbnails-list img {
  width: 100px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.thumbnails-list img:hover {
  transform: scale(1.1);
}

.lSAction > div {
  font-size: 2em;
  width: 12%;
  top: 0;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.lSAction a {
  border-radius: 50%;
  opacity: 0.3;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.lSAction div:hover a {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  justify-content: flex-start;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  justify-content: flex-end;
  right: 10px;
}

@media (max-width: 767px) {
  .lSAction a {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.mobile-attr-icon {
  display: none;
}

.Rtable-cell.mobile-price {
  display: none;
}

.pagination {
  margin: 4px 0 2px;
  float: none;
  display: flex;
  width: 100%;
}

.summary_and_pager {
  display: flex;
  width: 100%;
  float: none !important;
  min-width: 0;
  clear: both;
}

.summary_and_pager.pager-top {
  justify-content: flex-end !important;
}

.summary_and_pager.pager-bottom {
  justify-content: flex-end !important;
}

.pager-list {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.pager-list .page {
  display: flex;
  flex: 0 0 auto;
}
.pager-list button {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #d7d7d7;
  background: #f1f1f1;
  color: #5a5a5a;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pager-list .pager-icon {
  font-size: 14px;
  line-height: 1;
}
.pager-list .pager-icon-double {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pager-list .pager-icon-double .pager-icon + .pager-icon {
  margin-left: -6px;
  opacity: 0.72;
}
.pager-list button:hover,
.pager-list button:focus {
  border-color: #F48130;
  color: #F48130;
  background: #fff8f2;
  outline: none;
}
.pager-list .selected button {
  border-color: #F48130;
  background: #F48130;
  color: #fff;
  font-family: robotobold, serif;
}
.pager-list button:disabled,
.pager-list button[aria-disabled=true] {
  color: #b4b4b4;
  border-color: #dddddd;
  background: #f6f6f6;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.pager-list .first button,
.pager-list .previous button,
.pager-list .next button,
.pager-list .last button {
  min-width: 24px;
  padding: 0;
}
.pager-list .first .pager-icon,
.pager-list .last .pager-icon {
  font-size: 12px;
}

.summary_and_pager.pager-top .pagination {
  justify-content: flex-end;
}

.summary_and_pager.pager-bottom .pagination {
  justify-content: flex-end;
}

@media (hover: hover) {
  #call_us {
    display: none;
  }
}
@media (hover: none) {
  body {
    margin: 0;
  }
  .Rtable .items > .Rtable-row > .Rtable-cell.kaina {
    display: none;
  }
  body.page-house .Rtable-cell.kambariu_sk {
    display: none;
  }
  .Rtable .items > .Rtable-row {
    border-bottom: 1px solid #000;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  .Rtable .items > .Rtable-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .has-bottom-divider .Rtable .items > .Rtable-row:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
  .Rtable-cell {
    flex: 1;
  }
  .Rtable-cell.bendrine {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 4px;
    align-items: start;
  }
  .Rtable-cell.bendrine > .Rtable-cell:not(.adresas):not(.mobile-stats) {
    max-width: none;
    min-width: 0;
    text-align: left !important;
    padding: 0;
    line-height: 1.15;
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
    height: 100%;
  }
  .mobile-attr-icon {
    display: inline-block;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    object-fit: contain;
    margin-right: 0;
    vertical-align: middle;
  }
  .pager-list {
    gap: 1px;
    justify-content: center;
  }
  .pager-list button {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 0 4px;
  }
  .pager-list .first,
  .pager-list .last {
    display: none;
  }
  .pager-list .previous button,
  .pager-list .next button {
    min-width: 22px;
  }
  .pager-list .previous .pager-icon,
  .pager-list .next .pager-icon,
  .pager-list .page button .pager-icon {
    font-size: 12px;
  }
  .pager-list .first .pager-icon,
  .pager-list .last .pager-icon {
    font-size: 11px;
  }
  .summary_and_pager.pager-top {
    justify-content: flex-end !important;
  }
  .summary_and_pager.pager-bottom {
    justify-content: flex-end !important;
  }
  .w-inputs.navigation {
    box-sizing: content-box;
  }
  .mobile-unit::after {
    content: attr(data-mobile-suffix);
    font-weight: 700;
    white-space: nowrap;
  }
  .mobile-unit {
    white-space: nowrap;
  }
  .Rtable-cell.adresas {
    grid-column: 1;
    text-align: left;
    padding-left: 0px;
    min-width: 0;
  }
  .Rtable-cell.adresas a {
    display: block;
    min-width: 0;
  }
  .Rtable-cell.adresas .location-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Rtable-cell.mobile-price {
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    justify-content: center;
    text-align: center;
    align-items: center !important;
    padding: 0;
    line-height: 1.15;
  }
  .paskirtis .mobile-attr-text {
    white-space: normal !important;
  }
  .paskirtis .komunikacijos {
    white-space: normal !important;
  }
  .Rtable-cell.bendrine > .Rtable-cell.mobile-price {
    align-items: start;
    gap: 6px;
  }
  .mobile-stats {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    align-items: start;
  }
  .mobile-stats > .Rtable-cell {
    max-width: none;
    min-width: 0;
    text-align: left !important;
    padding: 0;
    line-height: 1.15;
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
  }
  .mobile-attr-text {
    min-width: 0;
    display: block;
    white-space: nowrap;
    overflow-wrap: normal;
  }
  .ntoObjektai .Rtable-cell.kambariu_sk::after,
  .ntoObjektai .Rtable-cell.aukstas::after,
  .ntoObjektai .Rtable-cell.kaina::before {
    content: none;
  }
  #call_us {
    width: 40px;
    height: 40px;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    right: 20px;
    pointer-events: none;
    display: flex;
    z-index: 9999;
    mix-blend-mode: multiply;
  }
  #call_us a {
    color: black;
    pointer-events: auto;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  #call_us a img {
    max-width: 100%;
    transform: rotate3d(0, 0.5, 0, 180deg);
  }
}
@media (max-width: 550px) {
  .summary_and_pager.pager-top {
    justify-content: flex-end !important;
  }
  .thumbnails-list img {
    width: 50px !important;
  }
  .mobile-price {
    font-size: 1em;
  }
  .paskirtis.mobile-attr-text {
    white-space: wrap !important;
  }
  .summary_and_pager.pager-bottom {
    width: 100%;
    justify-content: flex-end !important;
  }
  .summary_and_pager.pager-top .pagination,
  .summary_and_pager.pager-bottom .pagination {
    justify-content: flex-end;
  }
  .summary_and_pager.pager-bottom .pagination {
    width: 100%;
    justify-content: flex-end;
  }
  .summary_and_pager.pager-bottom .pager-list {
    width: auto;
    max-width: 100%;
    justify-content: flex-end;
    gap: 2px;
  }
  .w-inputs.navigation {
    display: block;
  }
  .pagination {
    margin: 2px 0;
  }
  .pager-list {
    gap: 2px;
  }
  .pager-list button {
    font-size: 13px;
  }
  .pager-list .previous button,
  .pager-list .next button {
    min-width: 28px;
  }
  .pager-list .previous .pager-icon,
  .pager-list .next .pager-icon,
  .pager-list .page button .pager-icon {
    font-size: 13px;
  }
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.fancybox__content {
  display: block !important;
  margin: auto !important;
}

.foto img {
  transition: transform 0.5s ease-in-out;
}

.foto {
  position: relative;
}

.indicator-container {
  padding-bottom: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.indicator-dot {
  width: 6px; /* Smaller dot */
  height: 6px; /* Smaller dot */
  margin: 0 4px; /* Spacing between dots */
  background-color: rgba(0, 0, 0, 0.6); /* Default gray background for dots */
  border-radius: 50%;
  transition: background-color 0.3s;
}

.indicator-dot.active {
  background-color: #ff6347; /* Tomato color or any other color you prefer */
}

/*# sourceMappingURL=bootstrap-theme.css.map */
