.ishome-element {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ishome-element {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .home-nav-button-cont {
    display: none;
  }
}

.home-nav-button {
  border: 2px solid #F5F5F5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.home-nav-button.hidden {
  display: none;
}

.home-nav-button-prev {
  background: rgba(22, 65, 150, 0.8) url("/front/img/icons/uds/nav-arrow-back.svg") no-repeat center center;
  background-size: 24px;
}
.home-nav-button-prev:hover {
  background: #164196 url("/front/img/icons/uds/nav-arrow-back.svg") no-repeat center center;
  background-size: 24px;
}

.home-nav-button-next {
  background: rgba(22, 65, 150, 0.8) url("/front/img/icons/uds/nav-arrow-next.svg") no-repeat center center;
  background-size: 24px;
}
.home-nav-button-next:hover {
  background: #164196 url("/front/img/icons/uds/nav-arrow-next.svg") no-repeat center center;
  background-size: 24px;
}

.color-green {
  color: green;
}
.color-gold {
  color: #ffcc00;
}
.color-yellow {
  color: yellow;
}
.color-red {
  color: red;
}

.bg-color-green {
  background-color: green;
  display: inline-block;
  color: white;
  padding: 2px;
}
.bg-color-gold {
  background-color: #ffcc00;
  display: inline-block;
  color: white;
  padding: 2px;
}
.bg-color-yellow {
  background-color: yellow;
  display: inline-block;
  color: white;
  padding: 2px;
}
.bg-color-red {
  background-color: red;
  display: inline-block;
  color: white;
  padding: 2px;
}
.bg-color-grey {
  background-color: grey;
  display: inline-block;
  color: white;
  padding: 2px;
}

/* form inputs  */
input, textarea {
  border: 1px solid #aaa;
  padding: 8px 14px;
  font-family: "Open sans", sans-serif;
  font-size: 14px;
}

select {
  border: 1px solid #aaa;
  padding: 7px 14px;
  font-family: "Open sans", sans-serif;
  font-size: 14px;
}

select, input {
  line-height: 20px;
  display: inline-block;
}

label, div.label {
  display: block;
  font-size: 16px;
}

.cb {
  clear: both;
}

.din {
  display: none;
}

.diflex {
  display: flex;
}

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

.tac {
  text-align: center;
}

.flr {
  float: right;
  position: relative;
  z-index: 100;
}

.fll {
  float: left;
}

.posrel {
  position: relative;
}

.fontw700 {
  font-weight: 700;
}

.fontw400 {
  font-weight: 400;
}

section, .section {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* shortcuts */
.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml15 {
  margin-left: 15px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.fsize11 {
  font-size: 11px;
}

.fsize12 {
  font-size: 12px;
}

.fsize12 {
  font-size: 13px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.taj {
  text-align: justify;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.noresult {
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 20px;
}

.w50px {
  width: 50px;
}

.w100px {
  width: 100px;
}

.w300px {
  width: 300px;
}

.w400px {
  width: 400px;
}

.w500px {
  width: 500px;
}

.w50p {
  width: 50%;
  box-sizing: border-box;
}

.sp-bottom-link-cont {
  text-align: center;
  margin-top: 20px;
}
.sp-bottom-link-cont a.sp-allbrands-link {
  display: inline-block;
  color: #fff;
  background-color: #164194;
  line-height: 1.5;
  padding: 10px 50px;
  border-radius: 40px;
  font-weight: 500;
}
.sp-bottom-link-cont a.sp-allbrands-link:hover {
  text-decoration: none;
}

.ishome-element {
  position: relative;
}

div.home-preview-switch-cont {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  justify-content: center;
}
div.home-preview-switch-cont a.home-preview-switch {
  padding: 8px 16px;
  background-color: #164196;
  color: #abf;
  border: 1px solid #164196;
  border-left: none;
}
div.home-preview-switch-cont a.home-preview-switch.selected {
  color: #164196;
  background-color: white;
}
div.home-preview-switch-cont a.home-preview-switch:hover {
  color: #164196;
  background-color: #eee;
}
div.home-preview-switch-cont a.home-preview-switch:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #164196;
}
div.home-preview-switch-cont a.home-preview-switch:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.preview-visible_from-info {
  z-index: 100;
  position: absolute;
  top: 20px;
  right: 10px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
  border-radius: 4px;
}
