@charset "UTF-8";
/** _variables.scss **/
/** _base.scss **/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #424248;
  font-size: 16px;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 0;
}

.separator {
  width: 100%;
  margin-top: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-top: 2px dashed #eaeaea;
}

ul li a {
  color: #231f20;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}
p strong {
  font-weight: 600;
}
p strong a {
  font-weight: 500 !important;
}
p a:not(.button):not(.button-alt):not(.intext) {
  cursor: pointer;
  color: #231f20;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.033em;
  border-bottom: 1px solid #d9cfe6;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}
p a:not(.button):not(.button-alt):not(.intext):hover {
  border-bottom: 1px solid transparent;
}
p a.text {
  color: #231f20;
}

a {
  color: #3B1650;
  font-weight: 500;
}

small {
  font-size: 0.88em;
}

strong {
  color: #231f20;
  font-weight: 600;
}
strong.highlight {
  display: inline-block;
  background: #f7f7f7;
  padding: 2px 10px;
}

a.button {
  cursor: pointer;
  position: relative;
  top: 0;
  display: inline-block;
  background: #3B1650;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 18px;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
  border-radius: 2px;
}
a.button:hover {
  border: none;
  text-decoration: none;
  top: -5px;
}

a.button-alt {
  cursor: pointer;
  border-radius: 2px;
  color: #3B1650;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 25px 15px 25px;
  text-decoration: none;
  border: 1px solid #3B1650;
  -webkit-transition: background 0.25s ease, border 0.25s ease;
  -moz-transition: background 0.25s ease, border 0.25s ease;
  -o-transition: background 0.25s ease, border 0.25s ease;
}
a.button-alt:hover {
  background: #3B1650;
  color: #fff;
}

textarea, select, input, button {
  outline: none;
}

h1 {
  color: #231f20;
  font-size: 3.15em;
  font-weight: 500;
  letter-spacing: -0.015em;
}
h1.withsub {
  margin-bottom: 30px !important;
}
h1.line {
  margin-bottom: 5rem !important;
}
h1.line:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #3B1650;
  margin-top: 125px;
  width: 50px;
}

h2 {
  color: #231f20;
  font-size: 2.33em;
  line-height: 1.25em;
  font-weight: 500;
}
h2.withsub {
  margin-bottom: 30px !important;
}
h2.line {
  margin-bottom: 5rem !important;
}
h2.line:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #3B1650;
  margin-top: 78px;
  width: 50px;
}

h3 {
  color: #231f20;
  font-size: 1.88em;
  font-weight: 500;
}

h4 {
  color: #231f20;
  font-size: 1.48em;
  font-weight: 500;
}

h5 {
  font-weight: 600;
  color: #231f20;
  font-size: 1.04em;
  padding-left: 12px;
  border-left: 2px solid #3B1650;
}

p.subhead {
  line-height: 1.75em;
}

.text-center {
  text-align: center;
}

.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-size: 0.88em;
  color: #707077;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.breadcrumb li a:hover {
  border-bottom: 1px solid #707077;
}
.breadcrumb li.home a {
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
.breadcrumb li.home a:hover {
  border-bottom: 1px solid transparent;
}
.breadcrumb li.home:before {
  content: "";
}
.breadcrumb li:before {
  color: #707077;
  font-size: 10px;
  padding: 0 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

section {
  overflow: hidden;
  padding: 5rem 0;
}
section h1, section h2, section h3 {
  margin: 0;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 544px) {
  h1 {
    font-size: 2em;
    line-height: 1.5em;
  }
}
/** _header.scss **/
header {
  position: fixed;
  z-index: 9;
  background: #110617;
  height: 90px;
  width: calc(100% - 60px);
  padding: 0 45px 0 30px;
  top: 30px;
  left: 30px;
  -webkit-transition: background-color 0.33s ease;
  transition: background-color 0.33s ease;
}
header a.logo {
  float: left;
  display: block;
  height: 90px;
  width: 150px;
  padding: 20px 0;
  background: url("../img/logo.svg") no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
header a.menu {
  display: none;
}
header a.search {
  display: none;
}
header a.phone, header a.mail {
  display: none;
  font-size: 1.33em;
  float: right;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 20px 0;
}
header a.phone i.fal, header a.mail i.fal {
  color: #FFD500;
}
header a.mail {
  margin-left: 40px;
}
header ul {
  height: 90px;
  line-height: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  float: left;
}
header ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}
header ul li a.active {
  border-bottom: 1px solid #FFD500;
}
header ul li a:hover {
  border-bottom: 1px solid #FFD500;
}
header ul li ul {
  display: none;
  background: #3B1650;
  border-radius: 2px;
  height: auto;
  margin-top: -10px;
  padding: 10px 0;
}
header ul li ul li {
  margin: 0 !important;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  text-align: center !important;
}
header ul li ul li a {
  white-space: pre;
  color: #fff;
}
header ul li ul li a:hover {
  border-color: #fff;
}
header ul li ul:after {
  right: 50%;
  top: -4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #3B1650;
  border-width: 5px;
  margin-top: -5px;
}
header ul li.dropdown {
  position: relative;
  padding-right: 20px;
}
header ul li.dropdown a:hover {
  border-bottom: none;
}
header ul li.dropdown:before {
  color: #3B1650;
  display: inline-block;
  position: absolute;
  top: 43px;
  right: 0;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.33em solid;
  border-right: 0.33em solid transparent;
  border-left: 0.33em solid transparent;
}
header ul li:hover ul {
  display: block;
  width: auto;
  min-width: 150px !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 20px;
}
header ul li.search a {
  color: #3B1650;
  font-size: 1.15em;
}
header ul li.search a:hover {
  border: none;
}
header ul.contact {
  float: right !important;
}
header ul.contact > li:last-child a {
  margin: 0px;
}
header ul.contact > li:hover a {
  border-bottom: 1px solid transparent !important;
}
header ul.contact > li a:hover {
  border-bottom: 1px solid transparent !important;
}
header ul.contact i.fal {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
  color: #3B1650;
}
header ul.menu {
  float: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header ul.menu li {
  margin-left: 34px;
  text-align: right;
}
header ul.menu li:first-child {
  margin-left: 0;
}
header ul.social {
  float: right;
  margin-left: 30px;
}
header ul.social li {
  margin-left: 30px;
}
header ul.social li a {
  font-size: 1.5em;
}
header ul.social li a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
header.white a.logo {
  background: url("../img/logo-white.svg") no-repeat left center;
  background-size: 100% auto;
}
header.white ul li a {
  color: #fff;
}
header.noline {
  border: none;
  background: transparent;
}
header.noline a.logo {
  width: 180px;
}
header.noline a.phone {
  margin-left: 20px;
}
header.small {
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 20px 0 32px;
  background: #110617;
}
header.small a.logo {
  width: 180px;
}
header.small a.mail, header.small a.phone, header.small a.menu {
  background: transparent;
  margin-left: 0;
}
header.small a.mail {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header {
    padding: 0 15px;
  }
  header.noline a.logo {
    width: 140px;
  }
  header ul.menu li {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 992px) {
  header a.menu {
    display: block;
    font-size: 1.33em;
    float: right;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px 0 20px 20px;
  }
  header a.menu i.fal {
    color: #FFD500;
  }
  header a.search {
    display: block;
    font-size: 1.33em;
    float: right;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px 0;
  }
  header a.search i.fal {
    color: #FFD500;
  }
  header a.mail, header a.phone {
    margin-left: 0;
  }
  header ul {
    height: 90px;
    line-height: 90px;
  }
  header ul.contact {
    display: none !important;
  }
  header ul.menu {
    display: none;
    clear: both;
    left: -15px;
    width: calc(100% + 30px);
    background: #231f20;
    position: relative;
    overflow: auto;
    height: auto;
    text-align: center;
    padding-bottom: 5px;
    -webkit-transform: none;
            transform: none;
  }
  header ul.menu li {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
  }
  header ul.menu li.search {
    display: none;
  }
  header ul.menu li.dropdown a {
    width: calc(100% - 40px);
    margin: 0 20px;
    display: block;
  }
  header ul.menu li.dropdown a:hover {
    border-bottom: none;
  }
  header ul.menu li.dropdown:before {
    top: 27px;
    right: 15px;
  }
  header ul.menu li ul {
    left: 0;
    position: relative;
    height: auto;
    -webkit-transform: none;
            transform: none;
    overflow: auto;
    margin: 0 15px;
  }
  header.small {
    height: 60px;
  }
  header.small a.menu, header.small a.search, header.small a.phone, header.small a.mail {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 992px) {
  header ul.menu {
    line-height: 60px;
  }
  header ul.social {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0.85rem;
    right: 6.5rem;
  }
  header.small ul.social {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0rem;
    right: 5rem;
  }
  header.small a.logo {
    height: 60px;
    padding: 10px 0;
    background-size: 100% auto;
    width: 160px;
  }
  header.white ul li a {
    color: #000;
  }
  header.white ul li.dropdown ul li > a {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header a.logo {
    width: 120px !important;
  }
  header a.menu {
    margin-left: 5px !important;
  }
  header ul.social {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0.85rem;
    right: 4rem;
  }
  header ul.menu {
    width: calc(100% + 30px);
    left: -15px;
    padding-bottom: 20px;
  }
  header a.mail {
    display: none;
  }
  header.small {
    height: 60px;
    padding: 0 10px 0 20px;
    left: 0;
    width: 100%;
  }
  header.small ul.menu {
    left: -20px;
  }
  header.small a.logo {
    width: 100px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 500px){
    header ul.menu{
        padding-top: 3rem;
    }
    header.small ul.menu{
        padding-top: 4rem;
    }
    header ul.social{
        display: none;
    }

    header .menu.active +.social{
        display: block;
        position: absolute;
        top: 6rem;
        right: 1rem;
    }
    header.small .menu.active + .social{
        top: 4rem;
        right: 2rem;
    }
}

/** _carousel.scss **/
section#carousel {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
section#carousel h1 {
  margin-bottom: 0;
}
section#carousel .gradient-overlay {
  z-index: 1;
  opacity: 0.66;
  position: absolute;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(255, 227, 41, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 227, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffe329",GradientType=1);
}
section#carousel .color-overlay {
  background: #110617;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#carousel .carousel-wrapper {
  position: relative;
  z-index: 0;
}
section#carousel .carousel-wrapper .item {
  position: relative;
  height: 100%;
}
section#carousel .carousel-wrapper .item span {
  position: absolute;
  top: calc(50% - 165px);
  z-index: 2;
  width: 100%;
  display: inline-block;
  text-align: center;
}
section#carousel .carousel-wrapper .item span a {
  color: #fff;
}
section#carousel .carousel-wrapper .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.33;
}
section#carousel .search {
  width: 100%;
  margin: 3rem 0 4rem 0;
}
section#carousel .search .row {
  overflow: hidden;
}
section#carousel .search .row .selectize-input {
  border-radius: 2px;
  min-height: 60px;
}
section#carousel .search .row .cena input, section#carousel .search .row .fulltext input {
  height: 60px;
  line-height: 60px;
  border: 1px solid #d0d0d0;
  padding-left: 20px;
  font-size: 15px;
  width: 100%;
  border-radius: 2px;
  font-family: "Poppins", sans-serif;
}
section#carousel .search .row .separator {
  clear: both;
  display: block;
  height: 30px;
}
section#carousel .search .row button {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 100%;
  float: right;
  background: #3B1650;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #231f20;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  background: #3B1650;
}
section#carousel .search .row button i {
  font-size: 28px;
  position: relative;
  top: 3px;
  color: #fff;
}
section#carousel .avatar {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
section#carousel .avatar img {
  width: 100%;
}
section#carousel .icons {
  text-align: center;
  margin: 30px 0;
}
section#carousel .icons span {
  margin: 0 20px;
}
section#carousel .icons span a {
  text-decoration: none;
  color: #231f20;
}
section#carousel .icons span a:hover {
  text-decoration: underline;
}
section#carousel .icons span i {
  color: #3B1650;
  margin-right: 8px;
  font-size: 1.1em;
}
section#carousel .subhead {
  max-width: 100%;
  margin: 0 auto;
}
section#carousel .subhead.small {
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  section#carousel .subhead.small {
    max-width: 100%;
  }
}
section#carousel .filter {
  text-align: center;
  margin-top: 2rem;
  overflow: hidden;
}
section#carousel .filter .tags {
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
}
section#carousel .filter .tags span {
  background: #f7f7f7;
  border-radius: 2px;
  padding: 8px 14px;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
