﻿/* Realistka StyleSheet by Michal Boucek — Just B. */
/**
 *
 * Based on MaterializeCSS.com
 */
body {
  background: #fff;
}

a {
  color: #212121;
  text-decoration: underline;
}
a:hover {
  color: #f34336;
}

a.morebt {
  background-color: #1a237e;
  text-decoration: none;
}
a.morebt:hover {
  color: aqua;
  background-color: #283593;
}

/** Navigace **/

nav {
  z-index: 200;
  background: rgba(35, 47, 104, 0.85);
}
nav img {
  width: 300px;
}
nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  text-decoration: none;
}
nav ul li a:hover {
  color: #f34336;
}
nav ul li a.koupit {
  color: #1a237e;
}
nav ul li a.koupit:hover {
  color: #f34336;
}

nav ul li a.prodat {
  color: #fff;
}
nav ul li a.prodat:hover {
  color: #fff;
}

a.buttmenu img {
  width: 30px;
  margin-top: 15px;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 996;
  will-change: opacity;
}

/** Slider**/
.slider {
  margin-top: -65px;
}

.slider .indicators {
  background: rgba(255, 255, 255, 0.75);
  height: 30px;
  bottom: 40px;
  z-index: 100;
  line-height: 30px;
}
.slider .indicators .indicator-item {
  background: #1a237e;
  height: 11px;
  width: 11px;
  /* -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}
.slider .indicators .indicator-item.active {
  background: #f34336;
  height: 11px;
  width: 11px;
  border: none;
}
ul.slides li {
  background: #000;
}
ul.slides li img {
  opacity: 0.85;
}
ul.slides li h3 {
  margin-top: 130px;
  font-size: 3.4em;
  font-weight: 100;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
ul.slides li h5 {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 500;
  font-style: italic;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
ul.slides li a.btn {
  margin-top: 20px;
  background: rgba(35, 47, 104, 0.85);
}
/* hlavicka podstranky */
.headerx {
  margin-top: -65px;
  background-image: url(../themes/realistka/assets/img/header.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: #c4c6d2;
  min-height: 265px;
  padding-top: 65px;
}
.headerx h1 {
  font-size: 3.25em;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #1a237e;
}

/* podstranka nemovitosti*/

div.domy a {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}
div.domy a:hover {
  color: #000;
}
div.domy h2 {
  color: #f34336;
}
div.domy h3 {
  color: #f34336;
}
a.btn.zajem {
  background: #558b2f;
  color: #fff;
  text-decoration: none;
}
a.btn.zajem:hover {
  background: #8bc34a;
  color: #1a237e;
}
.zajembox {
  text-align: center;
  text-decoration: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.katalog {
  min-height: 330px;
}

.katalog a {
  text-decoration: none;
}

.katalog a:hover {
  color: #000;
}

.card h3 {
  margin-top: 0px;
}

.gitem img {
  width: 31%;
  height: auto;
  float: left;
  margin-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  background: #ccc;
}

/* nemovitost / vyhody */
.nemovy {
  background: #f34336;
  margin-top: -40px;
}
.nemovyber h3 {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nemovyber h4 {
  color: #1a237e;
  font-size: 1.85em;
}

.nemovyber ul li {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 1em;
  list-style: none;
}

.nemovyber ul li:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 20px;
  background-image: url(../themes/realistka/assets/img/list.svg);
  background-repeat: no-repeat;
}

.card a {
  text-decoration: none;
  color: #565656;
}
.card a:hover {
  text-decoration: none;
  color: #000;
}
.card .card-title {
  font-size: 15px;
  font-weight: 500;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 20px;
}
.section.story.katalog .card .card-image img {
  object-fit: cover;
  height: 140px;
}
.card .card-image img {
  object-fit: cover;
  height: 200px;
}
.card-content p {
  font-size: 1em;
  font-style: normal;
  text-align: left;
}
/*div.cardcontent.perexcard p{
	font-size: 1em;
}*/
.perex {
  font-size: 1.7em;
}
/* story / zkusenosti */
.story {
  background: #fff;
}
.story h2 {
  color: #1a237e;
  font-size: 1.85em;
  font-weight: 300;
}
.story h3 {
  color: #1a237e;
  font-size: 1.4em;
}
.story p {
  color: #000;
}

img.vera {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.story h4 {
  color: #666666;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
.story h5 {
  color: #1a237e;
  font-size: 1.85em;
  text-align: center;
}
.collapsible-header img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.collapsible-header {
  text-align: right;
  font-weight: 700;
  color: #1a237e;
}
.collapsible-body p {
  color: #212121;
}
/*formular uvod*/
.formu {
  background: #e7e9f5;
  background-image: url(../themes/realistka/assets/img/bg-form.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 2em;
}
.formu h2 {
  color: #666666;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
.formu h3 {
  color: #1a237e;
  font-size: 1.85em;
  text-align: center;
}

/* label color */
.input-field label {
  color: #000;
}
/* label focus color */
.input-field input[type="text"]:focus + label {
  color: #1a237e;
}
/* label underline focus color */
.input-field input[type="text"]:focus {
  border-bottom: 1px solid #1a237e;
  box-shadow: 0 1px 0 0 #1a237e;
}

textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1a237e;
  box-shadow: 0 1px 0 0 #1a237e;
}

textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1a237e;
}
/* valid color */
.input-field input[type="text"].valid {
  border-bottom: 1px solid #1a237e;
  box-shadow: 0 1px 0 0 #1a237e;
}
/* invalid color */
.input-field input[type="text"].invalid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #000;
}

.alertbox {
  padding: 2em;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
p.form-error {
  color: #ef5350;
}

/*mapa uvod*/
.mapa {
  background: #fff;
  padding-bottom: 3em;
}
.mapa h2 {
  color: #666666;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
.mapa h3 {
  color: #1a237e;
  font-size: 1.85em;
  text-align: center;
}
/*deatil nemovitosti*/
.katalog-media img.hlavni {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.katalog-media img {
  /* object-fit: cover;
	height: 150px;
	width: 100%;
margin-top: 20px;*/
}
figure {
  margin: 0;
}
tr.cena {
  font-weight: bold;
  font-size: 1.3em;
}

.domy table {
  color: #1a237e;
}
.domy a {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
.domy a:hover {
  color: #1a237e;
}

/*leaflet mapa subpage*/
#leafletmap {
  height: 400px;
}
/*pata*/
footer.page-footer {
  background: #212121;
  color: #fff;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
footer.page-footer h5 {
  color: #fff;
  font-size: 1.3em;
}
footer.page-footer a {
  color: #fff;
  font-weight: 700;
}
footer.page-footer a:hover {
  color: #f34336;
}
.footer-copyright {
  height: 90px;
}
.offup {
  margin-top: -27px;
}

/*jen DO určené sirky*/
@media only screen and (max-width: 1366px) {
  nav ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  nav ul li a.btn {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .brand-logo img {
    width: 250px;
  }
}
/*jen DO určené sirky*/
@media only screen and (max-width: 440px) {
  .brand-logo img {
    width: 220px;
  }
  .slider {
    height: 300px;
  }
  ul.slides li h3 {
    margin-top: 80px;
    font-size: 3.1em;
    font-weight: 100;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
  }
  ul.slides li h5 {
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: 500;
    font-style: italic;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  }
  ul.slides li a.btn {
    margin-top: 10px;
    background: rgba(35, 47, 104, 0.85);
  }
}

/*jen DO určené vysky a orientace */
@media only screen and (max-height: 440px) and (orientation: landscape) {
  .brand-logo img {
    width: 220px;
  }
}

.navbar-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-fixed nav {
  position: initial;
}
