body {
  font-weight: 400;
  color: #585757;
}

strong {
  font-family: "Open Sans";
}

a {
  color: #585757;
}

.cursor-pointer {
  cursor: pointer;
}

header {
  z-index: 4;
  position: relative;
  -webkit-box-shadow: 0 5px 25px 0px rgba(131, 131, 131, 0.29);
  box-shadow: 0 5px 25px 0px rgba(131, 131, 131, 0.29);
}
header .bg-container {
  position: absolute;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
}
header .container .row {
  position: relative;
}
header .bg-container, header .header-left-filler, header .header-right-filler, header .header-block1, header .header-block2, header .header-block-empty {
  height: 71px;
}
header .header-left-filler, header .header-right-filler, header .header-block1, header .header-block2 {
  background-color: rgba(237, 45, 32, 0.95);
}
header .header-left-filler {
  left: -100%;
  position: absolute;
  right: 100%;
}
header .header-right-filler {
  position: absolute;
  left: 100%;
  right: -100%;
}
header .header-block1 {
  width: 62px;
}
header .header-block2 {
  position: absolute;
  left: 168px;
  right: 0;
}
header .header-block-empty {
  width: 8px;
}
header #mainNavigation {
  margin-right: 15px;
  font-family: "Open Sans";
}
header #mainNavigation a.main-link {
  font-size: 12.5px;
  color: #FFFFFF;
  line-height: 71px;
  padding: 0px 24px;
  text-transform: uppercase;
}
header #mainNavigation li.hover, header #mainNavigation li.active {
  background: #FFFFFF;
}
header #mainNavigation li.hover a.main-link, header #mainNavigation li.active a.main-link {
  color: #ed2d20;
}
header #mainNavigation .nav .open > a, header #mainNavigation .nav .open > a:hover, header #mainNavigation .nav .open > a:focus, header #mainNavigation a:focus, header #mainNavigation a:hover {
  background-color: transparent;
}
header #mainNavigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px 22px;
  list-style: none;
  font-size: 12.5px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 7px 0px rgba(150, 149, 149, 0.19);
  box-shadow: 0 5px 7px 0px rgba(150, 149, 149, 0.19);
  -webkit-background-clip: padding-box;
}
header #mainNavigation .sub-menu li .sub-menu-link {
  text-transform: uppercase;
  color: #4f4f4f;
  font-size: 11px;
  display: block;
  position: relative;
  line-height: 21px;
  text-transform: uppercase;
  padding: 5px 0px;
}
header #mainNavigation .sub-menu li .sub-menu-link span {
  color: #4f4f4f;
  padding-right: 1px;
  background-color: #FFF;
}
header #mainNavigation .sub-menu li .sub-menu-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11px;
  border-top: 1px solid var(--pp-theme-color2);
  z-index: -1;
}