section#carousel .filter .tags span a {
  border: none;
  margin: -3px 0 0 15px;
  float: right;
}
section#carousel .filter .tags span a i {
  font-size: 16px;
  color: #3B1650;
  position: relative;
  top: 1px;
}
section#carousel .filter .predaj-prenajom {
  float: right;
  font-size: 13px;
}
section#carousel .filter .predaj-prenajom a {
  margin: 0 0 0 20px;
}
section#carousel .filter .sort {
  float: left;
  font-size: 13px;
}
section#carousel .filter .sort a {
  margin: 0 20px 0 0;
}
section#carousel .filter a {
  font-size: 16px;
  margin: 0 20px;
  display: inline-block;
  color: #424248;
  border-color: #424248;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
section#carousel .filter a.active {
  color: #231f20;
  font-weight: 500;
  border-bottom: 1px solid #3B1650;
  font-size: 13px;
  text-transform: uppercase;
}
section#carousel .filter a.active:hover {
  border-color: #3B1650;
}
section#carousel .filter a:hover {
  border-color: transparent;
}
section#carousel.map #search {
  display: block !important;
  padding: 4rem 0 0 0 !important;
}
section#carousel:not(.theme) #search {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  padding: 0 0 6rem 0;
}
section#carousel:not(.theme) #search .switch a.active:after {
  top: 34px;
  border-bottom: 6px solid #d9cfe6;
}
section#carousel:not(.theme) #search .search-wrapper .location-wrapper {
  border: 1px solid #d9cfe6;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
section#carousel:not(.theme) #search .search-wrapper .type-wrapper {
  border: 1px solid #d9cfe6;
  border-left: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
section#carousel:not(.theme) #search .search-wrapper.more form {
  overflow: auto;
}
section#carousel:not(.theme) #search .search-wrapper.more .location-wrapper {
  border-bottom-left-radius: 0;
}
section#carousel:not(.theme) #search .search-wrapper.more .type-wrapper {
  border-bottom-right-radius: 0;
}
section#carousel:not(.theme) #search .search-wrapper.more .fulltext-wrapper, section#carousel:not(.theme) #search .search-wrapper.more .cenaod-wrapper, section#carousel:not(.theme) #search .search-wrapper.more .cenado-wrapper {
  border-top: none;
  border-right: 1px solid #d9cfe6;
  border-left: 1px solid #d9cfe6;
  border-bottom: 1px solid #d9cfe6;
}
section#carousel:not(.theme) #search .search-wrapper.more .cenaod-wrapper, section#carousel:not(.theme) #search .search-wrapper.more .cenado-wrapper {
  border-left: none;
}
section#carousel:not(.theme) #search .search-wrapper.more button {
  margin: 10px 0 5px 0 !important;
  width: 100% !important;
}
section#carousel:not(.theme) #search .links {
  margin-top: 15px;
}
section#carousel.text {
  margin-top: calc(90px + 6rem) !important;
}
section#carousel.text.gradient {
  background: #000;
}
section#carousel.text.gradient h1 {
  color: #fff !important;
}
section#carousel.text h1.line:after {
  margin-top: 105px;
}
section#carousel.text .description {
  display: block;
  margin: 3rem 0;
}
section#carousel.text .description p {
  max-width: 66%;
  margin: 0 auto;
}
section#carousel.text .description p a {
  display: inline-block;
  margin-top: 15px;
}
section#carousel.image {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 16rem 0 10rem 0;
  background-size: cover;
  background-position: 50%;
}
section#carousel.image h1, section#carousel.image p {
  color: #fff !important;
  position: relative;
  z-index: 2;
}
section#carousel.image h1 strong, section#carousel.image p strong {
  color: #fff !important;
}
section#carousel.image a {
  color: #fff !important;
}
section#carousel.image .color-overlay {
  background: #111;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
section#carousel.image.predaj {
  background: url("/template/img/1.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.image.kupa {
  background: url("/template/img/5.jpg") no-repeat;
}
section#carousel.image.prenajom {
  background: url("/template/img/3.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.image.najom {
  background: url("/template/img/7.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.image.investicie {
  background: url("/template/img/2.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.image.propertyfacility {
  background: url("/template/img/4.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.image.development {
  background: url("/template/img/6.jpg") no-repeat;
  background-position: 100%;
}
section#carousel.blog .icons {
  margin: 30px 0 0 0;
}
section#carousel.photos #search, section#carousel.single-photo #search {
  padding: 6rem 0;
}
section#carousel.photos {
  margin-top: 90px;
}
section#carousel.photos.mobil {
  display: none;
}
section#carousel.single-photo {
  margin-top: 90px;
}
section#carousel.single-photo .popup-gallery > a {
  height: 400px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
  /*
  img	{
  	position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50% ,-50%);
      width: 100%;
      max-width: 100%;
  }
  */
}
section#carousel.single-photo .popup-gallery > a img {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: auto;
  height: 100%;
}
section#carousel.theme {
  position: relative;
  height: calc(100vh - 400px);
  min-height: 560px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  background: url("/template/img/theme.jpg") no-repeat;
  background-size: cover;
}
section#carousel.theme a.down {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 14px);
  color: #ffd600;
  z-index: 2;
  font-size: 2rem;
}
section#carousel.theme a.down:hover {
  font-size: 2.2rem;
  left: calc(50% - 15px);
}
section#carousel.theme > span {
  width: 100%;
  max-width: calc(100% - 60px);
  position: absolute;
  z-index: 3;
  left: 50%;
  top: calc(50% + 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#carousel.theme > span h1 {
  font-size: 3rem;
  line-height: 3.9rem;
  color: #fff;
  margin-bottom: 20px !important;
}
section#carousel.theme > span p {
  color: #fff;
}
section#carousel.theme > span .button-alt {
  margin-top: 40px;
  color: #fff;
  border-color: #ffd600;
}
section#carousel.theme > span .button-alt:hover {
  background: #ffd600;
  color: #3B1650;
}
section#carousel.theme h1 {
  margin-bottom: 40px;
}
section#carousel.theme.video {
  position: relative;
  background: #000;
  height: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
section#carousel.theme.video h1 {
  color: #fff !important;
}
section#carousel.theme.video .switch a {
  color: #fff !important;
}
section#carousel.theme.video .switch a.active, section#carousel.theme.video .switch a:hover {
  color: #fff !important;
}
section#carousel.theme.video .links a {
  color: #fff !important;
}
section#carousel.theme.video video {
  width: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.33;
}

