/*
 *
 * Notify colors
 *
 */
.notifyContainer {
  position: fixed;
  padding: 20px;
  top: 120px;
  right: 40px;
  z-index: 10001;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  background-color: #dce3e9;
  color: #ffffff;
}
.notifyContainer.alert-info {
  background-color: #dce3e9;
  color: #ffffff;
}
.notifyContainer.alert-warning {
  background-color: #EB9316;
  color: #ffffff;
}
.notifyContainer.error,
.notifyContainer.alert-error {
  background-color: #e0303b;
  color: #ffffff;
}
.notifyContainer.alert-success {
  background-color: #419641;
  color: #ffffff;
}
.notifyContainer a {
  display: block;
  color: #000;
  margin: 10px 0 0;
  text-align: center;
}
/*
 *
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-bottom: 0.6em;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1.4em;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1.4em;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
.subtitle {
  font-size: 18px;
}
.highlighted {
  color: #e42a26;
}
.light {
  color: #999999;
}
.dark {
  color: #1d1d1b;
}
.secondary-font {
  font-family: 'Lato', sans-serif;
}
.medium * {
  font-weight: 500;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icons/icomoon.eot?ccfm47');
  src: url('/fonts/icons/icomoon.eot?ccfm47#iefix') format('embedded-opentype'), url('/fonts/icons/icomoon.ttf?ccfm47') format('truetype'), url('/fonts/icons/icomoon.woff?ccfm47') format('woff'), url('/fonts/icons/icomoon.svg?ccfm47#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home2:before {
  content: "\e925";
}
.icon-filters:before {
  content: "\e923";
}
.icon-envelope-3:before {
  content: "\e924";
}
.icon-arrow-up:before {
  content: "\e922";
}
.icon-pukpuk-pin:before {
  content: "\e921";
}
.icon-terrace:before {
  content: "\e900";
}
.icon-project:before {
  content: "\e901";
}
.icon-fence:before {
  content: "\e902";
}
.icon-playground:before {
  content: "\e903";
}
.icon-elevator:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-email-contact:before {
  content: "\e906";
}
.icon-phone-contact:before {
  content: "\e907";
}
.icon-rooms:before {
  content: "\e908";
}
.icon-meters:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-right:before {
  content: "\e90b";
}
.icon-tag:before {
  content: "\e90c";
}
.icon-pin-2:before {
  content: "\e90d";
}
.icon-printer-2:before {
  content: "\e90e";
}
.icon-google-plus:before {
  content: "\e90f";
}
.icon-list:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e911";
}
.icon-meters-2:before {
  content: "\e912";
}
.icon-envelope-2:before {
  content: "\e913";
}
.icon-envelope:before {
  content: "\e914";
}
.icon-mobile:before {
  content: "\e915";
}
.icon-printer:before {
  content: "\e916";
}
.icon-video:before {
  content: "\e917";
}
.icon-map:before {
  content: "\e918";
}
.icon-car-park:before {
  content: "\e919";
}
.icon-door:before {
  content: "\e91a";
}
.icon-pin:before {
  content: "\e91b";
}
.icon-stairs-up:before {
  content: "\e91c";
}
.icon-facebook:before {
  content: "\e91d";
}
.icon-youtube:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e91f";
}
.icon-twitter:before {
  content: "\e920";
}
.icon-wifi:before {
  content: "\e926";
}
body {
  font-family: 'Lato', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fafafa;
}
body.no-scroll {
  overflow: hidden;
}
a {
  color: #e42a26;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #921512;
}
a.highlighted:hover,
a.highlighted:focus {
  text-decoration: none;
  color: #000000;
}
.btn-row {
  padding: 30px 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #999999;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
  font-family: 'Lato', sans-serif;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
  margin-left: 11px;
  margin-right: 6px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:first-child:before {
  content: "\e905";
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  color: #000000;
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.justify {
  text-align: justify;
  position: relative;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 14px 0;
  line-height: 17px;
  background-color: rgba(29, 29, 27, 0.85);
  color: #ffffff;
  font-size: 12px;
  z-index: 1000;
}
.inline {
  display: inline-block;
}
.inline.top {
  vertical-align: top;
}
.p-t-none {
  padding-top: 0 !important;
}
.space-big {
  height: 90px;
}
.space {
  height: 50px;
}
.space-sm {
  height: 30px;
}
.space-xs {
  height: 15px;
}
.line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.space-lg {
  height: 65px;
}
.line {
  background: #dddddd;
  height: 1px;
}
.advertisementContainer {
  margin-bottom: 60px;
}
.advertisementContainer > a {
  display: inline-block;
  margin-top: 60px;
}
.advertisementContainer .advertisementImage {
  max-width: 100%;
}
.adSenseContainer {
  display: inline-block;
  width: 970px;
  height: 300px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .adSenseContainer {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .adSenseContainer {
    width: 730px;
  }
}
.rules ol {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding-left: 0;
  color: #000000;
  list-style: none;
  counter-reset: item;
}
.rules ol li {
  margin-bottom: 30px;
  font-weight: 500;
}
.rules ol li:before {
  display: inline-block;
  margin-right: .1em;
  text-align: center;
  content: counters(item, ".") ".";
  counter-increment: item;
}
.rules ol ol {
  /*resets from parent OL*/
  width: auto;
  margin: 0;
}
.rules ol li li:before {
  /*remove the trailing period*/
  content: counters(item, ".") " ";
}
.rules p {
  margin-top: 19px;
}
.rules h2 {
  margin-bottom: 20px;
}
.categories ul {
  margin-top: 0;
  padding-left: 0;
}
.categories h4 {
  color: #000000;
}
.categories li {
  list-style-type: none;
}
.categories li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #e42a26;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.categories a {
  font-size: 13px;
  color: #000000;
}
.categories .col-sm-4:nth-child(3n+4) {
  clear: both;
}
.g-recaptcha {
  margin: 0 0 20px 0;
}
.previewContainer {
  position: fixed;
  top: 10px;
  right: 0;
  background: #fdfdfd;
  padding: 10px 15px;
  border: 2px solid;
  border-right: 0;
  letter-spacing: 1px;
  font-variant: small-caps;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.simple-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 45px;
  font-size: 15px;
  color: #000000;
}
.simple-list li {
  width: 50%;
  float: left;
  padding-right: 25px;
}
.simple-list li:nth-child(2n+1) {
  clear: left;
}
.simple-list .list-title {
  font-weight: 500;
}
.simple-list .value {
  font-weight: 700;
  color: #1d1d1b;
}
.btn-group.mainpage .mainpagetab {
  position: relative;
  width: 25%;
  float: left;
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 25px 8px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  background: transparent;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.mainpage .mainpagetab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 0;
  background: #e42a26;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn-group.mainpage .mainpagetab:last-child {
  border-right: 1px solid #999999;
}
.btn-group.mainpage .mainpagetab:hover,
.btn-group.mainpage .mainpagetab:focus {
  color: #999999;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.btn-group.mainpage .mainpagetab.active {
  color: #1d1d1b;
}
.btn-group.mainpage .mainpagetab.active:after {
  width: 100%;
}
@media (max-width: 991px) {
  .btn-group.mainpage .mainpagetab {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cookie-bar {
    background-color: #dddddd;
    color: #666666;
  }
  .cookie-bar .cookie-text {
    margin-right: 0;
    padding-right: 0;
  }
  .cookie-bar .cookie-button {
    width: 100%;
    display: block;
    padding-top: 5px;
  }
  .space-sm {
    height: 15px;
  }
  .space {
    height: 25px;
  }
}
@media (max-width: 520px) {
  .my-xs {
    width: 100%;
  }
}
.navbar-wrapper {
  margin-bottom: -1px;
  background: #ffffff;
}
.navbar-wrapper .mobile-only {
  display: none;
}
@media (max-width: 991px) {
  .navbar-wrapper .mobile-only {
    display: block;
  }
  .navbar-wrapper .mobile-only .menu-hero-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #dddddd;
  }
  .navbar-wrapper .mobile-only .menu-hero-wrapper .menu-hero {
    background: rgba(0, 0, 0, 0.67);
    color: #ffffff;
    padding: 11px 40px 6px;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 3px solid #e42a26;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.menu-wrapper {
  text-align: center;
}
.menu-wrapper.interia {
  text-align: left;
}
.menu-wrapper .menu {
  display: inline-block;
}
.menu-wrapper .navbar-brand img {
  margin-top: 16px;
  height: 25px;
}
.header-logo {
  line-height: 55px;
}
.header-logo .navbar-brand img {
  height: 28px;
}
.header-logo .navbar-brand.interia {
  display: block;
}
.header-logo .navbar-brand.interia span {
  background-image: url('/i/logo-interia2.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  width: 441px;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: -4px;
}
.header-logo ul {
  text-align: right;
  margin: 0;
}
.header-logo ul li {
  display: inline-block;
  border-left: 1px solid #dddddd;
  width: 70px;
  text-align: center;
  font-size: 18px;
}
.header-logo ul li .social-icon {
  color: #b1b1b1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.header-logo ul li .btn {
  border: none;
  width: 65px;
}
.header-logo ul li:last-child {
  border-right: 1px solid #dddddd;
}
.header-logo-wrapper:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddddd;
}
.header-logo-wrapper .envelope {
  background: url('/i/icon-email-interia.png');
  width: 26px;
  height: 22px;
  position: absolute;
  right: 10px;
  display: block;
  top: 20px;
}
.header-logo-wrapper .burger-wrapper {
  display: none;
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  border-left: 1px solid #dddddd;
}
.header-logo-wrapper .burger-wrapper .navbar-burger {
  width: 100%;
  height: 65px;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: none;
  z-index: 5;
  padding-left: 18px;
  padding-right: 18px;
}
.header-logo-wrapper .burger-wrapper .navbar-burger .icon-bar {
  width: 100%;
  height: 3px;
  background-color: #b1b1b1;
  margin: 5px 0;
}
.header-logo-wrapper .burger-wrapper.interia {
  left: 0;
  border-left: 0;
}
.header-logo-wrapper .burger-wrapper.interia .icon-bar {
  background-color: #e42a26;
}
.navbar-header-wrapper:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddddd;
}
.navbar-collapse {
  padding: 0px;
}
.menu {
  color: #1d1d1b;
  text-align: center;
}
.menu .pull-right-desktop {
  float: right;
}
.menu ul {
  margin: 0px;
  padding-left: 0px;
}
.menu li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-family: 'Lato';
  font-size: 13px;
  /* todo kasia zmienilem z 14*/
  font-weight: 500;
  margin-left: 6px;
  /* todo kasia zmienilem z 20*/
  margin-right: 5px;
  /* todo kasia zmienilem z 20*/
}
.menu li a {
  padding-top: 15px;
  display: inline-block;
  color: #1d1d1b;
  text-decoration: none;
  padding-bottom: 21px;
  padding-top: 20px;
  position: relative;
}
.menu li a:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #e42a26;
  position: absolute;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease-in;
}
.menu li a:hover:after {
  width: 100%;
}
.menu li.active a:after {
  width: 100%;
}
.interia .menu li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .header-logo .navbar-brand.interia {
    width: 110px;
    overflow: hidden;
    margin: 0 auto;
  }
  .header-logo .navbar-brand.interia span {
    height: 28px;
  }
  .navbar-header-wrapper {
    padding-bottom: 65px;
    display: none;
    position: relative;
  }
  .menu-wrapper .menu {
    text-align: left;
  }
  .menu-wrapper .menu ul {
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .menu-wrapper .menu ul li {
    display: block;
    line-height: 2;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu-wrapper .menu ul li a {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    margin-bottom: -3px;
  }
  .menu-wrapper .menu ul li a:after {
    display: none;
  }
  .menu-wrapper .menu ul li a:hover {
    border-bottom: 3px solid #e42a26;
  }
  .interia .menu li {
    margin-left: 0;
  }
  .navbar-wrapper {
    position: relative;
    margin-bottom: 0px;
  }
  .header-logo-wrapper .header-logo {
    line-height: 65px;
  }
  .header-logo-wrapper .header-logo ul {
    padding-left: 0px;
    text-align: center;
  }
  .header-logo-wrapper .header-logo ul li {
    width: 33%;
  }
  .header-logo-wrapper .header-logo ul li:first-of-type {
    border-left: none;
  }
  .header-logo-wrapper .header-logo ul li:last-of-type {
    border-right: none;
  }
  .header-logo-wrapper .social-icon-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    line-height: 50px;
  }
  .header-logo-wrapper .social-icon-wrapper .pull-right-desktop {
    float: none;
  }
  .header-logo-wrapper .social-icon-wrapper .icon-pulled-right {
    float: none;
    text-align: center;
    padding-left: 0px;
  }
  .header-logo-wrapper .burger-wrapper {
    display: block;
  }
}
.main-footer {
  padding: 50px 0;
}
.main-footer.interia {
  padding-bottom: 0;
}
.footer-main-text {
  text-align: left;
  color: #e42a26;
  font-weight: 400;
}
.to-top-wrapper {
  text-align: right;
  padding-right: 15px;
}
.to-top-wrapper .to-top-button {
  color: #999999;
  border: none;
  background-color: #E9E9E9;
  padding: 15px;
  position: fixed;
  bottom: 110px;
  display: none;
}
.to-top-wrapper .to-top-button:hover {
  color: #666666;
}
.footer-logos .footer-logo-item {
  text-align: center;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  line-height: 100px;
}
.footer-logos .footer-logo-item a {
  display: inline-block;
}
.footer-logos .footer-logo-item img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  display: inline-block;
}
.footer-logos .owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
.footer-logos .owl-carousel .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  background: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.footer-logos .owl-carousel .owl-dot.active span {
  background: #b1b1b1;
}
.footer-menu-wrapper .footer-menu {
  font-size: 13px;
}
.footer-menu-wrapper .footer-menu ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.footer-menu-wrapper .footer-menu ul li {
  display: block;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  float: left;
}
.footer-menu-wrapper .footer-menu ul li.active a:before {
  width: 100%;
}
.footer-menu-wrapper .footer-menu ul li a {
  color: #666666;
  text-decoration: none;
  padding: 20px;
}
.footer-menu-wrapper .footer-menu ul li a:hover,
.footer-menu-wrapper .footer-menu ul li a:link,
.footer-menu-wrapper .footer-menu ul li a:visited,
.footer-menu-wrapper .footer-menu ul li a:active {
  text-decoration: none;
  color: #666666;
}
.footer-menu-wrapper .footer-menu ul li a:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #e42a26;
  position: absolute;
  top: 0px;
  width: 0;
  transition: width 0.5s ease-in;
}
.footer-menu-wrapper .footer-menu ul li a:hover:before {
  width: 100%;
}
.footer-menu-wrapper:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddddd;
}
.footer-menu-wrapper .logo-puk-puk {
  padding-top: 24px;
  color: #666666;
  font-size: 12px;
  text-align: right;
  float: right;
}
.footer-menu-wrapper .logo-puk-puk img {
  height: 28px;
}
.copyright-bar {
  background: #1e1f23;
  color: #9a9da1;
  text-align: center;
  font-size: 11px;
  padding: 27px 0 28px;
}
.copyright-bar a {
  color: #9a9da1;
}
@media (max-width: 767px) {
  .footer-menu-wrapper .footer-menu ul li {
    border: none;
    text-transform: none;
  }
  .footer-menu-wrapper .footer-menu ul li a:before {
    content: none;
  }
  .footer-menu-wrapper .footer-menu ul li a:hover {
    color: #1d1d1b;
  }
  .footer-menu-wrapper:before {
    content: none;
  }
  .footer-menu-wrapper .logo-puk-puk {
    padding-top: 0px;
  }
}
.btn {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 25px 8px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  background: transparent;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover,
.btn:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.btn.big {
  font-size: 16px;
  width: 100%;
}
.btn-long {
  padding-left: 45px;
  padding-right: 45px;
}
.btn-cancel {
  border: none;
  background-color: #cdcdcd;
  color: #ffffff;
}
.btn-cancel:hover,
.btn-cancel:focus {
  color: #ffffff;
}
.btn-share {
  border: none;
  padding: 0 5px;
  width: 45px;
  height: 45px;
  line-height: 48px;
  color: #ffffff;
  font-size: 20px;
  margin: 0 -2px;
  vertical-align: top;
}
.btn-share.fb {
  background: #6178ae;
}
.btn-share.twitter {
  background: #32bbef;
}
.btn-share.gplus {
  background: #d96b5c;
}
.btn-share:hover,
.btn-share:focus {
  color: #ffffff;
}
.btn-basic-secondary {
  color: #e42a26;
  text-transform: none;
  font-weight: 400;
  padding: 10px 15px 8px;
}
.btn-basic-secondary:hover,
.btn-basic-secondary:focus {
  color: #921512;
}
.btn-dark {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #ffffff;
}
.btn-primary {
  border: 1px solid #1d1d1b;
  background: #1d1d1b;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
}
.btn-secondary {
  border: 1px solid #e42a26;
  background: #e42a26;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
}
.btn-secondary.md {
  width: 230px;
}
.btn-default {
  /* todo kasia czy to moze zostac? uzyte w app/Resources/views/common/_hero_banner.html.twig i app/Resources/views/default/index.html.twig*/
}
.btn-default.active {
  border: 1px solid #1d1d1b;
  background: #1d1d1b;
  color: #ffffff;
}
.btn-default.active:hover,
.btn-default.active:focus {
  color: #ffffff;
}
.form-control {
  border: 1px solid #dddddd;
  height: 35px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control.big {
  height: 350px;
}
.form-control.md {
  height: 50px;
}
.form-control.error {
  border: 1px solid #e42a26;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(228, 42, 38, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(228, 42, 38, 0.25);
  -o-box-shadow: 0px 0px 15px 0px rgba(228, 42, 38, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(228, 42, 38, 0.25);
}
.with-margin .form-control {
  margin-bottom: 15px;
}
.with-min-margin .form-control {
  margin-bottom: 2px;
}
.decorator {
  font-size: 32px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #e42a26;
  margin: 0;
}
.decorator span {
  margin-top: 2px;
  display: inline-block;
}
.with-decorator .input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: -56px;
  padding-left: 60px;
}
.with-decorator .decorator {
  position: relative;
  z-index: 4;
  color: #e42a26;
}
.checkbox .checked,
.checkbox .unchecked {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #1d1d1b;
  width: 13px;
  height: 13px;
  border: 1px solid #1d1d1b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.checkbox .checked {
  position: relative;
}
.checkbox .checked:before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #e42a26;
  border-bottom: 2px solid #e42a26;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox .label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: -18px;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}
.checkbox .label span {
  display: inline-block;
  vertical-align: middle;
}
.checkbox .label.with-icon .icon {
  color: #e42a26;
  font-size: 18px;
  width: 18px;
}
.checkbox .label.with-icon .sublabel {
  width: 100%;
  margin-left: -22px;
  padding-left: 35px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label .checked {
  display: none;
}
.checkbox input[type=checkbox] + label .unchecked {
  display: inline-block;
}
.checkbox input[type=checkbox]:checked + label .checked {
  display: inline-block;
}
.checkbox input[type=checkbox]:checked + label .unchecked {
  display: none;
}
.select {
  position: relative;
  padding: 0;
}
.select.sm {
  width: 280px;
  max-width: 100%;
  border: 1px solid #dddddd;
}
.select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1d1d1b transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
}
.select select {
  padding: 6px 28px 6px 12px;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select.xs {
  min-width: 125px;
}
.select.developers-select {
  margin-top: 8px;
}
label {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 4px;
  display: block;
}
input,
textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
  font-weight: 400;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
  font-weight: 400;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
  font-weight: 400;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
  font-weight: 400;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
  font-weight: 400;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
  font-weight: 400;
}
.send-message .form-control {
  padding-left: 10px;
  font-size: 13px;
  padding-top: 7px;
}
.send-message label {
  margin-top: 15px;
}
.send-message .agreement {
  font-size: 7px;
  display: inline-block;
  width: 100%;
  margin-left: -25px;
  padding-left: 30px;
  vertical-align: top;
  line-height: 1.2;
  color: #999999;
}
.send-message .agreement.big {
  font-size: 11px;
  line-height: 1.6;
  font-weight: 300;
}
.send-message ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(153, 153, 153, 0.5);
  font-size: 16px;
}
.send-message ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(153, 153, 153, 0.5);
  font-size: 16px;
}
.send-message :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(153, 153, 153, 0.5);
  font-size: 16px;
}
.send-message :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(153, 153, 153, 0.5);
  font-size: 16px;
}
.send-message.sm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}
.send-message.sm ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
.send-message.sm :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
}
.send-message.sm :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
.accept-message {
  padding-top: 40px;
  display: none;
}
.accept-message p {
  font-size: 12px;
  color: #000000;
  margin-top: 15px;
  font-weight: 500;
}
.accept-message .space {
  height: 55px;
}
.popup .accept-message {
  padding-top: 0;
}
@media (max-width: 767px) {
  .form-control.big {
    height: 100px;
  }
  .select.developers-select {
    margin-top: 0;
  }
}
.newsletter {
  text-align: right;
}
.newsletter .newsletter-promo {
  color: #e42a26;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  width: 246px;
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
.newsletter .newsletter-promo .text {
  width: 100%;
  padding-right: 5px;
  max-width: 162px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
.newsletter .newsletter-promo .decorator {
  font-size: 46px;
  height: auto;
  line-height: 1.2;
  margin-top: -6px;
}
.newsletter .newsletter-promo .decorator span {
  margin: 0;
}
.newsletter .error-message {
  font-size: 14px;
  color: #d40000;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
  right: 30px;
}
.newsletter .newsletter-form {
  width: 314px;
  display: inline-block;
  vertical-align: top;
}
.newsletter .newsletter-form .btn {
  padding-right: 9px;
  padding-left: 9px;
  width: 92px;
  position: relative;
  z-index: 4;
  text-transform: none;
  -webkit-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.newsletter .newsletter-form .newsletter-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -98px;
  padding-right: 92px;
}
@media (max-width: 991px) {
  .newsletter .newsletter-promo {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.newsletter-mob {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.newsletter-mob .newsletter-promo {
  color: #e42a26;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}
.newsletter-mob .newsletter-promo .text {
  width: 100%;
  max-width: 162px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: right;
}
.newsletter-mob .newsletter-form {
  padding-bottom: 20px;
}
.newsletter-mob .newsletter-form .btn {
  padding-right: 9px;
  padding-left: 9px;
  width: 92px;
  position: relative;
  z-index: 4;
  -webkit-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.newsletter-mob .newsletter-form .newsletter-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -98px;
  padding-right: 92px;
}
.newsletter-mob .checkbox {
  text-align: left;
}
.newsletter-mob .checkbox label {
  font-size: 14px;
}
.newsletter-mob .checkbox label .sublabel {
  margin-left: 10px;
  vertical-align: middle;
}
.newsletter-mob .messageContainer {
  text-align: left;
  margin-top: -8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.newsletter-mob .messageContainer.error-message {
  color: #e42a26;
}
.newsletter-mob .messageContainer.success-message {
  color: #e42a26;
}
@media (min-width: 768px) {
  .newsletter-mob .newsletter-promo {
    text-align: left;
  }
  .newsletter-mob .newsletter-promo .text {
    text-align: left;
    float: none;
    margin-left: 10px;
  }
}
.offer-block {
  height: 333px;
}
.offer-block:hover .image {
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
}
.offer-block .image {
  height: 190px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 13px;
  -webkit-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-block .offer-info {
  position: absolute;
  bottom: 6px;
  right: -10px;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 14px;
  padding: 9px 7px 7px 7px;
  margin-left: 10px;
}
.offer-block .offer-info .offer-info-icon {
  font-size: 20px;
  margin-top: -6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.offer-block .offer-title {
  line-height: 30px;
  display: block;
  position: relative;
}
.offer-block .offer-title h3 {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-right: 48px;
  margin-right: -48px;
}
.offer-block .offer-title .offer-icon-video {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 8px;
  width: 42px;
  text-align: right;
  color: #e42a26;
}
.offer-block .offer-description {
  position: relative;
  display: block;
  min-height: 1px;
  width: 100%;
}
.offer-block .offer-description .offer-icon-map {
  font-size: 25px;
  display: inline-block;
  width: 42px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 13px;
  color: #999999;
}
.offer-block .offer-description .description {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-right: 48px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
  color: #999999;
  vertical-align: top;
  float: left;
}
.offer-block .offer-description .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
  width: 42px;
  text-align: right;
  color: #999999;
}
.offer-block .offer-description:hover .offer-icon-map {
  color: #e42a26;
}
.offer-block .surface {
  font-weight: 300;
}
.offer-block .price {
  font-weight: 600;
  margin-left: 5px;
}
.offer-block .with-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.developer-block {
  height: 270px;
}
.developer-block:hover .image {
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
}
.developer-block .image {
  height: 190px;
  width: 100%;
  display: block;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.developer-block h3 {
  font-weight: 400;
}
.developer-block .offers-number {
  font-weight: 300;
  color: #999999;
}
.developer-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-block {
  height: 481px;
}
.news-block .news-info {
  min-height: 162px;
}
.news-block:hover .image {
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
}
.news-block .image {
  height: 187px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 14px;
  -webkit-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block .news-title {
  display: block;
  color: #1d1d1b;
  margin-bottom: 11px;
  height: 48px;
  overflow: hidden;
}
.news-block .news-title h4 {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}
.news-block .news-lead {
  display: block;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #999999;
  margin-bottom: 8px;
  height: 88px;
  overflow: hidden;
}
.news-block .news-date {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #999999;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}
/* todo kasia ten plik stworzylem ja sprawdzic czy jest ok*/
.video-block {
  height: 481px;
}
.video-block .video-info {
  min-height: 162px;
}
.video-block:hover .image {
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
}
.video-block .image {
  height: 187px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 14px;
  -webkit-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-block .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block .video-play button {
  width: 100px;
  height: 100px;
  border: 13px solid rgba(255, 255, 255, 0.66);
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
}
.video-block .video-play button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.66);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block .video-title {
  display: block;
  color: #1d1d1b;
  margin-bottom: 11px;
  height: 48px;
  overflow: hidden;
}
.video-block .video-title h4 {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}
.video-block .video-lead {
  display: block;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #999999;
  margin-bottom: 8px;
  height: 88px;
  overflow: hidden;
}
.video-block .video-date {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #999999;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
}
.pagination {
  text-align: right;
  padding-left: 0px;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination li:not(.pagination-arrows) a {
  border: 1px solid gray;
}
.pagination li:not(.pagination-arrows) a:hover,
.pagination li:not(.pagination-arrows) a:active,
.pagination li:not(.pagination-arrows) a:focus {
  border: 1px solid #e42a26;
  color: #e42a26;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
}
.pagination li:not(.pagination-arrows) a.active {
  border-color: #e42a26;
}
.pagination li a {
  line-height: 33px;
  display: block;
  text-align: center;
}
.pagination li:first-child {
  margin-right: 10px;
}
.pagination li:last-child {
  margin-left: 10px;
}
.pagination .pagination-arrows {
  width: auto;
  font-size: 12px;
}
.pagination .pagination-arrows a {
  line-height: 35px;
  border: none;
  color: #999999;
}
.pagination .pagination-arrows a:hover,
.pagination .pagination-arrows a:active,
.pagination .pagination-arrows a:focus {
  color: #e42a26;
}
.pagination .disabled {
  opacity: 0;
  visibility: hidden;
}
.pagination .sep-dots {
  display: inline-block;
  color: #e42a26;
  margin: 16px 10px 0 10px;
  letter-spacing: 4px;
  font-size: 18px;
}
.hero-banner-wrapper .link-container {
  position: relative;
}
.hero-banner-wrapper .hero-searchbar-caption {
  position: absolute;
  z-index: 10;
  top: 235px;
  left: 210px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.67);
  color: #ffffff;
  padding: 8px 40px 3px;
  font-weight: 400;
  font-size: 13px;
  border-bottom: 3px solid #e42a26;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.hero-player-container {
  background: #000000;
}
.hero-banner {
  display: block;
  position: relative;
  height: 610px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
}
.hero-banner .container {
  position: relative;
  height: 100%;
}
.hero-banner .interia-video-container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.hero-banner .hero-text {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background: rgba(29, 29, 27, 0.75);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  width: 33.3333333%;
  padding: 15px 20px;
}
.hero-banner .hero-banner-searchbar {
  padding-top: 139px;
}
.hero-banner .hero-banner-searchbar .icon {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: text-top;
}
.hero-banner .hero-banner-searchbar .button {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 4;
  margin-right: -3px;
}
.hero-banner .hero-banner-searchbar .button .btn {
  width: 100%;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 38px;
}
.hero-banner .hero-banner-searchbar .input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -183px;
  padding-right: 179px;
}
.hero-banner .hero-banner-searchbar .input input {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.86);
  border: none;
  padding: 7px 30px 8px;
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.hero-banner .hero-searchbar-header {
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 28px;
}
.hero-banner .hero-searchbar-header span {
  font-size: 36px;
  display: block;
  margin-top: 4px;
}
.hero-banner .btn-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 179px;
  margin-right: -183px;
}
.hero-banner .btn-group.-tmpbg {
  background: rgba(0, 0, 0, 0.8);
}
.hero-banner .btn-group.-tmpbg .herotab {
  background: transparent;
}
.hero-banner .herotab {
  font-size: 12px;
  padding: 10px 8px 8px;
  border: none;
  text-transform: uppercase;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  width: 23%;
  float: left;
}
.hero-banner .herotab:nth-last-child(2),
.hero-banner .herotab:last-child {
  width: 27%;
}
.hero-banner .herotab:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 0;
  background: #e42a26;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.hero-banner .herotab.active,
.hero-banner .herotab:focus {
  outline: none;
  color: #ffffff;
}
.hero-banner .herotab.active:after,
.hero-banner .herotab:focus:after {
  width: 100%;
}
.hero-banner .specialtab {
  font-size: 12px;
  padding: 10px 8px 8px;
  text-transform: uppercase;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background: #000000;
  width: 180px;
  margin-right: -2px;
  border: none;
  float: none;
}
.video-popup-banner {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.video-popup-banner .hero-play,
.video-hero-banner .hero-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-popup-banner .hero-play button,
.video-hero-banner .hero-play button {
  width: 132px;
  height: 132px;
  border: 13px solid rgba(255, 255, 255, 0.66);
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
}
.video-popup-banner .hero-play button:after,
.video-hero-banner .hero-play button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 50px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.66);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-popup-banner.video-hero-banner-playing,
.video-hero-banner.video-hero-banner-playing {
  display: block;
}
.video-popup-banner.video-hero-banner-playing .hero-play,
.video-hero-banner.video-hero-banner-playing .hero-play {
  display: none;
}
.video-popup-banner.video-hero-banner-playing .hero-text,
.video-hero-banner.video-hero-banner-playing .hero-text {
  display: none;
}
@media (max-width: 1199px) {
  .hero-banner-wrapper .hero-searchbar-caption {
    left: 176px;
  }
}
@media (max-width: 991px) {
  .hero-banner-wrapper .hero-searchbar-caption {
    top: 156px;
    left: 15px;
  }
  .hero-banner {
    height: 500px;
  }
  .hero-banner .hero-banner-searchbar {
    padding-top: 60px;
  }
  .hero-banner .hero-banner-searchbar .input {
    margin-right: -48px;
    padding-right: 42px;
  }
  .hero-banner .hero-banner-searchbar .icon {
    margin: 0;
  }
  .hero-banner .hero-banner-searchbar .button {
    width: 42px;
  }
  .hero-banner .hero-banner-searchbar .button .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero-banner .hero-text {
    width: 50%;
  }
  .hero-banner .btn-group {
    margin-right: -186px;
  }
  .hero-banner .herotab,
  .hero-banner .specialtab {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .hero-banner-wrapper .hero-searchbar-caption {
    top: 126px;
  }
  .hero-banner {
    height: 395px;
  }
  .hero-banner .hero-text {
    line-height: 1.4;
  }
  .hero-banner .hero-banner-searchbar {
    padding-top: 40px;
  }
  .hero-banner .hero-searchbar-header {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .hero-banner .hero-searchbar-header span {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 2px;
  }
  .hero-banner .btn-group {
    margin-right: -144px;
    padding-right: 143px;
  }
  .hero-banner .specialtab {
    margin-right: 0;
    margin-left: -2px;
    font-size: 10px;
    padding-bottom: 11px;
    width: 140px;
  }
  .video-popup-banner .hero-play button {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
  .video-popup-banner .hero-play button:after {
    border-width: 10px 0 10px 15px;
    margin-left: 4px;
  }
}
@media (max-width: 520px) {
  .hero-banner .hero-text {
    width: auto;
    left: 15px;
  }
}
.item-img {
  position: relative;
  margin-right: -30px;
}
.item-img.item-img-no-offset {
  margin-right: 0;
}
.item-img .bg {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.item-img ul {
  position: absolute;
  bottom: 20px;
  right: 30px;
  padding-left: 0;
  z-index: 2;
}
.item-img ul li {
  list-style-type: none;
  display: inline-block;
}
.item-img ul a {
  background: rgba(0, 0, 0, 0.75);
  padding: 7px 9px;
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
}
.item-img ul a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-img img {
  max-width: 100%;
}
.item-img .extra-margin {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: hidden;
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}
.item-img .item iframe {
  height: 100%;
}
.send-message.shadow {
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.25);
}
.send-message .light-bg {
  background: #e9e9e9;
  padding: 10px 30px 20px 30px;
}
.send-message h4 {
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.send-message h4:before {
  content: '\e914';
  font-family: 'icomoon';
  position: absolute;
  top: -3px;
  left: 30px;
  font-size: 40px;
  transform: rotate(347deg);
}
.item img {
  max-width: 100%;
}
.item .developer-name {
  margin-bottom: 15px;
}
.item .developer-type {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 20px;
  margin-top: -15px;
}
.item .apartment-price {
  padding-right: 15px;
}
.item .apartment-price h4 {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  letter-spacing: 1px;
  margin-top: 5px;
}
.item .apartment-price span {
  font-weight: 600;
  font-size: 24px;
}
.item .apartment-photo {
  background-size: cover;
}
.item .details {
  padding-bottom: 15px;
}
.item .details .icon-pin {
  font-size: 35px;
  vertical-align: top;
}
.item .details h2 {
  margin-bottom: 19px;
}
.item .details h4 {
  color: #000000;
  font-weight: 400;
}
.item .details .apartment-price h4 {
  color: #ffffff;
}
.item h3 sup {
  font-size: 57%;
}
.item .facilities {
  padding-left: 0;
}
.item .facilities li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.item .facilities span {
  display: inline-block;
}
.item .facilities span.description {
  width: 100%;
  vertical-align: top;
  margin-left: -27px;
  padding-left: 35px;
}
.item .facilities span.icon-wifi:before {
  font-size: 12px;
}
.item .facilities [class^="icon-"],
.item .facilities [class*=" icon-"] {
  font-weight: bold;
}
.item .facilities .inline {
  width: 49%;
}
.item .offer-description-text {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
.item .offer-description-text *:not(.glyphicon) {
  font-weight: 500;
  margin-bottom: 0.3em;
  font-family: 'Lato', sans-serif;
  color: #000000;
}
.item .offer-id {
  font-weight: 500;
}
.item .offer-info h3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}
.item iframe {
  width: 100%;
}
.item .title {
  font-weight: 300;
}
.item .thin {
  font-weight: 300;
}
.item .height {
  min-height: 90px;
  line-height: 90px;
}
.item .no-margin {
  margin-bottom: 0;
}
.item .contact-box {
  margin-bottom: 15px;
}
.item .contact-box span {
  font-size: 14px;
}
@media (min-width: 992px) {
  .item .localisation {
    margin-top: -25px;
  }
}
.social-section {
  margin-top: 15px;
}
.social-section h5 {
  font-weight: 400;
}
.red-bg {
  background: #e42a26;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.sell-box span {
  font-size: 14px;
}
.sell-box span:not(.icon-pin) {
  color: #000000;
}
.sell-box .inline {
  vertical-align: middle;
}
.sell-box h3 {
  color: #000000;
  margin-bottom: -3px;
  line-height: 1;
  font-weight: 500;
}
.sell-box .boxes-section {
  margin-left: 20px;
  margin-top: -4px;
}
.sell-box .boxes-section .box {
  border: 1px solid #999999;
  height: 35px;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.sell-box .boxes-section .box [class^="icon-"],
.sell-box .boxes-section .box [class*=" icon-"] {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.sell-box .boxes-section .box:hover {
  -webkit-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sell-box .boxes-section .box .number {
  display: none;
  line-height: 34px;
}
.sell-box .boxes-section .box .box-label {
  font-size: 14px;
  line-height: 31px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.sell-box .boxes-section .box .text {
  display: block;
}
.tags {
  padding-left: 0;
  margin: 0;
}
.tags li {
  background: #a6a6a6;
  display: inline-block;
  font-size: 13px;
  padding: 4px 18px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.tags li a {
  color: #ffffff;
}
.tags li a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 7px;
  margin-left: -7px;
  vertical-align: middle;
}
.tags li:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .sell-box.offer-sellbox .boxes-section {
    margin-top: 4px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sell-box .boxes-section {
    margin-top: 4px;
    margin-left: 0;
  }
  .sell-box .boxes-section .box {
    margin-bottom: 4px;
    margin-left: 0;
  }
  .sell-box.offer-sellbox .box:last-child {
    margin-bottom: 0;
  }
  .item .apartment-price {
    float: right;
  }
  .item .apartment-price {
    float: none;
    text-align: center;
    width: 300px;
    max-width: 100%;
    padding-right: 0;
  }
  .item .developer-name {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .no-float-xs {
    float: none !important;
  }
  .no-float-xs .text-right {
    text-align: left;
  }
  .item-img {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .send-message .light-bg {
    padding: 20px 10px;
  }
  .item .developer-type {
    margin-top: 0;
  }
  .item .height {
    min-height: auto;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .item .details h2 {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .item .facilities {
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  }
  .item .facilities li {
    font-size: 14px;
  }
  .item .facilities span.icon-wifi:before {
    font-size: 10px;
  }
  .item .offer-info {
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  }
  .sell-box .boxes-section {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .sell-box .boxes-section .box {
    margin-bottom: 10px;
  }
  .sell-box .boxes-section .box:last-child {
    margin-bottom: 10px;
  }
  .tags {
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .no-padding {
    padding: 0;
  }
  .item-img .extra-margin {
    box-shadow: none;
  }
  .item-img ul {
    position: static;
    text-align: center;
    font-size: 0;
    margin-top: 3px;
  }
  .item-img ul li {
    background: #535352;
    height: 38px;
    vertical-align: middle;
    width: 19%;
    margin-right: 3px;
    text-align: center;
  }
  .item-img ul a {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    background: transparent;
    width: 100%;
    height: 100%;
    line-height: 37px;
  }
  .item-img ul a span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }
  .item .facilities .inline {
    width: 100%;
  }
}
.offers-searchbar {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.offers-searchbar label,
.offers-searchbar .checkbox .label {
  color: #000000;
}
.offers-searchbar .decorator-rooms {
  font-size: 38px;
}
.offers-searchbar .decorator-rooms span {
  margin-top: -1px;
}
.offers-searchbar .location {
  background: #000000;
  margin-bottom: 16px;
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.offers-searchbar .location input {
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  border: none;
}
.offers-searchbar .location input:focus,
.offers-searchbar .location input:active {
  outline: none;
}
.offers-searchbar .location .input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -156px;
  padding-right: 150px;
}
.offers-searchbar .location .button {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
.offers-searchbar .location .button .icon {
  margin-right: 18px;
  margin-top: -4px;
}
.offers-searchbar .location .btn {
  padding: 0;
  height: 40px;
  line-height: 39px;
  letter-spacing: 1px;
}
.offers-searchbar .location .list .icon {
  font-size: 21px;
}
.offers-searchbar .location .map {
  margin-left: 9px;
}
.offers-searchbar .location .map .icon {
  font-size: 25px;
}
.offers-searchbar .location .icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.offers-searchbar .controls .btn {
  width: 45px;
}
.offers-searchbar .filters {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.offers-searchbar .filters input[type='text'] {
  max-width: 80px;
  display: inline-block;
}
.offers-searchbar .filters input {
  font-size: 16px;
}
.offers-searchbar .filters .checkbox {
  height: 35px;
  line-height: 35px;
}
.offers-searchbar .desktop-controls .btn-secondary {
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.offers-searchbar .desktop-controls .btn-secondary:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.offers-searchbar .mobile-controls .map {
  display: inline-block;
}
.offers-searchbar .mobile-controls .list {
  display: inline-block;
}
.offers-searchbar .searchbar-results-header {
  margin-bottom: 37px;
}
@media (max-width: 1199px) {
  .offers-searchbar .filters input[type='text'] {
    max-width: 66px;
    font-size: 14px;
    padding: 6px;
  }
}
@media (max-width: 991px) {
  .offers-searchbar .controls {
    width: 80px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: left;
  }
  .offers-searchbar .controls .btn {
    margin-right: -2px;
    width: 40px;
  }
  .offers-searchbar .searchbar-location-input {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: -85px;
    padding-right: 80px;
  }
  .offers-searchbar .searchbar-location-input .button {
    width: 40px;
  }
  .offers-searchbar .searchbar-location-input .input {
    margin-right: -46px;
    padding-right: 40px;
  }
  .offers-searchbar .searchbar-location-input .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .offers-searchbar .location .button .icon {
    margin-right: 0;
  }
  .offers-searchbar .filters {
    display: none;
  }
  .offers-searchbar .filters.show-filters {
    display: block;
  }
}
@media (max-width: 520px) {
  .offers-searchbar .filters .my-col {
    width: 100%;
  }
}
.news-item.-biggerfont .content,
.news-item.-biggerfont .content p {
  font-size: 18px;
}
.news-item .lead {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 42px;
}
.news-item .author-date {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 0 -2px;
}
.news-item .author-date span {
  margin: 0 6px;
}
.news-item .news-info {
  margin-top: -10px;
  margin-bottom: 23px;
}
.news-item .news-info .social-share {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 2px -2px 0 -2px;
}
.news-item .content,
.news-item .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
  color: #1d1d1b;
}
.news-item .content {
  margin-bottom: 30px;
}
.news-item .content p {
  margin-bottom: 24px;
}
.news-item .content p:last-child {
  margin-bottom: 0;
}
.news-item .sidebar-offers .offer-block {
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news-item .news-info .social-share {
    display: none;
  }
}
.map {
  height: 100%;
}
.offer-map {
  height: 230px;
}
.developer-map {
  height: 230px;
}
.map-container {
  display: none;
  height: 600px;
}
.info-window-content {
  background: #ffffff;
  width: 240px;
  box-shadow: -15px 15px 51px -12px rgba(0, 0, 0, 0.4);
}
.info-window-content a {
  display: block;
  width: 100%;
}
.info-window-content .info-img {
  display: block;
  position: relative;
  max-width: 100%;
}
.info-window-content .info-price {
  margin: 0;
  padding: 7px 24px 7px 7px;
  position: absolute;
  right: -5px;
  bottom: 10px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.info-window-content h3 {
  font-size: 15px;
  padding: 15px;
  margin: 0;
  color: #000000;
  font-weight: 400;
}
.info-window-content .info-address {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #streetview {
    height: 250px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5);
}
.popup .popup-overlay {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  padding-top: 10vh;
}
.popup .popup-container {
  width: 768px;
  max-width: 100%;
  padding: 45px 45px 35px;
  margin: 0 auto;
  background: #fafafa;
  -webkit-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -15px 12px 15px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (min-width: 1200px) {
  .popup .popup-container {
    width: 950px;
  }
}
.popup .popup-email {
  max-width: 450px;
}
.popup .popup-email .form-control {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
}
.popup .popup-email .textarea-email {
  height: 100%;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 510px) {
  .popup .popup-email {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .popup .btn-long {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.popup .close {
  background: url('/i/close.png');
  color: #ffffff;
  position: absolute;
  top: 15px;
  height: 17px;
  width: 17px;
  right: 15px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup img {
  margin: 0 auto;
  display: block;
}
.popup h2 {
  margin-bottom: 15px;
}
.popup.images h2 {
  padding-left: 42px;
}
.showMediaFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showMediaFrame .popup {
  position: relative;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 5;
}
.showMediaFrame .popup-container {
  width: auto;
  padding: 0;
}
.showMediaFrame .carousel-container {
  padding: 0;
}
.showMediaFrame .item > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.showMediaFrame .item .plans {
  background-size: contain;
}
.showMediaFrame .customable-nav .owl-prev,
.showMediaFrame .customable-nav .owl-next {
  background: rgba(0, 0, 0, 0.75);
  padding: 7px 9px;
  color: white;
  line-height: 1;
}
.showMediaFrame .customable-nav .owl-prev {
  left: 5px;
}
.showMediaFrame .customable-nav .owl-next {
  right: 5px;
}
.carousel-container {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
.carousel-container .item img {
  width: auto;
  margin: 0 auto;
}
.customable-nav .owl-prev,
.customable-nav .owl-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 45px;
  color: #afafaf;
  cursor: pointer;
}
.customable-nav .owl-prev.disabled,
.customable-nav .owl-next.disabled {
  opacity: 0;
}
.customable-nav .owl-prev {
  left: -40px;
}
.customable-nav .owl-next {
  right: -40px;
}
@media (max-width: 767px) {
  .showMediaFrame .equalHeight {
    height: 250px !important;
  }
  .showMediaFrame .popup .popup-container {
    padding: 0;
  }
  .popup .popup-container {
    padding: 15px;
    padding-top: 50px;
  }
  .popup.images h2 {
    padding-left: 16px;
  }
  .carousel-container {
    padding: 0 15px;
  }
  .customable-nav .owl-prev,
  .customable-nav .owl-next {
    font-size: 36px;
  }
  .customable-nav .owl-prev {
    left: -25px;
  }
  .customable-nav .owl-next {
    right: -25px;
  }
}
.contact .logo img {
  height: 54px;
  width: auto;
}
.contact h2 {
  font-weight: 300;
}
.contact .dark {
  font-weight: 500;
}
.contact .without-bottom-margin {
  margin-bottom: 0px;
}
.contact .email {
  margin-bottom: 43px;
}
.contact .contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1d1d1b;
}
.contact .contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1d1d1b;
}
.contact .contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #1d1d1b;
}
.contact .contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #1d1d1b;
}
.contact .contact-phone-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  font-size: 25px;
  margin-right: 10px;
  color: #000000;
}
.contact .contact-mail-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  margin-right: 10px;
  color: #000000;
}
.contact .padding-top {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .contact .space-mob {
    padding-top: 55px;
  }
}
.social-share {
  text-align: right;
}
.social-share .share-label {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  padding-right: 8px;
}
.social-share .share-transparent {
  display: inline-block;
  margin-left: 15px;
}
.social-share .share-transparent .btn {
  color: #b2b2b2;
  height: 40px;
  line-height: 35px;
  border: 1px solid #999999;
  font-size: 15px;
  margin: 0 -3px;
  background: #ffffff;
}
.social-share .share-transparent .btn:hover,
.social-share .share-transparent .btn:focus {
  color: #999999;
}
.social-share .share-transparent .btn:hover span,
.social-share .share-transparent .btn:focus span {
  color: #e42a26;
}
.social-share .share-transparent .btn span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-share .share-transparent .btn .icon-printer {
  font-size: 18px;
  margin-top: -4px;
}
.social-share .share-transparent .btn .icon-envelope {
  font-size: 20px;
  margin-top: -6px;
}
.social-share.alt-share {
  text-align: left;
  padding-top: 10px;
}
.social-share.alt-share .share-label {
  padding-top: 9px;
}
.social-share.alt-share .share-transparent {
  float: right;
  margin-right: 3px;
}
@media (max-width: 1199px) {
  .social-share.alt-share .share-label {
    padding-bottom: 9px;
  }
  .social-share.alt-share .share-transparent {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .social-share.alt-share .share-label {
    margin-left: 0;
    display: block;
    padding-bottom: 9px;
  }
  .social-share.alt-share .share-transparent {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .social-share {
    text-align: left;
  }
}
.index-search {
  font-size: 0;
  padding: 0;
}
.index-search li {
  display: inline-block;
  text-transform: lowercase;
  border: 1px solid #bebebe;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  margin-right: 2px;
}
.index-search li.active {
  border-color: #e42a26;
}
.index-search li a {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.index-search li a:hover {
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.25);
  color: #e42a26;
}
.index-search ul {
  padding-left: 0;
}
.error-page .main-link {
  color: #1d1d1b;
  font-size: 12px;
  display: block;
  margin-top: 30px;
  margin-bottom: 18px;
}
.error-page .main-message {
  margin-bottom: 17px;
}
.error-page .secondary-mesage {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
}
.error-page .spacer {
  height: 60px;
}
@media print {
  *:not('.print') {
    display: none;
  }
  .breadcrumbs,
  .burger-wrapper,
  .social-icon-wrapper,
  .navbar-header-wrapper,
  .item-img,
  .not-print {
    display: none!important;
  }
  .breadcrumbs:before,
  .burger-wrapper:before,
  .social-icon-wrapper:before,
  .navbar-header-wrapper:before,
  .item-img:before,
  .not-print:before,
  .breadcrumbs:after,
  .burger-wrapper:after,
  .social-icon-wrapper:after,
  .navbar-header-wrapper:after,
  .item-img:after,
  .not-print:after {
    display: none!important;
  }
  .header-logo-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
  }
  .visible-only-in-print {
    display: block!important;
  }
  .print {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
  }
  .item .developer-name {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .item .apartment-price.red-bg {
    display: block!important;
    color: #1d1d1b !important;
    text-align: left;
    background: transparent!important;
  }
  .sell-box .boxes-section.inline {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
  .item .details h4 {
    margin-bottom: 20px;
  }
  .item .details h4 {
    display: block!important;
  }
  .officeContainer .offer-block {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
  }
  .officeContainer .offer-block .image {
    display: none!important;
  }
  .officeContainer .offer-block .offer-info {
    position: static;
    display: block;
    color: #000000;
    background: transparent;
    margin: 0;
    padding-left: 0;
  }
  .offices-header {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .print-12 {
    width: 100%!important;
  }
  .line {
    background: black;
    display: block;
  }
}
.visible-only-in-print {
  display: none;
}
.ui-widget.ui-widget-content {
  border: none;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.ui-menu .ui-menu-item {
  border-top: 1px solid #dddddd;
  min-height: 40px;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-menu .ui-state-active,
.ui-menu .ui-widget-content .ui-state-active,
.ui-menu .ui-widget-header .ui-state-active,
.ui-menu a.ui-button:active,
.ui-menu .ui-button:active,
.ui-menu .ui-button.ui-state-active:hover {
  border: none;
  background: #fafafa;
  font-weight: inherit;
  color: inherit;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -105px;
  padding-right: 105px;
  padding-top: 7px;
  padding-left: 30px;
  font-weight: 500;
}
.ui-menu .count {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 100px;
  padding-top: 12px;
  padding-right: 30px;
  font-size: 12px;
  color: #666666;
}
.ui-menu .description {
  display: block;
  width: 100%;
  margin-top: -3px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #666666;
}
