.slideshow,
.slideshow .slide {
  background-color: transparent;
}

.slideshow {
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

.slideshow .slideHolder {
  position: absolute;
  white-space: nowrap;
  overflow: visible;
  font-size: 0; /* eliminate spaces after slides */
}

.slideshow .slide {
  font-size: 14px; /* reset font-size after making it 0 for parent */
  display: inline-block;
  background-repeat: no-repeat;
  white-space: normal !important;
  vertical-align: top;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.slideshow .slide::before {
  content: "";
  display: none !important;
}

.slideshow .captionBG {
  float: left;
  width: 420px;
  height: 50px;
  background-color: #003;
  position: absolute;
  margin: 10px 0 0 10px;
  z-index: 40;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.slideshow .captionHolder {
  float: left;
  width: 420px;
  height: 50px;
  z-index: 50;
  position: absolute;
}

.slideshow .caption {
  margin: 10px 0 0 10px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  display: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.slideshow .caption h1,
.slideshow .caption h2,
.slideshow .caption h3 {
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
}

.slideshow .caption h1 {
  font-size: 44px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}

.slideshow .caption h1,
.caption a {
  color: #ffcd48;
}

.slideshow .caption h2 {
  font-size: 18px;
  margin-top: 0;
}

.slideshow .caption h3 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 30px;
}

.slideshow .caption a {
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  left: 110px;
  display: block;
  cursor: pointer;
}

.slideshow .buttonHolder {
  width: 480px;
  position: relative;
  top: 340px;
  left: 50px;
  z-index: 50;
}

.slideshow .button {
  color: #000;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  float: left;
  padding: 6px;
  margin-right: 6px;
  cursor: pointer;
  background-color: #fff;

  /*
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  */
}

.slideshow .activeFlag {
  width: 12px;
  font-size: 14px;
  float: left;
  display: none;
}

.slideshow .active {
  background-color: #27aae2;
}

.slideshow .button_previous,
.slideshow .button_next {
  position: relative;
  z-index: 50;
  cursor: pointer;
  top: 50%;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
}

.slideshow .button_previous {
  float: left;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: -90px;
}

.slideshow .button_previous::before,
.slideshow .button_next::before {
  content: "\203A";
  position: absolute;
  display: inline-block;
  color: #e0684a;
  font-size: 50px;
  top: calc(50% - 8px);
  -webkit-transform: translate(0, -50%) scaleY(1.5) scaleX(-1);
       -o-transform: translate(0, -50%) scaleY(1.5) scaleX(-1);
          transform: translate(0, -50%) scaleY(1.5) scaleX(-1);
}

.slideshow .button_previous::before {
  left: calc(50% + 90px);
  -webkit-transform: translate(0, -50%) scaleY(1.5) scaleX(-1) !important;
       -o-transform: translate(0, -50%) scaleY(1.5) scaleX(-1) !important;
          transform: translate(0, -50%) scaleY(1.5) scaleX(-1) !important;
}

.slideshow .button_next::before {
  left: unset;
  right: calc(50% + 90px);
  -webkit-transform: translate(0, -50%) scaleY(1.5) scaleX(1) !important;
       -o-transform: translate(0, -50%) scaleY(1.5) scaleX(1) !important;
          transform: translate(0, -50%) scaleY(1.5) scaleX(1) !important;
}

.slideshow .button_next {
  float: right;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: -90px;
}

.slideshow ul.list_navBullets {
  position: absolute;
  z-index: 20;
  line-height: 0;
  list-style: none;
  bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 8px;
  background-color: rgba(50, 50, 50, 0.8);
  padding-left: 0;
}

.slideshow ul.list_navBullets li {
  margin: 0 10px;
  padding: 3px 0 0 0;
  text-align: center;
  width: 8px;
  height: 8px;
  font-size: 18px;
  border-radius: 50%;
  color: #888;
  background-color: #888;
  display: inline-block;
  cursor: pointer;
}

.slideshow ul.list_navBullets li.active {
  background-color: #fff;
  color: #fff;
}

/* fader */
.fader-slide {
  left: 0;
  top: 0;
  display: none;
  position: absolute;
}

.slideshow .slide:first-child {
  display: inline-block;
}

/*# sourceMappingURL=evolvecreate-slideshow.css.map*/