@font-face {
  font-family: 'droid_serif';
  src: url("fonts/droidserif-bold-webfont.woff2") format("woff2"), url("fonts/droidserif-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'droid_serif';
  src: url("fonts/droidserif-regular-webfont.woff2") format("woff2"), url("fonts/droidserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 40, scss/style.scss */
html {
  background: #1F0B01;
}

/* line 44, scss/style.scss */
body {
  font-family: "droid_serif", serif;
  font-size: 62.5%;
}

/* line 49, scss/style.scss */
a {
  color: #d19c57;
}

/* line 53, scss/style.scss */
a:hover, a:focus {
  color: #ac762f;
  text-decoration: underline;
}

/* line 58, scss/style.scss */
.content-wrapper {
  padding-top: 58px;
  position: relative;
  font-size: 1rem;
  color: #504434;
}

@media (min-width: 782px) {
  /* line 67, scss/style.scss */
  .content-wrapper {
    padding-top: 32px;
  }
}
@media (min-width: 1023px) {
  /* line 73, scss/style.scss */
  body {
    padding-top: 0;
    padding-left: 260px;
  }

  /* line 77, scss/style.scss */
  .content-wrapper {
    padding-top: 0;
  }
}
/* line 84, scss/style.scss */
h1,
h2,
h3,
h4 {
  font-family: "droid_serif", serif;
  color: #532b17;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  margin: 25px auto;
  text-transform: uppercase;
}

/* line 94, scss/style.scss */
h2 {
  background-color: #532b17;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f0b01+0,532b17+35,532b17+65,1f0b01+100 */
  background: #1f0b01;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1f0b01 0%, #532b17 35%, #532b17 65%, #1f0b01 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1f0b01 0%, #532b17 35%, #532b17 65%, #1f0b01 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1f0b01 0%, #532b17 35%, #532b17 65%, #1f0b01 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f0b01', endColorstr='#1f0b01',GradientType=1 );
  /* IE6-9 */
  color: white;
  padding: 15px 35px;
  box-sizing: content-box;
  position: relative;
  margin-left: -35px;
  margin-top: 0;
  width: 100%;
  border-bottom: 3px solid #edcf96;
}

/* line 113, scss/style.scss */
.single h2 {
  border-top: 3px solid #edcf96;
}

/* line 119, scss/style.scss */
body.single {
  background: #F4E3C2;
}

/* line 124, scss/style.scss */
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #524747;
  text-align: center;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  z-index: 10;
  background: #291409;
}

@media (min-width: 1023px) {
  /* line 138, scss/style.scss */
  .mobile-header {
    display: none;
  }

  /* line 141, scss/style.scss */
  .content-wrapper {
    padding-top: 0;
  }
}
/* line 146, scss/style.scss */
.mobile-logo {
  color: #edcf96;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
}
/* line 151, scss/style.scss */
.mobile-logo .logo {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
/* line 155, scss/style.scss */
.mobile-logo .headline {
  font-size: 0.5rem;
  font-family: "droid_serif", serif;
  text-transform: uppercase;
}

/* line 162, scss/style.scss */
.mobile-logo-image {
  width: 100%;
  max-width: 180px;
}

/* line 168, scss/style.scss */
body.admin-bar .mobile-header {
  top: 0px;
}

@media (min-width: 782px) {
  /* line 174, scss/style.scss */
  body.admin-bar .mobile-header {
    top: 32px;
  }
}
/* line 180, scss/style.scss */
#nav-toggle {
  width: 35px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}

/* line 198, scss/style.scss */
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  background: #edcf96;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 217, scss/style.scss */
#nav-toggle span:nth-child(1) {
  top: 0px;
}

/* line 221, scss/style.scss */
#nav-toggle span:nth-child(2),
#nav-toggle span:nth-child(3) {
  top: 12px;
}

/* line 224, scss/style.scss */
#nav-toggle span:nth-child(4) {
  top: 24px;
}

/* line 227, scss/style.scss */
#nav-toggle.active span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* line 232, scss/style.scss */
#nav-toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 238, scss/style.scss */
#nav-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 244, scss/style.scss */
#nav-toggle.active span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* line 249, scss/style.scss */
.navigation-top-container {
  display: none;
}

@media (min-width: 1023px) {
  /* line 254, scss/style.scss */
  .navigation-top-container {
    display: block;
  }
}
/* line 259, scss/style.scss */
.navigation-bottom-container {
  padding-top: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* line 260, scss/style.scss */
.navigation-bottom-container .projekto-vystytojai {
  font-family: "droid_serif", serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #929393;
}
/* line 268, scss/style.scss */
.navigation-bottom-container .projekto-vystytojai:after {
  content: "";
  position: relative;
  bottom: 0;
  margin: 0 auto;
  border-bottom: 1px dotted rgba(237, 207, 150, 0.5);
  width: 25%;
  height: 1px;
  display: block;
  margin-top: 10px;
}
/* line 286, scss/style.scss */
.navigation-bottom-container a {
  display: block;
  padding: 15px 25px 25px 25px;
  box-sizing: border-box;
}
/* line 290, scss/style.scss */
.navigation-bottom-container a img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  opacity: 0.8;
  transition: all 0.3s;
}
/* line 298, scss/style.scss */
.navigation-bottom-container a:hover img {
  opacity: 1;
}

/* line 306, scss/style.scss */
.navigation-top-logo {
  color: #edcf96;
  text-decoration: none;
}
/* line 307, scss/style.scss */
.navigation-top-logo img {
  width: 100%;
  padding: 0px 50px;
  box-sizing: border-box;
  margin-top: 20px;
}
/* line 315, scss/style.scss */
.navigation-top-logo .logo {
  font-size: 2rem;
}
/* line 318, scss/style.scss */
.navigation-top-logo .headline {
  font-size: 0.62rem;
  font-family: "droid_serif", serif;
  text-transform: uppercase;
}

/* line 326, scss/style.scss */
.decoration {
  width: 120px;
  margin: 40px auto;
}
/* line 329, scss/style.scss */
.decoration.top-decoration {
  margin-bottom: 15px;
}
/* line 332, scss/style.scss */
.decoration.bottom-decoration {
  margin-top: 15px;
}

/* line 337, scss/style.scss */
.site-navigation {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(41, 20, 9, 0.8);
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #524747;
  color: white;
  transition: all 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0;
  font-size: 1rem;
  font-family: "droid_serif", serif;
  text-align: center;
  background: url(textures/halftone.png);
  background: url(textures/metal.png);
  background: url(textures/metal-lighter.png);
  background: #1F0B01;
  background: #291409;
  background-size: 132px;
  /*&:before{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      content:"";
      opacity:1;
  }*/
}

