* {
  padding: 0;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

label {
  margin: 0;
}

div.gm-style-iw-d {
  height: 100% !important;
  overflow: auto !important;
}

div.gm-style-iw-c {
  padding: 5px !important;
}

.card {
  border: none !important;
}

#headerImage {
  background-image: url("/images/header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 700px;
  padding: 0;
}
@media (max-width: 768px) {
  #headerImage .display-4 {
    display: none;
  }
}
#headerImage .description {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  #headerImage .description {
    display: none;
  }
}
#headerImage .description p {
  color: white;
  margin: 0;
  margin-top: 0rem !important;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 80%;
  max-width: 1075px;
  text-align: center;
}
#headerImage .searchSelect {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #headerImage .searchSelect {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #headerImage {
    height: 800px;
  }
}
@media (max-width: 367px) {
  #headerImage .find-head {
    margin: 1.5rem auto 0 auto !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  #headerImage {
    height: 520px;
  }
}
#headerImage h1 {
  font-weight: 700;
}
#headerImage form {
  display: flex;
  justify-content: center;
  align-items: center;
}
#headerImage form div button {
  margin: auto;
}
#headerImage form div input {
  width: 300px;
  padding: 0.375rem 0.5rem;
  text-align: left !important;
  border: 2px solid transparent !important;
}
#headerImage form div input:focus {
  outline-style: none !important;
  box-shadow: none !important;
  border: 2px solid #B08589 !important;
}

.mainpage-strange {
  margin: 5rem 0;
}
.mainpage-strange .badge-mainpage {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100px;
  margin-bottom: 3.5rem;
}
.mainpage-strange .badge-mainpage svg {
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: -25px;
  color: #EEB4B9;
}
.mainpage-strange h2 {
  color: #B08589;
  font-size: 25px;
  font-weight: 700;
}

.how-to {
  margin: 5rem 0;
  background-color: #806a6c;
  color: #EEB4B9;
  padding: 2rem;
}
.how-to p {
  font-weight: 700;
  color: white;
}
.how-to h1 {
  color: #EEB4B9 !important;
  font-weight: 700;
  margin-bottom: 2rem !important;
}
.how-to h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.help {
  margin: 5rem 0;
}
.help .help-wrapper {
  color: #B08589;
  border: 10px solid #B08589;
  width: 90%;
  margin: auto;
}
@media (max-width: 775px) {
  .help .help-wrapper {
    width: 100%;
  }
}
.help .help-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .help .help-main {
    justify-content: center;
  }
}
.help .help-nadpis {
  display: flex;
  justify-content: center;
}
.help h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.help .help-text {
  color: #666666;
  line-height: 20.1px;
}
.help .help-text p {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .help .help-text p {
    text-align: left;
    margin: 1rem 0 !important;
  }
}
@media (max-width: 992px) {
  .help .help-text p {
    justify-content: center;
    text-align: center;
  }
}

nav {
  background-color: #B08589;
  color: white;
  transition: background-color 0.75s;
  z-index: 10000;
}
nav .navbar-wrapper div {
  width: 100%;
}
@media (max-width: 992px) {
  nav .navbar-wrapper div {
    justify-content: center !important;
  }
}
nav .navbar-wrapper .active {
  position: relative;
}
nav .navbar-wrapper .active::after {
  content: "";
  position: absolute;
  background-color: #EEB4B9;
  height: 2px;
  width: 10px;
  bottom: calc(50% - 2px);
  left: -5px;
}
@media (max-width: 992px) {
  nav .navbar-wrapper .active::after {
    left: -23px;
  }
}
nav .navbar-wrapper li {
  margin: 0 5px;
}
nav .navbar-wrapper li a {
  font-weight: 700;
  color: white !important;
  transition: color 0.75s;
}
nav .navbar-wrapper li a:hover {
  color: #EEB4B9 !important;
}

.navbar-btn {
  color: white;
  background-color: #EEB4B9;
  font-weight: 700;
  transition: background-color 0.75s;
}
.navbar-btn:hover {
  color: white;
  background-color: #fa6c77;
}
.navbar-btn:disabled {
  color: #B08589;
}

.nav-language-link {
  padding-right: 0;
  padding-left: 0;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: white !important;
  transition: color 0.75s;
}
.nav-language-link:hover {
  text-decoration: none;
}

.nav-language:hover {
  text-decoration: none;
}