@media only screen and (min-width: 1200px) {
  section#carousel.video {
    height: 100vh !important;
    min-height: 800px;
  }
}
@media only screen and (max-width: 1200px) {
  section#carousel.video video {
    width: auto !important;
    height: 100% !important;
  }
  section#carousel .carousel-wrapper .item span {
    top: calc(50% - 70px);
  }
}
@media only screen and (max-width: 992px) {
  section#carousel .search .row button {
    margin-top: 30px;
  }
  section#carousel.text {
    margin-top: calc(90px + 3rem) !important;
  }
  section#carousel.video {
    min-height: 600px;
  }
  section#carousel .carousel-wrapper .item span {
    top: calc(50% - 70px);
  }
  section#carousel .carousel-wrapper .item span h1 {
    font-size: 2em;
  }
  section#carousel .carousel-wrapper .item img {
    width: inherit;
    height: 600px;
  }
  section#carousel .filter .sort {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  section#carousel .filter .sort a {
    margin: 10px;
  }
  section#carousel .filter .predaj-prenajom {
    width: 100%;
    text-align: left;
  }
  section#carousel .filter .predaj-prenajom a {
    margin: 10px;
  }
  section#carousel .icons {
    margin: 30px 0 0 0;
  }
  section#carousel .icons span {
    display: inline-block;
    margin-bottom: 20px;
  }
  section#carousel:not(.theme) #search .search-wrapper button {
    margin: 5px 0 0 0;
    width: 100%;
  }
  section#carousel.search .search .row button {
    margin: 0;
  }
  section#carousel.single-photo {
    height: 330px;
  }
  section#carousel.single-photo .popup-gallery > a {
    height: 330px;
  }
  section#carousel.single-photo .popup-gallery > a img {
    max-width: inherit;
  }
  section#carousel.theme {
    background-position: 50%;
  }
  section#carousel.video video {
    height: 120% !important;
  }
}
@media only screen and (max-width: 768px) {
  section#carousel .search .row .cena {
    margin-top: 30px;
  }
  section#carousel .filter .tags {
    margin-bottom: 30px;
  }
  section#carousel .filter .tags span {
    width: 100%;
    margin-bottom: 3px;
  }
  section#carousel .filter .tags span:last-child {
    margin: 0;
  }
  section#carousel .filter a {
    margin: 0 20px 20px 20px;
  }
  section#carousel #search {
    width: 100%;
    margin: 0;
  }
  section#carousel #search .search-wrapper .location-wrapper {
    border-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0 !important;
  }
  section#carousel #search .search-wrapper .type-wrapper {
    border-left: none !important;
    border-top: none !important;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0 !important;
  }
  section#carousel #search .search-wrapper button {
    margin: 0 5px 5px 5px;
  }
  section#carousel #search .search-wrapper.more form {
    width: 100% !important;
  }
  section#carousel #search .search-wrapper.more .location-wrapper {
    border-right: none !important;
    border-right: 1px solid #d9cfe6;
  }
  section#carousel #search .search-wrapper.more .type-wrapper {
    border-left: none !important;
    border-top: none;
    border-bottom-left-radius: 0 !important;
  }
  section#carousel #search .search-wrapper.more .fulltext-wrapper {
    border-right: none;
    border-bottom: 1px solid #d9cfe6;
  }
  section#carousel #search .search-wrapper.more .cenaod-wrapper {
    border-left: none !important;
    border-bottom-left-radius: 2px;
  }
  section#carousel #search .search-wrapper.more .cenado-wrapper {
    border-bottom-right-radius: 2px;
  }
  section#carousel.photos.mobil {
    display: block;
  }
  section#carousel.develo-photos {
    display: none;
  }
  section#carousel.single-photo {
    height: 250px;
  }
  section#carousel.single-photo .popup-gallery > a {
    height: 250px;
  }
  section#carousel.single-photo .popup-gallery > a img {
    max-width: inherit;
  }
  section#carousel.single-photo.desktop {
    display: none;
  }
  section#carousel.theme span {
    width: 80%;
  }
  section#carousel.theme span h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0;
  }
  section#carousel.theme h1 {
    text-align: center;
  }
  section#carousel.text h1.line:after {
    margin-top: 84px;
  }
  section#carousel.search .search .row .type-wrapper {
    margin-top: 30px;
  }
  section#carousel.search .search .row button {
    margin: 0;
  }
}
/** _search.scss **/
section#search {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  text-align: center;
}
section#search h1 {
  font-size: 52px;
  color: #231f20;
  margin-bottom: 60px;
  font-weight: 200;
}
section#search .switch {
  overflow-y: hidden;
}
section#search .switch a {
  position: relative;
  margin-right: 30px;
  color: #707077;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 20px 0;
  font-size: 18px;
}
section#search .switch a:hover {
  cursor: pointer;
  color: #231f20;
}
section#search .switch a.active {
  color: #231f20;
}
section#search .switch a.active:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  clear: both;
}
section#search .switch a:last-child {
  margin: 0;
}
section#search .search-wrapper {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  padding: 5px 0;
}
section#search .search-wrapper .location-wrapper {
  height: 58px;
  overflow-y: hidden;
  float: left;
  width: calc(50% - 32px);
  border-right: 1px solid #d9cfe6;
}
section#search .search-wrapper .location-wrapper .selectize-input {
  text-align: left;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
section#search .search-wrapper .type-wrapper {
  height: 58px;
  overflow-y: hidden;
  float: left;
  width: calc(50% - 32px);
}
section#search .search-wrapper .selectize-input {
  border: none;
  text-align: left;
}
section#search .search-wrapper .fulltext-wrapper {
  float: left;
  width: calc(45% - 40px);
  border-right: 1px solid #d9cfe6;
}
section#search .search-wrapper .cenaod-wrapper, section#search .search-wrapper .cenado-wrapper {
  float: left;
  width: calc(30% - 20px);
  border-right: 1px solid #d9cfe6;
  border-top: 1px solid #d9cfe6;
}
section#search .search-wrapper .cenado-wrapper {
  border-right: none;
}
section#search .search-wrapper .fulltext-wrapper, section#search .search-wrapper .cenaod-wrapper, section#search .search-wrapper .cenado-wrapper {
  display: none;
}
section#search .search-wrapper .fulltext-wrapper input, section#search .search-wrapper .cenaod-wrapper input, section#search .search-wrapper .cenado-wrapper input {
  font-family: "Poppins", sans-serif;
  border: none;
  height: 58px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
}
section#search .search-wrapper button {
  background: #3B1650;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  width: 58px;
  float: right;
  text-decoration: none;
  margin-right: 5px;
  border: none;
  border-radius: 2px;
}
section#search .search-wrapper button i {
  font-size: 28px;
  color: #fff;
  margin: 15px 0;
}
section#search .search-wrapper.more .location-wrapper, section#search .search-wrapper.more .type-wrapper {
  width: 50%;
}
section#search .search-wrapper.more .fulltext-wrapper {
  display: inline-block;
  border-top: 1px solid #d9cfe6;
  width: 50%;
}
section#search .search-wrapper.more .cenaod-wrapper, section#search .search-wrapper.more .cenado-wrapper {
  display: inline-block;
  border-top: 1px solid #d9cfe6;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  section#search .search-wrapper.more .cenaod-wrapper, section#search .search-wrapper.more .cenado-wrapper {
    border-top: none;
  }
}
section#search .search-wrapper.more button {
  width: calc(100% - 10px);
  margin-top: 5px;
  background: #3B1650;
}
section#search .links {
  margin-top: 30px;
}
section#search .links a {
  display: inline-block;
  white-space: pre;
  color: #231f20 !important;
  font-size: 0.88em !important;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  border-bottom: 1px solid transparent;
}
section#search .links a i.fal {
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #3B1650;
}
section#search .links a:nth-child(2) {
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  section#search {
    padding: 0 30px;
  }
  section#search .search-wrapper.more button {
    width: calc(100% - 10px) !important;
    margin: 0 0 0 5px !important;
    margin-top: 5px !important;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  section#search {
    padding: 0 15px;
    overflow: hidden;
  }
  section#search .switch {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    padding: 0 20px;
  }
  section#search .switch a {
    margin-right: 20px;
  }
  section#search .search-wrapper {
    padding: 0;
  }
  section#search .search-wrapper .location-wrapper {
    height: auto;
    min-height: 58px;
    overflow-y: auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9cfe6;
  }
  section#search .search-wrapper .type-wrapper {
    border-left: none !important;
    height: auto;
    min-height: 58px;
    overflow-y: auto;
    width: 100%;
  }
  section#search .search-wrapper button {
    background: #3B1650;
    width: calc(100% - 10px);
    margin: 0 5px;
    text-align: center;
  }
  section#search .search-wrapper.more .location-wrapper, section#search .search-wrapper.more .type-wrapper, section#search .search-wrapper.more .fulltext-wrapper {
    width: 100%;
  }
  section#search .search-wrapper.more .cenaod-wrapper, section#search .search-wrapper.more .cenado-wrapper {
    width: 50%;
  }
  section#search .search-wrapper.more button {
    margin: 5px 0 !important;
  }
  section#search .search-more-wrapper .fulltext-wrapper {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9cfe6;
  }
  section#search .search-more-wrapper .cenaod-wrapper, section#search .search-more-wrapper .cenado-wrapper {
    width: calc(50% - 1px);
  }
  section#search .links {
    text-align: center;
  }
  section#search .links a {
    margin-left: 0 !important;
    margin: 0 20px 10px 20px;
  }
}
/** _selectize.scss **/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-fgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #424248;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  border: 1px solid #d9cfe6;
  position: absolute;
  z-index: 10;
  background: #fff;
  font-size: 0.88em;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: #f7f7f7;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #3B1650;
  background: #fff;
  cursor: default;
  margin: 10px 0 0 0;
}

.selectize-dropdown .active {
  cursor: pointer;
  background-color: #f7f7f7;
  color: #231f20;
}

.selectize-dropdown .active.create {
  color: #231f20;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  padding: 0 10px 10px 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/** _welcome.scss **/
section#welcome {
  padding-bottom: 0;
}
section#welcome p.subhead {
  margin: 0 auto;
  max-width: 80%;
}

/** _content.scss **/
section#content.sluzby .item {
  margin-bottom: 30px;
  height: 600px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff !important;
}
section#content.sluzby .item a {
  color: #fff !important;
  text-decoration: none;
}
section#content.sluzby .item a h2 {
  color: #fff !important;
  margin: 0;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