/* line 372, scss/style.scss */
body.admin-bar .site-navigation {
  min-height: calc(100vh - 50px);
  top: 46px;
}

@media (min-width: 1023px) {
  /* line 380, scss/style.scss */
  body.admin-bar .site-navigation {
    min-height: calc(100vh - 32px);
    top: 32px;
  }
}
/* line 387, scss/style.scss */
.site-navigation.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}

/* line 392, scss/style.scss */
.site-navigation ul.menu {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
}
/* line 397, scss/style.scss */
.site-navigation ul.menu li {
  line-height: 40px;
}
/* line 399, scss/style.scss */
.site-navigation ul.menu li a {
  display: block;
  color: white;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-sizing: border-box;
  text-transform: uppercase;
}
/* line 411, scss/style.scss */
.site-navigation ul.menu li:hover a {
  color: #edcf96;
}
/* line 416, scss/style.scss */
.site-navigation ul.menu li.current-menu-item a {
  color: #edcf96;
}

@media (min-width: 1023px) {
  /* line 426, scss/style.scss */
  .site-navigation {
    opacity: 1;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
  }

  /* line 439, scss/style.scss */
  body.admin-bar .site-navigation {
    padding-top: 50px;
  }
}
/* line 448, scss/style.scss */
.top-nav-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 454, scss/style.scss */
ul.top-nav {
  list-style-type: none;
}

/* line 461, scss/style.scss */
.video-wrapper {
  width: 100%;
  overflow-x: hidden;
}

/* line 466, scss/style.scss */
video {
  width: 100%;
  border: 0;
}

@media (min-width: 1024px) {
  /* line 472, scss/style.scss */
  video {
    width: auto;
    height: 100vh;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* line 483, scss/style.scss */
.video-section {
  position: relative;
}

/* line 487, scss/style.scss */
.on-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url(img/on-video.jpg);
  opacity: 0;
  transition: all 1s;
}
/* line 498, scss/style.scss */
.on-video.visible {
  opacity: 1;
}

/* line 503, scss/style.scss */
.front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 516, scss/style.scss */
.front-content .temp-background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(textures/metal-lighter.png);
  background-size: 132px;
  opacity: 0;
  transition: all 3s;
  opacity: 0;
}
/* line 528, scss/style.scss */
.front-content .temp-background.visible {
  opacity: 0.8;
}
/* line 531, scss/style.scss */
.front-content .inner {
  position: relative;
}
/* line 533, scss/style.scss */
.front-content .inner .inner-background {
  background: #291409;
  background-size: 132px;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 544, scss/style.scss */
.front-content .decoration {
  position: relative;
  margin: 25px auto 15px auto;
}
/* line 547, scss/style.scss */
.front-content .decoration img {
  width: 100%;
  max-width: 200px;
  height: auto;
  box-sizing: border-box;
}
/* line 555, scss/style.scss */
.front-content .text-content {
  position: relative;
}
/* line 557, scss/style.scss */
.front-content .text-content h1 {
  padding: 0px 50px;
  margin: 0;
}
/* line 560, scss/style.scss */
.front-content .text-content h1 span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #edcf96;
  letter-spacing: 1px;
}
/* line 567, scss/style.scss */
.front-content .text-content h1 span.small {
  font-size: 1rem;
}
/* line 570, scss/style.scss */
.front-content .text-content h1 span.large {
  font-size: 2rem;
  font-weight: bold;
}
/* line 574, scss/style.scss */
.front-content .text-content h1 span.medium {
  font-size: 1.5rem;
}
/* line 578, scss/style.scss */
.front-content .text-content a.button {
  margin: 25px auto;
}

/* line 586, scss/style.scss */
.nav-blocks ul.menu {
  position: relative;
  margin: 0;
  margin-top: -5px;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  background: #1F0B01;
}
/* line 594, scss/style.scss */
.nav-blocks ul.menu li {
  width: 50%;
  padding: 0;
  float: left;
  display: block;
  background-color: #524747;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #edcf96;
}
/* line 604, scss/style.scss */
.nav-blocks ul.menu li:nth-child(even) {
  border-left: 0 !important;
}
/* line 607, scss/style.scss */
.nav-blocks ul.menu li:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #524747;
}
/* line 615, scss/style.scss */
.nav-blocks ul.menu li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  opacity: 0.85;
  transition: all 0.3s;
}
/* line 628, scss/style.scss */
.nav-blocks ul.menu li:hover:after {
  opacity: 0.3;
}
/* line 631, scss/style.scss */
.nav-blocks ul.menu li a {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-decoration: none;
  text-transform: uppercase;
  color: #edcf96;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  font-family: "droid_serif", serif;
  background: rgba(0, 0, 0, 0.2);
  background: rgba(41, 20, 9, 0.8);
  border: 1px solid #edcf96;
  transition: all 0.2s;
}
/* line 653, scss/style.scss */
.nav-blocks ul.menu li a:hover {
  background: #edcf96;
  color: white;
}
/* line 657, scss/style.scss */
.nav-blocks ul.menu li a .description {
  display: none;
}
/* line 664, scss/style.scss */
.nav-blocks ul.menu li:nth-child(odd) {
  border-left: 0;
}
/* line 667, scss/style.scss */
.nav-blocks ul.menu li:nth-child(even) {
  border-right: 0;
}
/* line 671, scss/style.scss */
.nav-blocks ul.menu li:nth-child(3), .nav-blocks ul.menu li:nth-child(4) {
  border-top: 0;
}
/* line 675, scss/style.scss */
.nav-blocks ul.menu li.nav-block-contacts {
  width: 100%;
}
/* line 677, scss/style.scss */
.nav-blocks ul.menu li.nav-block-contacts:before {
  padding-bottom: 25%;
}

/* line 684, scss/style.scss */
.nav-blocks ul.menu li.nav-block-apartments:after {
  background-image: url(photos/640/15.jpg);
}
/* line 685, scss/style.scss */
.nav-blocks ul.menu li.nav-block-location:after {
  background-image: url(photos/640/08.jpg);
}
/* line 686, scss/style.scss */
.nav-blocks ul.menu li.nav-block-benefits:after {
  background-image: url(photos/640/21.jpg);
}
/* line 687, scss/style.scss */
.nav-blocks ul.menu li.nav-block-gallery:after {
  background-image: url(photos/640/06.jpg);
}

