/*  ----------------------------------------------------------------------------
    IOS Slider
*/
.td-theme-slider>.td-slider .td-module-thumb img {
	width:100%;
	height:auto!important;
	margin:0 auto !important;
}
.td_block_partner {
  position: relative;
  overflow: hidden;
}
.td_block_partner .td-module-thumb,
.td_block_partner .td-video-play-ico,
.td_block_partner .td-slide-meta,
.td_block_partner i {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td_block_partner .td-module-thumb {
  margin-bottom: 0;
  z-index: -1;
  position: static;
}
.td_block_partner .td-video-play-ico img {
  width: 40px !important;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .td_block_partner .td-video-play-ico img {
    bottom: auto;
    top: 12px;
    left: auto;
    right: 12px;
  }
}
.td_block_partner .td-admin-edit {
  height: auto !important;
}
.td_block_partner .td_module_partner {
  z-index: 1;
}
.td_block_partner .td-image-gradient:before {
  height: 50%;
}
@media (max-width: 1018px) {
  .td_block_partner .td-image-gradient:before {
    height: 100%;
  }
}
.td_block_partner .td-slide-meta {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 22px;
  color: #fff;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_partner .td-slide-meta {
    padding: 0 12px;
    bottom: 3px;
  }
}
.td_block_partner .td-slide-meta a,
.td_block_partner .td-slide-meta span {
  color: #fff;
}
.td_block_partner .entry-title {
  margin: 5px 0;
}
.td_block_partner .entry-review-stars {
  margin-right: 22px;
  top: 0;
}
.td_block_partner .td-post-date {
  color: #fff;
  margin-left: 4px;
}
.td_block_partner .td-post-views {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  line-height: 15px;
}
.td_block_partner .td-icon-views {
  position: relative;
  line-height: 17px;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: top;
}
.td_block_partner .td-post-comments {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.td_block_partner .td-icon-comments {
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  top: 1px;
}
.td_block_partner .td-icon-left,
.td_block_partner .td-icon-right {
  padding: 20px;
  position: absolute;
  display: block;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  font-size: 38px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.td_block_partner .td-icon-left {
  left: 0;
}
.td_block_partner .td-icon-right {
  right: 0;
}
.td_block_partner .td_module_wrap:hover .entry-title a {
  color: #fff;
}
.td-ss-main-sidebar .td_block_partner,
.td-ss-row .td-pb-span4 .td_block_partner {
  overflow: hidden;
}
.td-theme-slider {
  /* Slider Category */
}
.td-theme-slider .slide-meta-cat a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 7px 3px;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-theme-slider .slide-meta-cat a {
    font-size: 10px;
    padding: 2px 5px 2px;
    margin-bottom: 0;
    line-height: 13px;
  }
}
.td-theme-slider:hover .td-icon-left,
.td-theme-slider:hover .td-icon-right {
  opacity: 1;
  z-index: 1;
}
.td-theme-slider:hover .slide-meta-cat a {
  background-color: #aa0000;
}
@-moz-document url-prefix() {
  .td-theme-slider .slide-meta-cat a {
    padding: 3px 7px 4px;
    /* responsive portrait phone */
  }
  @media (max-width: 767px) {
    .td-theme-slider .slide-meta-cat a {
      line-height: 12px;
    }
  }
}
/* 3 column */
.iosSlider-col-3 {
  height: 580px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-3 {
    height: 532px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-3 {
    height: 402px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-3 {
    height: 298px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-3 {
    height: 163px;
  }
}
.iosSlider-col-3 .td_module_partner {
  height: 580px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-3 .td_module_partner {
    height: 532px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-3 .td_module_partner {
    height: 402px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-3 .td_module_partner {
    height: 298px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-3 .td_module_partner {
    height: 163px;
  }
  .iosSlider-col-3 .td_module_partner .td-module-thumb,
  .iosSlider-col-3 .td_module_partner .entry-thumb {
    height: 100%;
  }
}
.iosSlider-col-3 .td-module-meta-info {
  padding-bottom: 12px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .iosSlider-col-3 .td-module-meta-info {
    padding-bottom: 0;
  }
}
.iosSlider-col-3 .td-icon-left,
.iosSlider-col-3 .td-icon-right {
  font-size: 55px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .iosSlider-col-3 .td-icon-left,
  .iosSlider-col-3 .td-icon-right {
    font-size: 38px;
  }
}
.iosSlider-col-3 .entry-title {
  font-size: 48px;
  line-height: 58px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-3 .entry-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-3 .entry-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-3 .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-3 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.iosSlider-col-3 .entry-thumb {
  width: 1068px;
}
/* 2 columns */
.iosSlider-col-2 {
  height: 385px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-2 {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-2 {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-2 {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-2 {
    height: 166px;
  }
}
.iosSlider-col-2 .td_module_partner {
  height: 385px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-2 .td_module_partner {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-2 .td_module_partner {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-2 .td_module_partner {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-2 .td_module_partner {
    height: 166px;
  }
}
.iosSlider-col-2 .entry-title {
  font-size: 26px;
  line-height: 32px;
  /* responsive portrait tablet */
  /* responsive small portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-2 .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-2 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.iosSlider-col-2 .entry-thumb {
  width: 696px;
}
/* 1 column */
.iosSlider-col-1 {
  max-height: 190px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-1 {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-1 {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-1 {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-1 {
    height: 200px;
  }
}
.iosSlider-col-1 .td_module_partner {
  height: 385px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .iosSlider-col-1 .td_module_partner {
    height: 354px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-1 .td_module_partner {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .iosSlider-col-1 .td_module_partner {
    height: 303px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-1 .td_module_partner {
    height: 200px;
  }
}
.iosSlider-col-1 .entry-title {
  font-size: 18px;
  line-height: 24px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .iosSlider-col-1 .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-1 .entry-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.iosSlider-col-1 .entry-thumb {
  width: 324px;
  /* responsive portrait phone */
  /* responsive small portrait phone */
}
@media (max-width: 767px) {
  .iosSlider-col-1 .entry-thumb {
    width: 767px;
  }
}
@media (max-width: 500px) {
  .iosSlider-col-1 .entry-thumb {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-1 .td-post-views,
  .iosSlider-col-1 .td-post-comments {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 584px) {
  .iosSlider-col-2 img,
  .iosSlider-col-3 img {
    min-height: 303px;
  }
}
.td_block_partner .td_module_partner {
  visibility: hidden !important;
}
.td_block_partner .td_module_partner:first-child {
  visibility: visible !important;
}
.td-js-loaded .td_block_partner .td_module_partner {
  visibility: visible !important;
}
#td_css_split_separator {
  visibility: visible;
}