.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
div.textWithImages {
  *zoom: 1;
  padding-bottom: 20px;
}
div.textWithImages:before,
div.textWithImages:after {
  display: table;
  content: "";
  line-height: 0;
}
div.textWithImages:after {
  clear: both;
}
.textWithImages .images-left {
  margin-right: 2.127659574%;
}
.textWithImages .images-right {
  margin-left: 2.127659574%;
}
.textWithImages .block {
  float: left;
}
.textWithImages .text12,
.textWithImages .images12 {
  width: 48.936170213%;
}
.textWithImages .text13,
.textWithImages .images13 {
  width: 31.914893617%;
}
.textWithImages .text14,
.textWithImages .images14 {
  width: 23.404255319%;
}
.textWithImages .text23,
.textWithImages .images23 {
  width: 65.957446809%;
}
.textWithImages .text34,
.textWithImages .images34 {
  width: 74.468085106%;
}
@media (max-width: 480px) {
  .textWithImages .block {
    width: 100%;
    float: none;
  }
  .textWithImages .images-left,
  .textWithImages .images-right {
    margin-left: 0px;
    margin-right: 0px;
  }
  .textWithImages .horizontalImages li {
    width: 47.916666667%;
  }
}