@media (min-width: 550px) {
  /* line 693, scss/style.scss */
  .nav-blocks ul.menu li:before {
    padding-bottom: 50%;
  }
  /* line 696, scss/style.scss */
  .nav-blocks ul.menu li a {
    padding: 25px 60px;
  }

  /* line 702, scss/style.scss */
  .nav-blocks ul.menu li.nav-block-apartments:after {
    background-image: url(photos/1280/15.jpg);
  }
  /* line 703, scss/style.scss */
  .nav-blocks ul.menu li.nav-block-location:after {
    background-image: url(photos/1280/08.jpg);
  }
  /* line 704, scss/style.scss */
  .nav-blocks ul.menu li.nav-block-benefits:after {
    background-image: url(photos/1280/21.jpg);
  }
  /* line 705, scss/style.scss */
  .nav-blocks ul.menu li.nav-block-gallery:after {
    background-image: url(photos/1280/06.jpg);
  }
}
/* line 715, scss/style.scss */
.gallery-icon a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edcf96;
  opacity: 0;
  transition: all 0.2s;
}
/* line 726, scss/style.scss */
.gallery-icon a:hover:after {
  opacity: 0.2;
}

/* line 731, scss/style.scss */
.content-wrapper .gallery {
  overflow: hidden;
}
/* line 733, scss/style.scss */
.content-wrapper .gallery br {
  display: none;
}
/* line 736, scss/style.scss */
.content-wrapper .gallery .gallery-item {
  margin: 0 !important;
  width: 33% !important;
  width: calc(100% / 3) !important;
  box-sizing: border-box;
  border-right: 2px solid white !important;
  border-bottom: 2px solid white !important;
}
/* line 743, scss/style.scss */
.content-wrapper .gallery .gallery-item .gallery-icon {
  padding-bottom: 70%;
  position: relative;
}
/* line 746, scss/style.scss */
.content-wrapper .gallery .gallery-item .gallery-icon a {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 754, scss/style.scss */
.content-wrapper .gallery .gallery-item .gallery-icon a img {
  display: block;
  width: auto;
  height: 100%;
  border: 0 !important;
}

@media (max-width: 1024px) {
  /* line 769, scss/style.scss */
  .content-wrapper .gallery .gallery-item {
    border: 1px solid white !important;
    border-top: 0;
  }
}
@media (max-width: 550px) {
  /* line 778, scss/style.scss */
  .content-wrapper .gallery .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 320px) {
  /* line 786, scss/style.scss */
  .content-wrapper .gallery .gallery-item {
    width: 100% !important;
    border: 0 !important;
    border-bottom: 2px solid white !important;
  }
}
/* line 796, scss/style.scss */
#map {
  width: 100%;
  height: 100vh;
}

