.button-red {
  width: 95%;
  margin-bottom: 20px;
}

.sppb-addon-content p {
  line-height: 1.95;
  margin-bottom: 24px !important;
}

.top-menu-pages ol {
  color: white;
}

.bfQuickMode input[type=text],
.bfQuickMode textarea,
.bfQuickMode select,
.bfQuickMode .uneditable-input {
  max-width: 39% !important;
  width: 100%;
  margin-right: 10px;
}

.itemList .sppb-column-addons>div {
  width: 25.0%;
  float: left;
  display: inline-block;
}



.itemList .sppb-column-addons>div:first-child {
  width: 100% !important;
  display: inline-block;
  padding-bottom: 5px;
}

.itemContainer .sppb-addon-title {
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
  -webkit-order: 2;
  order: 2;
}

.itemContainer .sppb-addon-content {
  -webkit-order: 1;
  order: 1;
  text-align: left;
}

.sppb-addon.itemContainer {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
}

.cert-elem {
  width: 90%;
}

.cert-elem img {
  padding-bottom: 5px;
}


@media (min-width: 769px) {
  .top-menu-pages {
    padding: 50px;
    margin-top: 100px;
  }
}

@media (max-width: 769px) {

  .cert-elem {
    width: 100%;
  }
}

.sppb-addon-single-image-container {
  min-width: 120px;
  text-align: center;
}

.videobutton a:hover {
  text-decoration: underline !important;
}