body {
    position: relative;
}

.req {
  color: red;
}

.display-none {
  display: none;
}

.search__opener {
  padding-top: 10px;
  cursor: pointer;
}

label {
  cursor: pointer;
  display: inline;
}

.error-message {
  border: 1px solid #ff848a;
  background: #ffd1d3;
  color: #9e0008;
  padding: 5px;
}

.success-message {
  border: 1px solid #1c8400;
  background: #e9f9e5;
  color: #1c8400;
  padding: 5px;
}
.success-message H2 {
  color: #1c8400;
}

.user-menu {
  display: inline-block;
  height: 30px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8c9b7;
}
.user-menu li {
  padding: 5px 10px;
  font-weight: bold;
  float: left;
}
.user-menu li:first-child {
  padding-left: 0;
}

.box {
  width: 100%;
  max-width: 100%;
  list-type-style: none;
  margin: 0 10px;
}

.box__item {
  width: 100%;
  float: left;
  border: 1px solid gray;
  text-align: center;
  margin: 5px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  transition: all 0.5s;
}
.box__item a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 5px 0;
  overflow: hidden;
}

@media screen and (min-width: 768px){
  .box__item--third {
    width: calc(100%/3 - 20px);
  }
}

.box__item:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  transition: all 0.5s;
}


/* inzerat */
.inzerat__img {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    border: solid 1px gray;
    border-radius: 5px;
    margin: 10px;
    position: relative;
}

.inzerat__img a {
    height: 98px;
    max-height: 100px;
    border-radius: 5px;
}

.inzerat__img__small {
  display: block;
}

.inzerat__img__small__item {
    width: calc(50% - 5px);
    float: left;

    margin-right: 5px;
    margin-top: 10px;
    border: solid 1px gray;
    border-radius: 5px;
}

.inzerat__img__small__item:nth-child(2) {
    margin-right: 0px;
    margin-left: 5px;
}

.inzerat__img__small__item a {
    height: 50px;
}

.inzerat__img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.inzerat {
  display: inline-block;
  position: relative;
  min-height: 180px;
}
.inzerat__nazev {
    float: left;
    display: block;
    width: calc(100% - 80px - 100px - 20px);
    text-align: left;
}
.inzerat__nazev--detail h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

.inzerat__popis {
    float: left;
    display: inline-block;
    width: calc(100% - 120px - 100px);
    text-align: left;
}

.inzerat__cena {
    float: right;
    width: 60px;
    top: 3px;
    right: 20px;
    position: absolute;
}

.inzerat__cena--detail {
    top: 15px;
}

.inzerat__socials {
    display: inline-block;
    width: 100%;
    float: left;
    height: 35px;
}
.inzerat__socials__gplus {
  top: 4px;
  position: relative;
}
.inzerat__socials__twitter {
  top: 2px;
  position: relative;
}

#sliders {
    width: 300px;
    padding: 20px;
}

#sliders li {
    margin-bottom: 10px;
}

#sliders div {
    margin-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin-top: 10px;
}
.affilResult {
  margin-bottom: -10px;
}
.affilResultText{
  line-height: 32px;
  font-weight: bold;
}

.box-dropdown {
    display: block;
    margin-bottom: 10px;
}

.box-dropdown__title {
    padding: 10px;
    border: 2px solid grey;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.box-dropdown .box-dropdown__title .box-dropdown__title__more {
    display: inline-block;
}
.box-dropdown .box-dropdown__title .box-dropdown__title__less {
    display: none;
}

.box-dropdown.active .box-dropdown__title .box-dropdown__title__more {
    display: none;
}
.box-dropdown.active .box-dropdown__title .box-dropdown__title__less {
    display: inline-block;
}
.box-dropdown__content {
    padding: 10px;
    text-align: left;
    font-size: 12px;
}

table.small td {
    padding: 10px;
}

.tripple_like {
    display: flex;
    flex-direction: column;
    width: 250px;
    border: 1px solid grey;
    padding: 15px;
    background-color: #fff;
}
.tripple_like img {
    width: 60px;
}
.tripple_like_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.tripple_like_bottom {
    display: flex;
    flex-direction: column;
}
.tripple_like_1 {
    font-size: 46px;
}
.tripple_like_2 {
    font-size: 24px;
    padding-bottom: 20px;
}
.tripple_like_3 {
    font-size: 46px;
}
.like.green {
    border: 3px solid green;
}

#cookieline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 0;
}

#cookietext {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}

.smallmotto {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    background-color: #fff;
    border-radius: 10px;
}

.smallmotto_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 34px;
    width: 250px;
    height: 166px;
    z-index: 10;

    color: #5bc163;
    font-size: 30px;
    font-weight: 700;
}

.smallmotto_text .smaller {
    font-size: 24px;
    font-weight: 400;
}
.smallmotto_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
    padding: 10px;

    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}