section#content.sluzby .item .color-overlay {
  background: #111;
  opacity: 0.8;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 1;
  left: 15px;
  top: 0;
}
section#content.sluzby .item.predaj {
  background: url("/template/img/1.jpg") no-repeat;
  background-size: cover;
}
section#content.sluzby .item.kupa {
  background: url("/template/img/5.jpg") no-repeat;
  background-size: cover;
}
section#content.sluzby .item.prenajom {
  background: url("/template/img/3.jpg") no-repeat;
  background-size: cover;
  background-position: 75% 0;
}
section#content.sluzby .item.najom {
  background: url("/template/img/7.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
section#content.sluzby .item.investicie {
  background: url("/template/img/2.jpg") no-repeat;
  background-size: cover;
}
section#content.sluzby .item.propertyfacility {
  background: url("/template/img/4.jpg") no-repeat;
  background-size: cover;
}
section#content.sluzby .item.development {
  background: url("/template/img/6.jpg") no-repeat;
  background-size: cover;
}
section#content.sluzby .item:hover a h2 {
  border-bottom: 2px solid #3B1650;
}
section#content img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
section#content .photo {
  max-height: 400px;
  overflow: hidden;
}
section#content .photo img {
  width: 100%;
}
section#content .newsletter {
  background: #f7f7f7;
  margin: 0 -15px;
  padding: 30px;
  border-radius: 2px;
}
section#content .newsletter form fieldset {
  text-align: center;
}
section#content .newsletter form fieldset button {
  margin-top: 20px;
}
section#content ul {
  margin: 20px 0;
  padding: 0 0 0 20px;
}
section#content ul li {
  line-height: 26px;
  margin-bottom: 20px;
}
section#content ul li:last-child {
  margin-bottom: 0;
}
section#content #map {
  height: 700px;
}
section#content #map > div {
  z-index: 1;
}
section#content .search-result-legend {
  text-align: center;
}
section#content .search-result-legend label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 20px 30px 0 0;
}
section#content .search-result-legend label img {
  height: 30px;
  float: left;
}
section#content .search-result-legend label span {
  float: left;
  margin-left: 10px;
}
section#content .search-result-legend label:last-child {
  margin: 20px 0 0 0;
}
section#content.newsletter {
  padding: 0;
}
section#content.features {
  padding: 8rem 0 3rem 0;
}
section#content.features .item {
  text-align: center;
}
section#content.features .item i {
  font-size: 36px;
  color: #3B1650;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#content.blogpost .blogpost-wrapper {
  width: 66%;
  margin: 0 auto;
}
section#content.blogpost .blogpost-wrapper h2, section#content.blogpost .blogpost-wrapper h3 {
  font-weight: 500;
}
section#content.blogpost .blogpost-wrapper p {
  margin: 3rem 0;
  line-height: 1.8em;
}
section#content.blogpost .blogpost-wrapper p:first-child {
  margin-top: 0;
}
section#content.blogpost .blogpost-wrapper img {
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  margin: 3rem 0;
  margin-left: -100px;
}
section#content.blogpost .blogpost-wrapper blockquote {
  color: #3B1650;
  font-size: 2em;
  margin: 5rem 0;
}
section#content.blogpost .blogpost-wrapper ul {
  margin: 3rem 0;
  padding: 0;
  list-style-position: inside;
}
section#content.blogpost .blogpost-wrapper ul li {
  height: 40px;
  line-height: 40px;
}
section#content.blogpost .author {
  margin: 10rem 0 5rem 0;
  overflow: auto;
  text-align: center;
}
section#content.blogpost .author .agent {
  width: 66%;
  border: 1px solid #d9cfe6;
  border-radius: 2px;
  padding: 40px;
  display: inline-block;
  overflow: auto;
  float: inherit;
  text-align: left;
}
section#content.blogpost .author .agent .avatar {
  float: left;
  margin-right: 40px;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}
section#content.blogpost .author .agent .avatar img {
  width: 100%;
}
section#content.blogpost .author .agent .text {
  float: left;
}
section#content.blogpost .author .agent .text h3 {
  margin: 0 0 20px 0;
}
section#content.blogpost .author .agent .text .icons {
  margin: 20px 0 30px 0;
}
section#content.blogpost .author .agent .text .icons span {
  margin-right: 20px;
}
section#content.blogpost .author .agent .text .icons span a {
  text-decoration: none;
  color: #231f20;
}
section#content.blogpost .author .agent .text .icons span i {
  color: #3B1650;
  margin-right: 8px;
  font-size: 1.1em;
}

@media only screen and (max-width: 1200px) {
  section#content.blogpost .author .agent {
    text-align: center;
  }
  section#content.blogpost .author .agent .avatar {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  section#content.blogpost .author .agent .avatar, section#content.blogpost .author .agent .text {
    float: inherit;
  }
}
@media only screen and (max-width: 992px) {
  section#content.text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#content.text .row .text-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  section#content.text .row .image-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section#content.features {
    padding: 8rem 0 0 0;
    margin-bottom: -3rem;
  }
  section#content.features .item {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  section#content.blogpost .blogpost-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  section#content.blogpost .blogpost-wrapper img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section#content.blogpost .author {
    margin: 5rem 0 0 0;
  }
  section#content.blogpost .author .agent {
    width: 100%;
  }
  section#content.blogpost .author .agent .icons span {
    display: block;
    margin-bottom: 20px;
  }
  section#content.blogpost .author .agent .icons span:last-child {
    margin: 0;
  }
}
/** _select.scss **/
section#select {
  padding: 4rem 0 0 0;
  text-align: center;
}
section#select .table-wrapper {
  display: table-row !important;
}
@media only screen and (max-width: 768px) {
  section#select .table-wrapper {
    display: inherit !important;
  }
}
section#select .items-wrapper {
  overflow: auto;
  text-align: center;
}
section#select .items-wrapper .item {
  text-align: center;
  display: inline-block;
  background: #f7f7f7;
  float: left;
  border: 2px solid #fff;
}
section#select .items-wrapper .item > a {
  border-radius: 2px;
  padding: 40px 0;
  color: #231f20;
  display: block;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, border 0.25s ease;
  -moz-transition: background 0.25s ease, border 0.25s ease;
  -o-transition: background 0.25s ease, border 0.25s ease;
}
section#select .items-wrapper .item > a i {
  font-size: 36px;
  color: #231f20;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#select .items-wrapper .item > a img {
  height: 50px;
  margin-bottom: 5px;
}
section#select .items-wrapper .item > a:hover {
  text-decoration: none;
}
section#select .items-wrapper .item.feature {
  padding: 60px;
  color: #231f20;
  font-size: 1.15em;
  font-weight: 400;
  text-decoration: none;
}
section#select .items-wrapper .item.feature i {
  font-size: 36px;
  color: #231f20;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#select .items-wrapper .item.feature img {
  margin-bottom: 30px;
}
section#select .items-wrapper .item.feature p {
  margin: 0;
}
section#select .items-wrapper .item.feature small {
  margin: 20px 0 0 0;
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
}
section#select .items-wrapper .item.feature small a {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  section#select .items-wrapper .item.feature {
    padding: 30px;
    display: inherit !important;
  }
}
section#select .items-wrapper .item.active {
  background: #3B1650;
}
section#select .items-wrapper .item.active a {
  color: #fff;
}
section#select .items-wrapper .item.center {
  float: inherit;
}
section#select .items-wrapper .item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  section#select .items-wrapper .item {
    width: 100%;
  }
}
section#select.homepage {
  padding: 3rem 0 2rem 0;
}
@media only screen and (max-width: 544px) {
  section#select.homepage .items-wrapper .item {
    width: calc(50% - 10px);
    margin: 0 0 5px 0;
  }
  section#select.homepage .items-wrapper .item img {
    height: 28px;
    margin-bottom: 10px;
  }
  section#select.homepage .items-wrapper .item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section#select.homepage {
    padding: 5rem 0;
  }
}
section#select.small .items-wrapper .item > a {
  padding: 30px 0;
  font-size: 13px;
}
section#select.small .items-wrapper .item > a i.fal {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  section#select.small .items-wrapper .item {
    width: 100%;
  }
}
section#select.cennik .items-wrapper .item p {
  padding: 30px 18px;
}
section#select.cennik .items-wrapper .item p strong {
  font-size: 18px;
}
section#select.cennik .items-wrapper .item p small {
  color: #707077;
}
section#select.numbers {
  padding: 5rem 0 0 0;
}
section#select.numbers .items-wrapper .item {
  background: transparent;
  cursor: default;
  min-width: 240px;
  margin: 2rem 0;
}
section#select.numbers .items-wrapper .item img {
  height: 50px;
  margin-bottom: 10px;
}
section#select.numbers .items-wrapper .item p {
  color: #231f20;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
section#select.numbers .items-wrapper .item p span {
  color: #3B1650;
  position: relative;
  top: -20px;
  font-size: 30px;
  margin-left: 5px;
}
section#select.partneri .item {
  padding: 50px 0;
}
section#select.partneri .item img {
  height: 50px;
  margin-bottom: 20px;
}
section#select.partneri .item a {
  padding: 0;
}
section#select.partneri .item a:hover {
  text-decoration: underline;
}
section#select.partneri .item:hover {
  cursor: inherit;
}
@media only screen and (max-width: 768px) {
  section#select.partneri .item {
    width: 100% !important;
    padding: 50px !important;
  }
}
section#select.logos .item {
  margin: 0 50px !important;
}
section#select.partners .items-wrapper .item img {
  height: 40px;
  max-width: 90%;
}
section#select.nacenenie {
  padding: 4rem 0 0 0;
}
section#select.nooffers {
  padding: 6rem 0;
}
section#select.search {
  padding: 4rem 0;
}

