body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
ol,
ul,
li,
p,
body,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

/*neupravovat*/
/*hlavicka*/

.headerline {
  min-height: 90px;
}

.container {
  margin: 0 auto;
}

@media screen and (min-width: 1420px) {
  .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1420px) {
  .container {
    width: 700px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    width: 300px;
  }
}

.logo {
  float: left;
  background: url("../img/logo_rohacova.png") center center no-repeat;
  width: 300px;
  min-height: 190px;
}

@media screen and (max-width: 1420px) {
  .logo {
    margin: auto;
  }
}

.menu {
  float: right;
  width: calc(100% - 300px);
  margin-top: 120px;
  text-align: center;
}

.menu li {
  display: inline-block;
}

.menu li a {
  color: #066839;
  text-decoration: none;
  padding: 7px 15px;
  margin: 0 2px 0 2px;
  display: inline-block;
  /*font-size: 18px;*/
  border-bottom: 2px solid #fefff2;
  font-weight: 600;
  text-transform: uppercase;
}

.menu li a:hover {
  color: #066839;
}

.menu li a:focus {
  color: #066839;
}

@media screen and (max-width: 1420px) {
  .menu {
    width: 100%;
  }

  .menu li a {
    margin: 0 auto;
  }

  .logo {
    width: 100%
  }
}

