/* Default height */

.iosslider--custom-height,
.iosslider-slideshow + .hg_fixed_slider_fill {
  padding-bottom: 43%;
}

@media only screen and (max-width: 1440px) {
  .iosslider--custom-height,
  .iosslider-slideshow + .hg_fixed_slider_fill {
    padding-bottom: calc(39% + 5%);
  }
}

@media only screen and (max-width: 1279px) {
  .iosslider--custom-height,
  .iosslider-slideshow + .hg_fixed_slider_fill {
    padding-bottom: calc(39% + 10%);
  }
}

@media only screen and (max-width: 991px) {
  .iosslider--custom-height,
  .iosslider-slideshow + .hg_fixed_slider_fill {
    padding-bottom: calc(39% + 15%);
  }
}

@media only screen and (max-width: 767px) {
  .iosslider--custom-height,
  .iosslider-slideshow + .hg_fixed_slider_fill {
    padding-bottom: calc(39% + 35%);
  }
}

@media only screen and (max-width: 480px) {
  .iosslider--custom-height,
  .iosslider-slideshow + .hg_fixed_slider_fill {
    padding-bottom: calc(39% + 55%);
  }
}

.iosslider--custom-height.fullscreen {
  height: 100vh !important;
}

.iosslider-slideshow {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.iosslider-slideshow.ios--notpadded {
  height: auto;
  padding: 0;
}

.iosslider-slideshow .wi-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.wi-slider-loaded .wi-loader {
  opacity: 0;
  visibility: hidden;
}

.wi-loader svg path,
.wi-loadersvg rect {
  fill: #cd2122;
}

.iosslider-slideshow.wi-slider-fullscreen {
  height: 100vh;
  padding-bottom: 0;
  overflow: hidden;
}

/* Fixed Position on Scroll */

.iosslider-slideshow.ios-fixed-position-scr {
  position: fixed;
  height: 0 !important;
}

.iosslider-slideshow.ios-fixed-position-scr.ios--fixed-width {
  padding-bottom: 34%;
}

.ios-fixed-position-scr .inner-page {
  position: relative;
}

.hg_fixed_slider_fill {
  height: 0 !important;
}

/* Fixed position on scroll + fullscreen */

.iosslider-slideshow.wi-slider-fullscreen.ios-fixed-position-scr {
  height: 100vh !important;
  padding-bottom: 0 !important;
}

.iosslider-slideshow.wi-slider-fullscreen ~ .hg_fixed_slider_fill {
  height: 100vh !important;
  padding: 0 !important;
}

.wi-iosslider-prev,
.wi-iosslider-next,
.wi-iosslider-prev .btn-label,
.wi-iosslider-next .btn-label,
.iosSlider.hideCaptions .wi-iosslide-caption,
.wi-ios-selectors-block.thumbs .item,
.wi-ios-selectors-block.thumbs,
.thumbTrayButton {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#sparwies,
.th-sparwies {
  z-index: 2;
}

.iosSlider {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute !important;
}

.iosslider-slideshow .iosSlider {
  height: 1500px;
}

.iosslider-slideshow.ios--fixed-width .iosSlider {
  height: 475px;
}

.iosslider-slideshow.wi-slider-fullscreen .iosSlider,
.iosslider-slideshow.ios--fixed-width.wi-slider-fullscreen .iosSlider {
  height: 100%;
}

.iosSlider .wi-iosslider {
  width: 100%;
  height: 100%;
}

.iosSlider .wi-iosslider .item {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iosSlider .slide-item-bg,
.iosSlider .hg_slide_image_link,
.iosSlider .wi-slide-overlay {
  opacity: 0;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease-in-out;
}

.hg_slide_image_link {
  display: block;
}

.wi-slider-loaded .iosSlider .slide-item-bg,
.wi-slider-loaded .iosSlider .wi-slide-overlay {
  opacity: 1;
}

.slide-item-bg.vertical-pos--top {
  background-position: top;
}

/* Fixed width */

.iosslider-slideshow.ios--fixed-width {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.iosslider-slideshow.ios--fixed-width:not(.wi-slider-fullscreen) {
}

.iosslider-slideshow.ios--fixed-width .wi-iosslider .item {
  height: 100%;
}

.fluidHeight {
  width: 100%;
  position: relative;
}

.sliderContainer {
  position: relative;
  /*height: 100%;*/
  padding: 160px 0 50px;
}

/* Fixed width + fullscreen */

.wi-slider-fullscreen .fluidHeight {
  height: 100%;
}

.wi-slider-fullscreen .sliderContainer {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/** CAPTION STYLES **/

.iosSlider .wi-iosslide-caption {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Captions vertical position */

.iosSlider .wi-caption-posv-bottom {
  bottom: 50px;
}

.iosSlider .wi-caption-posv-top {
  bottom: auto;
  top: 150px;
}

.iosSlider .wi-caption-posv-middle {
  bottom: auto;
  margin-top: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.ios--fixed-width .iosSlider .wi-caption-posv-middle {
  margin-top: 0;
}

.iosslider-slideshow .wi-iosslide-caption {
  padding: 0;
}

/* Fixed width  */

.iosslider-slideshow.ios--fixed-width .wi-iosslide-caption {
  /*bottom: 30px; top:auto;*/
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* Caption states */

.iosSlider.hideCaptions .wi-iosslide-caption {
  opacity: 0;
}

.iosSlider.hideCaptions:hover .wi-iosslide-caption {
  opacity: 1;
}

/* Style 1 */

.wi-ioscaption--style1 .main_title {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  border-left: 5px solid #fff;
  padding: 10px 25px;
  float: left;
  margin-bottom: 80px;
  opacity: 0;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
  background: #000;
  background: rgba(35, 35, 35, 0.3);
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}

.wi-ioscaption--style1 .title_big {
  float: left;
  clear: both;
  font-size: 32px;
  line-height: 1;
  color: #e9e9e9;
  position: relative;
  opacity: 0;
  padding: 15px 20px 15px 2000px;
  margin: 0 0 0 -2000px;
  z-index: 1;
  min-width: 400px;
  text-align: right;
}

.wi-ioscaption--style1 .title_big:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  right: 0;
  top: 0;
  z-index: -1;
}

.wi-ioscaption--style1 .more {
  float: left;
  width: 35px;
  height: 62px;
  margin-left: 4px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.wi-ioscaption--style1 .more .more-arrow {
  padding: 0;
  position: absolute;
  font-size: 18px;
  text-align: center;
  width: 33px;
  top: 0;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  line-height: 62px;
}

.wi-ioscaption--style1 .more:before,
.wi-ioscaption--style1 .more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.wi-ioscaption--style1 .more:after {
  z-index: -1;
}

.wi-ioscaption--style1 .more:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.2);
}

.wi-ioscaption--style1 .title_small {
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 1;
  color: #e9e9e9;
  position: relative;
  z-index: 1;
  opacity: 0;
  padding: 10px 20px 10px 2000px;
  margin: 5px 0 0 -2000px;
  text-align: right;
  font-weight: 500;
}

.wi-ioscaption--style1 .title_small:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
  z-index: -1;
}

.wi-ioscaption--style1 .title_big:before,
.wi-ioscaption--style1 .more:before,
.wi-ioscaption--style1 .more:after,
.wi-ioscaption--style1 .title_small:before {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

/*Style 1 - from right*/

.wi-ioscaption--style1.wiios-alignright .main_title {
  float: right;
  border-left: 0;
  border-right: 5px solid white;
  left: 0;
  text-align: right;
}

.wi-ioscaption--style1.wiios-alignright .title_big {
  float: right;
  left: auto;
  padding: 15px 2000px 15px 20px;
  margin: 0 -2000px 0 0;
  text-align: left;
}

.wi-ioscaption--style1.wiios-alignright .more {
  float: right;
  margin-left: 0;
  margin-right: 4px;
  left: auto;
}

.wi-ioscaption--style1.wiios-alignright .title_small {
  float: right;
  left: auto;
  padding: 10px 2000px 10px 20px;
  margin: 5px -2000px 0 0;
  text-align: left;
}

/* Style 2 */

.wi-ioscaption--style2 .main_title {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  border-left: 5px solid #fff;
  padding: 10px 25px;
  float: left;
  margin-bottom: 80px;
  opacity: 0;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
  background: #000;
  background: rgba(35, 35, 35, 0.3);
  position: relative;
}

.wi-ioscaption--style2 .title_big,
.wi-ioscaption--style2 .title_small {
  line-height: 1.3;
  color: #e9e9e9;
  position: relative;
  opacity: 0;
  margin: 0;
  float: left;
  border-left: 5px solid #cd2122;
  background: black;
  background: rgba(0, 0, 0, 0.9);
}

.wi-ioscaption--style2 .title_big {
  font-size: 32px;
  clear: both;
  padding: 10px 30px 10px 20px;
}

.wi-ioscaption--style2 .title_small {
  font-size: 16px;
  font-weight: 500;
  clear: both;
  padding: 10px 15px;
}

.wi-ioscaption--style2 .more {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: -8px;
  background-color: #cd2122;
  position: relative;
  top: 12px;
  z-index: 1;
  opacity: 0;
}

.wi-ioscaption--style2 .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wi-ioscaption--style2 .more .more-arrow {
  padding: 0;
  position: absolute;
  font-size: 15px;
  text-align: center;
  width: 30px;
  top: 0;
  line-height: 30px;
}

.wi-ioscaption--style2 .more:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.2);
}

/* from-right */

.wi-ioscaption--style2.wiios-alignright .main_title {
  float: right;
  border-left: 0;
  border-right: 5px solid #fff;
  text-align: right;
  left: auto;
}

.wi-ioscaption--style2.wiios-alignright .title_big,
.wi-ioscaption--style2.wiios-alignright .title_small {
  float: right;
  border-right-width: 5px;
  border-left: 0;
  left: auto;
}

.wi-ioscaption--style2.wiios-alignright .title_big {
  padding: 10px 20px 10px 30px;
}

.wi-ioscaption--style2.wiios-alignright .more {
  float: right;
  margin-left: 0;
  margin-right: -8px;
  left: auto;
}

/* Style 3 */

.wi-ioscaption--style3 .main_title {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  border-left: 5px solid #fff;
  padding: 10px 25px;
  float: left;
  margin-bottom: 80px;
  opacity: 0;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.7);
  background: #000;
  background: rgba(35, 35, 35, 0.3);
  position: relative;
}

.wi-ioscaption--style3 .title_big,
.wi-ioscaption--style3 .title_small {
  line-height: 1.3;
  color: #e9e9e9;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  opacity: 0;
  margin: 0;
  float: left;
}

.wi-ioscaption--style3 .title_big {
  font-size: 52px;
  clear: both;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.wi-ioscaption--style3 .title_big span.stronger {
  font-size: 180px;
  display: block;
  line-height: 1;
}

.wi-ioscaption--style3 .title_small {
  font-size: 26px;
  clear: both;
  padding: 0;
  max-width: 400px;
}

.wi-ioscaption--style3 .discount-huge {
  font-size: 200px;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.wi-ioscaption--style3 .discount-subtext {
  font-size: 47px;
  font-weight: 300;
  display: block;
  line-height: 1;
  letter-spacing: 22px;
}

/* Style3s (extended) */

.wi-ioscaption--style3.s3ext .main_title {
  background: none;
  padding: 0;
  border: 0;
  text-shadow: none;
  position: relative;
  font-size: 38px;
  margin-bottom: 80px;
}

.wi-ioscaption--style3.s3ext .main_title.has_titlebig {
  /* margin-bottom: 40px; */
}

.wi-ioscaption--style3.s3ext .main_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.wi-ioscaption--style3.s3ext .title_small {
  font-size: 32px;
  clear: both;
  padding: 0;
  max-width: none;
}

.wi-ioscaption--style3.s3ext .more {
  clear: both;
  float: left;
  position: relative;
  opacity: 0;
  padding: 0;
}

/* Style 3 - animations from right */

.wi-ioscaption--style3.wiios-alignright .main_title {
  float: right;
  border-left: 0;
  border-right: 5px solid #fff;
  text-align: right;
  left: auto;
}

.wi-ioscaption--style3.wiios-alignright .title_big,
.wi-ioscaption--style3.wiios-alignright .title_small {
  float: right;
  text-align: right;
  left: auto;
}

/* Style 3s - animations entry from right */

.wi-ioscaption--style3.s3ext.wiios-alignright .main_title {
  float: right;
  border-left: 0;
  border-right: 0;
  text-align: right;
  left: auto;
}

.wi-ioscaption--style3.s3ext.wiios-alignright .main_title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 50px;
  height: 3px;
  background: #fff;
}

.wi-ioscaption--style3.s3ext.wiios-alignright .title_big {
  float: right;
  text-align: right;
}

.wi-ioscaption--style3.s3ext.wiios-alignright .more {
  left: auto;
  float: right;
}

/* Style 4 - Since 4.0 */

.wi-ioscaption--style4 {
  z-index: 1;
}

.wi-ioscaption--style4 .main_title {
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  padding: 16px 25px;
  float: left;
  margin-bottom: 80px;
  opacity: 0;
  text-shadow: none;
  background: none;
  position: relative;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  border: 0;
}

.wi-ioscaption--style4 .main_title::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 0;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, rgba(0, 0, 0, 0.25)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.wi-ioscaption--style4 .title_big {
  float: left;
  clear: both;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  position: relative;
  opacity: 0;
  padding: 15px 20px 15px 2000px;
  margin: 0 0 0 -2000px;
  z-index: 1;
  min-width: 400px;
  text-align: right;
}

.wi-ioscaption--style4 .title_big:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.65);
  right: 0;
  top: 0;
  z-index: -1;
  border-right: 4px solid #000;
}

.wi-ioscaption--style4 .more {
  float: left;
  height: 62px;
  margin-left: 5px;
  position: relative;
  opacity: 0;
  padding: 0 48px;
  font-size: 21px;
  line-height: 62px;
  color: #fff;
}

.wi-ioscaption--style4 .more.no_titlebig {
  clear: both;
}

.wi-ioscaption--style4 .more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-right-width: 4px;
  border-right-style: solid;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.wi-ioscaption--style4 .title_small {
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 1;
  color: #f8f8f8;
  position: relative;
  z-index: 1;
  opacity: 0;
  padding: 15px 20px 15px 2000px;
  margin: 8px 0 0 -2000px;
  text-align: right;
  font-weight: 500;
}

.wi-ioscaption--style4 .title_small:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  z-index: -1;
}

.wi-ioscaption--style4 .main_title::before,
.wi-ioscaption--style4 .title_big:before,
.wi-ioscaption--style4 .more:before,
.wi-ioscaption--style4 .title_small:before {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

.wi-ioscaption--style4.s4ext .main_title::before,
.wi-ioscaption--style4.s4ext .title_big:before,
.wi-ioscaption--style4.s4ext .more:before {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}

/*Style 4 - from right*/

.wi-ioscaption--style4.wiios-alignright .main_title::before,
.wi-ioscaption--style4.wiios-alignright .title_big:before,
.wi-ioscaption--style4.wiios-alignright .more:before,
.wi-ioscaption--style4.wiios-alignright .title_small:before {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}

.wi-ioscaption--style4.s4ext.wiios-alignright .main_title::before,
.wi-ioscaption--style4.s4ext.wiios-alignright .title_big:before,
.wi-ioscaption--style4.s4ext.wiios-alignright .more:before {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

.wi-ioscaption--style4.wiios-alignright .main_title {
  float: right;
  border-left: 0;
  left: 0;
  text-align: right;
}

.wi-ioscaption--style4.wiios-alignright .title_big {
  float: right;
  left: auto;
  padding: 15px 2000px 15px 20px;
  margin: 0 -2000px 0 0;
  text-align: left;
}

.wi-ioscaption--style4.wiios-alignright .title_big::before {
  border-left: 4px solid #000;
  border-right: 0;
}

.wi-ioscaption--style4.wiios-alignright .more {
  float: right;
  margin-left: 0;
  margin-right: 4px;
  left: auto;
}

.wi-ioscaption--style4.wiios-alignright .more::before {
  border-left-width: 4px;
  border-left-style: solid;
  border-right-width: 0;
  background-color: #d73939;
}

.wi-ioscaption--style4.wiios-alignright .title_small {
  float: right;
  left: auto;
  padding: 10px 2000px 10px 20px;
  margin: 5px -2000px 0 0;
  text-align: left;
}

.wi-ioscaption--style4.wiios-alignright .main_title::before {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 60%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(60%, rgba(0, 0, 0, 0.35))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 60%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 60%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 60%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.35) 60%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
}

/* Style 5 - Since 4.0 */

.wi-ioscaption--style5 {
  z-index: 1;
}

.wi-ioscaption--style5 .main_title {
  clear: both;
  margin-top: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  padding: 0;
  float: left;
  margin-bottom: 80px;
  opacity: 0;
  text-shadow: none;
  background: none;
  position: relative;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  border: 0;
}

.wi-ioscaption--style5 .main_title.has_titlebig,
.wi-ioscaption--style5 .main_title.has_wiios-line {
  margin-bottom: 40px;
}

.wi-ioscaption--style5 .main_title:not(.has_wiios-line)::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 50px;
  height: 3px;
  background: #fff;
}

/* .wi-ioscaption--style5 .title_big {
    float: left;
    clear: both;
    position: relative;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    opacity: 0;
    z-index: 1;
    min-width: 400px;
    text-align: left;
} */
.wi-ioscaption--style5 .title_big {
  float: left;
  clear: both;
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  opacity: 0;
  padding: 20px;
  z-index: 1;
  border-radius: 20px;
  /* min-width: 400px; */
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.wi-ioscaption--style5 .main_title + .title_big {
  margin-bottom: 40px;
}

.wi-ioscaption--style5 .title_small {
  float: left;
  clear: both;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: #f8f8f8;
  position: relative;
  z-index: 1;
  opacity: 0;
  text-align: right;
  font-weight: 400;
  margin-top: 20px;
}

.wi-ioscaption--style5 .title_small_top {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  opacity: 0;
  font-weight: 400;
}

.wi-ioscaption--style5 .more {
  clear: left;
  float: left;
  position: relative;
  opacity: 0;
  padding: 0;
  margin-bottom: 10px;
}

.wi-ioscaption--style5 .btn-fullcolor {
  margin-right: 10px;
}

/* Has square box */

.wi-ioscaption--style5 .main_title.wi-ios-has-sqbox::before {
  width: 100px;
  height: 3px;
  bottom: -30px;
}

.wi-ioscaption--style5 .main_title.wi-ios-has-sqbox {
  margin-bottom: 80px;
}

.wi-ioscaption--style5 .main_title .wi-ios-sqbox {
  position: absolute;
  top: -20%;
  left: -30px;
  width: 200px;
  height: 175%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

/* Has separator line */

.wi-ioscaption--style5 .wiios-separator-line {
  width: 90%;
  margin-bottom: 40px;
  clear: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.8s;
  transition: opacity 0.3s ease-in-out 0.8s;
}

.wi-ioscaption--style5 .wiios-separator-line.has_imageboxes {
  width: 60%;
}

.wi-ioscaption--style5 .wiios--inner {
  position: relative;
}

.wi-ioscaption--style5 .wiios-separator-line span {
  width: 70px;
  height: 3px;
  position: relative;
  display: block;
  background-color: #cd2122;
}

.wi-ioscaption--style5 .wiios--inner::before,
.wi-ioscaption--style5 .wiios--inner::after {
  content: "";
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}

.wi-ioscaption--style5.wiios-alignleft .wiios--inner::before {
  display: none;
}

.wi-ioscaption--style5.wiios-alignleft .wiios--inner::after {
  left: 80px;
}

.wi-iosslider-active .wi-ioscaption--style5 .wiios-separator-line {
  opacity: 1;
}

/* Style 5 - align center */

.wi-ioscaption--style5.wiios-aligncenter {
  text-align: center;
}

.wi-ioscaption--style5.wiios-aligncenter .main_title {
  float: none;
  text-align: center;
}

.wi-ioscaption--style5.wiios-aligncenter .main_title::before {
  left: 50%;
  margin-left: -25px;
}

.wi-ioscaption--style5.wiios-aligncenter .title_big {
  float: none;
  text-align: center;
}

.wi-ioscaption--style5.wiios-aligncenter .title_small {
  float: none;
  text-align: center;
}

.wi-ioscaption--style5.wiios-aligncenter .title_small_top {
  float: none;
  text-align: center;
}

.wi-ioscaption--style5.wiios-aligncenter .more {
  clear: left;
  float: none;
}

.wi-ioscaption--style5.wiios-aligncenter .main_title.wi-ios-has-sqbox::before {
  left: 50%;
  margin-left: -50px;
}

.wi-ioscaption--style5.wiios-aligncenter .main_title .wi-ios-sqbox {
  left: 50%;
  margin-left: -100px;
}

.wi-ioscaption--style5.wiios-aligncenter .wiios-separator-line {
  clear: both;
  width: 80%;
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wi-ioscaption--style5.wiios-aligncenter .wiios-separator-line span {
  margin: 0 auto;
}

.wi-ioscaption--style5.wiios-aligncenter .wiios--inner::before {
  display: block;
  width: calc(50% - 45px);
  width: -webkit-calc(50% - 45px);
  left: 0px;
}

.wi-ioscaption--style5.wiios-aligncenter .wiios--inner::after {
  width: calc(50% - 45px);
  width: -webkit-calc(50% - 45px);
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: auto;
}

/* Style 5 - align right */

.wi-ioscaption--style5.wiios-alignright {
  text-align: right;
}

.wi-ioscaption--style5.wiios-alignright .main_title {
  float: right;
  text-align: right;
}

.wi-ioscaption--style5.wiios-alignright .main_title::before {
  left: auto;
  margin-left: auto;
  right: 0;
}

.wi-ioscaption--style5.wiios-alignright .title_big {
  float: right;
  text-align: right;
}

.wi-ioscaption--style5.wiios-alignright .title_small {
  float: right;
  text-align: right;
}

.wi-ioscaption--style5.wiios-alignright .title_small_top {
  float: right;
  text-align: right;
}

.wi-ioscaption--style5.wiios-alignright .more {
  clear: right;
  float: right;
}

.wi-ioscaption--style5.wiios-alignright .main_title.wi-ios-has-sqbox::before {
  right: 0;
  margin-right: 0;
}

.wi-ioscaption--style5.wiios-alignright .main_title .wi-ios-sqbox {
  left: auto;
  right: -30px;
}

.wi-ioscaption--style5.wiios-alignright .wiios-separator-line {
  clear: right;
  float: right;
}

.wi-ioscaption--style5.wiios-alignright .wiios-separator-line span {
  clear: right;
  float: right;
}

.wi-ioscaption--style5.wiios-alignright .wiios--inner::after {
  display: none;
}

.wi-ioscaption--style5.wiios-alignright .wiios--inner::before {
  right: 80px;
}

/* Small TOP title entry animation */

.wi-iosslider-active .wi-ioscaption--style5 .title_small_top {
  left: 0;
  opacity: 1;
}

/* Style5 - animations from right */

.wi-ioscaption--style5.wiios-alignright .main_title {
  left: auto;
}

.wi-ioscaption--style5.wiios-alignright .title_big,
.wi-ioscaption--style5.wiios-alignright .title_small,
.wi-ioscaption--style5.wiios-alignright .more,
.wi-ioscaption--style5 .title_small_top {
  left: auto;
}

/* Small TOP title entry animation from right */

.wi-iosslider-active .wi-ioscaption--style5 .title_small_top {
  left: auto;
  right: 0;
  opacity: 1;
}

/* Style 6 - Since 4.0 */

.wi-ioscaption--style6 .main_title {
  color: #fff;
  font-size: 44px;
  text-align: center;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  opacity: 0;
  text-shadow: none;
  background: none;
  position: relative;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  border: 0;
}

.wi-ioscaption--style6 .title_small {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  position: relative;
  z-index: 1;
  opacity: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
}

.wi-ioscaption--style6 .wiios-playvid {
  text-align: center;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.wi-ioscaption--style6 .wiios-playvid a {
  display: inline-block;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.wi-ioscaption--style6 .wiios-playvid a:hover {
  opacity: 0.5;
}

/* Style6 - from right animation entry */

.wi-ioscaption--style6.wiios-alignright .wiios-playvid {
  left: auto;
}

/* Active animations entry */

.wi-iosslider-active .wi-ioscaption--style6 .wiios-playvid {
  left: 0;
  opacity: 1;
}

.wi-iosslider-active .wi-ioscaption--style6.wiios-alignright .wiios-playvid {
  opacity: 1;
  right: 0;
  left: auto;
}

/* Slide from left */

.wi-iosslide-caption.fromleft .main_title {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.wi-iosslide-caption.fromleft .title_big,
.wi-iosslide-caption.fromleft .more,
.wi-iosslide-caption.fromleft .title_small {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

/* Slide from right */

.wi-iosslide-caption.fromright .main_title {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.wi-iosslide-caption.fromright .title_big,
.wi-iosslide-caption.fromright .more,
.wi-iosslide-caption.fromright .title_small {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

/* Slides - Active from left */

.wi-iosslider-active .wi-iosslide-caption.fromleft .main_title,
.wi-iosslider-active .wi-iosslide-caption.fromright .main_title,
.wi-iosslider-active .wi-iosslide-caption.fromleft .title_big,
.wi-iosslider-active .wi-iosslide-caption.fromright .title_big,
.wi-iosslider-active .wi-iosslide-caption.fromleft .more,
.wi-iosslider-active .wi-iosslide-caption.fromright .more,
.wi-iosslider-active .wi-iosslide-caption.fromleft .title_small,
.wi-iosslider-active .wi-iosslide-caption.fromright .title_small {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Slide from bottom */

.wi-iosslide-caption.sfb .main_title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.wi-iosslide-caption.sfb .title_big,
.wi-iosslide-caption.sfb .more,
.wi-iosslide-caption.sfb .title_small {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

/* Slides - Active from bottom */

.wi-iosslider-active .wi-iosslide-caption.sfb .main_title,
.wi-iosslider-active .wi-iosslide-caption.sfb .title_big,
.wi-iosslider-active .wi-iosslide-caption.sfb .more,
.wi-iosslider-active .wi-iosslide-caption.sfb .title_small {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Zoom in */

.wi-iosslide-caption.zoomin .main_title {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.wi-iosslide-caption.zoomin .title_big,
.wi-iosslide-caption.zoomin .more,
.wi-iosslide-caption.zoomin .title_small {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.wi-iosslide-caption.wiios-alignleft .main_title,
.wi-iosslide-caption.wiios-alignleft .title_big,
.wi-iosslide-caption.wiios-alignleft .more,
.wi-iosslide-caption.wiios-alignleft .title_small {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.wi-iosslide-caption.wiios-alignright .main_title,
.wi-iosslide-caption.wiios-alignright .title_big,
.wi-iosslide-caption.wiios-alignright .more,
.wi-iosslide-caption.wiios-alignright .title_small {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.wi-iosslide-caption.wiios-aligncenter .main_title,
.wi-iosslide-caption.wiios-aligncenter .title_big,
.wi-iosslide-caption.wiios-aligncenter .more,
.wi-iosslide-caption.wiios-aligncenter .title_small {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* Slides - Active Zoomin */

.wi-iosslider-active .wi-iosslide-caption.zoomin .main_title,
.wi-iosslider-active .wi-iosslide-caption.zoomin .title_big,
.wi-iosslider-active .wi-iosslide-caption.zoomin .more,
.wi-iosslider-active .wi-iosslide-caption.zoomin .title_small {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Apply the transition styles */

.iosSlider .wi-iosslide-caption .main_title,
.iosSlider .wi-iosslide-caption .title_big,
.iosSlider .wi-iosslide-caption .title_small,
.iosSlider .wi-iosslide-caption .more {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.iosSlider .wi-iosslide-caption .main_title {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.iosSlider .wi-iosslide-caption .title_big {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.iosSlider .wi-iosslide-caption .title_small {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.iosSlider .wi-iosslide-caption .more {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s;
}

.iosslider-slideshow .wi-iosslider .item img {
  width: auto;
}

/* controls */

.wi-iosslider-prev,
.wi-iosslider-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100px;
  height: 50px;
  z-index: 10;
  opacity: 0.5;
  cursor: pointer;
}

.iosSlider.hideControls .wi-iosslider-prev,
.iosSlider.hideControls .wi-iosslider-next {
  opacity: 0;
}

.iosSlider.hideControls:hover .wi-iosslider-prev,
.iosSlider.hideControls:hover .wi-iosslider-next {
  opacity: 0.5;
}

.thin-arrows {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: 10px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thin-arrows:before,
.thin-arrows:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  display: block;
}

.thin-arrows:after {
  width: 3px;
  height: 35px;
}

.thin-arrows.ta__next {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: auto;
  right: 30px;
}

.thin-arrows.ta__prev {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 30px;
}

.wi-iosslider-prev {
  left: 0;
}

.wi-iosslider-next {
  right: 0;
  background-position: center bottom;
}

.wi-iosslider-prev:hover,
.wi-iosslider-next:hover {
  opacity: 1 !important;
}

.wi-iosslider-prev .btn-label,
.wi-iosslider-next .btn-label {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0 4px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  font-size: 0.8rem;
}

.wi-iosslider-prev .btn-label {
  right: -20px;
}

.wi-iosslider-next .btn-label {
  left: -20px;
}

.wi-iosslider-prev:hover .btn-label {
  right: -5px;
  opacity: 1;
}

.wi-iosslider-next:hover .btn-label {
  left: -5px;
  opacity: 1;
}

/* Selectors V1 */

.wi-ios-selectors-block.bullets {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.wi-ios-selectors-block.bullets {
  display: inline;
  text-align: center;
}

.wi-ios-selectors-block.bullets .item {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 0 0 4px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
}

.wi-ios-selectors-block.bullets .selected {
  opacity: 1;
}

.wi-ios-selectors-block.bullets .first {
  margin-left: 0;
}

/* Selectors V2 */

.wi-ios-selectors-block.bullets2 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  text-align: right;
}

.iosslider-slideshow.ios--fixed-width .wi-ios-selectors-block.bullets2 {
  bottom: 70px;
}

.wi-ios-selectors-block.bullets2 .selectors {
  display: inline-block;
  text-align: right;
  margin-right: 25px;
  direction: rtl;
}

.wi-ios-selectors-block.bullets2 .item {
  display: block;
  width: 40px;
  height: 10px;
  padding: 4px 0;
  margin: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
}

.wi-ios-selectors-block.bullets2 .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;
  background-color: #fff;
}

.wi-ios-selectors-block.bullets2 .item:hover,
.wi-ios-selectors-block.bullets2 .selected {
  opacity: 1;
  width: 50px;
}

/* Selectors/Bullets as thumbs */

.wi-ios-selectors-block.thumbs {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1140px;
  margin-left: -585px;
  text-align: center;
  height: 95px;
}

.wi-ios-selectors-block.thumbs .selectors {
  margin: 0 auto;
  height: 95px;
  min-width: 320px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.57);
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  padding: 15px 15px 20px;
  background: rgba(34, 34, 34, 0.8);
  position: relative;
  top: 100%;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.wi-ios-selectors-block.thumbs .selectors:hover {
  box-shadow: 0 0 20px #000;
}

.wi-ios-selectors-block.thumbs .item {
  display: inline-block;
  margin: 0 0 0 15px;
  opacity: 0.6;
  position: relative;
  float: left;
}

.wi-ios-selectors-block.thumbs .item.selected,
.wi-ios-selectors-block.thumbs .item:hover {
  opacity: 0.9;
}

.wi-ios-selectors-block.thumbs .item.first {
  margin-left: 0;
}

.wi-ios-selectors-block.thumbs .item img {
  width: auto;
  max-height: 60px;
  max-width: 150px;
}

.wi-ios-selectors-block.thumbs input[type="checkbox"] {
  display: none;
}

.thumbTrayButton {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -webkit-calc(100% - 30px);
  top: calc(100% - 30px);
  left: 50%;
  margin-left: -15px;
  padding: 8px 7px 17px 8px;
  background: black;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.thumbTrayButton .glyphicon-minus {
  display: none;
}

.thumbTrayButton:hover {
  opacity: 1;
}

.thumbTrayButton > span {
  margin: 0;
}

#thumbTrayButton:checked ~ .thumbTrayButton .glyphicon-minus {
  display: block;
}

#thumbTrayButton:checked ~ .thumbTrayButton .glyphicon-plus {
  display: none;
}

#thumbTrayButton:checked ~ .thumbTrayButton {
  top: -30px;
}

#thumbTrayButton:checked ~ .selectors {
  top: 0;
}

/*Scrollbars*/

.iosslider-slideshow .scrollbarContainer {
  position: relative;
  bottom: 10px;
  left: 0;
  width: 980px;
  height: 4px;
  margin: 0 auto;
  z-index: 1;
}

.iosslider-slideshow .sliderContainer .scrollbarContainer {
  bottom: -5px;
  width: 980px;
}

.iosslider-slideshow .sliderContainer .wi-ios-selectors-block {
  bottom: 17px;
}

.iosslider-faded .fadeMask {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  height: 25vh;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(245, 245, 245, 0)),
    color-stop(100%, rgb(245, 245, 245))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgb(245, 245, 245) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(245, 245, 245, 0) 0%,
    rgb(245, 245, 245) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    rgb(245, 245, 245) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#fff5f5f5", GradientType=0);
}

.iosslider-faded .wi-ios-selectors-block.bullets .item {
  background: #888;
}

/* Image Boxes */

.wiios-imageboxes {
  display: none;
}

@media screen and (min-width: 992px) {
  .wiios-imageboxes {
    position: absolute;
    display: block;
    max-width: 265px;
    width: 100%;
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    top: 100px;
    right: -webkit-calc((100vw - 970px) / 2);
    right: calc((100vw - 970px) / 2);
    z-index: 1;
  }
  .ios--fixed-width .wiios-imageboxes {
    right: 50px;
  }
  .wiios-imageboxes.wiios-alignright,
  .wiios-imageboxes.fromright {
    left: -webkit-calc((100vw - 970px) / 2);
    left: calc((100vw - 970px) / 2);
    right: auto;
  }
  .ios--fixed-width .wiios-imageboxes.wiios-alignright,
  .ios--fixed-width .wiios-imageboxes.fromright {
    left: 50px;
    right: auto;
  }
  .wi-imgbox-inner {
    position: relative;
    top: 50%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30% 0;
  }
  .wi-imgbox {
    margin-top: 30px;
    width: auto;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .wi-iosslider-active .wi-imgbox {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .wi-imgbox--1 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .wi-imgbox--2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .wi-imgbox--3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .wi-imgbox:first-child {
    margin-top: 0;
  }
  .wi-imgbox:first-child:nth-last-child(1) {
    height: 100%;
    height: 100%;
  }
  .wi-imgbox:first-child:nth-last-child(2),
  .wi-imgbox:first-child:nth-last-child(2) ~ .wi-imgbox {
    height: -webkit-calc(50% - 20px);
    height: calc(50% - 20px);
  }
  .wi-imgbox:first-child:nth-last-child(3),
  .wi-imgbox:first-child:nth-last-child(3) ~ .wi-imgbox {
    height: -webkit-calc(33.3333% - 20px);
    height: calc(33.3333% - 20px);
  }
  .wi-imgbox--link {
    display: block;
    border-radius: 5px;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .wi-imgbox--link:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .wiios-imageboxes {
    right: -webkit-calc((100vw - 1140px) / 2);
    right: calc((100vw - 1140px) / 2);
  }
  .ios--fixed-width .wiios-imageboxes {
    right: 50px;
  }
  .wiios-imageboxes.wiios-alignright,
  .wiios-imageboxes.fromright {
    left: -webkit-calc((100vw - 1140px) / 2);
    left: calc((100vw - 1140px) / 2);
  }
  .ios--fixed-width .wiios-imageboxes.wiios-alignright,
  .ios--fixed-width .wiios-imageboxes.fromright {
    left: 50px;
  }
  body.boxed-layout .wiios-imageboxes {
    right: 130px;
  }
  body.boxed-layout .wi-ioscaption--style5 .main_title {
    font-size: 34px;
  }
}

/* Mask Container behaviours */

.iosslider-slideshow[class*="maskcontainer--"] .scrollbarContainer {
  display: none;
}

.iosslider-slideshow[class*="maskcontainer--"] .tonext-btn {
  bottom: 60px;
}

.iosslider-slideshow[class*="maskcontainer--"] .wi-ios-selectors-block {
  bottom: 48px;
}

.iosslider-slideshow[class*="maskcontainer--"]
  .iosSlider
  .wi-caption-posv-bottom {
  bottom: 70px;
}

.wi-ios-selectors-block.bullets + .tonext-btn {
  bottom: 110px;
}

.fluidHeight .tonext-btn {
  display: none;
}

.iosslider-slideshow .wi-video--controls[data-position="bottom-right"],
.iosslider-slideshow .wi-video--controls[data-position="bottom-left"],
.iosslider-slideshow .wi-video--controls[data-position="bottom-center"] {
  bottom: 55px;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

@media only screen and (max-width: 1279px) {
  .wi-iosslider-prev,
  .wi-iosslider-next {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  /* Captions */
  .iosSlider .wi-iosslide-caption .main_title {
    font-size: 26px;
  }
  .iosSlider .wi-iosslide-caption .title_big {
    font-size: 28px;
  }
  .iosSlider .wi-iosslide-caption .title_small {
    font-size: 16px;
  }
  /* Style 1 */
  .wi-ioscaption--style1 .main_title {
    margin-bottom: 40px;
  }
  .wi-ioscaption--style1 .more {
    height: 56px;
  }
  .wi-ioscaption--style1 .more .more-arrow {
    line-height: 56px;
  }
  /* Style 2 */
  .wi-ioscaption--style2 .main_title {
    margin-bottom: 40px;
  }
  /* Style 3 */
  .wi-ioscaption--style3 .main_title {
    margin-bottom: 40px;
  }
  /* Style 4 */
  .wi-ioscaption--style4 .main_title {
    margin-bottom: 40px;
  }
  .wi-ioscaption--style4 .more {
    font-size: 18px;
    line-height: 58px;
    height: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Style 5 */
  .wi-ioscaption--style5 .main_title.wi-ios-has-sqbox {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 567px) {
  .iosslider-slideshow {
    height: 90vh !important;
  }
  .iosSlider .slide-item-bg {
    background-position: center bottom !important;
  }
}

@media only screen and (max-width: 991px) {
  /* Captions */
  .iosSlider .wi-caption-posv-top,
  .iosSlider .wi-caption-posv-bottom,
  .iosSlider .wi-caption-posv-middle {
    top: auto;
    margin-top: 0;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .iosSlider .wi-iosslide-caption .main_title {
    font-size: 22px;
  }
  .iosSlider .wi-iosslide-caption .title_big {
    font-size: 18px;
  }
  .iosSlider .wi-iosslide-caption .title_small {
    font-size: 14px;
  }
  /* Style 1 */
  .wi-ioscaption--style1 .main_title {
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .wi-ioscaption--style1 .more {
    height: 46px;
  }
  .wi-ioscaption--style1 .more .more-arrow {
    line-height: 46px;
  }
  /* Style 2 */
  .wi-ioscaption--style2 .main_title {
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .wi-ioscaption--style2 .more {
    height: 26px;
    width: 26px;
  }
  .wi-ioscaption--style2 .more .more-arrow {
    line-height: 26px;
    width: 26px;
    font-size: 12px;
  }
  /* Style 3 */
  .wi-ioscaption--style3 .main_title {
    margin-bottom: 15px;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* Style 3 Extended */
  .wi-ioscaption--style3.s3ext .main_title {
    margin-bottom: 40px;
  }
  .wi-ioscaption--style3.s3ext .title_small {
    margin-bottom: 10px;
  }
  /* Style 4 */
  .wi-ioscaption--style4 .main_title {
    margin-bottom: 40px;
    padding: 8px 25px;
    line-height: 1.5;
  }
  .wi-ioscaption--style4 .more {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Style 5 */
  .wi-ioscaption--style5 .main_title.wi-ios-has-sqbox {
    margin-bottom: 30px;
  }
  .wi-ioscaption--style5 .main_title.wi-ios-has-sqbox::before {
    width: 70px;
    height: 2px;
    bottom: -10px;
  }
  .wi-ioscaption--style5.wiios-aligncenter .main_title::before {
    margin-left: -25px;
  }
  .wi-ioscaption--style5.wiios-aligncenter
    .main_title.wi-ios-has-sqbox::before {
    margin-left: -35px;
  }
  .wi-ioscaption--style5 .main_title.has_titlebig,
  .wi-ioscaption--style5 .main_title.has_wiios-line {
    margin-bottom: 30px;
  }
  .wi-ioscaption--style5 .wiios-separator-line {
    margin-bottom: 30px;
  }
  .wi-ios-selectors-block.thumbs {
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    left: 0;
  }
  .iosSlider .slide-item-bg {
    background-position: -90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* @media only screen and (max-width: 420px) and (orientation: landscape) {
  .iosSlider .slide-item-bg {
    background-position: -26px;
  }
} */

@media only screen and (max-width: 767px) {
  /* Captions */
  .iosslider-slideshow .wi-iosslide-caption {
    width: 95%;
  }
  /* Style 1 */
  .wi-ioscaption--style1 .more {
    width: 28px;
  }
  .wi-ioscaption--style1 .more .more-arrow {
    width: 26px;
  }
  /* Style 4 */
  .wi-ioscaption--style4 .main_title {
    margin-bottom: 20px;
  }
  .wi-ioscaption--style4 .title_big {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .wi-ioscaption--style4 .title_small {
    font-size: 13px;
  }
  .wi-ioscaption--style4 .more {
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Style 5 */
  .wi-ioscaption--style5 .wi-ios-sqbox {
    display: none;
  }
  .wi-ioscaption--style5 .main_title + .title_big,
  .wi-ioscaption--style5 .title_big {
    margin-bottom: 10px;
  }
  .wi-ioscaption--style5 .more .btn {
    font-size: 12px;
  }
  .wi-ioscaption--style5 .main_title.has_titlebig,
  .wi-ioscaption--style5 .main_title.has_wiios-line {
    margin-bottom: 20px;
  }
  .wi-ioscaption--style5 .wiios-separator-line {
    margin-bottom: 20px;
  }
  /* Style 6 */
  .wi-ioscaption--style6 .main_title {
    margin-bottom: 20px;
  }
  /* Bullets */
  .wi-ios-selectors-block {
    display: none !important;
  }
  .ios--fixed-width .sliderContainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  /* Style 4 */
  .wi-ioscaption--style4 .title_small {
    display: none;
  }
  /* Style 5 */
  .wi-ioscaption--style5 .title_small_top,
  .wi-ioscaption--style5 .title_small {
    display: none;
  }
  .wi-ioscaption--style5 .main_title.has_titlebig,
  .wi-ioscaption--style5 .main_title.has_wiios-line {
    margin-bottom: 10px;
  }
  .wi-ioscaption--style5 .wiios-separator-line {
    margin-bottom: 10px;
  }
}
/* @media screen and (max-width:991px){
    .title_big.title1{
        min-width: 365px !important;
    }
} */
@media screen and (max-width: 450px) {
  h3.title_big.title1 {
    width: 362px !important;
  }
}

@media screen and (max-width: 576px) {
  .slider_image_wifiTrainingBanner1{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners1.webp);
  }
  .slider_image_wifiTrainingBanner2{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners2.webp);
  }
  .slider_image_wifiTrainingBanner3{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners3.webp);
  }
  .slider_image_wifiTrainingBanner4{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners4.webp);
  }
  .slider_image_wifiTrainingBanner5{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners5.webp);
  }
  /* .slider_image_wifiTrainingBanner6{
    background-image: url(../../images/banners/mobile-WifiTrainingBanners6.webp);
  } */
}
@media screen and (min-width: 577px) {
  .slider_image_wifiTrainingBanner1{
    background-image: url(../../images/banners/WifiTrainingBanners1.webp);
  }
  .slider_image_wifiTrainingBanner2{
    background-image: url(../../images/banners/WifiTrainingBanners2.webp);
  }
  .slider_image_wifiTrainingBanner3{
    background-image: url(../../images/banners/WifiTrainingBanners3.webp);
  }
  .slider_image_wifiTrainingBanner4{
    background-image: url(../../images/banners/WifiTrainingBanners4.webp);
  }
  .slider_image_wifiTrainingBanner5{
    background-image: url(../../images/banners/WifiTrainingBanners5.webp);
  }
  /* .slider_image_wifiTrainingBanner6{
    background-image: url(../../images/banners/WifiTrainingBanners6.webp);
  } */
}