@media only screen and (max-width: 768px) {
  section#select .items-wrapper .item {
    float: none;
  }
  section#select.numbers {
    padding: 5rem 0 0 0;
  }
  section#select.numbers .items-wrapper .item {
    margin: 1rem 0;
  }
  section#select.logos .item {
    padding: 0 30px !important;
    margin: 0 0 3rem 0 !important;
  }
  section#select.logos .item:last-child {
    margin: 0 !important;
  }
}
/** _offers.scss **/
section#offers .offers-wrapper {
  overflow: auto;
  margin-bottom: calc(5rem - 30px);
}
section#offers .offers-wrapper .offer {
  margin-bottom: 30px;
}
section#offers .offers-wrapper .offer .image-wrapper {
  background: #f7f7f7;
  border-bottom: 2px solid #fff;
  position: relative;
  height: 450px;
  overflow: hidden;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
section#offers .offers-wrapper .offer .image-wrapper > a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
section#offers .offers-wrapper .offer .image-wrapper a > i.fal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4em;
  color: #ccc;
}
section#offers .offers-wrapper .offer .image-wrapper .tags {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  text-align: left;
  width: calc(100% - 40px);
}
section#offers .offers-wrapper .offer .image-wrapper .tags span {
  float: right;
  clear: right;
  background: #3B1650;
  color: #fff;
  padding: 4px 6px;
  margin-bottom: 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
section#offers .offers-wrapper .offer .image-wrapper .tags span:last-child {
  margin: 0;
}
section#offers .offers-wrapper .offer .image-wrapper p.title {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  bottom: 80px;
  left: 19px;
  width: calc(100% - 40px);
  text-align: left;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-size: 18px;
  font-weight: 500;
  /** &:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	display: inline-block;
  	width: 100%;
  	border-bottom: 2px solid $primary;
  	margin-top: 40px;
  	width: 24px;
  } **/
}
section#offers .offers-wrapper .offer .image-wrapper p.price {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  width: calc(100% - 40px);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  border-left: 2px solid #ffd600;
  padding-left: 15px;
  height: 27px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
section#offers .offers-wrapper .offer .image-wrapper p.address {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  bottom: -30px;
  z-index: 2;
  font-weight: 500;
  width: 100%;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
section#offers .offers-wrapper .offer .image-wrapper .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section#offers .offers-wrapper .offer .image-wrapper img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#offers .offers-wrapper .offer .text-wrapper {
  padding: 15px 20px 17px 20px;
  overflow: auto;
  text-align: center;
  background: #f7f7f7;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons {
  overflow: auto;
  float: right;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons img {
  height: 22px;
  width: 22px;
  position: relative;
  top: 3px;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons span {
  display: block;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons span i {
  position: relative;
  top: 2px;
  font-size: 1.33em;
  color: #3B1650;
  display: inline-block;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons span small {
  color: #231f20;
}
section#offers .offers-wrapper .offer .text-wrapper div.icons span:last-child {
  margin: 0;
}
section#offers .offers-wrapper .offer .text-wrapper p.price {
  float: left;
  color: #231f20;
  font-weight: 500;
  font-size: 1.15em;
}
section#offers .offers-wrapper .offer.noimage .image-wrapper a > img {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: none;
          transform: none;
  height: 15%;
}
section#offers .offers-wrapper .offer.noimage p.title, section#offers .offers-wrapper .offer.noimage p.address, section#offers .offers-wrapper .offer.noimage p.price {
  color: #231f20;
}
section#offers .offers-wrapper .offer:hover .image-wrapper img {
  height: calc(100% + 20px);
}
section#offers .offers-wrapper .offer:hover .image-wrapper p.price {
  bottom: -30px;
}
section#offers .offers-wrapper .offer:hover .image-wrapper p.address {
  bottom: 30px;
  display: block;
}
section#offers .buttons {
  overflow: auto;
  padding: 3rem 0;
  padding-top: calc(3rem - 30px);
}
section#offers.next {
  padding: 1rem 0 0 0;
}
section#offers.next h3 {
  margin-bottom: 5rem;
}
section#offers.next h3.withtags {
  margin-bottom: 3rem;
}
section#offers.next .tags {
  text-align: center;
  margin-bottom: 4rem;
}
section#offers.next .tags a {
  display: inline-block;
  background: #f7f7f7;
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 2px;
  text-decoration: none;
  color: #231f20;
  margin: 0 5px;
}
section#offers.next .buttons {
  padding: 0 0 6rem 0;
}
section#offers.homepage {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section#offers {
    padding: 5rem 15px;
  }
  section#offers .buttons div:last-child {
    margin-top: 15px;
  }
}
/** _testimonials.scss **/
section#testimonials {
  padding: 6rem 0;
  border-bottom: 3px solid #f7f7f7;
}
section#testimonials .item {
  text-align: center;
}
section#testimonials .item p {
  padding: 0 10%;
  color: #231f20;
  font-size: 1.48em;
  line-height: 1.33em;
  font-weight: 500;
  margin-bottom: 2rem;
}
section#testimonials .item small {
  font-size: 1em;
  color: #3B1650;
}

/** _blog.scss **/
.blog-share {
  text-align: center;
  margin: 5rem 0 0 0;
}
.blog-share a {
  margin-right: 10px;
  display: inline-block;
}
.blog-share a:last-child {
  margin: 0;
}
.blog-share .facebook-share {
  background: #1877f2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 3px;
}
.blog-share .facebook-share .fab {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
.blog-share .twitter-share {
  background: #08a0e9;
  color: #fff;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 3px;
}
.blog-share .twitter-share .fab {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

@media only screen and (max-width: 544px) {
  .blog-share a {
    width: 100%;
    margin: 10px 0;
  }
}
section#blog {
  overflow: hidden;
}
section#blog .articles-wrapper {
  overflow: hidden;
}
section#blog .articles-wrapper .article {
  overflow: hidden;
  margin-bottom: 5rem;
}
section#blog .articles-wrapper .article .photo {
  background: #f7f7f7 url("../img/logo.svg") center center no-repeat;
  background-size: 33% auto;
  min-height: 300px;
}
section#blog .articles-wrapper .article.feature {
  margin-bottom: 8rem !important;
}
section#blog .articles-wrapper .article:not(.feature) .text {
  margin: 0;
  padding: 20px 60px;
}
section#blog .articles-wrapper .article .text {
  padding: 20px 60px;
}
section#blog .articles-wrapper .article .text h3 {
  margin: 0 0 20px 0;
  line-height: 36px;
}
section#blog .articles-wrapper .article .text h3 a {
  color: #231f20;
  text-decoration: none;
  font-weight: 500;
}
section#blog .articles-wrapper .article .text h3 a:hover {
  text-decoration: underline;
}
section#blog .articles-wrapper .article .text ul {
  margin: 40px 0;
  padding: 0 0 0 18px;
}
section#blog .articles-wrapper .article .text ul li {
  line-height: 28px;
  margin: 20px 0;
  text-align: justify;
}
section#blog .articles-wrapper .article .text ul li a:not(.intext) {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.033em;
}
section#blog .articles-wrapper .article .text .icon {
  margin-bottom: 20px;
}
section#blog .articles-wrapper .article .text .icons {
  margin: 30px 0 35px 0;
}
section#blog .articles-wrapper .article .text .icons span {
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #707077;
}
section#blog .articles-wrapper .article .text .icons span a {
  text-decoration: none;
  color: #707077;
}
section#blog .articles-wrapper .article .text .icons span i {
  color: #707077;
  margin-right: 8px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}
section#blog .articles-wrapper .article .text p {
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
}
section#blog .articles-wrapper .article .text p a.intext {
  color: #231f20;
  font-weight: 400;
}
section#blog .articles-wrapper .article .text p a:not(.intext) {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.033em;
}
section#blog .articles-wrapper .article .text p:last-child {
  margin: 0;
}
section#blog .articles-wrapper .article .photo {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
section#blog .articles-wrapper .article .photo img {
  width: 100%;
}
section#blog .articles-wrapper .article:last-child {
  margin: 0;
}
section#blog .articles-wrapper .article.photo-right .photo {
  float: right;
}
section#blog.homepage .container > .articles-wrapper .article:nth-child(n-1) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  section#blog .articles-wrapper .article .text {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 768px) {
  section#blog .articles-wrapper .article {
    display: block;
  }
  section#blog .articles-wrapper .article .text {
    clear: both;
    text-align: center;
    padding: 20px 20px 0 20px;
  }
  section#blog .articles-wrapper .article .text .icons {
    margin: 30px 0;
  }
  section#blog .articles-wrapper .article .photo {
    max-width: 80%;
    margin: 0 auto;
    float: none !important;
  }
  section#blog .articles-wrapper .article.feature {
    margin-bottom: 5rem !important;
  }
  section#blog .articles-wrapper .article.feature:last-child {
    margin-bottom: 0;
  }
  section#blog .buttons {
    padding: 0 30px;
  }
}
/** _offerform.scss **/
section#offerform .form {
  background: #f7f7f7;
  padding: 5rem;
  text-align: center;
}
section#offerform .form h2 {
  margin: 0 0 3rem 0;
}
section#offerform .form .checkbox {
  margin: 20px 0 10px 0;
  display: inline-block;
  width: 100%;
}
section#offerform .rk {
  overflow: auto;
}
section#offerform .rk .contact {
  text-align: left;
  margin-bottom: 5rem;
}
section#offerform .rk .contact .map {
  margin-bottom: 3rem !important;
}
section#offerform .rk .contact h4 {
  margin: 0 0 15px 0;
}
section#offerform .rk .contact address {
  margin-bottom: 15px;
  line-height: 28px;
  font-style: normal;
}
section#offerform .rk .map {
  position: relative;
  z-index: 1;
  height: 300px;
  background: #f7f7f7;
}
section#offerform .contacts {
  padding: 8rem 0;
}
section#offerform .contacts .icons {
  overflow: auto;
}
section#offerform .contacts .icons .item {
  text-align: center;
}
section#offerform .contacts .icons .item i.fal {
  font-size: 36px;
  color: #3B1650;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#offerform .contacts .icons .item img {
  height: 50px;
  margin-bottom: 10px;
}
section#offerform .contacts .icons .item a {
  color: #231f20;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  section#offerform .rk .contact {
    padding: 0 0 6rem 0;
    text-align: center;
  }
  section#offerform .form {
    padding: 3rem;
  }
  section#offerform .form form fieldset button {
    width: calc(100% - 30px);
  }
  section#offerform .contacts .item {
    margin-bottom: 5rem;
  }
  section#offerform .contacts .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 544px) {
  section#offerform .form {
    padding: 1rem;
  }
}
/** _agents.scss **/
section#agents .agents-wrapper {
  overflow: auto;
  margin-bottom: 5rem;
}
section#agents .agents-wrapper .agent .image-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 2px;
}
section#agents .agents-wrapper .agent .image-wrapper p.name {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25em;
  bottom: 30px;
  left: 8%;
  width: 84%;
  text-align: center;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