form input, form select {
  font-family: "Open Sans";
  font-size: 13px;
  height: 33px;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 0px 25px;
}
form textarea {
  font-family: "Open Sans";
  font-size: 13px;
  resize: none;
  height: 100px;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 0px 25px;
}
form input:focus, form textarea:focus {
  outline: none;
}
form input[type=submit] {
  font-family: "Open Sans";
  background: #ed2d20;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}
form .range-slider {
  font-family: "Open Sans";
  font-size: 13px;
  height: 33px;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  border: none;
  padding: 0px 25px;
  background: #FFFFFF;
}
form .error {
  border: 1px solid rgba(237, 45, 32, 0.8);
}

.ui-slider-horizontal .ui-slider-range {
  top: 0px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}

/* dropdown select */
.bootstrap-select {
  width: 100%;
}

.btn-group button {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 600;
  height: 33px;
  color: #585757;
  padding: 0px 15px;
}
.btn-group button svg path {
  stroke: #CBCBCB;
}
.btn-group button:hover span, .btn-group button:active span {
  color: #ed2d20;
}
.btn-group button:hover, .btn-group button:active {
  background-color: #FFF !important;
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
}
.btn-group button:hover svg path, .btn-group button:active svg path {
  stroke: #ed2d20;
}
.btn-group button:focus {
  outline: none !important;
  background-color: #FFF;
}

.btn-group.open .dropdown-toggle, .btn-group.open .dropdown-toggle:active {
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.22);
}
.btn-group.open button span, .btn-group.open button:active span {
  color: #ed2d20;
}
.btn-group.open button, .btn-group.open button:active {
  background-color: #FFF !important;
}
.btn-group.open button svg path, .btn-group.open button:active svg path {
  stroke: #ed2d20;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 35px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 87%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu {
  max-height: 385px;
  overflow: hidden;
  min-height: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 87%;
  padding: 10px 0px;
  list-style: none;
  font-size: 12.5px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 7px 0px rgba(150, 149, 149, 0.19);
  box-shadow: 0 5px 7px 0px rgba(150, 149, 149, 0.19);
  -webkit-background-clip: padding-box;
  border: none;
  border-radius: 0px;
  margin-top: 1px;
}
.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  background-color: #F7F7F7;
  background-image: none;
  outline: none;
  color: #ed2d20;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 3px 15px;
}
.bootstrap-select .dropdown-menu > li > a span {
  font-family: "Open Sans";
  font-weight: 600;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 -7px 7px 0px rgba(150, 149, 149, 0.19);
  box-shadow: 0 -7px 7px 0px rgba(150, 149, 149, 0.19);
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* range slider */
.ui-slider.ui-slider-pips {
  margin-bottom: 0px;
  height: 20px;
  border: none;
  border-radius: 0px;
  top: 7px;
  background: transparent;
}

.ui-slider.ui-slider-pips:before {
  content: " ";
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  left: 0;
  right: 0;
  border: 0;
  background: #cbcbcb;
  height: 3px;
  top: 9px;
}

.ui-slider-handle {
  width: 5px !important;
  border: none !important;
  border-radius: 0px;
  top: -9px !important;
  height: 20px !important;
  cursor: pointer !important;
}

.ui-slider-handle:focus {
  outline: none;
}

.ui-slider-range:after {
  content: " ";
  position: absolute;
  z-index: 2;
  font-size: 0.7em;
  display: block;
  left: 0;
  right: 0;
  border: 0;
  background-position: 0 0;
  height: 3px;
  top: 9px;
  background: rgb(150, 150, 150); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDJkMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgb(150, 150, 150) 0%, rgb(237, 45, 32) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(150, 150, 150)), color-stop(100%, rgb(237, 45, 32))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(150, 150, 150) 0%, rgb(237, 45, 32) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(150, 150, 150) 0%, rgb(237, 45, 32) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(150, 150, 150) 0%, rgb(237, 45, 32) 100%); /* IE10+ */
  background: linear-gradient(to right, rgb(150, 150, 150) 0%, rgb(237, 45, 32) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#ed2d20',GradientType=1 ); /* IE6-8 */
}

.ui-slider-handle:nth-of-type(n+1) {
  background: #4f4f4f;
  margin-left: -5px;
  margin-top: 9px;
}

.ui-slider-handle:nth-of-type(n+2) {
  background: #ed2d20;
  margin-left: 0px;
}

.filter-over-input {
  height: 25px;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 29px;
  padding: 0px 19px;
}
.filter-over-input .red {
  color: #ed2d20;
  font-size: 14px;
}

h3 {
  margin: 30px 0px 20px 0px;
  font-weight: 700;
  font-size: 20px;
}

h4 {
  font-weight: 700;
  margin-bottom: 6px;
}

.main-page-top {
  height: 673px;
  background-position: center;
  background-size: cover;
  margin-top: -91px;
  position: relative;
  margin-bottom: 30px;
}
.main-page-top .filter-background {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-page-top .filter-background .filter-title {
  font-size: 28px;
  margin-top: 35px;
  line-height: 28px;
}

.page-block {
  border: 1px solid var(--pp-theme-color2);
  padding: 0px 5px;
  margin-bottom: 40px;
}

/** item list **/
.list .image-link {
  position: relative;
  overflow: hidden;
  display: block;
}
.list .image-link .image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}
.list .image-link .image-hover {
  background: rgba(237, 45, 32, 0.8);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}
