/*
# ------------------------------------------------------------------------
# Derived from mod_super_simple_slideshow assets/css/default.css
# Copyright (C) 2014 standardcompany.ru. All Rights Reserved.
# @license - GNU/GPL V2
# ------------------------------------------------------------------------
*/

.preloader_hide { opacity: 0; width: 100%; overflow-x: hidden; }

.simple-slider .polPreloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  z-index: 99999;
  transition: opacity 0.3s;
}
.simple-slider .polPreloader div {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 10px;
  margin: -5px 0 0;
  text-align: center;
}
.simple-slider .polPreloader em {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #37bbec;
  animation: 1.2s ease-in-out normal none infinite preload_animate;
}
.simple-slider .polPreloader em:nth-child(1) { animation-delay: 0s; }
.simple-slider .polPreloader em:nth-child(2) { animation-delay: 0.2s; }
.simple-slider .polPreloader em:nth-child(3) { animation-delay: 0.4s; }

@keyframes preload_animate {
  0%   { transform: scale(1);   opacity: 1; }
  50%  { transform: scale(0.5); opacity: 0.5; }
  100% { transform: scale(1);   opacity: 1; }
}

.simple-slider { width: 100%; height: auto; position: relative; }

.simple-slider .sliderContent {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  overflow: hidden;
  transition: height 0.35s;
}

.simple-slider .sliderContent .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.simple-slider .sliderContent .item.active { opacity: 1; visibility: visible; z-index: 2; }

.simple-slider .sliderContent .item img.image-bg { position: relative; width: 100%; height: auto; display: block; }
.simple-slider .sliderContent a { outline: none; }

.simple-slider .slide-wrap { position: relative; }
.simple-slider .slide-wrap a.citeurl { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; z-index: 50; }

.simple-slider .slider-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.simple-slider .slider-text p { margin-bottom: 0 !important; }

.simple-slider .sliderArrows { position: absolute; width: 100%; top: 0; height: 100%; z-index: 40; }
.simple-slider .sliderArrows a {
  outline: none;
  z-index: 50;
  position: absolute;
  height: 100%;
  display: table;
  opacity: 0;
  transition: all 0.25s;
}
.simple-slider .sliderArrows a:focus { outline: none !important; text-decoration: none !important; }
.simple-slider:hover .sliderArrows a { opacity: 0.7; }
.simple-slider .sliderArrows a:hover { text-decoration: none; opacity: 1; background: rgba(0, 0, 0, 0.2); }
.simple-slider.arrowsAlways .sliderArrows a { opacity: 0.7; }

.simple-slider .prev::before,
.simple-slider .next::after {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiBmaWxsPSIjRkZGIiAgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTY5Ljc0Niw1My42OTZsLTMyLjEsMzIuMDk5Yy0yLjA0MiwyLjA0Mi01LjM1MiwyLjA0Mi03LjM5MywwYy0yLjA0MS0yLjA0MS0yLjA0MS01LjM1MiwwLTcuMzkzTDU4LjY1Niw1MEwzMC4yNTQsMjEuNTk4DQoJYy0yLjA0MS0yLjA0Mi0yLjA0MS01LjM1MiwwLTcuMzkzYzIuMDQxLTIuMDQyLDUuMzUxLTIuMDQyLDcuMzkzLDBsMzIuMSwzMi4wOTljMS4wMiwxLjAyMSwxLjUzLDIuMzU4LDEuNTMsMy42OTYNCglTNzAuNzY2LDUyLjY3Niw2OS43NDYsNTMuNjk2eiIvPg0KPC9zdmc+');
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
.simple-slider .prev::before { transform: rotate(-180deg); }
.simple-slider .prev { padding-left: 20px; padding-right: 20px; left: 0; font-size: 0; }
.simple-slider .next { padding-right: 20px; padding-left: 20px; right: 0; font-size: 0; }

.simple-slider .sliderBullets {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  height: 20px;
}
.simple-slider .sliderBullets a {
  outline: none;
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 20px;
  margin: 0 4px;
  opacity: 0.5;
  transition: opacity 0.25s;
  padding: 0;
}
.simple-slider .sliderBullets a:hover { opacity: 1; }
.simple-slider .sliderBullets a.active { opacity: 1; }