section#agents .agents-wrapper .agent .image-wrapper p.mail, section#agents .agents-wrapper .agent .image-wrapper p.phone {
  width: 100%;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
section#agents .agents-wrapper .agent .image-wrapper p.mail a, section#agents .agents-wrapper .agent .image-wrapper p.phone a {
  color: #fff;
  border: none;
}
section#agents .agents-wrapper .agent .image-wrapper p.mail a:hover, section#agents .agents-wrapper .agent .image-wrapper p.phone a:hover {
  text-decoration: underline;
}
section#agents .agents-wrapper .agent .image-wrapper p.mail i.fal, section#agents .agents-wrapper .agent .image-wrapper p.phone i.fal {
  margin-right: 8px;
}
section#agents .agents-wrapper .agent .image-wrapper .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 66%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section#agents .agents-wrapper .agent .image-wrapper img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#agents .agents-wrapper .agent:hover .image-wrapper img {
  height: calc(100% + 20px);
}
section#agents .agents-wrapper .agent:hover .image-wrapper p.title {
  bottom: 70px;
}
section#agents .agents-wrapper .agent:hover .image-wrapper p.name {
  bottom: 110px;
}
section#agents .agents-wrapper .agent:hover .image-wrapper p.mail {
  bottom: 70px;
  display: block;
}
section#agents .agents-wrapper .agent:hover .image-wrapper p.phone {
  bottom: 30px;
  display: block;
}

section#agents .agents-grid {
    overflow: auto;
    margin: 0 0 5rem 0
}

section#agents .agents-grid .agent {
    overflow: hidden;
    margin-bottom: 5rem
}

section#agents .agents-grid .agent .text {
    margin: 0;
    padding: 20px 60px
}

section#agents .agents-grid .agent .text h3 {
    margin: 0 0 20px 0
}

section#agents .agents-grid .agent .text .stars {
    margin: 20px 0;
    color: #D1AA67;
    font-size: 1.25em
}

section#agents .agents-grid .agent .text .flags {
    margin: 0 0 30px 0
}

section#agents .agents-grid .agent .text .flags img {
    margin-right: 5px;
    height: 10px;
    width: 15px
}

section#agents .agents-grid .agent .text .flags img:last-child {
    margin: 0
}

section#agents .agents-grid .agent .text .icons {
    margin: 35px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

section#agents .agents-grid .agent .text .icons span {
    margin-right: 30px
}

section#agents .agents-grid .agent .text .icons span a {
    text-decoration: none;
    color: #111
}

section#agents .agents-grid .agent .text .icons span i {
    color: #D1AA67;
    margin-right: 8px;
    font-size: 1.5em;
    position: relative;
    top: 3px
}

section#agents .agents-grid .agent .text .icons span.phone i {
    margin-right: 11px
}

section#agents .agents-grid .agent .text p a {
    font-weight: 500
}

section#agents .agents-grid .agent .text p:last-child {
    margin: 0
}

section#agents .agents-grid .agent .photo {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%
}

section#agents .agents-grid .agent .photo img {
    width: 100%
}

section#agents .agents-grid .agent:last-child {
    margin: 0
}

section#agents .agents-grid .agent.photo-right .photo {
    float: right
}
section#agents.dopyt {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  section#agents {
    padding: 5rem 10%;
  }
  section#agents .agents-grid {
    margin: 5rem 0;
  }
  section#agents .agents-grid .agent .text {
    padding: 10px 30px;
  }
  section#agents .agents-grid .agent .text span {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section#agents {
    padding: 5rem 15px;
  }
  section#agents .agents-grid {
    margin: 0;
  }
  section#agents .agents-grid .agent {
    display: block;
    max-height: 9999px;
  }
  section#agents .agents-grid .agent .text {
    clear: both;
    text-align: center;
    padding: 20px 20px 0 20px;
  }
  section#agents .agents-grid .agent .text .icons {
    margin: 30px 0;
  }
  section#agents .agents-grid .agent .photo {
    max-width: 80%;
    margin: 0 auto;
    float: none !important;
  }
}
/** _detail.scss **/
section#sticky-header {
  background: #f7f7f7;
  padding: 0 50px;
  position: fixed;
  top: 90px;
  z-index: 5;
  width: 100%;
}
section#sticky-header h4 {
  width: 100%;
  text-align: center;
}
section#sticky-header .icons {
  float: right;
  height: 83px;
  line-height: 83px;
}
section#sticky-header .icons span {
  display: inline-block;
  margin: 0 40px 0 0;
  color: #231f20;
}
section#sticky-header .icons span i.fal {
  display: inline-block;
  color: #3B1650;
  font-size: 1.5em;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
section#sticky-header .icons .address {
  display: none;
}
section#sticky-header .icons.develo.icons span:last-child {
  margin: 0;
}
section#sticky-header .price {
  float: right;
  margin-top: 22px;
  display: inline-block;
  background: #3B1650;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: 20px;
  position: relative;
  padding: 0 15px 0 15px;
  height: 40px;
  line-height: 40px;
}
section#sticky-header .price strong {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
section#sticky-header .price:before {
  content: "";
  position: absolute;
  display: block;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #3B1650;
}
section#sticky-header .price:after {
  content: "";
  background: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -7px;
  top: 18px;
}

section#carousel .gallery-carousel {
  height: 400px;
}
section#carousel .gallery-carousel a {
  display: block;
  height: 400px;
  margin: 0 5px;
}
section#carousel .gallery-carousel a img {
  height: 100%;
  width: auto;
}
section#carousel .gallery-carousel button {
  visibility: hidden;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #231f20;
  line-height: 50px;
  border: none;
}
section#carousel .gallery-carousel button.slick-prev {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: calc(50% - 25px);
}
section#carousel .gallery-carousel button.slick-prev:after {
  color: #fff;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
}
section#carousel .gallery-carousel button.slick-next {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: calc(50% - 25px);
}
section#carousel .gallery-carousel button.slick-next:after {
  color: #fff;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
}
section#carousel .gallery-carousel button:hover {
  cursor: pointer;
}
section#carousel .gallery-carousel:hover button {
  visibility: inherit;
}
section#carousel.develo-photos {
  height: 80px;
  margin-top: 10px;
}
section#carousel.develo-photos .gallery-carousel {
  height: 80px;
}
section#carousel.develo-photos .gallery-carousel a {
  height: 80px;
}

section#detail {
  overflow: hidden;
}
section#detail strong {
  font-weight: 500;
}
section#detail .tags {
  text-align: center;
  overflow: hidden;
}
section#detail .tags span {
  background: #3B1650;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
section#detail .tags span:last-child {
  margin-right: 0;
}
section#detail .subhead {
  text-align: center;
  margin: 2rem 0 0 0;
}
section#detail .subhead .icons {
  display: inline-block;
}
section#detail .subhead .icons span {
  display: inline-block;
  margin: 20px 40px;
  color: #231f20;
}
section#detail .subhead .icons span img {
  height: 28px;
  position: relative;
  top: 8px;
  margin-right: 20px;
}
section#detail .subhead .icons span i.fal {
  display: inline-block;
  color: #3B1650;
  font-size: 1.5em;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
section#detail .subhead .price {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 2px;
  position: relative;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  margin-top: 2rem;
}
section#detail .subhead .price strong {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #231f20;
  font-size: 1.33em;
}
section#detail .description {
  margin: 2rem 0;
}
section#detail .description p {
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}
section#detail .description p a {
  display: inline-block;
  margin-top: 15px;
}
section#detail .share {
  margin: 5rem 0 0 0;
  text-align: center;
}
section#detail .share .social {
  display: inline-block;
  margin: 0 0 30px 0;
  width: 100%;
}
section#detail .share .social i.fab {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 1.5em;
  margin: 0 10px;
  color: #707077;
}
section#detail .share .mail, section#detail .share .see {
  display: inline-block;
  margin-right: 60px;
}
section#detail .share .mail a, section#detail .share .see a {
  cursor: pointer;
  text-decoration: none;
}
section#detail .share .mail a i.fal, section#detail .share .see a i.fal {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 14px;
}
section#detail .share .mail a:hover, section#detail .share .see a:hover {
  text-decoration: underline;
}
section#detail .share .print {
  display: inline-block;
}
section#detail .share .print a {
  cursor: pointer;
  text-decoration: none;
}
section#detail .share .print a i.fal {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 1.33em;
  margin-right: 12px;
}
section#detail .share .print a:hover {
  text-decoration: underline;
}
section#detail .buttons {
  border: 1px solid #3B1650;
  overflow: auto;
  padding: 30px;
  border-radius: 2px;
}
section#detail .buttons .button {
  text-align: center;
}
section#detail .buttons .button a {
  text-decoration: none;
}
section#detail .buttons .button a i.fal {
  font-size: 1.15em;
  margin-right: 15px;
}
section#detail .free {
  padding: 5rem 0;
}
section#detail .free table i.fal {
  font-size: 1.33em;
}
section#detail .free table i.fal.yes {
  color: #3B1650;
}
section#detail .free table i.fal.no {
  color: #707077;
}
section#detail .free p.link {
  display: block;
  text-align: center;
  margin-top: 30px;
}
section#detail .video {
  margin: 0 0 5rem 0;
}
section#detail .video.half {
  width: 50%;
  float: left;
}
section#detail .table {
  clear: both;
  overflow: hidden;
  padding: 0;
}
section#detail .table .items-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}
section#detail .table .items-wrapper .item {
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  padding: 0 50px;
  border-bottom: 2px dashed #eaeaea;
}
section#detail .table .items-wrapper .item label {
  float: left;
  font-weight: 400;
}
section#detail .table .items-wrapper .item strong {
  float: right;
}
section#detail .table .items-wrapper .item i.fal {
  font-size: 1.33em;
}
section#detail .table .items-wrapper .item i.fal.yes {
  color: #3B1650;
}
section#detail .table .items-wrapper .item i.fal.no {
  color: #707077;
}
section#detail .map {
  height: 200px;
  background: #0f0d18;
  border-radius: 2px;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
