




/*
     FILE ARCHIVED ON 0:59:18 Oct 15, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:57:12 Oct 6, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.wpb_sequence {
  height: 400px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wpb_sequence > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpb_sequence li {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 400px;
  position: relative;
  overflow: hidden;
  display: none;
}
.wpb_sequence li > * {
  position: absolute;
}
.wpb_sequence .current-frame .slide-link,
.wpb_sequence .wpb_sequence .next-frame .slide-link {
  display: block;
}
.wpb_sequence .slide-link {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
.sequence_wrap {
  position: relative;
}
.sequence_wrap .controls {
  height: auto;
  right: 3px;
  bottom: 3px;
  position: absolute;
  z-index: 10000;
  list-style: none;
  width: auto;
  margin: 0;
  /** Icons **/

}
.sequence_wrap .controls li {
  cursor: pointer;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.7);
  line-height: 1px;
  margin: 0 0 0 1px;
  border: none;
  padding: 0px;
}
.sequence_wrap .controls li:hover {
  background: #ffffff;
}
.sequence_wrap .controls li.pause .icon-play {
  display: none;
}
.sequence_wrap .controls li.play .icon-pause {
  display: none;
}
.sequence_wrap .controls li.no-play {
  display: none;
}
.sequence_wrap .controls .icon-play {
  background: url("../../../../..//wp-content/plugins/wpb_sequencer/assets/images/play.png") center center no-repeat;
}
.sequence_wrap .controls .icon-pause {
  background: url("../../../../..//wp-content/plugins/wpb_sequencer/assets/images/pause.png") center center no-repeat;
}
.sequence_wrap .controls .icon-forward {
  background: url("../../../../..//wp-content/plugins/wpb_sequencer/assets/images/next.png") center center no-repeat;
}
.sequence_wrap .controls .icon-backward {
  background: url("../../../../..//wp-content/plugins/wpb_sequencer/assets/images/prev.png") center center no-repeat;
}
div.background {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;

}

.wpb_bootstrap input[type="text"],
.wpb_bootstrap input[type="password"],
.wpb_bootstrap input[type="number"],
.wpb_bootstrap input[type="search"],
.wpb_bootstrap input[type="email"],
.wpb_bootstrap input[type="url"],
.wpb_bootstrap textarea {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/** Link object */
.wpb_sequence .slide-link.animate-in,
.wpb_sequence .current-frame .slide-link.animate-in,
.wpb_sequence .next-frame .slide-link.animate-in {
  opacity: 1;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: linear;
  -ms-transition-delay: 0s;
}
.wpb_sequence .slide-link.animate-out,
.wpb_sequence .current-frame .slide-link.animate-out,
.wpb_sequence .next-frame .slide-link.animate-out {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.1s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.1s;
  -ms-transition-timing-function: linear;
  -ms-transition-delay: 0s;
}
/** Preloader */
.sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
@keyframes preload {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sequence-preloader .preloading .circle {
  fill: #CCC;
  display: inline-block;
  height: 6px;
  position: relative;
  top: -50%;
  width: 6px;
  animation: flash 1s infinite;
  -webkit-animation: flash 1s infinite;
  -moz-animation: flash 1s infinite;
  -ms-animation: flash 1s infinite;
  -o-animation: flash 1s infinite;
}
.preloading {
  display: block;
  height: 10px;
  margin: 0 auto;
  top: 50%;
  margin-top: -6px;
  position: relative;
  width: 28px;
}
.sequence-preloader .preloading .circle:nth-child(2) {
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  -moz-animation-delay: .15s;
  -ms-animation-delay: .15s;
  -o-animation-delay: .15s;
}
.sequence-preloader .preloading .circle:nth-child(3) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
}
.preloading-complete {
  opacity: 0;
  visibility: hidden;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  -o-animation-delay: .3s;
}
div.inline {
  background-color: #ff9442;
  margin-right: 4px;
  float: left;
}

/** FIX 1220 */
.wpbslider-inner {
    display: block;
}
k;
}