/* line 804, scss/style.scss */
.benefit-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 25px;
}
/* line 817, scss/style.scss */
.benefit-nav li {
  margin: 20px auto;
  display: inline-block;
  padding: 0 10px;
}
/* line 822, scss/style.scss */
.benefit-nav li a {
  border: 1px solid #edcf96;
  border-radius: 0;
  color: #524747;
  padding: 0px 15px;
  line-height: 33px;
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
/* line 835, scss/style.scss */
.benefit-nav li a:hover, .benefit-nav li a.active {
  background: #edcf96;
}

/* line 842, scss/style.scss */
.aukstai-nav {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 853, scss/style.scss */
.aukstai-nav li {
  margin: 20px auto;
  display: inline-block;
  padding: 0 10px;
}
/* line 858, scss/style.scss */
.aukstai-nav li a {
  border: 1px solid #e6bb6a;
  border-radius: 0;
  color: #524747;
  padding: 0px 15px;
  line-height: 33px;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
/* line 872, scss/style.scss */
.aukstai-nav li a:hover, .aukstai-nav li a.active {
  background: #edcf96;
}

/* line 880, scss/style.scss */
.benefit-nav.butai-nav li {
  margin: 0;
  margin-bottom: 15px;
}
/* line 884, scss/style.scss */
.benefit-nav.butai-nav a.butai-nav-info {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

/* line 892, scss/style.scss */
.butas-template-default .aukstai-nav {
  box-shadow: none;
}

/* line 897, scss/style.scss */
.benefits-list {
  background-size: cover;
}

/* line 901, scss/style.scss */
.benefit {
  width: 100%;
  min-height: 100vh !important;
  background-size: cover;
  position: relative;
  height: auto !important;
}

/* line 909, scss/style.scss */
.benefit-content-wrap {
  border-top: 1px dotted #edcf96;
  background: rgba(255, 255, 255, 0.9);
  min-height: 100vh;
  min-height: calc(100vh - 75px);
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  top: 0;
  top: 75px;
  left: 0px;
  color: #524747;
  font-weight: 300;
}
/* line 923, scss/style.scss */
.benefit-content-wrap.min-width {
  min-width: 765px;
}
/* line 929, scss/style.scss */
.benefit-content-wrap h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "droid_serif", serif;
  color: #7b6b6b;
  background: transparent;
}
/* line 938, scss/style.scss */
.benefit-content-wrap .benefit-text {
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: justify;
}

/* line 946, scss/style.scss */
.single-butas .benefit-content-wrap {
  top: 125px;
}

/* line 953, scss/style.scss */
.apartment-text h2 {
  padding-bottom: 15px !important;
  border-bottom: 3px solid #edcf96 !important;
}
/* line 957, scss/style.scss */
.apartment-text table {
  border-top: 1px solid transparent;
  margin: 25px auto 0px auto;
  width: 100%;
  max-width: 350px;
}
/* line 963, scss/style.scss */
.apartment-text table tr th, .apartment-text table tr td {
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  background: transparent !important;
  padding: 5px 10px;
}

/* line 974, scss/style.scss */
.single-nav .aukstai-nav, .single-nav .butai-nav {
  background: #faf3e4;
}

/* line 979, scss/style.scss */
.slick-arrow {
  width: 50px !important;
  height: 50px !important;
  z-index: 19 !important;
}

/* line 985, scss/style.scss */
.slick-arrow.slick-prev:before {
  content: "" !important;
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(img/slick-prev.png);
  background-size: contain;
}

/* line 994, scss/style.scss */
.slick-arrow.slick-next:before {
  content: "" !important;
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(img/slick-next.png);
  background-size: contain;
}

/* line 1003, scss/style.scss */
.block-content .slick-arrow:before {
  width: 35px !important;
  height: 35px !important;
  background-size: 35px 35px !important;
  transform: none !important;
}

/* line 1014, scss/style.scss */
.block-content .slick-arrow.slick-next {
  right: 25px !important;
}

/* line 1018, scss/style.scss */
.block-content .slick-arrow.slick-prev {
  left: 10px !important;
}

/* line 1025, scss/style.scss */
.benefits-list .slick-arrow, .apartment-list .slick-arrow {
  z-index: 100;
}
/* line 1027, scss/style.scss */
.benefits-list .slick-arrow:before, .apartment-list .slick-arrow:before {
  font-size: 50px !important;
}
/* line 1032, scss/style.scss */
.benefits-list .slick-prev, .apartment-list .slick-prev {
  left: 51% !important;
  left: calc(50% + 20px) !important;
}
/* line 1036, scss/style.scss */
.benefits-list .slick-next, .apartment-list .slick-next {
  right: 20px !important;
}

/* line 1042, scss/style.scss */
.buto-nuotraukos {
  position: relative;
}
/* line 1044, scss/style.scss */
.buto-nuotraukos .slick-arrow {
  z-index: 100;
  right: auto !important;
  margin: 0 !important;
}
/* line 1048, scss/style.scss */
.buto-nuotraukos .slick-arrow:before {
  font-size: 50px !important;
}
/* line 1053, scss/style.scss */
.buto-nuotraukos .slick-prev {
  left: 0px !important;
}
/* line 1056, scss/style.scss */
.buto-nuotraukos .slick-next {
  right: 0px !important;
}

/* line 1064, scss/style.scss */
.block-background {
  background-size: cover;
  background-position: right bottom;
  background-color: #fdfbf6;
  background-color: white;
  background-color: #edcf96;
  background-color: #faf3e4;
  padding-bottom: 50px;
}

/* line 1074, scss/style.scss */
.block-content {
  width: 70%;
  margin: 0 auto;
  max-width: 1024px;
  padding-top: 25px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0px 35px 35px 35px;
  margin-bottom: 80px;
  border: 3px solid #edcf96;
  box-shadow: 0px 0px 30px 0px rgba(41, 20, 9, 0.2);
  position: relative;
}
/* line 1088, scss/style.scss */
.block-content .frame-element {
  display: none;
}
/* line 1092, scss/style.scss */
.block-content .frame-left, .block-content .frame-right {
  background-size: 42px auto;
  background-repeat: repeat-y;
  width: 42px;
  position: absolute;
  top: 0;
  height: 100%;
  background-position: left center;
}
/* line 1102, scss/style.scss */
.block-content .frame-top, .block-content .frame-bottom {
  background-size: auto 42px;
  background-repeat: repeat-x;
  height: 42px;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: top;
  z-index: 1;
}
/* line 1114, scss/style.scss */
.block-content .frame-corner-top-left {
  background-image: url(img/frame/frame-corner-top-left.png);
  width: 105px;
  height: 105px;
  top: -42px;
  left: -42px;
  background-size: 105px 105px;
  position: absolute;
  z-index: 2;
}
/* line 1125, scss/style.scss */
.block-content .frame-corner-top-right {
  background-image: url(img/frame/frame-corner-top-right.png);
  width: 105px;
  height: 105px;
  top: -42px;
  right: -42px;
  background-size: 105px 105px;
  position: absolute;
  z-index: 2;
}
/* line 1136, scss/style.scss */
.block-content .frame-corner-bottom-left {
  background-image: url(img/frame/frame-corner-bottom-left.png);
  width: 105px;
  height: 105px;
  bottom: -42px;
  left: -42px;
  background-size: 105px 105px;
  position: absolute;
  z-index: 2;
}
/* line 1147, scss/style.scss */
.block-content .frame-corner-bottom-right {
  background-image: url(img/frame/frame-corner-bottom-right.png);
  width: 105px;
  height: 105px;
  bottom: -42px;
  right: -42px;
  background-size: 105px 105px;
  position: absolute;
  z-index: 2;
}
/* line 1158, scss/style.scss */
.block-content .frame-left {
  background-image: url(img/frame/frame-left.png);
  left: -42px;
}
/* line 1162, scss/style.scss */
.block-content .frame-top {
  top: -42px;
  background-image: url(img/frame/frame-top.png);
}
/* line 1166, scss/style.scss */
.block-content .frame-right {
  background-image: url(img/frame/frame-right.png);
  right: -42px;
}
/* line 1171, scss/style.scss */
.block-content .frame-bottom {
  bottom: -42px;
  background-image: url(img/frame/frame-bottom.png);
}

@media (max-width: 1400px) {
  /* line 1179, scss/style.scss */
  .block-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 1185, scss/style.scss */
  .block-content {
    width: 100%;
  }
}
/* line 1202, scss/style.scss */
.single-butas h2 {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 1208, scss/style.scss */
object {
  display: block;
}

/* line 1213, scss/style.scss */
.apartamentu-planas {
  opacity: 1;
  border-bottom: 3px solid #edcf96;
  position: relative;
  z-index: 2;
  width: 100%;
  width: calc(100% + 70px);
  margin-left: -35px;
  border-left: 0;
  border-right: 0;
  padding: 5px;
  box-sizing: border-box;
}

/* line 1228, scss/style.scss */
.page-template-apartamentai .apartamentu-planas {
  padding: 0;
}

/* line 1234, scss/style.scss */
.single .apartamentu-planas {
  border-bottom: 0;
  border-top: 0;
}

/* line 1240, scss/style.scss */
.apartamentu-planas {
  background: white;
  text-align: center;
}
/* line 1244, scss/style.scss */
.apartamentu-planas object:not(#aukstu_map) {
  width: calc(100% - 30px);
  margin: 0 auto;
}

/* line 1250, scss/style.scss */
.tooltip {
  position: absolute;
  background: white;
  text-align: center;
  display: none;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  padding: 0px;
  min-width: 130px;
  pointer-events: none;
}
/* line 1261, scss/style.scss */
.tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 25px;
  left: 0;
  width: 100%;
  z-index: -1;
  background-image: url(img/tooltip-shadow.png);
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.3;
}
/* line 1276, scss/style.scss */
.tooltip.visible {
  display: block;
}
/* line 1279, scss/style.scss */
.tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
/* line 1294, scss/style.scss */
.tooltip > div {
  padding: 3px 15px;
  font-weight: 300;
  font-size: 0.85rem;
  background: white;
}
/* line 1301, scss/style.scss */
.tooltip .t_title:before {
  content: "Nr. ";
}
/* line 1304, scss/style.scss */
.tooltip .t_title {
  padding: 5px 15px;
  background: #edcf96;
  font-weight: bold;
  font-family: "droid_serif", serif;
  font-size: 0.95rem;
  border-bottom: 1px solid #e8c178;
}
/* line 1313, scss/style.scss */
.tooltip .t_status {
  background: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1317, scss/style.scss */
.tooltip .t_status.laisvas {
  color: #65a056;
}
/* line 1320, scss/style.scss */
.tooltip .t_status.rezervuotas {
  color: #eaae50;
}
/* line 1323, scss/style.scss */
.tooltip .t_status.parduotas {
  color: #ea6a42;
}
/* line 1327, scss/style.scss */
.tooltip .t_aukstas {
  padding-bottom: 7px;
}

/* line 1335, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons), .page-template-komercines-patalpos table:not(.contact-persons) {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* line 1341, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr th, .page-template-apartamentai table:not(.contact-persons) tr td, .page-template-komercines-patalpos table:not(.contact-persons) tr th, .page-template-komercines-patalpos table:not(.contact-persons) tr td {
  text-align: center;
  padding: 7px 10px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
/* line 1346, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr th:first-child, .page-template-apartamentai table:not(.contact-persons) tr td:first-child, .page-template-komercines-patalpos table:not(.contact-persons) tr th:first-child, .page-template-komercines-patalpos table:not(.contact-persons) tr td:first-child {
  padding-left: 0;
}
/* line 1349, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr th:last-child, .page-template-apartamentai table:not(.contact-persons) tr td:last-child, .page-template-komercines-patalpos table:not(.contact-persons) tr th:last-child, .page-template-komercines-patalpos table:not(.contact-persons) tr td:last-child {
  padding-right: 0;
}
/* line 1361, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr:hover td, .page-template-komercines-patalpos table:not(.contact-persons) tr:hover td {
  opacity: 1;
  cursor: pointer;
  background: #edcf96;
}
/* line 1368, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr:hover td:first-child, .page-template-komercines-patalpos table:not(.contact-persons) tr:hover td:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+7,edcf96+69 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 7%, #edcf96 69%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 7%, #edcf96 69%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 7%, #edcf96 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edcf96',GradientType=1 );
  /* IE6-9 */
}
/* line 1376, scss/style.scss */
.page-template-apartamentai table:not(.contact-persons) tr:hover td:last-child, .page-template-komercines-patalpos table:not(.contact-persons) tr:hover td:last-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edcf96+31,ffffff+93 */
  background: #edcf96;
  /* Old browsers */
  background: -moz-linear-gradient(left, #edcf96 31%, white 93%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #edcf96 31%, white 93%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edcf96 31%, #ffffff 93%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edcf96', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

/* line 1391, scss/style.scss */
.buto-planai {
  background: white;
  width: 100%;
  width: calc(100% + 70px);
  margin-left: calc(-35px);
  border-top: 5px solid #edcf96;
  border-bottom: 5px solid #edcf96;
  box-sizing: border-box;
}
/* line 1401, scss/style.scss */
.buto-planai img {
  width: 100%;
  height: auto;
}
/* line 1405, scss/style.scss */
.buto-planai .buto-nuotraukos {
  display: none;
  padding: 20px 35px;
  box-sizing: border-box;
}
/* line 1409, scss/style.scss */
.buto-planai .buto-nuotraukos .slick-dots {
  left: 0;
  bottom: -15px;
}
/* line 1413, scss/style.scss */
.buto-planai .buto-nuotraukos.active {
  display: block;
}

/* line 1420, scss/style.scss */
.buto-nuotraukos .buto-nuotrauka {
  display: block;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1431, scss/style.scss */
.plano-tipas, .perjungejai {
  width: 100%;
  display: block;
  background: #f4e3c2;
  background: #f9f9f9;
  text-align: center;
  width: calc(100% + 70px);
  position: relative;
  margin-left: -35px;
  box-sizing: border-box;
  font-size: 0;
  z-index: 1000;
  text-transform: uppercase;
}
/* line 1444, scss/style.scss */
.plano-tipas .plano-tipo-perjungimas, .plano-tipas .aukstas-perjungimas, .perjungejai .plano-tipo-perjungimas, .perjungejai .aukstas-perjungimas {
  font-size: 0.85rem;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 7px 0;
  position: relative;
  background: #f4f4f4;
  border: 2px solid #edcf96;
  border-bottom: 0;
  transition: all 0.3s;
  font-weight: bold;
}
/* line 1458, scss/style.scss */
.plano-tipas .plano-tipo-perjungimas.active, .plano-tipas .aukstas-perjungimas.active, .perjungejai .plano-tipo-perjungimas.active, .perjungejai .aukstas-perjungimas.active {
  background: #edcf96;
}
/* line 1462, scss/style.scss */
.plano-tipas .plano-tipo-perjungimas:not(.active):hover, .plano-tipas .aukstas-perjungimas:not(.active):hover, .perjungejai .plano-tipo-perjungimas:not(.active):hover, .perjungejai .aukstas-perjungimas:not(.active):hover {
  background: #f4e3c2;
  cursor: pointer;
}
/* line 1467, scss/style.scss */
.plano-tipas .plano-tipo-perjungimas.active:before, .plano-tipas .aukstas-perjungimas.active:before, .perjungejai .plano-tipo-perjungimas.active:before, .perjungejai .aukstas-perjungimas.active:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #edcf96;
  border-width: 10px;
  margin-left: -10px;
  z-index: 1;
}
/* line 1485, scss/style.scss */
.plano-tipas .aukstas-perjungimas, .perjungejai .aukstas-perjungimas {
  border: 2px solid #e6bb6a;
  border-bottom: 0;
}
/* line 1489, scss/style.scss */
.plano-tipas .aukstas-perjungimas.active, .perjungejai .aukstas-perjungimas.active {
  background: #e6bb6a;
}
/* line 1492, scss/style.scss */
.plano-tipas .aukstas-perjungimas.active:before, .perjungejai .aukstas-perjungimas.active:before {
  display: none !important;
}

/* line 1498, scss/style.scss */
.perjungejai {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 1512, scss/style.scss */
.footer-contacts {
  position: relative;
  background: #1F0B01;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
}
/* line 1522, scss/style.scss */
.footer-contacts h2 {
  text-align: left;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  background: none;
  color: #edcf96;
  border-bottom: 2px solid #edcf96;
  border-top: 0 !important;
}

/* line 1535, scss/style.scss */
.footer-contacts-form-container, .footer-contacts-text-container {
  width: 50%;
  padding: 30px 30px;
  padding: 0;
  transition: all 0.3s;
}
/* line 1540, scss/style.scss */
.footer-contacts-form-container .inner-container, .footer-contacts-text-container .inner-container {
  padding: 30px;
}
/* line 1544, scss/style.scss */
.footer-contacts-form-container:hover, .footer-contacts-text-container:hover {
  background-color: rgba(237, 207, 150, 0.05);
}

@media (max-width: 750px) {
  /* line 1550, scss/style.scss */
  .footer-contacts-form-container, .footer-contacts-text-container {
    width: 100%;
    border-bottom: 1px dotted #edcf96;
  }
}
/* line 1557, scss/style.scss */
.footer-contacts-form-container .inner-container {
  border-right: 1px solid #edcf96;
}

/* line 1566, scss/style.scss */
.footer-contacts-text-container a {
  color: #edcf96;
  text-decoration: none;
}
/* line 1569, scss/style.scss */
.footer-contacts-text-container a:hover, .footer-contacts-text-container a:focus {
  color: #f4e3c2;
  text-decoration: underline;
}

/* line 1576, scss/style.scss */
table.contact-persons {
  color: #edcf96;
  font-size: 1.1rem;
}
/* line 1580, scss/style.scss */
table.contact-persons th, table.contact-persons td {
  text-align: left;
  padding: 5px;
}
/* line 1584, scss/style.scss */
table.contact-persons th.name {
  font-family: "droid_serif", serif;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 15px;
}
/* line 1590, scss/style.scss */
table.contact-persons th.name.larger-top-padding {
  padding-top: 35px;
}
/* line 1593, scss/style.scss */
table.contact-persons th {
  font-weight: bold;
  min-width: 50px;
}

/* line 1600, scss/style.scss */
form .ajax-loader {
  display: none !important;
}
/* line 1602, scss/style.scss */
form .ajax-loader.active {
  display: block;
}
/* line 1606, scss/style.scss */
form br {
  display: none;
}
/* line 1609, scss/style.scss */
form p {
  margin: 0;
}
/* line 1612, scss/style.scss */
form input, form textarea, form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #edcf96;
  color: white;
  font-size: 0.9rem;
  padding: 7px 10px;
  display: block;
  margin-top: 15px;
  box-sizing: border-box;
  outline-style: none !important;
  transition: all 0.6s;
  max-width: 100%;
}
/* line 1625, scss/style.scss */
form input:focus, form textarea:focus, form select:focus {
  border: 1px solid #f4e3c2;
  background: rgba(255, 255, 255, 0);
}
/* line 1631, scss/style.scss */
form textarea.blink {
  background: rgba(237, 207, 150, 0.5);
}
/* line 1636, scss/style.scss */
form input.wpcf7-not-valid, form textarea.wpcf7-not-valid {
  border: 1px solid #ea6a42 !important;
}
/* line 1639, scss/style.scss */
form input span.alert, form textarea span.alert {
  margin-top: -15px;
  position: relative;
  color: #ea6a42;
}
/* line 1646, scss/style.scss */
form .wpcf7-response-output {
  margin: 15px 0 !important;
  background: #edcf96;
  padding: 8px 15px !important;
  box-sizing: border-box;
  font-size: 0.85rem !important;
}
/* line 1652, scss/style.scss */
form .wpcf7-response-output.validation-errors {
  border: 2px solid #eaae50 !important;
}
/* line 1655, scss/style.scss */
form .wpcf7-response-output.mail-sent-ok {
  border: 2px solid #65a056 !important;
}
/* line 1661, scss/style.scss */
form input, form textarea, form select {
  color: #edcf96;
}
/* line 1662, scss/style.scss */
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(237, 207, 150, 0.6);
}
/* line 1665, scss/style.scss */
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(237, 207, 150, 0.6);
}
/* line 1668, scss/style.scss */
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(237, 207, 150, 0.6);
}
/* line 1671, scss/style.scss */
form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(237, 207, 150, 0.6);
}
/* line 1677, scss/style.scss */
form textarea {
  height: 100px;
}
/* line 1681, scss/style.scss */
form input[type="submit"] {
  background: #d19c57;
  border: 0;
  text-transform: uppercase;
  padding: 10px 10px;
  cursor: pointer;
  letter-spacing: 1px;
  color: white;
}
/* line 1689, scss/style.scss */
form input[type="submit"]:hover {
  background: #dcb47f;
}
/* line 1692, scss/style.scss */
form input[type="submit"]:focus {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 1703, scss/style.scss */
#map.contacts-map {
  height: 60vh;
}