section#detail .map a.button {
  position: absolute;
  z-index: 2;
  left: calc(50% - 88px);
  top: calc(50% - 22px);
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
}
section#detail .map a.button:hover {
  top: calc(50% - 27px);
}
section#detail .map .olMapViewport {
  opacity: 0.5;
}
section#detail .map .olMapViewport .olControlPanZoom, section#detail .map .olMapViewport .olControlAttribution {
  display: none;
}
section#detail .map.open {
  height: 500px;
}
section#detail .map.open .olMapViewport {
  opacity: 1;
}
section#detail .map.open .olMapViewport .olControlPanZoom, section#detail .map.open .olMapViewport .olControlAttribution {
  display: block;
}
section#detail .contact {
  overflow: auto;
  margin: 6rem 0 0 0;
}
section#detail .contact .photo {
  float: left;
  width: calc(33.3% - 15px);
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
section#detail .contact .photo .text {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
section#detail .contact .photo .text h3 {
  margin-bottom: 20px;
  color: #fff;
}
section#detail .contact .photo .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
section#detail .contact .photo .text .icons span a {
  text-decoration: none;
  color: #fff;
}
section#detail .contact .photo .text .icons span i {
  color: #fff;
  margin-right: 8px;
  font-size: 1.1em;
}
section#detail .contact .photo .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 66%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section#detail .contact .photo img {
  width: 100%;
  height: auto;
}
section#detail .contact .agent {
  width: calc(33.3% - 15px);
  float: left;
  border: 1px solid #d9cfe6;
  border-radius: 2px;
  padding: 4rem 3rem;
  display: block;
  overflow: auto;
  text-align: center;
}
section#detail .contact .agent .avatar {
  display: inline-block;
  margin-bottom: 20px;
  width: 178px;
  height: 178px;
  overflow: hidden;
  border-radius: 50%;
}
section#detail .contact .agent .avatar img {
  width: 100%;
}
section#detail .contact .agent .text h3 {
  margin: 0 0 20px 0;
}
section#detail .contact .agent .text .flags {
  margin: 0 0 30px 0;
}
section#detail .contact .agent .text .flags img {
  margin-right: 5px;
  height: 10px;
  width: 15px;
}
section#detail .contact .agent .text .flags img:last-child {
  margin: 0;
}
section#detail .contact .agent .text .icons {
  margin: 20px 0 40px 0;
}
section#detail .contact .agent .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
section#detail .contact .agent .text .icons span a {
  text-decoration: none;
  color: #231f20;
}
section#detail .contact .agent .text .icons span i {
  color: #3B1650;
  margin-right: 8px;
  font-size: 1.1em;
}
section#detail .contact .form {
  background: #f7f7f7;
  padding: 3rem;
}
section#detail .contact .form h3 {
  margin-bottom: 30px;
}
section#detail .contact .form button {
  width: auto;
  margin: 30px 15px 0 15px;
}
section#detail .contact .form p.checkbox {
  display: inline-block;
  overflow: hidden;
  margin: 10px 15px 0 15px;
  width: 100%;
  text-align: center;
}
section#detail .contact .form .styled-checkbox + label:before {
  margin-bottom: 5px;
}
section#detail .contact .form p#recaptcha2 {
  text-align: center;
  margin: 20px 0 0 0;
}
section#detail .contact .form p#recaptcha2 >  div {
  display: inline-block;
}
section#detail .contact .form a.reserve {
  text-align: center;
  display: inline-block;
  width: calc(100% - 30px);
  margin: 50px 15px 15px 15px;
  text-decoration: none;
  color: #231f20;
  text-transform: uppercase;
  font-size: 13px;
}
section#detail .contact .form a.reserve i.fal {
  margin-right: 12px;
  font-size: 1.33em;
  position: relative;
  top: 2px;
}
section#detail .contact .form a.reserve:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1440px) {
  section#sticky-header .icons .address {
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  section#detail .share .social {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section#sticky-header .icons .date, section#sticky-header .icons .address {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  section#sticky-header {
    top: 60px;
  }
  section#sticky-header h4 {
    width: 100%;
    text-align: center;
  }
  section#sticky-header .icons, section#sticky-header .price {
    display: none;
  }

  section#carousel .gallery-carousel {
    height: 250px;
  }
  section#carousel .gallery-carousel a {
    height: 250px;
  }
  section#carousel.develo-photos {
    height: 50px;
  }
  section#carousel.develo-photos .gallery-carousel {
    height: 50px;
  }
  section#carousel.develo-photos .gallery-carousel a {
    height: 50px;
  }

  section#detail {
    padding: 3rem 0;
  }
  section#detail .icons {
    width: 100%;
  }
  section#detail .subhead .price {
    margin-top: 40px;
  }
  section#detail .subhead .icons span {
    margin: 20px 40px;
  }
  section#detail .subhead .icons span:last-child {
    margin: 20px 40px 0 40px;
  }
  section#detail .share .see, section#detail .share .mail, section#detail .share .print {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  section#detail .share .print {
    margin: 0;
  }
  section#detail .buttons .button {
    margin: 10px 0;
  }
  section#detail .contact .photo {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  section#detail .contact .agent {
    width: 80%;
    margin: 0 10% 30px 10%;
  }
  section#detail .contact .agent .icons span {
    display: block;
    margin-bottom: 10px;
  }
  section#detail .contact .agent .icons span:last-child {
    margin: 0;
  }
  section#detail .contact .form {
    width: 80%;
    margin: 0 10%;
  }
  section#detail .contact .form p.checkbox {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section#carousel .gallery-carousel button {
    display: none;
  }

  section#detail {
    padding: 0 0 3rem 0;
  }
  section#detail .breadcrumb {
    margin-top: 30px;
  }
  section#detail .contact .photo {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#detail .contact .agent {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#detail .contact .agent .avatar {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  section#detail .contact .agent .text {
    float: none;
  }
}
@media only screen and (max-width: 544px) {
  section#detail .subhead .icons span {
    display: block;
    margin: 0 0 30px 0;
  }
  section#detail .contact .agent, section#detail .contact .photo, section#detail .contact .form {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
/** _popups.scss **/
.mfp-content h4 {
  margin: 10px 0;
}
.mfp-content form {
  margin: 0 -15px;
}
.mfp-content form fieldset p.checkbox {
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
}
.mfp-content form fieldset p#recaptcha2 {
  margin: 30px 15px 20px 15px;
}
.mfp-content form fieldset button {
  margin: 10px 0 20px 15px;
}

/** _form.scss **/
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form fieldset .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
form fieldset .form-group input {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
  width: calc(100% - 30px);
  border: none;
  border-bottom: 1px solid #424248;
  background-color: transparent;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
  height: 60px;
  outline: none !important;
  font-size: 1.33em;
  color: #231f20;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3B1650), color-stop(50%, #3B1650));
  background: linear-gradient(to top, #3B1650 50%, #3B1650 50%);
  background-position: left bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form fieldset .form-group label {
  position: absolute;
  top: 0;
  left: 15px;
  text-align: left;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 80px;
  font-size: 1em;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px auto;
  cursor: text;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
form fieldset .form-group input:hover, form fieldset .form-group input:focus {
  border-color: #3B1650;
}
form fieldset .form-group input:focus {
  background-position: left bottom;
  background-size: 100% 1px;
}
form fieldset .form-group input:valid + label, form fieldset .form-group input:focus + label {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #3B1650;
}
form fieldset .form-group input:focus ::-webkit-input-placeholder {
  color: transparent;
  font-size: 0;
}
form fieldset .form-group input:focus :-moz-placeholder {
  color: transparent;
  font-size: 0;
}
form fieldset .form-group input:focus ::-moz-placeholder {
  color: transparent;
  font-size: 0;
}
form fieldset .form-group input:focus :-ms-input-placeholder {
  color: transparent;
  font-size: 0;
}
form fieldset .form-group ::-webkit-input-placeholder {
  text-align: right;
  color: #3B1650;
  font-size: 14px;
  font-weight: 500;
}
form fieldset .form-group :-moz-placeholder {
  text-align: right;
  color: #3B1650;
  font-size: 14px;
  font-weight: 500;
}
form fieldset .form-group ::-moz-placeholder {
  text-align: right;
  color: #3B1650;
  font-size: 14px;
  font-weight: 500;
}
form fieldset .form-group :-ms-input-placeholder {
  text-align: right;
  color: #3B1650;
  font-size: 14px;
  font-weight: 500;
}
form fieldset .form-text {
  margin-bottom: 20px;
}
form fieldset .form-text textarea {
  background: transparent;
  width: 100%;
  height: 34px;
  border: none;
  border-bottom: 1px solid #424248;
  font-family: "Poppins", sans-serif;
  resize: none;
  font-size: 1.33em;
  color: #231f20;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
form fieldset .form-text textarea:hover, form fieldset .form-text textarea:focus {
  border-bottom: 1px solid #3B1650;
}
form fieldset .form-text textarea::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 500;
}
form fieldset .form-text textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 17px;
  font-weight: 500;
}
form fieldset .form-text textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  font-weight: 500;
}
form fieldset .form-text textarea:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 500;
}
form fieldset ::-webkit-input-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
form fieldset :-moz-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
form fieldset ::-moz-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
form fieldset :-ms-input-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
form fieldset button {
  margin-top: 30px;
  cursor: pointer;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  background: #3B1650;
}
form fieldset button i {
  margin-right: 15px;
}
form fieldset .g-recaptcha {
  text-align: center;
  margin: 30px 0 0 0;
}
form fieldset .g-recaptcha > div {
  display: inline-block;
}
form fieldset .styled-checkbox {
  position: absolute;
  opacity: 0;
}
form fieldset .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
}
form fieldset .styled-checkbox + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d9cfe6;
  margin-top: 1px;
}
form fieldset .styled-checkbox:hover + label:before {
  background: #3B1650;
}
form fieldset .styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
form fieldset .styled-checkbox:checked + label:before {
  background: #3B1650;
}
form fieldset .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
form fieldset .styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
form fieldset .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/** _table.scss **/
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  overflow-x: auto;
}
table thead {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}
table thead th {
  text-align: center;
  font-weight: 500;
  font-size: 0.88em;
}
table thead th a {
  color: #231f20;
  text-decoration: none;
  font-weight: 600;
}
table thead th a.active {
  color: #231f20;
  text-decoration: none;
  font-weight: 600;
}
table tbody tr {
  border-bottom: 1px solid #d9cfe6;
}
table tbody tr td {
  text-align: center;
}
table tbody tr td img {
  height: 30px;
  margin: 10px 0 4px 0;
}
table tbody tr:last-child {
  border: none;
}
table tbody tr:hover {
  cursor: pointer;
  background: #f7f7f7;
}