.list .image-link .image-hover .search {
  width: 39px;
  margin: auto;
  padding-top: 80px;
}
.list .image-link .image-hover .see-more {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}
.list .item-description {
  font-style: italic;
  font-size: 10px;
  height: 27px;
  margin-bottom: 10px;
  line-height: 13px;
  overflow: hidden;
  text-align: justify;
}
.list .info {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 36px;
}
.list .info .area-size {
  width: 56%;
  height: 30px;
  background: #ed2d20;
  padding-left: 20px;
}
.list .info .area-price {
  width: 44%;
  height: 30px;
  background: #4f4f4f;
  padding-left: 20px;
  font-size: 16px;
}
.list .info .area-price span {
  font-size: 13px;
}
.list .view-all {
  color: #ed2d20;
  background: var(--pp-theme-color2);
  padding: 8px 0px;
  width: 218px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  display: block;
  margin: auto;
  text-transform: uppercase;
}

/** contact us row **/
.contact-us h3 {
  margin-bottom: 0;
}
.contact-us .contact-us-text {
  font-size: 12px;
}
.contact-us .contact-us-button {
  color: #626262;
  background: #f5f5f5;
  padding: 8px 0px;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 19px;
  width: 280px;
  display: block;
  text-transform: uppercase;
  margin: auto;
  margin-top: 20px;
}
.contact-us .contact-us-bottom {
  background: #ed2d20;
  height: 6px;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

/** services **/
.services-header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.services-header svg {
  margin-right: 18px;
}

.bullet-list .list-item {
  font-size: 11.5px;
  line-height: 15.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0px;
}
.bullet-list .list-item svg {
  margin-right: 10px;
}

.bottom-info {
  margin-bottom: 20px;
}
.bottom-info .bottom-info-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 26px;
  margin-top: 20px;
}
.bottom-info .bottom-info-title svg {
  margin-right: 18px;
}
.bottom-info .text {
  height: 140px;
  font-size: 11.5px;
  overflow: hidden;
  text-align: justify;
}
.bottom-info .text .title {
  font-weight: 700;
}
.bottom-info .text p {
  font-size: 11.5px;
}
.bottom-info .view-all {
  margin-top: 15px;
  width: 117px;
  height: 28px;
  display: block;
  font-weight: 600;
  font-size: 11.5px;
  color: #FFFFFF;
  background: #b1b1b1;
  text-transform: uppercase;
  line-height: 28px;
}

