@font-face {
	font-family: 'Montserrat';
	src: url('./resources/assets/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./resources/assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('./resources/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html body {
  font-family: "Montserrat";
  line-height: 30px;
}
.widget {
  margin: 0 !important;
}
.uvod {
  position: relative;
  width: 100%;
  height: calc(100vh - 107px);
}
.uvod .section_content_wrapper {
  position: relative;
}
.uvod .post-thumbnail {
  position: absoluite;
  width: 100%;
  height: 100%;
}
.uvod .attachment-post-thumbnail {
  position: absoluite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry__title {
  position: absolute;
  padding-left: 280px;
  display: flex;
}

.entry__title h1 {
  color: white;
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 17px;
  margin-right: 40px;
  line-height: 130%;
}
.entry__title strong {
  font-weight: 900;
}
.entry__content {
  background-color: #B48E65;
  color: white;
  display: inline-block;
  padding: 30px 40px;
  font-size: 20px;
  margin-top: 10px;
  line-height: 160%;
  height: auto;
  font-weight: 500;
}
.entry__content p {
  margin-bottom: 0px;
}
@media (max-width: 1080px) {
  .entry__title {
    display: block;
  }
}

.entry__foto_david {
  position: absolute;
  bottom: 0;
  max-height: calc(100vh - 180px);
}
.entry__arrow_down {
  position: absolute;
  bottom: 11px;
  margin-left: calc(50vw - 53px);
}

@media only screen and (max-width: 1080px) {
  .uvod .section_content_wrapper {
    position: static;
  }
  .entry__title {
    padding-left: 20px;
    z-index: 100;
    top: 30px;
    width: 90%;
    padding-left: 0;
    padding-top: 20vh;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .entry__title h1 {
    font-size: 33px;
    text-align: right;
  }
  .entry__content {
    font-size: 18px;
    padding: 20px;
  }
  .programs__point__title {
    font-size: 33px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1080px) {
  .entry__title h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 700px) {
  .entry__title {
    padding-top: 0;
  }
  .entry__title h1 {
    text-align: left;
  }
  .entry__content {
    background-color: rgba(180, 142, 101, .6);
  }
  .programs__point__title {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .uvod {
    height: calc(100vh - 56px);
  }
}
.section_content_wrapper {
  width: 90%;
  max-width: 1041px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.single .section_content_wrapper,
.blog .section_content_wrapper {
  display: block;
}
.section_title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
.section_title::after {
  content: "";
  height: 3px;
  width: 146px;
  background-color: black;
  display: block;
  margin-top: 20px;
  margin-bottom: 32px;
}

.real_estate_world .section_content_wrapper {
  justify-content: space-between;
}

.real_estate_world__col_left {
  width: 40%;
}
.real_estate_world__col_right {
  width: calc(60% - 35px);
  max-width: 589px;
}

.real_estate_world {
  padding-top: 121px;
  padding-bottom: 108px;
  background-color: white;
}
.real_estate_world__title {
  margin-top: 5px;
}
.real_estate_world__content {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
.real_estate_world__content p {
  margin-bottom: 32px;
}

.mobile .real_estate_world__col_left,
.mobile .real_estate_world__col_right {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .real_estate_world__col_left,
  .real_estate_world__col_right {
    width: 100%;
  }
  .real_estate_world__col_left {
    margin-top: 30px;
    order: 1;
  }
}

.cooperation {
  background-color: #E5E5E5;
  padding-bottom: 80px;
  padding-top: 50px;
}
.cooperation__cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperation__cols_wrapper .home_col {
  width: calc(50% - 46px);
}
.mobile .cooperation__cols_wrapper .home_col {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .cooperation__cols_wrapper .home_col {
    width: 100%;
  }
}
.cooperation__point {
  margin-bottom: 77px;
}
.cooperation__point__title__row {
  display: flex;
  align-items: center;
}
.cooperation__point__title__number {
  width: 76px;
  min-width: 76px;
  height: 76px;
  background-color: #000000;
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 76px;
  margin-right: 24px;
}
.cooperation__point__title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}

.cooperation__point__content {
  text-align: justify;
  margin-top: 30px;
  font-size: 15px;
}

.referencies {
  padding-top: 50px;
}
.referencies__cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.referencies__col {
  display: flex;
  width: calc(50% - 38px);
  margin-bottom: 15px;
}
.referencies__col.hidden,
.blog__col.hidden {
  display: none;
}
.referencies__load_more.hidden,
.blog__load_more.hidden {
  display: none;
}
.reference__image {
  width: 30%;
  min-width: 200px;
}
.reference__content {
  width: 70%;
}
.reference__image img {
  border: 2px solid #CFCFCF;
}

@media only screen and (max-width: 800px) {
  .referencies__col {
    display: block;
  }
  .reference__image, .reference__content {
    width: 100%;
  }
}
.reference__name {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin-top: 0px;
  margin-bottom: 0px;
}
.reference__name::after {
  content: "";
  height: 2px;
  width: 146px;
  background-color: black;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.reference__citation {
  font-size: 15px;
  font-style: italic;
}
.load_more_btn {
  font-family: Montserrat;
  border: 3px solid #000000;
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 22px;
  margin: auto;
  display: inline-block;
}
.load_more_btn:hover {
  cursor: pointer;
  color: white;
  background-color: black;
  border: 3px solid #000000;
}

.mobile .referencies__col {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .referencies__col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home .blog {
  padding-top: 50px;
  background-color: #e5e5e5;
}

.blog__cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__col {
  width: calc(50% - 15px);
  border: 2px solid white;
  padding: 18px;
  margin-bottom: 30px;
}
.blog__col:hover {
  background-color: white;
}
.blog__col a {
  text-decoration: none;
}

.blog_post__title_date {
  color: #212121;
  margin-top: 20px;
}
.blog_post__title {
  color: #212121;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px;
}
.blog_post__perex {
  font-size: 15px;
  color: #212121;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  text-transform: none;
}

.single-post p {
  line-height: 170%;
  text-align: justify;
}

.load_more_btn__wrapper {
  text-align: center;
  padding: 100px 0;
  padding-top: 78px;
  width: 100%;
}
.blog_post__image .post-thumbnail {
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.blog_post__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.mobile .blog__col {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog__col {
    width: 100%;
    margin-bottom: 25px;
  }
}


.whos_behind {
  padding-top: 80px;
  padding-bottom: 100px;
}
.whos_behind .section_content_wrapper {
  justify-content: space-between;
}
.whos_behind__col_left {
  width: 40%;
  padding-top: 40px;
  position: relative;
  margin-top: -30px;
}
.whos_behind__col_right {
  width: calc(60% - 35px);
  max-width: 587px;
}

@media only screen and (max-width: 800px) {
  .whos_behind__col_left, .whos_behind__col_right {
    width: 100%;
  }
  .whos_behind__col_left {
    padding-top: 0px;
    margin-bottom: 25px;
    margin-top: 10px;
    order: 1;
    text-align: center;
  }
  .whos_behind__col_left img {
    max-height: 90vh;
  }
}

.whos_behind__subtitle {
  font-style: italic;
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}
.whos_behind__content {
  font-size: 17px;
  text-align: justify;
}

.whos_behind__cubes {
  margin-top: 50px;
}
.whos_behind__cube {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .whos_behind__cubes {
    flex-direction: column;
    margin-top: 50px;
  }
  .whos_behind__cube {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .whos_behind__cube__black {
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  .whos_behind__cube__note {
    text-align: center;
  }
}

.whos_behind__cube__black {
  background-color: #000000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 700;
  min-width: 230px;
  max-width: 230px;
  height: 110px;
  text-align: center;
  margin: 11px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  margin-right: 20px;
}
.whos_behind__cube__black__second_line {
  font-size: 23px;
  margin-top: -5px;
}
.whos_behind__cube__black__second_line--bigger {
  font-size: 110%;
}
.whos_behind__cube__note {
  font-family: Montserrat;
  font-size: 15px;
}

.home .contact {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home .contact .section_content_wrapper {
  display: block;
}

.contact__cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 17px;
  color: #666666;
}

.contact__col_first strong,
.contact__col_third h3 {
  color: #212121;
  font-size: 17px;
  font-weight: bold;
}
.contact__col_third h3 {
  margin-top: 11px;
}
.contact__col_first p {
  margin: 5px;
  margin-left: 0px;
  margin-bottom: 15px;
}
.globe_img {
  margin-right: 10px;
  margin-bottom: -9px;
}

.homepage_3k_link {
  margin-top: 36px !important;
}
.homepage_3k_link svg {
  fill: #666666;
}
.homepage_3k_link:hover svg {
  fill: black;
}
.homepage_3k_link a {
  color: #666666;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
  top: 6px;
}

.contact__col_second {
  margin-top: 44px;
}
.contact__col_second p {
  margin-bottom: 15px;
}
.homepage_3k_link--mail a {
  margin-left: 17px;
}
.contact__col_first {
  margin-right: 100px;
}
.contact__col_first h3 {
  margin-bottom: 10px;
}
.contact__left_cols_wrapper {
  display: flex;
}
.contact__col_third .homepage_3k_link:first-of-type {
  margin-top: 15px !important;
}
.contact__col_third .homepage_3k_link {
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.contact__col_third .homepage_3k_link a {
  top: 0px;
}

.homepage_3k_link a:hover {
  color: #212121;
}

#google_map {
  height: 580px;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .contact__left_cols_wrapper {
    flex-direction: column;
  }
}

.home, .home .page {
  margin-bottom: 0px !important;
}

.home .real_estates {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  max-width: 1316px;
  margin: 80px auto;
  justify-content: space-between;
  margin-bottom: 0px;
}

.real_estates__item {
  width: calc(33% - 10px);
  height: 0;
  padding-bottom: calc(33% - 10px);
  position: relative;
  margin-bottom: 20px;
}
.real_estates__item:hover .real_estates__item__content {
  display: flex;
}
.real_estates__item img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.real_estates__item__content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: none;
  background-color: rgba(0, 0, 0, .4);
}


@media only screen and (max-width: 800px) {
  .real_estates__item {
    width: 100%;
    padding-bottom: 100%;
  }
}

.home_scroll_anchor {
  position: absolute;
  margin-top: -130px;
}
.home_scroll_anchor#hodnoty {
  margin-top: -100px;
}

.nav-link:visited {
  color: #6d6d6d;
}

.home .r3k_footer {
  padding-top: 70px;
  padding-bottom: 80px;
}


/* single blog post */
.single-post .post-header {
  font-size: 36px !important;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0px;
  padding: 0px 5px;
}
.single-post .entry-date {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 10px;
}
.single-post .post-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 31%;
  height: 0;
  margin: 50px 0px;
  border: 1px solid #f2f2f4;
  margin-top: 25px;
}
.single-post .post-thumbnail img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  padding: 0px;
  border: 11px solid white;
  box-sizing: border-box;
}
 
.single-post .perex {
  font-weight: bold;
  font-size: 110%;
  text-align: justify;
  line-height: 30px;
}

.single-post .blog-col-title h2 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-top: 50px;
}
.single-post strong {
  font-weight: bold;
}

.left-blog-col .blog-col-content .image {
  display: inline;
  width: 50%;
  float: left;
  padding-right: 25px;
  padding-bottom: 10px;
}
.right-blog-col .blog-col-content .image {
  display: inline;
  width: 50%;
  float: right;
  padding-left: 25px;
  padding-bottom: 10px;
}
.left-blog-col .blog-col-content .image img,
.right-blog-col .blog-col-content .image img {
  display: inline;
  width: auto !important;
}
.single-post .left-blog-col, .single-post .right-blog-col {
  max-width: 100%;
}
.left-blog-col .blog-col-content .text,
.right-blog-col .blog-col-content .text {
  display: inline;
  word-break: break-word;
}
.left-blog-col .blog-col-content .text p,
.right-blog-col .blog-col-content .text p {
  /*display: inline;*/
}
.blog-col-content .caption {
  font-size: 80%;
  padding-top: 15px;
  display: inline-block;
  font-style: italic;
}
.single-post .post-content {
  margin-bottom: 60px;  
  line-height: 150%;
}
.single-post {
  background-color: #f4f4f4;
}
.single-post:before {
  content: "";
  background-color: white;
  position: absolute;
  width: 100%;
  height: 380px;
  left: 0;
  top: 0;
}
.single-post .page-container {
  position: relative;
}
.single-post .post-content a {
  color: black;
  font-weight: bold;
  font-family: bold;
}
.single-post .post-content ul {
  margin-left: 20px;
  font-weight: bold;
  font-family: bold;
}
.single-post .post-content ul li {
  margin-bottom: 10px;
}

#cn-accept-cookie {
    background-color: white;
    background: white;
    color: black;
    border-radius: 0px;
    text-transform: uppercase;
    text-shadow: none;
    padding: 3px 15px;
}
.single-post #content .post-content {
  line-height: 180%;
}

@media only screen and (min-width: 800px) {
  .single-post p {
    line-height: 180%;
    text-align: justify;
  }
  
}

@media only screen and (max-width: 800px) {
  .single-post .blog-col-content .image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px;
  }

  .single-post .blog-col-title h2 {
    margin: 100px 0px;
    margin-bottom: 30px;
  }

}
@media (min-width: 992px) {
  .r3k_cta {
    background-image: url("/wp-content/uploads/2021/07/Podstranky-foto.jpg") !important;
  }
}


@media only screen and (max-width: 1199.98px) {
  .navbar {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .navbar-brand img {
    height: 38px !important;
    width: auto !important;
  }
  .r3k_header {
    height: auto !important;
  }
  .r3k_header+main {
    margin-top: 56px !important;
  }
  .contact__col_third h3 {
    margin-top: 30px;
  }
}

.section_content_wrapper--wide {
  max-width: 1340px;
}
.values {
  background-color: #E5E5E5;
}
.values .section_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 70px 0px;
  padding-bottom: 50px;
}
.values__cube {
  width: calc(25% - 20px);
  text-align: center;
  background-color: white;
  border: 1px solid #B4B4B4;
  margin-bottom: 20px;
  padding: 40px 15px;
  min-width: 240px;
}

@media (max-width: 800px) {
  .values__cube {
    width: calc(50% - 20px);
  }
}
@media (max-width: 540px) {
  .values__cube {
    width: 100%;
  }
}
.values__cube__image img {
  height: 70px;
}
.values__cube__title {
  text-transform: none;
  font-size: 26px;
  margin-top: 34px;
  margin-bottom: 34px;
}
.values__cube__text {
  font-size: 17px;
}

.programs {
  padding-top: 80px;
  position: relative;
}
.programs_background {
  background-color: #b48e66;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: -1 ;
}
.programs__title {
  color: white;
}
.programs__title.section_title::after {
  background-color: white;
}
.programs__cols_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.programs__point {
  width: calc(33.33% - 30px);
  background-color: white;
  margin-bottom: 30px;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.51); 
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.51);
  min-width: 280;
}
@media (max-width: 1280px) {
  .programs__point {
    width: calc(50% - 30px);
  }
}
@media (max-width: 700px) {
  .programs__point {
    width: 100%;
  }
}
.programs__point__title__row {
  display: flex;
  margin-bottom: 50px;
}
.programs__point__title__image {
  width: 40%;
  text-align: left;
  max-width: 110px;
}
.programs__point__title__image img {
  width: 90px;
}
.programs__point__title {
  font-size: 35px;
  font-weight: 700;
  color: #b48e66;
  width: 60%;
  flex-grow: 1;
}
.programs__point__content {
  font-size: 18px;
  line-height: 170%;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 1400px) {
  .r3k_header .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.r3k_header-icon--fb svg, .r3k_header-icon--ig svg {
  background-image: none !important;
  fill:#6d6d6d;
}
.r3k_header-icon--fb:hover svg, 
.r3k_header-icon--ig:hover svg {
  fill: black;
}
.r3k_header-icon {
  display: flex !important;
}

@media (max-width: 1200px) {
  .r3k_header-icon--fb svg, .r3k_header-icon--ig svg {
    background-image: none !important;
    fill:white;
  }
}

#cn-notice-text-en {
  display: none;
}

@media (max-width: 1000px) {
  .uvod {
    min-height: 400px;
  }
  .entry__arrow_down {
    display: none;
  }
}

.blog__button_wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.blog__button_wrapper a {
  color: black !important;
  text-decoration: none;
}
.blog__button_wrapper a:hover {
  color: white !important;
}

#cn-accept-cookie, #cn-refuse-cookie, #cn-accept-essential-cookie {
	background-color: white;
    background: white;
    color: black !important;
    border-radius: 0px;
    text-transform: uppercase;
    text-shadow: none;
    padding: 3px 15px;
	text-decoration: none;
	font-family: "Montserrat";
	margin-bottom: 8px;
}

.r3k_header .navbar {
	padding-top: 16px;
}