.pull-right {
  float: right;
}

.hidden {
  display: none;
}

.pull-left {
  float: left;
}

.disable-uppercase {
  text-transform: none;
}

.business-background {
  background-color: #fcf4ec !important;
}

img.natural-size {
  height: 100%;
  width: inherit;
}

.btnWide {
  padding-right: 80px;
  padding-left: 80px;
}

.Button.answer {
  width: 100%;
  text-align: left;
}

button.imageAnswer {
  height: 100%;
  border: none;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
}

button.imageAnswer:hover {
  opacity: 0.75;
}

button.imageAnswer img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.disable-pointer {
  pointer-events: none;
}

.description {
  font-family: 'Ester Blenda', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #888;
}

.next {
  display: none;
}

.imageContainer {
  height: 120px;
  text-align: center;
  line-height: 120px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: content-box;
}

.imageContainer.red {
  border-bottom-color: #ea515a;
}

.imageContainer.green {
  border-bottom-color: #339900;
}

.imageContainer img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.imageResult {
  height: 150px;
}

.imageResult .imageContainer {
  background: transparent;
}

.imageResult.green i {
  color: #339900;
}

.imageResult.red i {
  color: #ea515a;
}

.progress .progressBackground {
  width: 100%;
  background-color: #d0d0d0;
  height: 5px;
}

.progress .progressResults {
  background-color: #ea515a;
}

.progress .ProgressBar {
  border-top: 4px solid #005d95;
  display: block;
  font-size: 0;
  transition: all 1s ease;
  width: 0;
  border-top-width: 5px;
}

.progress .ProgressBarResults {
  border-top: 5px solid #339900;
}

.message {
  font: 13px/16px 'Ester Blenda', Arial, sans-serif;
  display: inline-block;
}

.loader {
  margin: 200px auto;
}

.facebook-button {
  display: inline-block;
}

.messenger {
  display: inline-block;
  margin-left: 25px;
  line-height: 1.2;
}

@media only screen and (max-width: 37.5em) {
  .messenger {
    margin-left: 0;
  }
}

.categories li {
  display: inline-block;
  margin-right: 30px;
}

#list-filters label {
  padding-right: 15px;
}

.Form-option.onlyPremium {
  float: right;
}

.nativeAd {
  padding-top: 20px;
}

.ArticleFactBox-body a img {
  height: 100px;
}

.ArticleFactBox.wideFactBox {
  width: 100%;
  margin-bottom: 64px;
}

.FontIcon--result {
  font-weight: 700;
}

.AdLabel {
  font-family: 'Ester Blenda',Arial,sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 4px 6px;
  margin-right: 6px;
  line-height: 13px;
  max-height: 21px;
  border-radius: 2px;
  vertical-align: top;
  white-space: nowrap;
  margin-bottom: 8px;
}
