.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.smap img {
  max-width: none;
}
.user--prodejce {
  background-image: url('/themes/custom/tpp/images/bez-bazaru-vozidlo-background.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 2em;
}
h1 {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  padding: 1em 1em 1.5em;
  text-transform: uppercase;
}
/*===========Profile box ========================*/
.prodejce__profil {
  max-width: 1140px;
  background-color: white;
  margin: auto auto 2em;
  padding: 0.5em;
  text-align: left;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -moz-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  -o-box-shadow: 0 0 0.25em 0.125em #b0b0b0;
  box-shadow: 0 0 0.25em 0.125em #b0b0b0;
}
.prodejce__profil h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.prodejce__profil a {
  color: inherit;
  text-decoration: none;
}
.prodejce__profil a:hover {
  text-decoration: underline;
}
.profil__info {
  -webkit-flex: 1 0 700px;
  -moz-flex: 1 0 700px;
  -ms-flex: 1 0 700px;
  flex: 1 0 700px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.profil__address {
  -webkit-flex: 0 0 380px;
  -moz-flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.profil__map {
  width: 100%;
  height: 10em;
  margin-bottom: 0.5em;
}
.profil__wrapper {
  margin-bottom: 0.5em;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.profil__text {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.profil__logo {
  margin-right: 1.5em;
  height: 10em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-flex: 0 0 10em;
  -moz-flex: 0 0 10em;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.profil__kontakty {
  font-size: 14px;
}
.profil__kontakty span + span {
  margin-left: 4em;
}
.profil__kontakty > span {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.5em;
}
.profil__email {
  background-image: url("/themes/custom/tpp/images/mail.svg");
}
.profil__phone {
  background-image: url("/themes/custom/tpp/images/phone.svg");
}
.profil__web {
  background-image: url("/themes/custom/tpp/images/www.svg");
}
.prodejce__ads {
  max-width: 80rem;
  margin: auto;
}
.view-prodejce .box__link {
  text-decoration: none;
  color: inherit;
}
.view-prodejce .box__link:hover .gallery-image {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.view-prodejce .box__link:hover .view__box {
  -webkit-box-shadow: 5px 5px 13px -1px #999;
  -moz-box-shadow: 5px 5px 13px -1px #999;
  -o-box-shadow: 5px 5px 13px -1px #999;
  box-shadow: 5px 5px 13px -1px #999;
}
.view__box {
  background: white;
  -webkit-box-shadow: 5px 5px 13px -1px #bfbfbf;
  -moz-box-shadow: 5px 5px 13px -1px #bfbfbf;
  -o-box-shadow: 5px 5px 13px -1px #bfbfbf;
  box-shadow: 5px 5px 13px -1px #bfbfbf;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
}
.view__box .gallery-image {
  width: 335px;
  height: 222px;
}
.view__box .box__image {
  width: 335px;
  height: 222px;
  margin: auto;
  overflow: hidden;
}
.view__box .box__title {
  font-weight: bold;
  padding: 12px 0 0;
}
.view__box .box__subtitle {
  padding: 6px 0;
  min-height: 2em;
}
.view__box .box__tags {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 4.5em;
}
.view__box .box__tags .tag {
  -webkit-flex: 0 1 0;
  -moz-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  margin-bottom: 10px;
  font-size: 14px;
  background: #a6c0d1;
  padding: 5px 15px;
  white-space: nowrap;
  border-radius: 1px;
}
.view__box .box__tags .tag + .tag {
  margin-left: 10px;
}
.view__box .box__foot {
  white-space: nowrap;
  overflow: hidden;
}
.view__box .foot__item {
  font-size: 14px;
}
.view__box .foot__item + .foot__item {
  padding-left: 0.4em;
}
.view__box .foot__item--cena {
  font-weight: bold;
  font-size: 16px;
}
.view__box .foot__item--cena .currency {
  font-size: 14px;
}
.view-prodejce {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  padding: 1.5em 0;
}
.view-prodejce__item {
  margin: 20px;
  -webkit-flex: 0 0 355px;
  -moz-flex: 0 0 355px;
  -ms-flex: 0 0 355px;
  flex: 0 0 355px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
ul.pager__items {
  text-align: center;
  margin-bottom: 1em;
}
ul.pager__items > li {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
}
ul.pager__items > li > a {
  color: #053579;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0.7em 0;
}
ul.pager__items > li.is-active,
ul.pager__items > li:hover {
  background-color: #053579;
  border-radius: 50%;
}
ul.pager__items > li.is-active a,
ul.pager__items > li:hover a {
  color: white;
}
.prodejce__kontakt {
  padding: 1em 1em 0.2em 1.5em;
  background: #dbdbdb;
  width: 100%;
  max-width: 1200px;
  margin: auto auto 2em;
}
.prodejce__form h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1em 0 1em 3em;
}
.prodejce__form {
  background: #fff;
  padding-bottom: 2em;
}
.prodejce__kontakt {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.contact-seller__right-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-seller__right-wrapper > * {
  -webkit-flex-basis: 270px;
  flex-basis: 270px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.contact-seller__right-wrapper input.contact-seller__submit {
  width: 200px;
  margin-right: 0;
}
.contact-seller__right-wrapper .form-actions {
  text-align: right;
}
.contact-seller__right-wrapper .contact-seller__agreement {
  margin-top: 8px;
  position: relative;
}
.contact-seller__right-wrapper .contact-seller__agreement .description {
  position: absolute;
  width: calc(100% - 35px);
  left: 35px;
  font-size: 13px;
}
.contact-seller__body textarea {
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 550px;
}
/*# sourceMappingURL=prodejce.css.map */