/**
 * Description: styles related to Share IT styles.
 * User: Paulo Moreira
 * Date: 8/Mar/2017
**/
.blackBorder {
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.borderBoxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
}
.verticalBottom {
  display: table-cell;
  vertical-align: bottom;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
div.header-logo {
  text-align: center;
  z-index: 99;
}
.si-eb-header-text {
  width: 33% !important;
  float: left;
  line-height: 20px;
  height: 100%;
}
.si-eb-header-text span {
  height: 100%;
  position: relative;
  top: 64%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.si-eb-header-text-right {
  width: 33% !important;
  float: right;
  height: 100% !important;
  display: flex;
  align-items: center;
}
.si-eb-header-text-right .mk-header-social {
  height: 100%;
  float: left;
}
.si-eb-header-center {
  width: 33% !important;
  float: left;
  height: 100% !important;
}
@media (max-width: 1140px) {
  div.header-logo {
    z-index: 3;
  }
  div.header-logo .si-eb-header-text {
    display: none;
  }
  div.header-logo .si-eb-header-text-right {
    display: none !important;
  }
  div.header-logo .si-eb-header-center {
    width: 70% !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .si-eb-home-empty {
    height: 0px !important;
  }
}