/** _bottom.scss **/
section#bottom {
  background: #f7f7f7;
  padding: 6rem 0;
  text-align: center;
}
section#bottom h3 {
  margin: 0;
}
section#bottom .member {
  margin: 2rem 0;
}
section#bottom p {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
section#bottom p a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.033em;
  border-bottom: 1px solid #d9cfe6;
}
section#bottom p a:hover {
  border-bottom: 1px solid transparent;
}
section#bottom p:last-child {
  margin: 0 auto;
}
section#bottom p:last-child a {
  border-bottom: 1px solid #d9cfe6;
}
section#bottom p:last-child a:hover {
  border-bottom: 1px solid transparent;
}
section#bottom .contact {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
section#bottom .contact .map .olMapViewport {
  height: 100%;
}
section#bottom .contact .form {
  background: #fff;
  padding: 2rem 3rem 3rem 3rem;
  border-radius: 2px;
}
section#bottom .contact .form p.checkbox {
  display: inline-block;
  margin: 20px 0 10px 0;
  max-width: calc(100% - 30px);
  text-align: left;
}
section#bottom .contact .form .styled-checkbox + label:before {
  margin-bottom: 5px;
}
section#bottom .submenu {
  clear: both;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
}
section#bottom .submenu h4 {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  section#bottom {
    padding-bottom: 0;
  }
  section#bottom .contact {
    display: block;
  }
  section#bottom .contact .map .olMapViewport {
    height: 300px !important;
  }
  section#bottom .contact .form p.checkbox {
    text-align: center;
  }
  section#bottom .submenu .item {
    margin-bottom: 5rem;
  }
}
/** _footer.scss **/
footer {
  padding: 2rem 0;
  text-align: center;
}
footer .container >  a {
  display: inline-block;
  margin: 30px 0 0 0;
}
footer .container .members {
  margin-bottom: 20px;
}
footer .container .links a {
  display: inline-block;
  margin: 5px 10px;
}
footer .container p {
  font-size: 0.88em;
  line-height: 1.75em;
}
footer .container p.bo {
  margin-top: 40px;
}
footer .container p.bo a {
  border-bottom: none !important;
}

footer .social a i{
    font-size: 1.5rem;
    color: #110617;
}

/** _modal.scss **/
.mfp-content button:not(.mfp-close) {
  background: #3B1650;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.015em;
  text-decoration: none;
  padding: 12px 24px;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
  border-radius: 2px;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}
.mfp-content button:not(.mfp-close).close {
  background: #ccc;
  color: #222;
  float: right;
}

#termin1, #termin2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
#termin1 .mtr-row:first-child, #termin2 .mtr-row:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mtr-datepicker .mtr-content,
.mtr-datepicker .mtr-content .mtr-values .mtr-default-value, .mtr-datepicker .mtr-content .mtr-values .mtr-default-value-name, .mtr-datepicker .mtr-content .mtr-values .mtr-default-value.has-name {
  background: #231f20 !important;
}

.mtr-datepicker .mtr-input-slider .mtr-content .mtr-input {
  color: #fff;
}

.mtr-datepicker .mtr-content input, .mtr-datepicker .mtr-content input .mtr-values .mtr-default-value, .mtr-datepicker .mtr-content input .mtr-values .mtr-default-value-name, .mtr-datepicker .mtr-content input .mtr-values .mtr-default-value.has-name, .mtr-datepicker .mtr-content.mtr-active, .mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value, .mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value-name, .mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value.has-name, .mtr-datepicker .mtr-content:hover, .mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value, .mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value-name, .mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value.has-name,
.mtr-datepicker .mtr-content .mtr-input, .mtr-datepicker .mtr-content input,
.mtr-datepicker .mtr-content:hover {
  background: #3B1650 !important;
}

/** _custom.scss **/
.olControlAttribution.olControlNoSelect {
  bottom: 0;
}

.markerContent {
  height: 530px;
  width: 240px;
  overflow: hidden;
}

/* _hypo.scss */
.hypo {
  margin: 5rem 0 8rem 0;
  overflow: auto;
}
.hypo .form {
  overflow: auto;
  padding: 30px 30px 10px 30px;
  background: #f7f7f7;
}
.hypo .form a.logo {
  float: left !important;
  margin: 10px 0 20px 0;
}
.hypo .form a.logo img {
  height: 40px;
}
.hypo .form p.sum {
  height: 30px;
  line-height: 30px !important;
  float: right !important;
  width: 180px !important;
  text-align: left !important;
  margin: 0px !important;
}
.hypo .form p.sum small {
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  color: #3B1650;
}
.hypo .form p.sum input[type=text] {
  background: #f7f7f7;
  font-size: 1.5em;
  font-weight: 500;
  float: right;
  height: 30px;
  line-height: 30px;
  border: none;
  text-align: right;
  width: 120px;
  padding: 0 10px;
}
.hypo .form p.sum input[type=text]:disabled {
  color: #231f20;
}
.hypo .form .line {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.hypo .form .line label {
  color: #231f20;
  font-weight: 500;
  float: left;
  display: block;
  width: 150px;
  margin-bottom: 5px;
  margin-right: 30px;
}
.hypo .form .line input[type=range] {
  width: calc(100% - 380px);
  margin: 13px 0;
  float: left;
  background: transparent;
}
.hypo .form .line.final {
  margin: 10px 0 0 0;
  height: 60px;
}
.hypo .form .line.final label {
  margin: 3px 0;
  width: 150px;
  float: left;
  line-height: 18px;
  text-align: left;
  margin-right: 30px;
}
.hypo .form .line.final p.sum {
  float: left !important;
  text-align: left !important;
  margin: 4px 0 !important;
  width: 160px !important;
}
.hypo .form .line.final p.sum strong {
  float: left;
  font-size: 2.5em;
  font-weight: bold;
  margin-right: 10px;
  color: #231f20 !important;
}
.hypo .form .line.final p.sum small {
  float: left;
  line-height: 32px;
}
.hypo .form .line.final a.button {
  float: right;
  padding: 0 20px;
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  background: #3B1650;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/* range slider */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #3B1650;
  border-radius: 0px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
          box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3B1650;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #3B1650;
  border-radius: 50%;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #3B1650;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #3B1650;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  height: 3px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #3B1650;
}

input[type=range]:focus::-ms-fill-upper {
  background: #3B1650;
}

/* hypokalkulacka */
@media (max-width: 1200px) {
  .hypo .form .line {
    height: 60px !important;
  }
  .hypo .form .line label {
    width: 100% !important;
    margin: 0 !important;
  }
  .hypo .form .line input[type=range] {
    width: calc(100% - 180px) !important;
    margin-left: -10px;
  }
  .hypo .form .line.final {
    height: 110px !important;
  }
  .hypo .form .line.final a.button {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .hypo .form .line.final label {
    width: 140px !important;
  }
  .hypo .form .line.final p.sum {
    width: initial !important;
    float: right !important;
    text-align: right !important;
    margin-right: 0 !important;
  }
  .hypo .form .line.final p.sum small {
    float: right !important;
  }
}

/* _map.scss */
#map .infowindow img {
  max-width: 100%;
  max-height: 200px;
}
#map .infowindow h2 {
  font-size: 1.5em;
  margin: 5px 0 10px 0;
}
#map .infowindow p {
  overflow: auto;
  height: 28px;
  line-height: 28px;
}
#map .infowindow p label {
  float: left;
}
#map .infowindow p strong {
  float: right;
}
#map .infowindow a.button {
  float: left;
  width: 100%;
  text-align: center;
}
#map .infowindow a:not(.button) {
  float: left;
  clear: left;
  margin-top: 10px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  width: 100%;
}

#OpenLayers_Map_2_OpenLayers_Container {
  height: 100%;
  width: 100%;
}

section#nacenenie {
  padding: 0 0 5rem 0;
}
section#nacenenie .line {
  margin-bottom: 10px;
}
section#nacenenie .button {
  padding: 16px 40px;
  margin-top: 30px;
}
section#nacenenie input[type=text] {
  font-family: "Poppins", sans-serif;
  border: none;
  height: 58px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #d0d0d0;
}
section#nacenenie .checkbox {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  section#nacenenie .checkbox {
    margin: 0 20px 20px 20px;
  }
}