/* line 1707, scss/style.scss */
.center-align {
  text-align: center;
}

/* line 1710, scss/style.scss */
.aligned-to-centered {
  margin: 0 auto;
}

/* line 1714, scss/style.scss */
a.button {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #edcf96;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px 15px;
  transition: all 0.3s;
  color: #edcf96;
  background: rgba(82, 71, 71, 0.5);
}
/* line 1727, scss/style.scss */
a.button:hover {
  background: #edcf96;
  color: white;
}

/* line 1733, scss/style.scss */
.apartment-text {
  text-align: center;
}
/* line 1735, scss/style.scss */
.apartment-text a.button {
  background: white;
  margin-top: 30px;
  background: #532B17;
  outline-style: none !important;
}
/* line 1741, scss/style.scss */
.apartment-text a.button:hover {
  background: #50210a;
}
/* line 1744, scss/style.scss */
.apartment-text a.button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 1755, scss/style.scss */
.locations-wrapper .locations {
  background: #f1d9ac;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 1760, scss/style.scss */
.locations-wrapper .locations table.locations-wrap {
  width: 100%;
  vertical-align: top;
}
/* line 1763, scss/style.scss */
.locations-wrapper .locations table.locations-wrap > tbody > tr > td {
  border-right: 1px dotted #594c3a;
  vertical-align: top;
  padding: 30px;
  padding-right: 0;
}
/* line 1773, scss/style.scss */
.locations-wrapper .locations table.locations-category th, .locations-wrapper .locations table.locations-category td {
  text-align: left;
  font-size: 0.8rem;
  padding: 2px 0;
  color: #594c3a;
}
/* line 1779, scss/style.scss */
.locations-wrapper .locations table.locations-category th.heading {
  font-size: 1rem;
  padding-bottom: 5px;
  letter-spacing: 1px;
  color: #504434;
}
/* line 1785, scss/style.scss */
.locations-wrapper .locations table.locations-category th {
  padding-right: 15px;
}
/* line 1788, scss/style.scss */
.locations-wrapper .locations table.locations-category tr:first-child td {
  padding-top: 10px;
}
/* line 1795, scss/style.scss */
.locations-wrapper .contacts-map.locations-map #map {
  height: 75vh;
}