.nav-odkazy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav-odkazy a {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-odkazy a:hover {
  text-decoration: none;
}

.search-input {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 992px) {
  .search-input {
    width: unset !important;
  }
}

.nav-item--with-submenu {
  position: relative;
  cursor: pointer;
}

.chevron-container {
  transition: all 0.4s ease;
  transform: translateY(0%) rotate(0deg);
  margin-left: 0.25rem;
}

.chevron-container.chevron-container--active {
  transition: all 0.2s ease;
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 990px) {
  .nav-item.nav-item--with-submenu .nav-link--with-submenu {
    display: none !important;
  }
}

.navbar .nav-item--with-submenu .nav-submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 991px) {
  .navbar .nav-item--with-submenu .nav-submenu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: -150%;
    left: -150%;
    width: max-content;
    align-items: flex-start;
    transform: scale(0);
    opacity: 0;
  }
}
.navbar .nav-item--with-submenu::after {
  content: unset !important;
}

.navbar .nav-item--with-submenu .nav-submenu li {
  display: block;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .navbar .nav-item--with-submenu .nav-submenu li {
    transition: all 0.4s ease;
    color: #eeb4b9 !important;
    text-align: left;
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 991px) {
  .navbar .nav-item--with-submenu .nav-submenu li:hover {
    background-color: #f4f4f4;
  }
}

.navbar .nav-item--with-submenu .nav-submenu li a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .navbar .nav-item--with-submenu .nav-submenu li a {
    color: #eeb4b9 !important;
    text-align: left;
  }
}

.navbar .nav-item--with-submenu .nav-submenu--active {
  top: 100%;
  left: 0;
  opacity: 1;
  transform: scale(1);
}

