/* title section start */
.wpTitleSection {
  padding-top: 20px;
}

.wpTitleSection .c_titleContCenter {
  margin-bottom: 0;
}

.wp_titleContCenter .wp_title {
  margin: 40px;
}

.wp_title {
  font-family: 'opensans-light';
  display: inline-block;
  font-size: 36px;
  margin-bottom: 35px;
  color: #4e9ed4;
}

/* todo widthCont */

/* title section end, remove c_ prefix */

.wpItemsSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wpItemsSection {
  padding-bottom: 70px;
}

.wpItemsSection .item p.m_top_0 {
  font-size: 19px;
}
.wpItemsSection .item p.fline {
  font-size: 19px;
  font-weight: 700;
  padding-top: 10px;
}

.wpItemsSection aside.item p {
  color: #4e9ed4;
}

.wpItemsSection .duck_box {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

.wpItemsSection .duck_box,
.wpItemsSection aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  top: 20px;
  padding-bottom: 30px;
  -webkit-transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
  -o-transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.05s ease-in-out;
}

.wpItemsSection .duck_box:hover {
  background: #4e9ed4;
  color: #fff;
  -webkit-box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.27);
}

.wpItemsSection .duck_box:hover p {
  color: #fff;
}

/* images, spans are the img containers */
.wpItemsSection aside img {
  width: 150px;
  height: 150px;
}

.wpItemsSection .wpp_trophy img {
  width: 150px;
  height: 150px;
}

.wpItemsSection .wpp_icann img {
  width: 162px;
  height: 140px;
  margin-left: 10px;
}

.wpItemsSection .wpp_customers img {
  width: 150px;
  height: 150px;
}

.wpItemsSection .wpp_solutions img {
  width: 115px;
  height: 115px;
}
.wpItemsSection .wpp_solutions span {
  margin-bottom: 15px;
  margin-top: 20px;
}

.wpItemsSection .wpp_support img {
  width: 125px;
  height: 125px;
}

.wpItemsSection .wpp_support span {
  /* fix difference in height */
  margin-bottom: 10px;
  margin-top: 15px;
}
/* images end */

/* item titles */
.wpItemsSection .wpp_item_title {
  font-family: 'OpenSans-Bold' !important;
  font-size: 18px !important;
}

.wpItemsSection .wpp_customers .wpp_item_title {
  padding: 0;
  margin-top: -5px;
  padding-bottom: 11px;
}

/* item text below titles  */

.wpItemsSection .wpp_text {
  font-family: 'OpenSans-Regular' !important;
  font-size: 18px !important;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .wpItemsSection aside.item {
    padding-bottom: 40px;
  }
  .wpItemsSection .item p.fline {
    padding-top: 0px;
  }
}

/* el rules */

.wpItemsSection .wpp_customers span:lang(el) {
  margin-top: 10px;
}

.wpItemsSection .wpp_icann .wpp_item_title {
  margin-top: 7px;
}

.wpItemsSection .wpp_customers .wpp_item_title:lang(el) {
  padding-top: 5px;
}

.wpItemsSection .wpp_icann .wpp_text {
  padding-top: 12px;
  margin-bottom: 0px;
}

/* en rules */

.wpItemsSection .wpp_support .wpp_text:lang(en) {
  padding-top: 0;
}

.wpItemsSection .wpp_customers .wpp_text:lang(en) {
  padding-bottom: 15px;
}