/* line 1800, scss/style.scss */
table td.status {
  color: #65a056;
}
/* line 1803, scss/style.scss */
table td.status.Rezervuotas {
  color: #eaae50;
}

/* line 1808, scss/style.scss */
.legend {
  margin-bottom: 10px;
}
/* line 1810, scss/style.scss */
.legend .legend-item {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.8rem;
}
/* line 1815, scss/style.scss */
.legend .leg {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  margin-top: -4px;
  margin-right: 6px;
}
/* line 1824, scss/style.scss */
.legend .l-free {
  background: #65a056;
  border: 1px solid #507f44;
}
/* line 1828, scss/style.scss */
.legend .l-reserved {
  background: #eaae50;
  border: 1px solid #e59922;
}
/* line 1832, scss/style.scss */
.legend .l-sold {
  background: #ea6a42;
  border: 1px solid #e04819;
}

/* line 1839, scss/style.scss */
.slick-slide {
  outline-style: none !important;
}

/* line 1843, scss/style.scss */
.all-wrap {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  /* line 1850, scss/style.scss */
  .mobile-header {
    z-index: 9999 !important;
  }

  /* line 1853, scss/style.scss */
  .site-navigation {
    padding-top: 60px !important;
  }

  /* line 1857, scss/style.scss */
  .benefits-list .benefit {
    min-height: 1px !important;
  }

  /* line 1861, scss/style.scss */
  .content-wrapper {
    padding-top: 30px;
  }

  /* line 1866, scss/style.scss */
  .home .content-wrapper, .page-template-galerija .content-wrapper, .page-template-privalumai .content-wrapper, .page-template-apartamentai .content-wrapper, .page-template-komercines-patalpos .content-wrapper, .butas-template-default.single .content-wrapper {
    padding-top: 60px;
  }

  /* line 1871, scss/style.scss */
  .front-content {
    display: none !important;
    position: relative;
  }
  /* line 1875, scss/style.scss */
  .front-content .inner .decoration {
    width: 60px;
    display: none;
  }
  /* line 1879, scss/style.scss */
  .front-content .inner h1 {
    display: none !important;
  }
  /* line 1882, scss/style.scss */
  .front-content .inner a.button {
    margin: 5px auto 15px auto !important;
  }

  /* line 1889, scss/style.scss */
  ul#menu-pirmojo-puslapio-blokai li {
    border-right: 0 !important;
    border-left: 0 !important;
    width: 100%;
  }
  /* line 1893, scss/style.scss */
  ul#menu-pirmojo-puslapio-blokai li:before {
    padding-bottom: 50%;
  }
  /* line 1896, scss/style.scss */
  ul#menu-pirmojo-puslapio-blokai li a {
    width: 70%;
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
  }
  /* line 1903, scss/style.scss */
  ul#menu-pirmojo-puslapio-blokai li:first-child {
    border-bottom: 0;
  }

  /* line 1909, scss/style.scss */
  .footer-contacts-text-container .inner-container {
    padding: 15px;
  }
  /* line 1913, scss/style.scss */
  .footer-contacts-text-container table.contact-persons td, .footer-contacts-text-container table.contact-persons th {
    font-size: 0.85rem;
  }
  /* line 1916, scss/style.scss */
  .footer-contacts-text-container table.contact-persons th {
    padding-right: 0;
  }
  /* line 1919, scss/style.scss */
  .footer-contacts-text-container table.contact-persons th.name {
    font-size: 1.3rem;
  }
  /* line 1922, scss/style.scss */
  .footer-contacts-text-container table.contact-persons th.name.larger-top-padding {
    padding-top: 15px !important;
  }

  /* line 1929, scss/style.scss */
  .footer-contacts-form-container .inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1935, scss/style.scss */
  .benefit-nav, .aukstai-nav {
    padding: 15px 15px 10px 15px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  /* line 1940, scss/style.scss */
  .benefit-nav li, .aukstai-nav li {
    padding: 0 !important;
    margin: 0 !important;
    width: 50% !important;
    padding: 5px !important;
    box-sizing: border-box;
    float: left;
  }
  /* line 1947, scss/style.scss */
  .benefit-nav li a, .aukstai-nav li a {
    text-align: center;
    font-size: 0.65rem;
  }

  /* line 1955, scss/style.scss */
  .butai-nav li {
    width: 25% !important;
  }

  /* line 1961, scss/style.scss */
  .benefits-list .benefit {
    background-size: contain !important;
    background-color: white;
    background-repeat: no-repeat;
  }
  /* line 1965, scss/style.scss */
  .benefits-list .benefit .benefit-content-wrap {
    top: 0;
    background: white !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 0px 15px 10px 15px;
    margin-top: 200px;
  }
  /* line 1974, scss/style.scss */
  .benefits-list .slick-arrow {
    top: 100px !important;
  }
  /* line 1977, scss/style.scss */
  .benefits-list .slick-prev {
    right: auto !important;
    left: 0px !important;
  }
  /* line 1981, scss/style.scss */
  .benefits-list .slick-next {
    right: 0px !important;
  }

  /* line 1986, scss/style.scss */
  .block-background {
    padding-bottom: 25px;
  }

  /* line 1989, scss/style.scss */
  .block-content {
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 15px;
    width: calc(100% - 30px);
    box-shadow: none;
        /*
        .frame-left, .frame-right{
            background-size:15px auto;
            background-repeat: repeat-y;
            width:15px;
            position:absolute;
            top:0;
            height:100%;
            background-position: left center;
        }

        .frame-top, .frame-bottom{
            background-size:auto 15px;
            background-repeat: repeat-x;
            height:15px;
            width:100%;
            position:absolute;
            left:0;
            background-position: top;
            z-index:1;
        }
        .frame-top{top:-15px;}
        .frame-bottom{bottom:-15px;}
        .frame-left{left:-15px;}
        .frame-right{right:-15px;}
        
        .frame-corner-top-left, .frame-corner-top-right, .frame-corner-bottom-left, .frame-corner-bottom-right{
            width:37.5px;
            height:37.5px;
            background-size:37.5px 37.5px;
        }
        .frame-corner-top-left{left:-15px; top:-15px;};
        .frame-corner-top-right{right:-15px; top:-15px};
        .frame-corner-bottom-right{right:-15px; bottom:-15px;}
        .frame-corner-bottom-left{left:-15px; bottom:-15px;}
        */
  }

  /* line 2033, scss/style.scss */
  .apartamentu-planas {
    width: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
  }

  /* line 2040, scss/style.scss */
  .apartamentu-lentele {
    width: 100%;
    width: calc(100% + 30px);
    margin-left: calc(-15px);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2046, scss/style.scss */
  .apartamentu-lentele table.apartments {
    min-width: 700px;
  }
  /* line 2048, scss/style.scss */
  .apartamentu-lentele table.apartments tr td:first-child, .apartamentu-lentele table.apartments tr th:first-child {
    padding-left: 5px;
  }
  /* line 2051, scss/style.scss */
  .apartamentu-lentele table.apartments tr td:last-child, .apartamentu-lentele table.apartments tr th:last-child {
    padding-left: 5px;
  }

  /* line 2063, scss/style.scss */
  .buto-nuotraukos .buto-nuotrauka {
    height: 250px;
  }

  /* line 2068, scss/style.scss */
  .locations-wrap {
    width: 100% !important;
  }
  /* line 2070, scss/style.scss */
  .locations-wrap > tbody > tr > td {
    padding: 15px !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-right: 0 !important;
  }

  /* line 2079, scss/style.scss */
  table.locations-category {
    width: 100% !important;
  }
  /* line 2082, scss/style.scss */
  table.locations-category th, table.locations-category td {
    font-size: 0.75rem !important;
  }
  /* line 2085, scss/style.scss */
  table.locations-category td {
    text-align: right !important;
  }
  /* line 2088, scss/style.scss */
  table.locations-category th.heading {
    font-size: 1rem !important;
  }

  /* line 2094, scss/style.scss */
  h2 {
    font-size: 1.1rem;
  }

  /* line 2098, scss/style.scss */
  .on-video {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 720px) {
  /* line 2105, scss/style.scss */
  .benefits-list .benefit .benefit-content-wrap {
    margin-top: 400px !important;
  }

  /* line 2109, scss/style.scss */
  .benefits-list .slick-arrow {
    top: 200px !important;
  }
}
@media (max-width: 320px) {
  /* line 2117, scss/style.scss */
  .benefits-list .benefit .benefit-content-wrap {
    margin-top: 170px;
  }

  /* line 2121, scss/style.scss */
  .benefits-list .slick-arrow {
    top: 100px !important;
  }
}
/* line 2128, scss/style.scss */
.swipe {
  width: 300px;
  position: relative;
  top: -8px;
  display: none;
}

@media (max-width: 750px) {
  /* line 2136, scss/style.scss */
  .swipe {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) and (min-width: 1023px) {
  /* line 2144, scss/style.scss */
  .benefit-nav li {
    padding: 0 !important;
  }
}
/* line 2150, scss/style.scss */
.close-this {
  color: #EDCF96;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  font-family: sans-serif;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #EDCF96;
  cursor: pointer;
  transition: all 0.3s;
}
/* line 2159, scss/style.scss */
.close-this:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 2170, scss/style.scss */
.atviros-durys {
  background: white;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  font-weight: 400;
  color: #454545;
}

/* line 2184, scss/style.scss */
.atviros-durys-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2192, scss/style.scss */
.atviros-durys .atviros-durys-left {
  width: 15%;
  height: auto;
  background-color: #381d10;
  background-position: center center;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

/* line 2205, scss/style.scss */
.atviros-durys .atviros-durys-right {
  width: 80%;
  color: #454545;
  font-size: 13px;
  padding: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2213, scss/style.scss */
.atviros-durys .atviros-durys-right p {
  margin-bottom: 5px;
}

/* line 2218, scss/style.scss */
.atviros-durys h3 {
  color: #381d10;
  font-family: sans-serif;
  font-size: 17px;
  display: block;
  letter-spacing: 1px;
  text-align: left !important;
  margin: 0 !important;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding: 5px 10px;
  margin-left: -10px !important;
  background: #f5f5f5;
  margin-bottom: 6px !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 2243, scss/style.scss */
.atviros-durys-table {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2254, scss/style.scss */
.atviros-durys-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 20px;
  border-top: 1px solid transparent;
  margin-bottom: 5px;
}

/* line 2265, scss/style.scss */
.atviros-durys-table-icon {
  width: 16px;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
/* line 2274, scss/style.scss */
.atviros-durys-table-icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* line 2281, scss/style.scss */
.atviros-durys-table-text {
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
/* line 2285, scss/style.scss */
.atviros-durys-table-text a {
  color: #454545;
  text-decoration: none;
  font-size: 13px;
}
/* line 2289, scss/style.scss */
.atviros-durys-table-text a:hover {
  text-decoration: underline;
}

/* line 2295, scss/style.scss */
.atviros-durys-toggle {
  background: #381d10;
  width: 5%;
  position: relative;
}
/* line 2299, scss/style.scss */
.atviros-durys-toggle img {
  position: absolute;
  width: 50%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
/* line 2307, scss/style.scss */
.atviros-durys-toggle:hover {
  background-color: #180d07;
}

/* line 2312, scss/style.scss */
.atviros-durys.hidden {
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  -ms-transform: translateX(95%);
  -o-transform: translateX(95%);
  transform: translateX(95%);
}
/* line 2314, scss/style.scss */
.atviros-durys.hidden .atviros-durys-toggle img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

/* line 2319, scss/style.scss */
.atviros-durys.mobile {
  display: none;
}

@media (max-width: 1024px) {
  /* line 2324, scss/style.scss */
  .atviros-durys.hidden {
    transform: translateX(90%) !important;
  }

  /* line 2327, scss/style.scss */
  .atviros-durys {
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    z-index: 100000 !important;
  }
  /* line 2335, scss/style.scss */
  .atviros-durys .atviros-durys-table {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 2340, scss/style.scss */
  .atviros-durys .atviros-durys-table-row {
    width: 100% !important;
    margin-top: 5px;
  }
  /* line 2344, scss/style.scss */
  .atviros-durys .atviros-durys-left {
    display: none;
  }
  /* line 2347, scss/style.scss */
  .atviros-durys .atviros-durys-right {
    width: 90%;
  }
  /* line 2350, scss/style.scss */
  .atviros-durys .atviros-durys-toggle {
    width: 10%;
  }

  /* line 2356, scss/style.scss */
  .atviros-durys.mobile {
    display: block;
  }
}
/* line 2363, scss/style.scss */
.h_iframe {
  padding-top: 0 !important;
  height: 100%;
}

/* line 2368, scss/style.scss */
body .h_iframe iframe {
  height: 100%;
  position: relative;
}

/* line 2373, scss/style.scss */
.three-d-wrapper {
  height: 100vh !important;
}

@media (max-width: 900px) {
  /* line 2378, scss/style.scss */
  .three-d-wrapper {
    position: relative;
    height: 90vh !important;
  }

  height: 100%;
}