footer {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: #B08589;
  color: white;
}
footer div {
  font-size: 12px;
}
footer a {
  font-size: 12px;
  color: white;
  transition: color 0.75s;
}
footer a:hover {
  color: #EEB4B9;
  text-decoration: none;
}
footer .toggle-up {
  position: absolute;
  display: flex;
  padding: 1rem;
  background-color: #EEB4B9;
  color: #B08589;
  border-radius: 50%;
  top: -20px;
  right: calc(50% - 17px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}

.cookieLista {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  color: white;
  z-index: 999999;
  display: none;
}
.cookieLista h2 {
  font-size: clamp(1.15rem, 1.1vw, 1.65rem);
  font-weight: 400;
}
.cookieLista p {
  font-size: clamp(0.85rem, 0.85vw, 1.15rem);
}
.cookieLista__btn, .cookieLista__text {
  height: fit-content;
  width: fit-content;
}
.cookieLista button:first-of-type {
  background-color: #EEB4B9;
  transition: all 500ms;
}
.cookieLista button:first-of-type:hover {
  background-color: #B08589;
}
.cookieLista button:last-of-type {
  background-color: #EEB4B9;
  transition: all 500ms;
}
.cookieLista button:last-of-type:hover {
  background-color: #B08589;
}

.reg-main-form {
  width: 50%;
  margin: auto;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  padding-right: 21.25px;
}
@media (max-width: 992px) {
  .reg-main-form {
    width: 75vw;
  }
}
.reg-main-form h1 {
  color: #B08589;
  font-weight: 700;
  font-size: 30px;
}
.reg-main-form .row div {
  margin-bottom: 17px !important;
}
.reg-main-form p {
  margin-bottom: 0 !important;
  line-height: 20px;
  color: #B08589;
  font-weight: 700;
  font-size: 12px;
  display: inline;
  vertical-align: center;
}
.reg-main-form .reg-main-checkbox {
  transform: scale(1.3);
  background: transparent;
  border-radius: 0.25rem;
  border: 0.77px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.reg-main-form input, .reg-main-form select {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}

.reg-formy {
  width: 50%;
  max-width: 765px;
  margin: auto;
  margin-bottom: 30px;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  padding-right: 21.25px;
}
.reg-formy ::placeholder {
  color: #B08589;
}
@media (max-width: 992px) {
  .reg-formy {
    width: 85vw;
    padding: 0.75rem;
    padding-right: 0px;
  }
  .reg-formy h1, .reg-formy h2 {
    text-align: center;
    padding-right: 17px;
  }
  .reg-formy input, .reg-formy select, .reg-formy label, .reg-formy .selectpicker-css {
    line-height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  .reg-formy input, .reg-formy select, .reg-formy label, .reg-formy .selectpicker-css {
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .reg-formy input, .reg-formy select, .reg-formy label, .reg-formy .selectpicker-css {
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
  }
}
.reg-formy input, .reg-formy select, .reg-formy .file-label, .reg-formy .selectpicker-css {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}
.reg-formy input:focus, .reg-formy select:focus, .reg-formy .file-label:focus, .reg-formy .selectpicker-css:focus {
  outline-style: none !important;
  box-shadow: none !important;
  border: 2px solid #B08589;
  color: #B08589;
}
.reg-formy h1 {
  color: #B08589;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 1rem;
}
.reg-formy h2 {
  color: #B08589;
  font-weight: 700;
  font-size: 22px;
  margin-top: 14px;
  margin-bottom: 1rem;
}
.reg-formy .row div {
  margin-bottom: 0;
}
.reg-formy textarea {
  padding: 0.375rem 0.75rem;
  resize: none;
  width: 100%;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}
.reg-formy textarea:focus {
  outline-style: none !important;
  box-shadow: 0 0 0 2px #B08589 !important;
  border: 1px solid transparent;
  color: #B08589;
}
.reg-formy select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("/images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 0 top 50% !important;
  padding-right: 30px !important;
}
.reg-formy input[type=file] {
  display: none;
}
.reg-formy .file-label {
  background-color: #B08589;
  color: white;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-formy input::-webkit-outer-spin-button,
.reg-formy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reg-formy ::-webkit-input-placeholder, .reg-formy ::-moz-placeholder, .reg-formy :-ms-input-placeholder, .reg-formy :-moz-placeholder {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589 !important;
}
.reg-formy input[type=number] {
  -moz-appearance: textfield;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}
.reg-formy input[type=number]:focus {
  outline-style: none !important;
  box-shadow: none !important;
  border: 2px solid #B08589;
}
.reg-formy input[type=number]::-webkit-input-placeholder {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}
.reg-formy .reg-aboutDog-wrapper, .reg-formy .reg-searchFor-wrapper, .reg-formy .reg-time-wrapper {
  position: relative;
}
.reg-formy .reg-aboutDog-wrapper .info, .reg-formy .reg-searchFor-wrapper .info, .reg-formy .reg-time-wrapper .info {
  position: absolute;
  display: flex;
  padding: 14px;
  background-color: #B08589;
  color: white;
  border-radius: 50%;
  height: 5px !important;
  width: 5px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 5px;
  font-size: 1rem !important;
}
.reg-formy .reg-nabidka-wrapper, .reg-formy .about-me {
  position: relative;
}
.reg-formy .reg-nabidka-wrapper .info, .reg-formy .about-me .info {
  position: absolute;
  display: flex;
  padding: 14px;
  background-color: #B08589;
  color: white;
  border-radius: 50%;
  height: 5px !important;
  width: 5px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 5px;
}
.reg-formy .reg-aboutDog-wrapper span {
  right: -14%;
  bottom: 12%;
}
@media (max-width: 992px) {
  .reg-formy .reg-aboutDog-wrapper span {
    right: -7%;
  }
}
@media (max-width: 430px) {
  .reg-formy .reg-aboutDog-wrapper span {
    right: -6%;
  }
}
.reg-formy .reg-searchFor-wrapper span {
  right: -10%;
  bottom: 10%;
}
@media (max-width: 1430px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: -10%;
  }
}
@media (max-width: 1184px) {
  .reg-formy .reg-searchFor-wrapper span {
    bottom: 0%;
  }
}
@media (max-width: 1076px) {
  .reg-formy .reg-searchFor-wrapper span {
    bottom: 0%;
  }
}
@media (max-width: 992px) {
  .reg-formy .reg-searchFor-wrapper span {
    bottom: 10%;
    right: -5%;
  }
}
@media (max-width: 800px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: -5%;
  }
}
@media (max-width: 768px) {
  .reg-formy .reg-searchFor-wrapper span {
    bottom: 0;
  }
}
@media (max-width: 604px) {
  .reg-formy .reg-searchFor-wrapper span {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: -3%;
  }
}
@media (max-width: 476px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: 30%;
  }
}
@media (max-width: 375px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: 20%;
  }
}
@media (max-width: 365px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: 10%;
    bottom: 0;
  }
}
@media (max-width: 322px) {
  .reg-formy .reg-searchFor-wrapper span {
    right: 5%;
    bottom: 0;
  }
}
.reg-formy .about-me .info {
  top: -30px;
  left: 2px;
}
.reg-formy .about-me {
  margin-top: 15px;
}
.reg-formy .reg-nabidka-wrapper .info {
  bottom: calc(50% - 8px);
  right: -18px;
}
.reg-formy .reg-time-wrapper span {
  bottom: calc(50% - 10px);
  right: -32px;
}
@media (max-width: 992px) {
  .reg-formy .reg-time-wrapper span {
    right: -25px;
  }
}
@media (max-width: 768px) {
  .reg-formy .reg-time-wrapper span {
    right: -17px;
  }
}
@media (max-width: 320px) {
  .reg-formy .reg-time-wrapper span {
    right: -7%;
  }
}
.reg-formy .error {
  color: red;
  text-align: left;
  font-size: 10px;
}
.reg-formy .info-field {
  position: absolute;
  text-align: center;
  color: black;
  background-color: white;
  border: solid 2px #EEB4B9;
  padding: 1rem;
  z-index: 100;
  transition: display 10s;
  font-size: 13px;
}
.reg-formy .aboutDog-field {
  right: -10%;
  bottom: 33px;
}
@media (max-width: 768px) {
  .reg-formy .aboutDog-field {
    right: -5%;
  }
}
@media (max-width: 430px) {
  .reg-formy .aboutDog-field {
    right: -2%;
  }
}
@media (max-width: 400px) {
  .reg-formy .aboutDog-field {
    right: 10%;
    bottom: 45px;
  }
}
.reg-formy .searchFor-field {
  right: -5%;
  bottom: 30px;
}
@media (max-width: 1430px) {
  .reg-formy .searchFor-field {
    right: -4%;
    bottom: 45px;
  }
}
@media (max-width: 920px) {
  .reg-formy .searchFor-field {
    right: 5%;
  }
}
@media (max-width: 782px) {
  .reg-formy .searchFor-field {
    right: -5%;
  }
}
@media (max-width: 769px) {
  .reg-formy .searchFor-field {
    right: 5%;
  }
}
@media (max-width: 500px) {
  .reg-formy .searchFor-field {
    right: 0%;
  }
}
@media (max-width: 400px) {
  .reg-formy .searchFor-field {
    right: 2%;
  }
}
@media (max-width: 364px) {
  .reg-formy .searchFor-field {
    right: -2%;
  }
}
@media (max-width: 340px) {
  .reg-formy .searchFor-field {
    right: 2%;
  }
}
.reg-formy .aboutMe-field {
  bottom: 175px;
  left: 2px;
}
.reg-formy .offer-field {
  bottom: 40px;
  right: -18px;
}
.reg-formy .time-field {
  bottom: 25px;
  right: -25px;
}
@media (max-width: 768px) {
  .reg-formy .time-field {
    right: -12px;
  }
}
@media (max-width: 320px) {
  .reg-formy .time-field {
    bottom: 50px;
    right: 10%;
  }
}