/** footer **/
footer .top {
  background: rgba(237, 45, 32, 0.95);
  background-image: url(/img/footer-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 20px;
}
footer .bottom {
  min-height: 65px;
  line-height: 65px;
  background: #464646;
}
footer .bottom * {
  font-size: 11px;
  color: #959595 !important;
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .row-sm {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .row-lg {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/** inner pages **/
.breadcrumbs {
  height: 60px;
}

.filter-container {
  border-top: 4px solid #ed2d20;
  margin-bottom: 20px;
}
.filter-container .filter {
  background: #f2f2f2;
  padding-bottom: 10px;
  height: 0px;
  overflow: hidden;
}
.filter-container form {
  margin-bottom: 30px;
  margin-top: 10px;
}
.filter-container .button-container {
  background: #FFFFFF;
}
.filter-container .button-container .button {
  font-size: 11.5px;
  font-weight: 600;
  display: inline-block;
  background: #f2f2f2;
  border-bottom: 4px solid #ed2d20;
  text-transform: uppercase;
  padding: 3px 50px 9px 50px;
  min-width: 180px;
  line-height: 15px;
  position: relative;
  color: #585757;
}
.filter-container .button-container .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 31px 31px 0;
  border-style: solid;
  border-color: #FFFFFF #F2F2F2;
}
.filter-container .button-container .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 31px 31px 0px 0px;
  border-style: solid;
  border-color: #F2F2F2 #FFFFFF;
}

.accommodation .title {
  font-weight: 700;
  font-size: 23px;
}
.accommodation .location {
  font-style: italic;
  font-size: 15px;
  line-height: 15px;
}
.accommodation .actions span {
  font-size: 10px;
  color: #c3c3c3;
  text-transform: uppercase;
}
.accommodation .actions .sep {
  margin: 0px 10px;
}
.accommodation .image-container {
  margin-top: 10px;
  border: 1px solid var(--pp-theme-color2);
  margin-bottom: 40px;
}
.accommodation .image-container .main-info {
  padding-left: 30px;
}
.accommodation .image-container .main-info h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.accommodation .image-container .main-info .info-label {
  font-size: 13px;
  font-weight: 600;
}
.accommodation .image-container .main-info .info-value {
  font-size: 18px;
  font-weight: 700;
}
.accommodation .image-container .main-info .info-value span {
  padding-right: 0px;
  background-color: #fff;
}
.accommodation .image-container .main-info .info-value:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  right: -15px;
  height: 4px;
  border-top: 1px solid var(--pp-theme-color2);
  z-index: -1;
}
.accommodation .more-info {
  margin-bottom: 40px;
}
.accommodation .more-info h4 {
  margin-bottom: 26px;
  position: relative;
}
.accommodation .more-info h4 span {
  padding-right: 0px;
  background-color: #fff;
}
.accommodation .more-info h4:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0px;
  height: 2px;
  border-top: 1px solid var(--pp-theme-color2);
  z-index: -1;
}
.accommodation .more-info .description {
  font-size: 12px;
  margin-bottom: 30px;
}
.accommodation .more-info .object-plan img {
  max-width: 100%;
}
.accommodation .more-info .bullet-list .list-item {
  font-size: 13px;
}
.accommodation .popular-list .item {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
}
.accommodation .popular-list .list-info {
  font-weight: 600;
  margin-left: 10px;
}
.accommodation .popular-list .list-info .street {
  font-size: 13px;
  line-height: 13px;
}
.accommodation .popular-list .list-info .street a {
  color: #585757;
}
.accommodation .popular-list .list-info .city {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 10px;
}
.accommodation .popular-list .list-info .price {
  font-size: 13px;
  line-height: 13px;
  color: #ed2d20;
  position: absolute;
  bottom: 0;
  border: 1px solid #f5f5f5;
  padding: 3px;
  right: 15px;
  left: 105px;
}
.accommodation .suggestions, .accommodation .map {
  margin-top: 20px;
}
.accommodation .contact-us {
  margin-top: 20px;
}
.accommodation .contact-us .left-header, .accommodation .contact-us .left-content {
  font-weight: 700;
  font-size: 12px;
}
.accommodation .contact-us .left-content {
  margin-top: 10px;
}
.accommodation .contact-us .contact-info {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 22px;
}
.accommodation .contact-us .contact-info span {
  font-weight: 400;
}
.accommodation .contact-us .contact-info span a {
  font-size: 12px;
  color: #585757;
}

#send-for-friend .input-row, .contact-form .input-row {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
#send-for-friend .submit-row input, .contact-form .submit-row input {
  width: 170px;
  font-size: 12px;
  font-weight: 700;
}

.form-success-msg, .query-form-success-msg {
  line-height: 260px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .info-value:after {
    right: 15px !important;
  }
}
/** slider **/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bxslider img {
  max-width: 100%;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: bold;
  color: #c3c3c3;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  background-color: #fff;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  display: block;
  width: 10px;
  margin: 0 5px;
  outline: 0;
  text-decoration: none;
  color: #c3c3c3;
  line-height: 19px;
  text-indent: inherit;
  height: inherit;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #ed2d20;
  background-color: transparent;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: url(../img/slider-arrows.png) no-repeat 20px 50%;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url(../img/slider-arrows.png) no-repeat -16px 50%;
}

.bx-wrapper .bx-prev:hover {
  background-position: 20px 50%;
}

.bx-wrapper .bx-next:hover {
  background-position: -16px 50%;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0px;
  margin-top: 0;
  outline: 0;
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  z-index: 1000;
  padding-left: 40px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.bx-pager-item:first-of-type {
  padding-left: 5px;
}

.bx-pager-item:last-of-type {
  padding-right: 5px;
}

.print {
  display: none;
}

.gallery-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center;
}

