@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
.results-tab {
  position: relative;
}
.results-tab ul {
  border-bottom: 1px solid #d4d4d4;
  white-space: nowrap;
  overflow: hidden;
}
.results-tab ul .slick-prev {
  left: 0;
  background: #fff;
  -webkit-box-shadow: 5px 0px 5px -4px #808080;
          box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}
.results-tab ul .slick-prev.slick-disabled {
  display: none !important;
}
.results-tab ul .slick-prev:before {
  font-size: 32px;
}
.results-tab ul .slick-next {
  right: 0;
  background: #fff;
  -webkit-box-shadow: -5px 0px 5px -4px #808080;
          box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}
.results-tab ul .slick-next.slick-disabled {
  display: none !important;
}
.results-tab ul .slick-next:before {
  font-size: 32px;
}
.results-tab ul li {
  display: inline-block;
  margin: 0 25px;
}
.results-tab ul li:first-child {
  margin-left: 0;
}
.results-tab ul li a {
  display: block;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1;
}
.results-tab ul li a:hover {
  text-decoration: none;
}
.results-tab ul li:hover {
  border-bottom: 3px solid #f66f6a;
}
.results-tab ul li:hover a {
  color: #282828;
}
.results-tab ul li.active {
  border-bottom: 3px solid #f66f6a;
}
.results-tab ul li.active a {
  color: #282828;
}
.results-tab .tab-swipe-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 44px;
}
.results-tab .tab-swipe-next {
  font-size: 0;
  position: absolute;
  right: 0px;
  top: -4px;
  background: #fff;
  -webkit-box-shadow: -5px 0px 5px -4px #808080;
          box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}
.results-tab .tab-swipe-next:hover {
  text-decoration: none;
}
.results-tab .tab-swipe-next.swipe-disabled {
  display: none;
}
.results-tab .tab-swipe-prev.swipe-disabled {
  display: none;
}
.results-tab .tab-swipe-prev {
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 0;
  background: #fff;
  -webkit-box-shadow: 5px 0px 5px -4px #808080;
          box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}
.results-tab .tab-swipe-prev:hover {
  text-decoration: none;
}
.results-tab .tab-swipe-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 44px;
}
.executives-tab {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .results-tab ul {
    width: 100%;
    overflow: auto;
  }
}
.photos-list {
  padding: 40px 0;
}
.photos-list h4 {
  margin-bottom: 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-weight: normal;
}
.photos-list p {
  margin: 0;
  color: #555;
}
.photos-list [class*="col-sm-"] {
  margin-bottom: 40px;
  padding-right: 35px;
  padding-left: 35px;
}
.photos-list [class*="col-sm-"]:first-child {
  padding-left: 11px;
}
.photos-list .col-sm-4 > a {
  display: block;
  background: #f0f0f0;
  height: 180px;
}
.photos-list .col-sm-4 img {
  max-height: 180px;
  width: auto;
}
.photos-list .col-sm-4 .lazy-placeholder {
  height: 100%;
}
.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\e902";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}
.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\e901";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}
.photos-list2 {
  padding-top: 0;
}
#fancybox-close {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  top: 15px !important;
  right: 16px !important;
  height: 28px !important;
}
#fancybox-close:before {
  content: "\e90c";
  color: #fff;
  font-family: 'corpfont' !important;
  padding-left: 7px;
}
#fancybox-left,
#fancybox-right {
  width: 60px !important;
  bottom: inherit;
  top: 50%;
  height: 100px;
  margin-top: -40px;
}
#fancybox-left:hover,
#fancybox-left:focus,
#fancybox-right:hover,
#fancybox-right:focus {
  text-decoration: none;
}
#fancybox-left:before,
#fancybox-right:before {
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}
#fancybox-left {
  left: 0px;
}
#fancybox-left:before {
  content: "\e901";
}
#fancybox-right {
  right: -15px;
}
#fancybox-right:before {
  content: "\e902";
}
#fancybox-outer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
}
div#fancybox-title {
  position: relative;
  display: block !important;
  bottom: 0 !important;
  height: 43px !important;
  background: #fff !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ie8 div#fancybox-title {
  bottom: 10px !important;
}
#fancybox-bg-s {
  display: none;
}
div#fancybox-wrap,
div#fancybox-wrap * {
  border-width: 0 !important;
}
.fancybox-bg {
  display: none;
}
div#fancybox-wrap {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
div#fancybox-content {
  width: 100% !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.download-big-img-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
  float: right;
  margin-top: 5px;
}
.download-big-img-btn:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.download-big-img-btn:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
#fancybox-title-over {
  padding: 6px;
  text-align: right;
  line-height: 35px;
  font-size: 16px;
}
#fancybox-title-over b {
  font-weight: normal;
  width: 90%;
  display: inline-block;
  color: #282828;
  text-align: left;
  float: left;
  padding-left: 10px;
}
.fancybox-is-open .fancybox-caption p + p,
.fancybox-is-open .fancybox-caption p + p a {
  font-size: 12px;
  color: #808080;
}
.photos-list .col-sm-4 > a {
  width: 100%;
  position: relative;
}
.photos-list .col-sm-4 > a span {
  position: absolute !important;
  top: 50%;
  width: 100% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ie8 .photos-list .col-sm-4 > a span,
.ie9 .photos-list .col-sm-4 > a span {
  position: static ;
  top: 0;
  width: 100% !important;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #fancybox-right {
    right: 0;
  }
  #fancybox-left {
    left: 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 0;
  }
  .fancybox-show-caption .fancybox-caption {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .photos-list [class*="col-sm-"] {
    padding-right: 11px;
    padding-left: 11px;
  }
  #fancybox-wrap,
  #fancybox-content {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }
}