.reg-submit {
  margin-top: 1rem !important;
}

#map-inzerat, #map-opatrovani, #map-spoluvenceni {
  height: 40vh;
}

.bootstrap-select {
  margin-bottom: 0 !important;
}

.selectpicker-css {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
  height: 37.25px;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  margin: 0;
  position: relative;
}
.selectpicker-css ::after {
  content: "";
  background-image: url("/images/arrow.png");
  height: 15px;
  width: 35px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 7px);
  z-index: 100;
  right: 0;
}
.selectpicker-css div {
  color: #B08589;
  margin: 0 !important;
}
.selectpicker-css .filter-option, .selectpicker-css .filter-option-inner, .selectpicker-css .filter-option-inner-inner {
  margin-bottom: 0;
}

.vedlejsi-wrapper {
  position: relative;
  min-height: 300px;
  width: 100%;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #B08589;
}
.vedlejsi-wrapper input {
  cursor: pointer;
}
.vedlejsi-wrapper .vedlejsi {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.vedlejsi-wrapper span {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
  margin: 3px;
}

.vedlejsi-fotky {
  position: relative;
  z-index: 100;
  height: 75px;
  display: inline-block;
}

.info-fotka-spolu {
  position: relative;
}
.info-fotka-spolu .info-spolu {
  display: flex;
  padding: 14px;
  background-color: #B08589;
  color: white;
  border-radius: 50%;
  height: 5px !important;
  width: 5px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 5px;
  font-size: 1rem !important;
}
.info-fotka-spolu div {
  display: none;
  position: absolute;
  top: -150%;
  text-align: center;
  color: black;
  background-color: white;
  border: solid 2px #EEB4B9;
  padding: 1rem;
  z-index: 100;
  transition: display 10s;
  font-size: 13px;
}

.inzeraty-wrapper {
  width: 80vw;
  max-width: 1075px;
  margin: 0 auto;
}
.inzeraty-wrapper img, .inzeraty-wrapper .card-title {
  cursor: pointer;
}
.inzeraty-wrapper img .href-cardTitle, .inzeraty-wrapper .card-title .href-cardTitle {
  color: unset;
  text-decoration: none;
}
.inzeraty-wrapper .inzeraty-card {
  color: #B08589;
  font-weight: 700 !important;
  box-shadow: -1px 1px 7px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}
@media (max-width: 776px) {
  .inzeraty-wrapper .inzeraty-card .inzeraty-profile-picture {
    height: 325px;
  }
}
.inzeraty-wrapper .inzeraty-card .inzeraty-profile-picture img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.inzeraty-wrapper .inzeraty-card .card-title {
  color: #B08589;
  font-weight: 700 !important;
  margin: 0;
  font-size: 30px;
}
.inzeraty-wrapper .inzeraty-card .card-text {
  font-weight: 700 !important;
  color: #9A9A9A;
  margin-bottom: 0.5rem;
  font-size: 18px !important;
}
.inzeraty-wrapper .inzeraty-card .card-text .text-muted {
  color: #D2D2D2 !important;
  font-weight: 700 !important;
}
.inzeraty-wrapper .inzeraty-card .card-body {
  padding: 0.75rem;
}
.inzeraty-wrapper .inzeraty-card .inzeraty-main-text {
  max-height: unset;
  height: auto;
  margin-top: 1rem;
}
.inzeraty-wrapper .inzeraty-card .inzeraty-vice-btn {
  padding: 1rem;
  padding-top: 2rem;
  width: 100%;
}
@media (max-width: 576px) {
  .inzeraty-wrapper .inzeraty-card .inzeraty-vice-btn a {
    margin-right: 9px;
  }
}
.inzeraty-wrapper .inzeraty-profile-picture {
  position: relative;
  border-radius: 0.25rem 0.25rem 0 0.25rem;
}
.inzeraty-wrapper .inzeraty-profile-picture img {
  border-radius: 0.25rem 0.25rem 0 0.25rem;
  width: 100%;
  height: 100%;
}
.inzeraty-wrapper .inzeraty-profile-picture .inzeraty-cost {
  border-radius: 0.25rem 0.25rem 0 0.25rem;
  background-color: rgba(41, 41, 41, 0.8);
  padding: 0.5rem 0.35rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}
.inzeraty-wrapper .inzeraty-profile-picture .inzeraty-cost h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.inzeraty-wrapper .inzeraty-vice-btn a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .inzeraty-wrapper .inzeraty-vice-btn {
    flex-direction: column;
    justify-content: center;
  }
  .inzeraty-wrapper .inzeraty-vice-btn button {
    margin-top: 0.5rem;
  }
  .inzeraty-wrapper .inzeraty-vice-btn a {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 574px) {
  .inzeraty-wrapper .inzeraty-vice-btn button {
    width: 140px;
  }
}

.filtr-insert-wrapper {
  margin-top: 1.5rem !important;
  width: 80%;
  max-width: 1075px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .filtr-insert-wrapper {
    width: 80%;
    padding: 0.75rem;
    padding-right: 0px;
  }
  .filtr-insert-wrapper h1, .filtr-insert-wrapper h2 {
    text-align: center;
    padding-right: 17px;
  }
  .filtr-insert-wrapper input, .filtr-insert-wrapper select, .filtr-insert-wrapper label, .filtr-insert-wrapper .selectpicker-css {
    line-height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  .filtr-insert-wrapper input, .filtr-insert-wrapper select, .filtr-insert-wrapper label, .filtr-insert-wrapper .selectpicker-css {
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .filtr-insert-wrapper input, .filtr-insert-wrapper select, .filtr-insert-wrapper label, .filtr-insert-wrapper .selectpicker-css {
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
  }
}
.filtr-insert-wrapper input, .filtr-insert-wrapper select, .filtr-insert-wrapper textarea, .filtr-insert-wrapper .file-label, .filtr-insert-wrapper .selectpicker-css {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
  color: #B08589;
}
.filtr-insert-wrapper input:focus, .filtr-insert-wrapper select:focus, .filtr-insert-wrapper textarea:focus, .filtr-insert-wrapper .file-label:focus, .filtr-insert-wrapper .selectpicker-css:focus {
  outline-style: none !important;
  box-shadow: none !important;
  border: 2px solid #B08589;
}
.filtr-insert-wrapper h1 {
  color: #B08589;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 1rem;
}
.filtr-insert-wrapper h2 {
  color: #B08589;
  font-weight: 700;
  font-size: 26px;
  margin-top: 14px;
  margin-bottom: 1rem;
}
.filtr-insert-wrapper .row div {
  margin-bottom: 17px;
}
.filtr-insert-wrapper textarea {
  padding: 0.375rem 0.75rem;
  resize: none;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}
.filtr-insert-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("/images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 0 top 50% !important;
  padding-right: 30px !important;
}
.filtr-insert-wrapper .filtr-insert div, .filtr-insert-wrapper .filtr-head {
  padding: 0 0.25rem !important;
}
@media (max-width: 768px) {
  .filtr-insert-wrapper .filtr-insert div, .filtr-insert-wrapper .filtr-head {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .filtr-insert-wrapper .filtr-head {
    margin-left: auto;
    margin-right: auto;
  }
}
.filtr-insert-wrapper .picker div {
  padding: 0 !important;
}

#map-shHlidani {
  height: 40vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

#map-nabHlidani {
  height: 40vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

#map-spoluFiltr {
  height: 40vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

.btn-call-mess {
  background-color: white;
  color: #B08589;
  border: 1px solid #DEDEDE !important;
  transition: color 0.75s;
}
.btn-call-mess:hover {
  background-color: lightgray !important;
}

.page-listing {
  margin: 0 auto;
  width: 80%;
  max-width: 1075px;
}
@media (max-width: 768px) {
  .page-listing {
    justify-content: center !important;
  }
}
.page-listing .page-list {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #EEB4B9;
  margin: 1rem 0.15rem;
  border-radius: 50%;
  color: #B08589;
  border: none;
  font-size: 25px;
  padding: 0;
}
.page-listing .page-list:hover {
  background-color: #B08589;
  color: white;
}
.page-listing .activePage {
  background-color: #B08589;
  color: white;
}

.opaOffer div {
  border-radius: 0.25rem;
  display: inline-block;
  border: 2px solid #EEB4B9;
  padding: 0.1rem 0.25rem;
  margin-top: 0.35rem;
}

@media (max-width: 992px) {
  .vyber-nabHlidani {
    align-items: center !important;
  }
}
.vyber-nabHlidani .active {
  color: white;
  background-color: #B08589;
  border: transparent;
}
.vyber-nabHlidani form, .vyber-nabHlidani a {
  width: 70%;
  max-width: 222px;
  margin: 0.25rem 0;
  border: 1px solid #DEDEDE;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: box-shadow 0.25s;
}
.vyber-nabHlidani form:hover, .vyber-nabHlidani a:hover {
  box-shadow: 0 0 0 2px #B08589 !important;
}
.vyber-nabHlidani form input {
  width: 100%;
  border-radius: 0.25rem;
  border: none;
}
.vyber-nabHlidani form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.vyber-nabHlidani a {
  color: #B08589;
  text-decoration: none;
  font-weight: 700;
}

.nabHlidani-filtr {
  margin: 0 !important;
  margin-left: 13px !important;
}
@media (max-width: 992px) {
  .nabHlidani-filtr {
    margin: 0 auto !important;
  }
}

.nabHlidani .inzeraty-wrapper {
  width: 90%;
  margin: 1rem 0;
}
@media (max-width: 992px) {
  .nabHlidani .inzeraty-wrapper {
    margin: 0 auto !important;
    width: 82%;
  }
}
.nabHlidani .nabHlidani-main {
  margin-top: 1rem !important;
}

.markerText .inzeraty-main-text {
  max-height: 100px;
  overflow-y: hidden;
}

.description {
  display: flex;
  justify-content: center;
  align-content: center;
}
.description p {
  color: #B08589;
  margin: 0;
  margin-top: 1.5rem !important;
  display: inline-block;
  width: 80%;
  max-width: 1075px;
  text-align: center;
}

@media (max-width: 1351px) {
  .description1 {
    display: none;
  }
}

.description2 {
  max-width: 50%;
}
@media (min-width: 1352px) {
  .description2 {
    display: none;
  }
}

.login-wrapper {
  border-radius: 0.25rem;
  width: 30%;
  max-width: 400px;
  min-width: 300px;
}
.login-wrapper p {
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.login-wrapper a {
  font-size: 12px;
  text-align: end;
  color: #B08589;
  text-decoration: none;
  margin-bottom: 1rem;
}
.login-wrapper a:hover {
  color: #EEB4B9;
}
.login-wrapper .success {
  font-size: 14px;
  color: green;
  text-align: center;
  font-size: 10px;
}

.deleteAccount:hover {
  background-color: red;
}

.opa-sprava {
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  padding: 1rem;
}
.opa-sprava .opaMore-right {
  box-shadow: none !important;
}
.opa-sprava .images {
  position: relative;
}
.opa-sprava .images .delete-span {
  margin: 2px;
  position: absolute;
  top: 5px;
  right: 12px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #EEB4B9;
  text-shadow: 0 0 3px #A98689, 0 0 3px #A98689;
}
.opa-sprava .toShow {
  display: none;
}
.opa-sprava .error {
  color: red !important;
  margin: 0.5rem 0;
}

.sprava-mainPage {
  width: 50%;
  max-width: 765px;
  margin: auto;
}
.sprava-mainPage .btn:disabled {
  opacity: 100;
  color: white;
}
.sprava-mainPage .col-lg-4 {
  padding: 0 0.25rem;
}
.sprava-mainPage h1 {
  color: #B08589;
  font-weight: 700;
  font-size: 30px;
}
.sprava-mainPage .navbar-btn {
  box-shadow: 0 0 0 2px #EEB4B9 !important;
  width: 100% !important;
}
.sprava-mainPage .navbar-btn:hover {
  box-shadow: 0 0 0 2px #fa6c77 !important;
}
.sprava-mainPage .noneChoose-btn {
  box-shadow: none !important;
  color: #B08589;
  border-radius: 0.25rem;
  font-weight: 700;
  background-color: transparent;
  width: 100% !important;
  box-shadow: 0 0 0 2px #B08589 !important;
  transition: color 0.5s, box-shadow 0.5s;
}
.sprava-mainPage .noneChoose-btn:hover {
  color: #EEB4B9;
  box-shadow: 0 0 0 2px #EEB4B9 !important;
}
.sprava-mainPage .new-field {
  border: 2px solid #B08589;
  padding: 1rem;
}
.sprava-mainPage .new-field p {
  max-width: 600px;
  padding-right: 5rem;
}
@media (max-width: 992px) {
  .sprava-mainPage .new-field p {
    padding: 0;
    max-width: 500px;
  }
}

.sprava-send-btn {
  background-color: #B08589;
}

.navbar-btn:focus {
  box-shadow: none !important;
}

.deleteButton {
  background-color: #ff5f5f;
}

.edit-acc-form {
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
}
.edit-acc-form .send-button div {
  margin: 0.25rem !important;
}

.opaMore-wrapper {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto !important;
}
.opaMore-wrapper h1, .opaMore-wrapper h5, .opaMore-wrapper h6, .opaMore-wrapper h3 {
  color: #B08589 !important;
  font-weight: 700 !important;
  font-size: 18px;
}
@media (max-width: 992px) {
  .opaMore-wrapper h1, .opaMore-wrapper h5, .opaMore-wrapper h6, .opaMore-wrapper h3 {
    font-size: 18px;
  }
}
.opaMore-wrapper h1 {
  font-size: 24px;
}
.opaMore-wrapper p, .opaMore-wrapper span {
  color: #EEB4B9 !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .opaMore-wrapper p, .opaMore-wrapper span {
    font-size: 16px;
  }
}
.opaMore-wrapper .opaMore-left {
  border: none;
  box-shadow: none;
  max-width: 375px;
  width: 100%;
}
@media (max-width: 996px) {
  .opaMore-wrapper .opaMore-left {
    margin: 2rem auto;
  }
}
.opaMore-wrapper .opaMore-left .img {
  position: relative;
}
.opaMore-wrapper .opaMore-left .img div {
  position: absolute;
  background-color: black;
  bottom: 0;
  width: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.25rem 0.5rem;
}
.opaMore-wrapper .opaMore-left .img div span {
  color: white !important;
  font-size: 12px !important;
  margin-bottom: 0;
}
.opaMore-wrapper .opaMore-left .opaMore-offer {
  border-radius: 0.25rem;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  padding: 0.1rem 0.25rem;
  margin: 0.35rem 0.25rem;
}
.opaMore-wrapper .opaMore-left .card-title {
  margin-top: 2rem !important;
}
.opaMore-wrapper .opaMore-right {
  padding-top: 1rem;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  border: none;
  max-width: 750px;
  width: 100%;
}
@media (max-width: 992px) {
  .opaMore-wrapper .opaMore-right {
    max-width: 375px;
    margin: auto;
  }
}
.opaMore-wrapper .card-subtitle, .opaMore-wrapper .card-subtitle span {
  color: lightgray !important;
}

.markerText {
  font-weight: 700 !important;
}
.markerText img {
  max-height: 150px;
}
.markerText h5 {
  font-weight: 700 !important;
}

.reference-form {
  display: none;
  width: 100%;
  max-width: none !important;
}
@media (max-width: 992px) {
  .reference-form {
    max-width: 375px !important;
    margin: 0 auto;
  }
  .reference-form i {
    font-size: 23px !important;
  }
}
.reference-form .error {
  margin: 0 !important;
  color: red !important;
}

.visibleForm {
  display: block;
}

.hodnoceni-wrapper {
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .hodnoceni-wrapper {
    max-width: 375px;
    margin: auto;
  }
}
.hodnoceni-wrapper .hodnoceni-field h2, .hodnoceni-wrapper .hodnoceni-field h2 span {
  color: #EEB4B9;
  font-weight: 700 !important;
  font-size: 18px;
}
.hodnoceni-wrapper .hodnoceni-field p {
  color: #9A9A9A !important;
  font-weight: 700 !important;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .hodnoceni-wrapper .hodnoceni-field p {
    font-size: 16px;
  }
}

.modal-content {
  padding: 0;
  padding-left: 1rem;
  margin: auto;
  width: 90%;
}

.vedlejsifotecky {
  cursor: pointer;
}

.prava h2, .prava h3, .prava h4, .prava h5, .prava p {
  font-weight: 700;
}
.prava p {
  padding-left: 1rem;
}

@media (max-width: 992px) {
  .admin-page .col-lg-2 {
    padding: 0;
  }
  .admin-page .col-lg-2 td {
    text-align: center;
  }
}
.admin-page .admin-vyber {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #EEB4B9;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 0.25rem;
}
.admin-page .admin-vyber td {
  height: 40px;
  padding: 0.5rem;
  cursor: pointer;
}
.admin-page .admin-vyber .active-admin {
  color: white;
  background-color: #B08589;
  border-radius: 0.25rem;
}
.admin-page .admin-vyber .active-admin td {
  border-radius: 0.25rem;
}
.admin-page .admin-results {
  max-width: 80%;
  overflow-y: scroll;
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .admin-page .admin-results {
    max-width: 100%;
  }
}
.admin-page .admin-results td {
  vertical-align: middle;
}
.admin-page .admin-results th {
  vertical-align: middle;
}
.admin-page .admin-results .w {
  width: 25px;
}
.admin-page .admin-results .admin-btn {
  width: 100px;
}
.admin-page .admin-results .admin-email {
  width: 300px;
}
.admin-page .admin-results .admin-ostatni {
  width: 200px;
}
.admin-page .admin-results .deleteButton {
  background-color: #ff5f5f;
}

.message {
  width: 100%;
}
.message th {
  width: 100%;
}

.prispevek-blog {
  max-width: 1140px;
}
.prispevek-blog h1 {
  font-weight: 600;
  font-size: 35px;
}
.prispevek-blog h3 {
  font-weight: 600;
  font-size: 25px;
}
.prispevek-blog p {
  font-weight: 600;
  color: #929292;
}
.prispevek-blog img {
  padding: 0.5rem;
}

.pagin nav {
  background-color: transparent;
  transition: none;
}
.pagin nav .pagination .active span {
  border-color: #B08589;
  background-color: #B08589;
}
.pagin nav .page-link {
  color: #B08589;
}
.pagin nav .pagination .active {
  color: white;
}

.post-blog {
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.5s;
}
@media (max-width: 768px) {
  .post-blog .image-wrapper {
    padding-bottom: 56.25% !important;
  }
  .post-blog .image-wrapper img {
    border-radius: 0.25rem 0.25rem 0 0 !important;
  }
}
.post-blog .card-title {
  font-weight: 700;
  font-size: 28px;
}
.post-blog:hover {
  box-shadow: -1px 1px 5px 3px rgba(90, 90, 90, 0.75);
}

.discusion-not {
  text-align: center;
  color: #B08589;
}
.discusion-not a {
  color: #EEB4B9;
}
.discusion-not a:hover {
  color: #fa6c77;
  text-decoration: none;
}

.blog-specific .opaMore-name {
  font-weight: 700;
  font-size: 24px;
  color: #B08589;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
}
.blog-specific .success-message {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: green;
  font-weight: 700;
}