.gallery-container .image-link {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery-img-title {
  width: 100%;
  height: 30px;
  background: #4f4f4f;
  padding: 0px 5px;
  font-size: 14px;
}

.gallery-item {
  margin-bottom: 30px;
}
.gallery-item .gallery-img-title {
  color: white;
  text-align: center;
  background-color: #464646;
  padding: 5px 2px;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.gallery-item .gallery-img-title:hover, .gallery-item .gallery-img-title a:hover {
  text-decoration: none;
}
.gallery-item .image-hover {
  background: rgba(237, 45, 32, 0.8);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}
.gallery-item .image-hover .search {
  width: 39px;
  margin: auto;
  padding-top: 80px;
}
.gallery-item .image-hover .see-more {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}

.article-image {
  width: 100%;
}

.article-block {
  margin-bottom: 30px;
}
.article-block .news-title {
  margin-top: 0px;
}

.edit-page-admin {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.shares {
  position: absolute;
  bottom: 18px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(150, 149, 149, 0.19);
  box-shadow: 1px 2px 5px 0px rgba(150, 149, 149, 0.19);
  -webkit-background-clip: padding-box;
  padding: 5px 5px 0px 5px;
  border: 1px solid #F4F4F4;
}

.main-top-images .img-div {
  height: 673px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.ui-slider-handle, .ui-slider-range, .ui-corner-all, .dropdown-menu li {
  cursor: pointer !important;
}

.partner-list-block img {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.partner-list-block .col-md-12 {
  margin-bottom: 20px;
}

.partner-block .col-md-4 {
  margin-bottom: 40px;
  text-align: center;
}
.partner-block img {
  width: 100%;
  max-width: 200px;
}

.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs a, .breadcrumbs span {
  font-weight: 400;
  font-size: 10px;
  color: #c3c3c3;
  margin: 0px 4px;
}

.item-status {
  content: "";
  width: 150px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 5px;
  text-align: center;
  z-index: 2;
  color: #FFF;
  line-height: 30px;
}

.item-status.red {
  background: #ed2d20;
}

.item-status.grey {
  background: #4f4f4f;
}

.item-status:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0px;
  border-width: 10px 0px 0px 10px;
  border-style: solid;
}

.item-status.red:before {
  border-color: #8e1e16 transparent;
}

.item-status.grey:before {
  border-color: #000000 transparent;
}

.igyvendinti-projektai-page-content .article-block, .vykdomi-projektai-page-content .article-block, .ongoing-projects-page-content .article-block, .done-project-page-content .article-block {
  background-color: #f5f5f5;
  padding: 5px 0px;
  margin-bottom: 20px;
}
.igyvendinti-projektai-page-content .create-date, .vykdomi-projektai-page-content .create-date, .ongoing-projects-page-content .create-date, .done-project-page-content .create-date {
  display: none;
}
.igyvendinti-projektai-page-content .btn, .vykdomi-projektai-page-content .btn, .ongoing-projects-page-content .btn, .done-project-page-content .btn {
  display: none;
}
.igyvendinti-projektai-page-content .col-md-3.image-block, .vykdomi-projektai-page-content .col-md-3.image-block, .ongoing-projects-page-content .col-md-3.image-block, .done-project-page-content .col-md-3.image-block {
  width: 40%;
  padding-left: 5px;
}
.igyvendinti-projektai-page-content .article-content-block, .vykdomi-projektai-page-content .article-content-block, .ongoing-projects-page-content .article-content-block, .done-project-page-content .article-content-block {
  width: 60%;
  padding: 10px 30px 0px 20px;
  text-align: justify;
}
.igyvendinti-projektai-page-content .news-title, .vykdomi-projektai-page-content .news-title, .ongoing-projects-page-content .news-title, .done-project-page-content .news-title {
  font-size: 14px;
  font-weight: 700;
}
.igyvendinti-projektai-page-content .news-intro, .vykdomi-projektai-page-content .news-intro, .ongoing-projects-page-content .news-intro, .done-project-page-content .news-intro {
  font-size: 12px;
}
.igyvendinti-projektai-page-content .news-title, .vykdomi-projektai-page-content .news-title, .ongoing-projects-page-content .news-title, .done-project-page-content .news-title {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .igyvendinti-projektai-page-content .col-sm-12.image-block, .vykdomi-projektai-page-content .col-sm-12.image-block, .ongoing-projects-page-content .col-sm-12.image-block, .done-project-page-content .col-sm-12.image-block {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .igyvendinti-projektai-page-content .article-content-block, .vykdomi-projektai-page-content .article-content-block, .ongoing-projects-page-content .article-content-block, .done-project-page-content .article-content-block {
    width: 100% !important;
    padding: 15px 35px 15px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .igyvendinti-projektai-page-content .col-sm-12.image-block, .vykdomi-projektai-page-content .col-sm-12.image-block, .ongoing-projects-page-content .col-sm-12.image-block, .done-project-page-content .col-sm-12.image-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .igyvendinti-projektai-page-content .article-content-block, .vykdomi-projektai-page-content .article-content-block, .ongoing-projects-page-content .article-content-block, .done-project-page-content .article-content-block {
    padding: 15px 35px 15px 35px;
  }
}

.services-container .list-item {
  background-color: #f5f5f5;
  padding: 30px;
  min-height: 345px;
}
.services-container .services-title {
  padding-bottom: 10px;
  font-family: "Open Sans";
  font-size: 14px;
}
.services-container .service-icon {
  padding-right: 10px;
}
.services-container .services-body {
  font-family: "Open Sans";
  font-size: 12px;
}
.services-container .service-block {
  margin-bottom: 30px;
}

.breadcrumbs-container {
  border-bottom: 1px solid var(--pp-theme-color2);
}

.nuomojamos-patalpos.breadcrumbs-container, .parduodamos-patalpos.breadcrumbs-container {
  border: none !important;
}

.navbar {
  border: none;
}

.navbar-collapse {
  padding: 0px;
}

.client-and-partner-block .partner-separator {
  width: 30%;
  border-bottom: 1px solid var(--pp-theme-color2);
  margin-bottom: 30px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
.client-and-partner-block .partners-block .partner-block-item {
  background-color: #f5f5f5;
  padding: 25px;
  text-align: justify;
  margin-bottom: 30px;
  min-height: 270px;
}
.client-and-partner-block .partners-block .partner-block-item .col-sm-4, .client-and-partner-block .partners-block .partner-block-item .col-sm-8 {
  padding: 0px;
}
.client-and-partner-block .partners-block .partner-title {
  font-family: "Open Sans";
  font-size: 14px;
  text-align: right;
  padding-top: 6px;
}
.client-and-partner-block .partners-block .partner-content {
  font-family: "Open Sans";
  font-size: 12px;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.client-and-partner-block .clients-block .col-md-2 {
  display: table;
  margin-bottom: 30px;
}
.client-and-partner-block .clients-block .client-block-item {
  background-color: #f5f5f5;
  min-height: 135px;
  text-align: center;
  padding: 10px;
  display: block !important;
  display: table-cell;
  vertical-align: middle;
}
.client-and-partner-block .clients-block .client-block-item img {
  max-width: 100%;
}

.object-list .list-header {
  padding: 0px 15px 10px 15px;
  border-bottom: 2px solid #585757;
}
.object-list .object {
  border-bottom: 1px solid #D3D3D3;
  padding: 15px;
  display: block;
}
.object-list .object span {
  font-weight: 600;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .client-and-partner-block .partners-block .partner-block-item {
    min-height: 320px;
  }
  .col-sm-12.image-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .article-content-block {
    padding: 15px 35px 15px 35px;
  }
  .services-container .list-item {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .client-and-partner-block .partners-block .partner-block-item {
    min-height: 180px;
  }
  .col-sm-12.image-block {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .article-content-block {
    width: 100% !important;
    padding: 15px 35px 15px 35px;
  }
  .services-container .list-item {
    min-height: 100px;
  }
}
@media (max-width: 490px) {
  .services-container .services-title {
    font-size: 12px;
  }
  .services-container .services-body {
    font-size: 12px;
    clear: both;
  }
  .services-container .service-icon {
    padding-right: 10px;
    text-align: center;
    float: left;
    padding-bottom: 5px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .accommodation .image-container .main-info {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .content-block {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    padding: 18px 10px;
  }
  #mainNavigation {
    position: absolute;
    right: 15px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 0px;
  }
  .main-menu {
    border: 1px solid #dedede;
    min-width: 200px;
    background-color: #fff;
    top: -6px;
    position: relative;
  }
  .navbar-collapse {
    overflow: visible !important;
  }
  header #mainNavigation li a.main-link {
    color: #959595;
  }
  header #mainNavigation a.main-link {
    line-height: 36px;
  }
  header #mainNavigation .sub-menu {
    position: relative;
  }
}
.language-switcher {
  top: 25px;
  color: #FFFFFF;
  position: relative;
}
.language-switcher a {
  padding: 5px;
  color: #FFFFFF;
}
.language-switcher a.active {
  font-weight: 600;
}

/*# sourceMappingURL=application.css.map */
