body {
  background: #dbdbdb; /* Old browsers */
  background: -moz-linear-gradient(left, #dbdbdb 0%, #fafafa 47%, #dcdcdc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(47%, #fafafa), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #fafafa 47%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #dbdbdb 0%, #fafafa 47%, #dcdcdc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #dbdbdb 0%, #fafafa 47%, #dcdcdc 100%); /* IE10+ */
  background: linear-gradient(to right, #dbdbdb 0%, #fafafa 47%, #dcdcdc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dcdcdc', GradientType=1); /* IE6-9 */
  font-family: 'Noto Serif', serif;
  color: #3b3b3b;
}
.clearfix {
  clear: both;
}
a {
  color: #bd190a;
}
a:hover {
  color: #3b3b3b;
}
a:focus, a:active {
  outline: none;
}
@media (min-width: 1260px) {
  .container-md {
    max-width: 1230px;
  }
}
.header {
  background: #ffffff;
  padding: 23px 0 0 0;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.20);
  margin: 0 0 35px 0;
}
.navbar {
  padding: 0 !important;
}
.header .logo {
  padding: 20px 30px 0 15px;
}
.header .head-right {}
.header .slogan {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .slogan {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header .logo {
    padding: 15px 40px 0 15px;
  }
}
@media (min-width: 1200px) {
  .header .logo {
    padding: 25px 60px 0 15px;
  }
  .header .slogan {
    font-size: 18px;
    line-height: 26px;
  }
}
.header .number {
  padding-right: 30px;
  width: 345px;
  float: right;
  position: relative;
}
.header .number .nr {
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  padding-top: 19px;
  text-align: right;
}
.header .number .langs {
  position: absolute;
  right: 32px;
  top: -15px;
}
.header .number .langs a:hover {
  text-decoration: none;
}
.header .number .nr strong {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 0 0 2px 0;
  line-height: 38px;
}
@media (min-width: 992px) {
  .header .number .nr strong {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .header .number .nr {
    font-size: 13px;
  }
  .header .number .nr strong {
    font-size: 40px;
  }
}
.header .navigation {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navigation {
    margin-left: -240px;
  }
}
.header .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .navigation ul li {
  display: block;
}
.header .navigation ul li a {
  color: #bd190a;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  display: block;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .header .navigation ul li {
    float: left;
    display: block;
    position: relative;
  }
  .header .navigation ul li + li {
    padding-left: 55px;
  }
  .header .navigation ul li a {
    font-size: 20px;
    padding: 0 0 31px 0;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .header .navigation ul li + li {
    padding-left: 65px;
  }
  .header .navigation ul li a {
    font-size: 24px;
  }
}
.header .navigation ul li a:hover, .header .navigation ul li.current-menu-item a {
  color: #3b3b3b;
}
.header .navigation ul li.current-menu-item a:after {
  display: block;
  content: '';
  width: 184px;
  height: 22px;
  bottom: -22px;
  left: 50%;
  margin-left: -92px;
  background: url(../images/active.png) no-repeat;
  position: absolute;
}
@media (max-width: 767px) {
  .header .navbar-toggler {
    display: block !important;
    width: 40px;
    height: 28px;
    left: 15px;
    top: -64px;
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -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;
    border: none;
    outline: none
  }
  .header .navbar-toggler:focus, .header .navbar-toggler:active {
    border: none;
    outline: none
  }
  .header .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #bd190a;
    border-radius: 0;
    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
  }
  .header .navbar-toggler span {
    border: none
  }
  .header .navbar-toggler span:nth-child(1), .header .navbar-toggler span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header .navbar-toggler span:nth-child(2), .header .navbar-toggler span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header .navbar-toggler span:nth-child(1) {
    left: 4px;
    top: 4px
  }
  .header .navbar-toggler span:nth-child(2) {
    left: calc(50% - 3px);
    top: 4px
  }
  .header .navbar-toggler span:nth-child(3) {
    left: -50%;
    opacity: 0;
    top: 12px
  }
  .header .navbar-toggler span:nth-child(4) {
    left: 100%;
    opacity: 0;
    top: 12px
  }
  .header .navbar-toggler span:nth-child(5) {
    left: 4px;
    top: 17px
  }
  .header .navbar-toggler span:nth-child(6) {
    left: calc(50% - 3px);
    top: 17px
  }
  .header .navbar-toggler.collapsed span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
  }
  .header .navbar-toggler.collapsed span:nth-child(even) {
    left: 50%;
    border-radius: 0
  }
  .header .navbar-toggler.collapsed span:nth-child(odd) {
    left: 0px;
    border-radius: 0
  }
  .header .navbar-toggler.collapsed span:nth-child(1), .header .navbar-toggler.collapsed span:nth-child(2) {
    top: 0px
  }
  .header .navbar-toggler.collapsed span:nth-child(3), .header .navbar-toggler.collapsed span:nth-child(4) {
    top: 10px
  }
  .header .navbar-toggler.collapsed span:nth-child(5), .header .navbar-toggler.collapsed span:nth-child(6) {
    top: 20px
  }
  .header .navigation ul li.current-menu-item a:after {
    display: none !important;
  }
  .header {
    padding-top: 15px;
  }
  .header .container {
    position: relative;
  }
  .langs {
    display: none;
  }
  .header .logo {
    padding: 0 0 20px;
    text-align: center;
  }
  .header .logo img {
    max-width: 260px;
  }
  .header .number {
    width: 90px;
    float: none;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: -74px;
  }
  .header .number .nr {
    text-align: center;
    padding: 0;
  }
  .header .number .nr a.mob-nr {
    display: block !important;
    background: url("../images/call.png") no-repeat center;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
  }
  .header .number .nr strong, .header .number .nr span {
    display: none;
  }
  .header .slogan {
    text-align: center;
    padding: 0 50px 15px;
  }
  .header .navigation {
    padding: 0;
  }
  .header .navigation ul {
    padding: 15px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .header .navbar-toggler {
    top: -52px;
  }
  .header .number {
    top: -63px;
  }
  .header .number .nr a.mob-nr {
    margin-bottom: 3px;
  }
  .header .number .nr {
    font-size: 8px;
  }
  .header .slogan {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .header .logo img {
    max-width: 180px;
  }
}
@media (max-width: 359px) {
  .header .logo {
    padding-bottom: 25px;
  }
  .header .logo img {
    max-width: 150px;
  }
}
h1, .page-title {
  font-size: 22px;
  padding: 0px 0 25px 0;
  margin: 0;
  line-height: 32px;
  font-weight: normal;
}
@media (min-width: 576px) {
  h1, .page-title {
    font-size: 30px;
    padding: 10px 0 25px 0;
    margin: 0;
    line-height: 40px;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  h1, .page-title {
    font-size: 35px;
    padding: 5px 0 34px 0;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  h1, .page-title {
    font-size: 40px;
  }
}
.search {
  color: #ffffff;
  background: #bd190a;
  background: -moz-linear-gradient(top, #bd190a 0%, #ab0f01 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd190a), color-stop(100%, #ab0f01));
  background: -webkit-linear-gradient(top, #bd190a 0%, #ab0f01 100%);
  background: -o-linear-gradient(top, #bd190a 0%, #ab0f01 100%);
  background: -ms-linear-gradient(top, #bd190a 0%, #ab0f01 100%);
  background: linear-gradient(to bottom, #bd190a 0%, #ab0f01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd190a', endColorstr='#ab0f01', GradientType=0);
  border-radius: 0;
  padding: 25px 30px 30px 30px;
  margin: 0 -15px;
}
@media (min-width: 576px) {
  .search {
    border-radius: 6px 6px 0 0;
    padding: 30px 40px 32px 40px;
    margin: 0;
  }
}
@media (min-width: 1260px) {
  .search {
    padding: 40px 50px 42px 50px;
  }
}
.select-box {
  margin-bottom: 15px;
	position: relative;
}
select.selectbox, span.customSelect, .customSelectInner {
	width: 100%!important;
}
@media (max-width: 575px) {
  .street-select {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .select-box {
    float: left;
    width: 25%;
    margin: 0;
  }
  .select-box + .select-box {
    padding-left: 10px;
  }
}
.search-bottom {
  margin: 0 -15px 30px;
}
@media (min-width: 576px) {
  .search-bottom {
    margin: 0 0 30px;
  }
}
.search-bottom img {
  display: block;
  width: 100%;
  height: auto;
}
/*.search select {



	background: #890d03; 



	background: -moz-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); 



	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890d03), color-stop(50%, #9a0d03), color-stop(100%, #9e0f01)); 



	background: -webkit-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); 



	background: -o-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%);



	background: -ms-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); 



	background: linear-gradient(to bottom, #890d03 0%, #9a0d03 50%, #9e0f01 100%); 



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890d03', endColorstr='#9e0f01', GradientType=0 ); 



	border-radius: 5px;



	border: none;



}*/
.search select {
  cursor: pointer;
  width: 100%;
}
.search select option {
  font-size: 16px;
  padding: 3px 5px 3px 15px;
  color: #333;
}
.street-select {
  margin-right: 0;
}
.place-select select {
  width: 100%;
}
.street-select select {
  width: 100%;
}
.attributes-line {
  width: 100%;
}
@media (min-width: 576px) {
  .attributes-line {
    width: 50%;
    float: right;
  }
}
@media (min-width: 992px) {
  .attributes-line {
    width: 100%;
    float: none;
  }
}
.attributes-line .attribute {
  float: left;
}
.attributes-line .attribute + .attribute {
  margin-left: 15px;
}
.attributes-line .attr-price {
  width: 280px;
}
@media (min-width: 1200px) {
  .attributes-line .attr-price {
    width: 210px;
  }
}
.attributes-line .attr-area {
  width: 130px;
}
.attributes-line .attr-rooms {
  width: 130px;
}
.attributes-line .attr-floor {
  width: 130px;
  margin-right: 0;
}
.attributes-line .attr-object-number {
  width: 110px;
  margin-left: 25px !important;
}
@media (min-width: 1260px) {
  .attributes-line .attr-object-number {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .search label {
    padding-top: 15px !important;
    line-height: 22px !important;
    font-size: 16px !important;
  }
  .attributes-line .attr-price {
    width: 100%;
  }
  .attributes-line .attr-area {
    width: 50%;
    padding: 0 5px 0 0 !important;
    margin: 0 !important;
  }
  .attributes-line .attr-rooms {
    width: 50%;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
  }
  .attributes-line .attr-floor {
    width: 50%;
    padding: 0 5px 0 0 !important;
    margin: 0 !important;
  }
  .attributes-line .attr-object-number {
    width: 50%;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
  }
  .search input.price, .search input.area, .search input.flats, .search input.floor {
    width: calc(50% - 5px) !important;
  }
  .search input + input {
    margin-left: 10px !important;
  }
}
.search .customSelect {
  background: #890d02;
  background: -moz-linear-gradient(top, #890d02 0%, #9e0f01 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890d02), color-stop(70%, #9e0f01));
  background: -webkit-linear-gradient(top, #890d02 0%, #9e0f01 70%);
  background: -o-linear-gradient(top, #890d02 0%, #9e0f01 70%);
  background: -ms-linear-gradient(top, #890d02 0%, #9e0f01 70%);
  background: linear-gradient(to bottom, #890d02 0%, #9e0f01 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#890d02', endColorstr='#9e0f01', GradientType=0);
  padding: 8px 0 10px 18px;
  border-radius: 6px;
  font-size: 17px;
  line-height: 32px;
  height: 50px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .15);
}
.search .customSelect .customSelectInner {
  height: 34px;
  overflow: hidden;
  display: block;
  padding: 0 40px 0 0;
  background: url(../images/dropdown.png) no-repeat right;
}
.search .customSelect.customSelectHover {}
.search .customSelect.customSelectFocus {}
.search .customSelect.customSelectOpen {}
.search input {
  border-radius: 5px;
  background: #890d03; /* Old browsers */
  background: -moz-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890d03), color-stop(50%, #9a0d03), color-stop(100%, #9e0f01)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #890d03 0%, #9a0d03 50%, #9e0f01 100%); /* IE10+ */
  background: linear-gradient(to bottom, #890d03 0%, #9a0d03 50%, #9e0f01 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#890d03', endColorstr='#9e0f01', GradientType=0); /* IE6-9 */
  border: none;
  line-height: 20px;
  height: 40px;
  color: #ffffff;
  padding: 10px 15px;
}
.search input.price {
  width: 136px;
  float: left;
}
@media (min-width: 1200px) {
  .search input.price {
    width: 100px;
  }
}
.search input + input {
  margin-left: 5px;
}
.search input.area, .search input.flats, .search input.floor {
  width: 60px;
  float: left;
}
.search input.object_number {
  width: 100%;
  float: left;
}
.search label {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  line-height: 30px;
}
.search .selections-line {
  padding-top: 10px;
  width: 100%;
}
@media (min-width: 576px) {
  .search .selections-line {
    width: 50%;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .search .selections-line {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .search .selections-line {
    width: 780px;
  }
}
@media (min-width: 1260px) {
  .search .selections-line {
    width: 800px;
  }
}
.search .search-submit {
  position: relative;
  padding-top: 15px;
}
.search .search-button {
  background: #ee4031;
  background: -moz-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee4031), color-stop(100%, #c41000));
  background: -webkit-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -o-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -ms-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: linear-gradient(to bottom, #ee4031 0%, #c41000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4031', endColorstr='#c41000', GradientType=0);
  border: none;
  border-bottom: 4px #850b00 solid;
  border-radius: 9px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 60px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.search .search-button:hover {
  background: #f95143;
  background: -moz-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f95143), color-stop(100%, #e01304));
  background: -webkit-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -o-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -ms-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: linear-gradient(to bottom, #f95143 0%, #e01304 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f95143', endColorstr='#e01304', GradientType=0);
  border-bottom: 4px #8b170d solid;
}
.search .search-button:after {
  position: absolute;
  content: '';
  display: block;
  height: 34px;
  width: 100%;
  background: url(../images/search-button-shadow.png) no-repeat top center;
  background-size: 100%;
  bottom: -38px;
  left: 0%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .search .search-button {
    width: 360px;
    height: 70px;
    font-size: 28px;
  }
  .search .search-button:after {
    height: 40px;
    width: 360px;
    bottom: -44px;
    left: 50%;
    margin-left: -180px;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .search .custom-search-button {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .search .search-button {
    width: 213px;
    height: 100px;
  }
  .search .search-button:after {
    height: 29px;
    width: 219px;
    bottom: -33px;
    left: 50%;
    margin-left: -110px;
  }
}
@media (min-width: 1260px) {
  .search .search-button {
    width: 253px;
    font-size: 36px;
    height: 100px;
  }
  .search .search-button:after {
    height: 29px;
    width: 279px;
    bottom: -33px;
    left: 50%;
    margin-left: -140px;
  }
}
.objects-list {
  margin: 0 -5px;
  padding: 0 0 12px 0;
}
.objects-list .box {
  padding: 0 5px;
  margin-bottom: 20px;
  position: relative;
}
.objects-list .box a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
  transition: box-shadow 0.5s;
  border-radius: 7px;
  overflow: hidden;
}
.objects-list .box a:active, .objects-list .box a:focus {
  text-decoration: none;
}
.objects-list .box a:after {
  display: block;
  content: '';
}
.objects-list .box a:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
}
.objects-list .box a:hover {
  text-decoration: none;
}
.objects-list .box .new-status {
  background: url(../images/new.png) no-repeat;
  display: block;
  position: absolute;
  width: 153px;
  height: 151px;
  top: -6px;
  left: -1px;
}
.objects-list .box .sold-status {
  background: url(../images/sold.png) no-repeat;
  display: block;
  position: absolute;
  width: 269px;
  height: 266px;
  top: -6px;
  left: -1px;
}
.objects-list .box img {
  display: block;
  width: 100%;
  height: auto;
}
.objects-list .box .info {
  display: block;
  background: #fff;
  padding: 18px 20px 25px 20px;
  border-radius: 0 0 5px 5px;
}
.objects-list .box .info h2 {
  margin: 0;
  padding: 0 0 12px 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #3b3b3b;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 576px) {
  .objects-list .box .info h2 span {
    display: table-cell;
    height: 60px;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .objects-list .box .info h2 {
    font-size: 16px;
  }
}
@media (min-width: 992x) {
  .objects-list .box .info h2 {
    font-size: 17px;
  }
}
.objects-list .box .info .price {
  color: #bf190d;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  float: none;
  display: block;
}
.objects-list .box .info .price .price-eur {
  display: block;
  font-size: 24px;
  color: #666;
  font-weight: 400;
}
.objects-list .box .info .short-details {
  float: none;
  display: block;
  padding: 4px 0 0 0;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 16px;
}
.objects-list .box .info .rooms {
  background: url(../images/rooms-icon.png) no-repeat left;
  padding: 0 9px 0 21px;
}
.objects-list .box .info .area {
  background: url(../images/area-icon.png) no-repeat left;
  padding: 0 9px 0 19px;
}
.objects-list .box .info .floor {
  background: url(../images/floor-icon.png) no-repeat left;
  padding: 0 0 0 20px;
}
@media (min-width: 1200px) {
  .objects-list .box .info .price {
    font-size: 26px;
    line-height: 28px;
    float: left;
  }
  .objects-list .box .info .short-details {
    float: right;
    padding: 8px 0 0 0;
  }
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  color: #bc190a;
  font-weight: 700;
  padding: 0;
  text-align: center;
  width: 40px;
}
.wp-pagenavi a:hover {
  color: #3c3c3c;
}
.wp-pagenavi .current {
  font-size: 30px;
  color: #3c3c3c;
  padding: 0 5px;
  width: 50px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: url(../images/prev.png) no-repeat;
  margin: 0;
  width: 35px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 5px;
  text-indent: -9999px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}
.wp-pagenavi .nextpostslink {
  background: url(../images/next.png) no-repeat;
}
@media (min-width: 992px) {
  .wp-pagenavi a, .wp-pagenavi .current {
    font-size: 32px;
    width: 60px;
  }
  .wp-pagenavi .current {
    font-size: 48px;
    width: 60px;
  }
}
@media (max-width: 575px) {
  .wp-pagenavi {
    position: relative;
    padding: 0 60px;
    margin-bottom: 25px;
  }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
  }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
  }
  .wp-pagenavi .extend + a.larger.page, .wp-pagenavi .extend + a.larger.page + a.larger.page, .wp-pagenavi .extend + a.larger.page + a.larger.page + a.larger.page, .wp-pagenavi .extend + a.larger.page + a.larger.page + a.larger.page + .extend {
    display: none;
  }
  .wp-pagenavi a, .wp-pagenavi .current {
    width: auto;
    padding: 0 8px;
    font-size: 16px;
  }
  .wp-pagenavi .current {
    font-size: 20px;
    width: auto;
  }
}
.page-content {
  font-size: 15px;
  line-height: 20px;
}
.page-content p {
  margin: 0 0 24px;
}
.contacts .page-content p {
  font-size: 15px;
  line-height: 20px;
}
.h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
  .page-content {
    font-size: 18px;
    line-height: 24px;
  }
  .contacts .page-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .page-content {
    font-size: 20px;
    line-height: 28px;
  }
  .contacts .page-content p {
    font-size: 17px;
    line-height: 25px;
  }
  .h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
}
.page-content .photo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.page-content .object-info {
  padding-bottom: 34px;
}
.page-content .object-info .price {
  color: #bd190a;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 992px) {
  .page-content .object-info .price {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .page-content .object-info .price {
    font-size: 62px;
    line-height: 50px;
  }
}
.page-content .object-info .price .price-eur {
  color: #666;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}
.page-content .object-info .price-area {
  color: #898989;
  font-size: 26px;
  line-height: 40px;
  padding: 10px 0 10px 0;
}
.page-content .object-info .price-area .price-area-eur {
  display: block;
  font-size: 24px;
  color: #999;
  line-height: 30px;
}
.page-content .object-info .detail-list {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .page-content .object-info .detail-list {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .page-content .object-info .detail-list {
    font-size: 18px;
    line-height: 24px;
  }
  .page-content .object-info .price-area {
    font-size: 30px;
  }
}
.page-content .object-info ul.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content .object-info ul.detail-list li {
  padding: 3px 0;
}
.page-content .object-info ul.detail-list span {
  display: inline-block;
  width: 175px;
}
.page-content .object-info ul.detail-list strong {
  text-transform: lowercase;
}
.object-content p {
  line-height: 26px;
}
.object-content ul li {
  line-height: 30px;
}
@media (min-width: 992px) {
  .object-content p {
    line-height: 28px;
  }
  .object-content ul li {
    line-height: 36px;
  }
}
.career .content-text {
  padding-bottom: 25px;
}
.large-slider {
  border-radius: 0;
  margin: 0 -15px 4px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .large-slider {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    margin: 0 0 20px;
  }
}
.large-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.large-slider img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.large-slider .bx-prev, .large-slider .bx-next {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  width: 40%;
  z-index: 60;
  text-indent: -9999px;
}
.large-slider .bx-prev {
  background: url(../images/image-prev.png) no-repeat left center;
  left: 0;
}
.large-slider .bx-next {
  background: url(../images/image-next.png) no-repeat right center;
  right: 0;
}
@media (max-width: 991px) {
  .large-slider .bx-prev, .large-slider .bx-next {
    background-size: 30%;
    ;
  }
}
.thumbnails-slider {
  margin: 0 -12px 20px;
}
.thumbnails-slider ul {
  margin: 0 -2px;
  padding: 0;
  list-style: none;
}
.thumbnails-slider ul li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 25%;
  padding: 0 2px 2px 2px;
}
.thumbnails-slider ul li a {
  display: block;
  position: relative;
  border-radius: 1px;
}
.thumbnails-slider ul li a span {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px #bd190a solid;
  display: none;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnails-slider ul li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.thumbnails-slider ul li a.active span {
  display: block;
}
@media (min-width: 576px) {
  .thumbnails-slider {
    margin: 0 0 40px;
  }
  .thumbnails-slider ul {
    margin: 0 -3px;
  }
  .thumbnails-slider ul li {
    width: 20%;
    padding: 0 3px 6px 3px;
  }
  .thumbnails-slider ul li a span {
    border: 3px #bd190a solid;
  }
  .thumbnails-slider ul li img {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .thumbnails-slider ul li {
    width: 16.6666%;
  }
  .thumbnails-slider ul li a span {
    border: 4px #bd190a solid;
  }
}
@media (min-width: 992px) {
  .thumbnails-slider ul {
    margin: 0 -5px;
  }
  .thumbnails-slider ul li {
    width: 12.5%;
    padding: 0 5px 10px 5px;
  }
}
@media (min-width: 1200px) {
  .thumbnails-slider ul {
    margin: 0 -8px;
  }
  .thumbnails-slider ul li {
    width: 10%;
    padding: 0 8px 12px 8px;
  }
  .thumbnails-slider ul li a span {
    border: 5px #bd190a solid;
  }
}
.h1 {
  font-size: 30px;
  line-height: 40px;
  padding: 20px 0 25px 0;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 25px 0 30px 0;
  }
}
.reviews {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 40px;
}
.reviews .review-box {
  padding: 40px 15px 20px;
  font-style: italic;
  background: url(../images/qoute-top.png) no-repeat;
}
@media (min-width: 1200px) {
  .reviews {
    font-size: 20px;
    line-height: 28px;
  }
  .reviews .review-box {
    padding: 40px 25px 30px;
  }
}
.reviews .review-box p {
  margin: 0 0 10px;
}
.reviews .review-box .author {
  padding: 0 60px 24px 0;
  margin: 0px 0 0 0;
  font-weight: 700;
  font-style: italic;
  background: url(../images/qoute-bottom.png) no-repeat right bottom;
}
.person-block {
  padding-bottom: 40px;
  line-height: 32px;
}
.person-block .person-photo {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 120px;
}
.person-block .person-photo img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.person-block .person-info .h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  padding: 0 0 10px;
}
.person-block .person-info .phone {
  color: #bd190a;
  font-size: 18px;
  font-weight: 700;
}
.person-block .person-info .email a {
  color: #bd190a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.person-block .person-info .email a:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .person-block {
    line-height: 38px;
  }
  .person-block .person-info .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .person-block .person-info .phone {
    font-size: 26px;
  }
  .person-block .person-info .email a {
    font-size: 20px;
  }
  .person-block .person-photo {
    width: 170px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .person-block {
    padding-bottom: 70px;
    line-height: 45px;
  }
  .person-block .person-info .h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .person-block .person-info .phone {
    font-size: 36px;
  }
  .person-block .person-info .email a {
    font-size: 24px;
  }
  .person-block .person-photo {
    width: 200px;
  }
}
.back {
  margin: -10px 0 25px 0;
}
.back a {
  background: url(../images/back.png) no-repeat left;
  color: #bd190a;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.back a:hover {
  color: #3b3b3b;
}
@media (min-width: 576px) {
	.back a {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
  .back {
    margin: -15px 0 40px 0;
  }
  .back a {
    font-size: 16px;
  }
}
.form-control {
  background: #c7c7c7;
  background: -moz-linear-gradient(top, #c7c7c7 0%, #dbdbdb 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c7c7), color-stop(70%, #dbdbdb));
  background: -webkit-linear-gradient(top, #c7c7c7 0%, #dbdbdb 70%);
  background: -o-linear-gradient(top, #c7c7c7 0%, #dbdbdb 70%);
  background: -ms-linear-gradient(top, #c7c7c7 0%, #dbdbdb 70%);
  background: linear-gradient(to bottom, #c7c7c7 0%, #dbdbdb 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#dbdbdb', GradientType=0);
  border-radius: 4px;
  padding: 0px 12px;
  font-size: 18px;
  color: #3b3b3b;
  height: 40px;
  line-height: 40px;
  font-family: 'Noto Serif', serif;
  width: 100%;
  border: none;
}
textarea.form-control {
  height: 100px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: -moz-linear-gradient(top, #c7c7c7 0%, #dbdbdb 30%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c7c7), color-stop(70%, #dbdbdb));
  background: -webkit-linear-gradient(top, #c7c7c7 0%, #dbdbdb 30%);
  background: -o-linear-gradient(top, #c7c7c7 0%, #dbdbdb 30%);
  background: -ms-linear-gradient(top, #c7c7c7 0%, #dbdbdb 30%);
  background: linear-gradient(to bottom, #c7c7c7 0%, #dbdbdb 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#dbdbdb', GradientType=0);
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid {
  border: 3px #bd190a solid;
  padding-left: 9px;
}
.search .custom-search-button {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .search .custom-search-button {
    padding-top: 10px;
  }
}
.search .search-submit {
  /*position: relative;*/
  padding-top: 15px;
}
.wpcf7-submit {
  background: #ee4031;
  background: -moz-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee4031), color-stop(100%, #c41000));
  background: -webkit-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -o-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: -ms-linear-gradient(top, #ee4031 0%, #c41000 100%);
  background: linear-gradient(to bottom, #ee4031 0%, #c41000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4031', endColorstr='#c41000', GradientType=0);
  border: none;
  border-bottom: 4px #850b00 solid;
  border-radius: 9px;
  width: 180px;
  height: 65px;
  line-height: 65px;
  padding: 0px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
}
.wpcf7-submit:hover {
  background: #f95143;
  background: -moz-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f95143), color-stop(100%, #e01304));
  background: -webkit-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -o-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: -ms-linear-gradient(top, #f95143 0%, #e01304 100%);
  background: linear-gradient(to bottom, #f95143 0%, #e01304 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f95143', endColorstr='#e01304', GradientType=0);
  border-bottom: 4px #8b170d solid;
}
.wpcf7-submit:after {
  position: absolute;
  content: '';
  display: block;
  height: 29px;
  width: 279px;
  background: url(../images/search-button-shadow.png) no-repeat;
  bottom: -33px;
  left: 50%;
  margin-left: -140px;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 20px;
  }
  .wpcf7-submit {
    width: 180px;
    height: 85px;
    line-height: 85px;
    padding: 0px 50px;
    font-size: 24px;
  }
}
.map {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.map-shadow {
  height: 27px;
  background: url(../images/map-shadow.png) no-repeat center;
}
.wpcf7 p {
  margin: 0 0 10px;
}
.contacts textarea.form-control {
  height: 205px;
}
div.wpcf7 {
  position: relative;
}
div.wpcf7 .wpcf7-response-output {
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 768px) {
	div.wpcf7 .wpcf7-response-output {
	  font-size: 20px;
	}
}
.wpcf7-mail-sent-ok {
  color: #2cb268;
}
.wpcf7-validation-errors {
  color: #bd190a;
}
.text-center {
  text-align: center;
}
.alert {
  text-align: center;
  font-size: 24px;
}
.footer {
  color: #3b3b3b;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0 30px 0;
}
.footer a {
  color: #be180a;
  font-style: italic;
}
.footer a:hover {
  text-decoration: underline;
}
#atsiliepimai_input_section_id {
  display: none;
}
#cookie-law-info-bar {
	font-weight: 400;
	font-size: 14px!important;
	line-height: 20px!important;
}
.cli_action_button {
	display: block!important;
	margin: 10px auto 0!important;
	width: 100px!important;
}
@media (max-width: 575px) {
	#cookie-law-info-bar {
		font-size: 12px!important;
		line-height: 15px!important;
	}
}

ol.terms li {
    padding-top: 2px;
    padding-bottom: 2px;
}
ol.terms > li + li {
    margin-top: 12px;
}
ol.terms > li > ol {
    margin-top: 12px;
}

ol.terms > li > ol > li > ol {
    margin-top: 12px;
}

ul.list-check {
  list-style: none;
}
ul.list-check li {
    position: relative;
}
ul.list-check li:before {
    content: '✓';
    position: absolute;
    left: -18px;
    top: auto;
    font-size: 100%;
}


ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

ol li li {
    margin: 0;
}

ol li li:before {
    content: counters(item, ".") " ";
}
ol ul {
    margin-left: 0;
    padding-left: 0;
}
ol ul li {
    position: relative;
    counter-increment: none;
}
ol ul li:before {
    content: '›';
    left: -16px;
    position: absolute;
    font-size: 120%;
    top: -2px;
}

.temp-pagination {
	display: flex;
    flex-flow: nowrap row;
    justify-content: space-evenly;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.temp-pagination > * {
    background: #bd190a;
    border-radius: 5px;
    color: white;
    padding: 0.25em .75em;
}

.temp-pagination .page-numbers.current{
	background: transparent;
    color: #bd190a;
    border: 1px solid #bd190a;
}