@media screen and (max-width: 700px) {
  .menu li a {
    width: 100%;
    display: table-row-group;
    font-size: 13.19px;
  }

  .menu li {
    margin-left: 4px;
  }

  .menu {
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .menu li a {
    width: 100%;
    display: table-row-group;
    font-size: 13.19px;
  }

  .menu li {
    margin-left: 4px;
  }
}

/*hlavicka*/
/*paticka*/


.footer-line {
  background: #000000;
  height: 250px;
}

.logo-footer {
  background: url("../img/logo_rohacovaB.png") center center no-repeat;
  width: auto;
  height: 60px;
  padding: 80px;
  float: unset;
}

.cop {
  margin: auto;
  padding-bottom: 20px;
}

.cop a {
  color: grey;
  text-decoration: none;
  text-align: center;
  float: right;
  margin-left: 10px;
}

.cop p {
  color: grey;
  float: left;
}

@media screen and (max-width: 1420px) {
  .cop p {
    display: none;
  }

  .cop a {
    display: block;
    float: none;
    text-align: center;
  }

  .cop {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 450px) {
  .cop {
    padding-left: 120px;
  }
}

/*paticka*/
/*section*/

p {
  text-align: justify;
}

.uvodni-text22 li {
  text-align: justify;
}

.uvodni-texty {
  margin-top: 35px;
  display: flex;
}

@media screen and (max-width: 1420px) {
  .uvodni-texty {
    display: block;
  }
}

.hlavni-foto {
  background: url("../img/2.jpeg") center 0 no-repeat;
  height: 600px;
  width: 60%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-size: contain !important;
}

@media screen and (max-width: 1420px) {
  .hlavni-foto {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1420px) {
  .hlavni-foto {
    width: 100%;
    float: none;
    text-align: justify;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .hlavni-foto {
    background: url("../img/2_mob.png") center 0 no-repeat;
    width: 100%;
    height: 366px;
  }
}

.uvodni-text1 {
  margin: 25px 40px 20px 5px;
  float: right;
  width: 30%;
}

.uvodni-text1 p {
  font-size: 20px;
  margin-bottom: 5px;
}

.uvodni-text1 h1 {
  text-transform: uppercase;
  color: #066839;
  margin-bottom: 25px;
  font-weight: 400;
}

@media screen and (max-width: 1420px) {
  .uvodni-text1 {
    width: 100%;
    text-align: center;
    margin: 80px 0 80px 0;
  }

  .uvodni-text1 p {
    text-align: justify;
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 450px) {
  .uvodni-text1 {
    margin: 20px 0 20px 0;
  }
}

.druhe-foto {
  background: url("../img/03.png") center 0 no-repeat;
  height: 700px;
  width: 60%;
  float: right;
}

@media screen and (max-width: 1420px) {
  .druhe-foto {
    width: 100%;
    float: none;
    text-align: justify;
  }
}

@media screen and (max-width: 450px) {
  .druhe-foto {
    background: url("../img/03_mob.png") center 0 no-repeat;
    width: 100%;
    height: 366px;
  }
}

.uvodni-text2 {
  margin: 80px 40px 20px 40px;
  float: left;
  width: 30%;
}

.uvodni-text2 h2 {
  text-transform: uppercase;
  color: #daa520;
  margin-bottom: 25px;
  font-weight: 400;;
  color: #daa520;
  margin-bottom: 25px;
  font-weight: 400;
  padding-left: 45px;
}

.uvodni-text2 p {
  font-size: 20px;
  padding-left: 45px;
}

@media screen and (max-width: 1420px) {
  .uvodni-text0 {
    display: block;
  }

  .uvodni-text2 {
    width: 100%;
    margin: 80px 0 80px 0;
    float: none;
  }

  .uvodni-text2 p {
    text-align: justify;
    width: 70%;
    margin: auto;
    padding-left: 0px;
  }

  .uvodni-text2 h2 {
    text-align: center;
    width: 70%;
    margin: auto;
    padding-left: 0px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 450px) {
  .uvodni-text2 {
    margin: 20px 0 20px 0;
  }
}

/*section*/
/*Kontakt*/

.kontaktni-udaje {
  padding: 20px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
}

.kontaktni-udaje h1 {
  font-weight: 200;
  font-size: 26px;
  margin-bottom: 45px;
}

.kontaktni-udaje i {
  color: #066839;
  margin-right: 4px;
  font-size: 33px
}

.kontaktni-udaje a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  margin-right: 16px
}

.kontaktni-udaje span {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  margin-right: 16px
}

@media screen and (max-width: 704px) {
  .kontaktni-udaje span {
    display: block;
    margin-bottom: 25px;
  }
}

.kontakt-foto {
  background: url("../img/3.png") center 0 no-repeat;
  height: 600px;
}

@media screen and (max-width: 450px) {
  .kontakt-foto {
    background: url("../img/3_mob.png") center 0 no-repeat;
    width: 100%;
    height: 366px;
  }
}

/*Kontakt*/
/*byty*/

.filters {
  margin-top: 15px;
}

.filters span {
  margin: 0 15px;
}

.filters form input {
  display: inline-block;
  margin: auto;
  border-radius: 5px;
  line-height: 0;
}

.filters form input[type="submit"] {
  background-color: lightgray;
  cursor: pointer;
  width: 70px;
  text-align: center;
  height: 18px;
  font-size: 12px;
  margin-left: 50px;
}

.disposition option {
  background: #daa520;
}

.grid {
  width: 250px;
  background: rgba(218, 165, 32, 0.5);
  height: 100px;
  display: inline-block;
}

/*byty*/
/*Lokalita*/

.obal-lokalita {
  margin-top: 35px;
  display: flex;
}

@media screen and (max-width: 1420px) {
  .obal-lokalita {
    display: block;
  }
}

.lokalita-text {
  margin: 10px 5px 0px 20px;
  float: right;
  width: 30%;
}

.lokalita-text p {
  font-size: 20px;
}

.lokalita-text h1 {
  text-transform: uppercase;
  color: #066839;
  margin-bottom: 25px;
  font-weight: 400;
  color: #066839;
  margin-bottom: 25px;
  font-weight: 400;
}

.lokalita-text h2 {
  text-transform: uppercase;
  color: #066839;
  font-weight: 400;
  color: #066839;
  font-weight: 400;
}

.lokalita-foto {
  background: url("../img/6.png") center 0 no-repeat;
  height: 700px;
  width: 60%;
  float: left;
  margin-right: 20px
}

@media screen and (max-width: 1420px) {
  .lokalita-foto {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .lokalita-text {
    width: 100%;
    text-align: center;
    margin: 80px 0 80px 0;
  }

  .lokalita-text p {
    text-align: justify;
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 450px) {
  .lokalita-foto {
    background: url("../img/6_mob.png") center 0 no-repeat;
    width: 100%;
    height: 366px;
  }

  .lokalita-text {
    margin: 20px 0 20px 0;
  }
}

.lokalita-foto0 {
  background: url("../img/01.png") center 0 no-repeat;
  height: 600px;
  width: 60%;
  float: right;
  margin-left: 20px
}

@media screen and (max-width: 1420px) {
  .lokalita-foto0 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .lokalita-foto0 {
    background: url("../img/01_mob.png") center 0 no-repeat;
    width: 100%;
    height: 366px;
  }
}

.uvodni-text22 {
  float: right;
  width: 30%;
  margin: 70px 30px 0 0;
}

.uvodni-text22 ul li {
  padding-bottom: 5px;
  list-style: square;
  font-size: 20px;
}

.uvodni-text22 h2 {
  text-transform: uppercase;
  color: #066839;
  margin-bottom: 25px;
  font-weight: 400;
}

@media screen and (max-width: 1420px) {
  .uvodni-text22 {
    width: 70%;
    float: none;
    margin: auto;
    padding-bottom: 80px;
  }

  .uvodni-text22 ul li {
    padding-left: 0px;
  }

  .uvodni-text22 h2 {
    padding-left: 0px;
    margin-bottom: 25px;
    margin-top: 80px;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .uvodni-text22 h2 {
    margin-top: 20px;
  }

  .uvodni-text22 {
    padding-bottom: 20px;
  }
}

/*se
/*Lokalita*/
/*Vybrat byt*/

.vybrat-foto {
  height: 500px;
  background: url("../img/4.png") center 0 no-repeat;
  margin-top: 30px;
}

@media screen and (max-width: 450px) {
  .vybrat-foto {
    background: url("../img/4_mob.png") center 0 no-repeat;
    width: 100%;
    height: 270px;
  }
}

.tabulka h1 {
  font-weight: 300;
  text-align: center
}

table td,
table th {
  border-left: 1px solid #066839;
  border-bottom: 1px solid #066839;
  text-align: left;
  vertical-align: middle;
  padding: 7px 12px 9px 12px;
}

td {
  text-align: left;
  white-space: nowrap;
}

.th-bezlinky {
  border-left: 1px solid #fefff2;
}

.td-bezlinky {
  border-bottom: 1px solid white;
}

.tabulka table {
  margin: auto;
  border-spacing: 0;
  margin-bottom: 30px;
  margin-top: 35px
}

.container1 {
  width: 1100px;
  margin: auto;
}

.tabulka table tr td a {
  color: #066839;
}

.tabulka {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .container1 {
    width: 700px;
    margin: 120px;
  }

  table {
    width: 70%;
  }

  table td,
  table th {
    border-left: 1px solid #066839;
    border-bottom: 1px solid #066839;
    padding: 7px 12px 9px 12px;
  }
}

@media screen and (max-width: 900px) {
  .container1 {
    width: 600px;
    /*    margin: 100px;*/
  }

  table {
    width: 40%;
    font-size: 14px;
  }

  table td,
  table th {
    border-left: 1px solid #066839;
    border-bottom: 1px solid #066839;
    padding: 7px 12px 9px 12px;
  }
}

@media screen and (max-width: 800px) {
  .container1 {
    width: 480px;
    margin: 70px;
  }

  table {
    width: 40%;
    font-size: 14px;
  }

  table td,
  table th {
    border-left: 1px solid #066839;
    border-bottom: 1px solid #066839;
    padding: 7px 12px 9px 12px;
  }
}

@media screen and (max-width: 740px) {
  .container1 {
    width: 400px;
    margin: 70px;
  }

  table {
    width: 25%;
    font-size: 14px;
  }

  table td,
  table th {
    border-left: 1px solid #066839;
    border-bottom: 1px solid #066839;
    padding: 8px;
  }
}

@media screen and (max-width: 600px) {
  .container1 {
    width: 300px;
    margin: auto;
  }

  table {
    width: 20%;
    font-size: 8px;
  }

  table td,
  table th {
    border-left: 0.5px solid #066839;
    border-bottom: 0.5px solid #066839;
    padding: 3px
  }

  .cenaProdej {
    width: 30px;
  }
}

@media screen and (max-width: 410px) {
  .container1 {
    /*    width: 260px;
        margin: 14px;*/
  }

  table {
    width: 18%;
    font-size: 7px;
  }

  table td,
  table th {
    border-left: 0.5px solid #066839;
    border-bottom: 0.5px solid #066839;
    padding: 3.5px;
  }
}

/*Vyber bytu*/

form {
  width: 100%;
  text-align: center;
}

form div {
  margin: 15px 0;
}

form label {
  display: block;
  width: 350px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  margin-bottom: 5px;
}

form input {
  display: block;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  line-height: 55px;
  font-size: 35px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
}

form input[type="submit"] {
  background-color: #3E5C9A;
  cursor: pointer;
  font-size: 20px;
}

form input[type="submit"]:hover {
  background-color: #AAAAAA;
}

form .form-error {
  min-height: 50px;
  width: 350px;
  margin: 0 auto;
  line-height: 50px;
  background-color: firebrick;
  border-radius: 5px;
  color: white;
}

@media screen and (max-width: 600px) {
  form {
    display: inline-flex;
    width: 400px;
    font-size: 14px;
  }
}

@media screen and (max-width: 410px) {
  form {
    display: inline-flex;
    width: 300px;
    font-size: 12px;
  }

  form span {
    padding-left: 25px;
  }
}


.logo-page {
  height: 100%;
  margin: 50px 0;
}

.logo-page a {
  display: block;
}

.logo-page img {
  visibility: hidden;
}

.logo-page .main {
  display: flex;
  justify-content: center;
}

.logo-page .main .louer {
  background: url(../img/logo-louer.png) center center no-repeat;
}

.logo-page .main .louer:hover {
  background: url(../img/logo-louerZ.png) center center no-repeat;
}

.logo-page .line {
  width: 50%;
  border-bottom: 2px solid #066839;
  margin: 50px auto;
}

.logo-page .other {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
}

.logo-page .other .kayla {
  background: url(../img/kayla.png) no-repeat;
}

.logo-page .other .kayla:hover {
  background: url(../img/kaylaZ.png) no-repeat;
}

.logo-page .other .lamaison {
  background: url(../img/lamaison.png) no-repeat;
}

.logo-page .other .lamaison:hover {
  background: url(../img/lamaisonZ.png) no-repeat;
}

.logo-page .other .rajska {
  background: url(../img/rajska.png) no-repeat;
}

.logo-page .other .rajska:hover {
  background: url(../img/rajskaZ.png) no-repeat;
}

.logo-page .other .graficka {
  background: url(../img/graficka.png) no-repeat;
}

.logo-page .other .graficka:hover {
  background: url(../img/grafickaZ.png) no-repeat;
}
.logo-page .other .lamaison {
  background: url(../img/lamaison.png) no-repeat;
}

.logo-page .other .lamaison:hover {
  background: url(../img/lamaisonZ.png) no-repeat;
}

@media (max-width: 575px) {
  .logo-page .line {
    width: 80%;
  }

  .logo-page .other {
    flex-direction: column;
  }

  .logo-page .other > * {
    margin: 50px 0;
  }
}

textarea {
  width: 100%;
}

.apartment-image-row td img {
  height: 150px;
  display: block;
  margin: 0 auto;
}

#small-swiper {
  height: 300px;
  margin-bottom: 40px;
}

#small-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#small-swiper img {
  width: 100%;
  line-height: 300px;
  cursor: pointer;
}

#big-swiper-wrapper {
  position: fixed;
  width: 100vw;
  /*height: 100vh;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  display: flex;
}

#big-swiper-close {
  color: white;
  font-size: 80px;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  #big-swiper-close {
    font-size: 50px;
  }
}

#big-swiper {
  width: 90%;
}

#big-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#big-swiper img {
  width: 100%;
}

#big-swiper-wrapper.closed {
  visibility: hidden;
}

.admin-form {
  width: 100%;
  flex-direction: column;
}