.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sequence-slider {
  height: 0px;
  margin: 0;
  position: relative;
  /* required */
  width: 100%;
  padding-bottom: 0 !important;
}
.sequence-slider > .sequence-canvas {
  overflow: hidden;
  height: 541px;
  position: absolute;
  width: 749px;
  left: 0;
  top: 0;
  margin: 0;
}
.sequence-slider > .sequence-canvas > li {
  /* required */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sequence-slider > .sequence-canvas > li > * {
  /* required */
  position: absolute;
}
.sequence-slider > .sequence-canvas li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.sequence-slider > .sequence-canvas li .slide-img {
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sequence-slider > .sequence-canvas li.animate-in .slide-img {
  opacity: 1;
}
.sequence-slider > .sequence-canvas li.animate-out .slide-img {
  opacity: 0;
}
.sequence-slider > .sequence-canvas li > .info {
  color: #3b3b3b;
  font-size: 1em;
  left: 18px;
  bottom: 18px;
  top: 18px;
  right: 18px;
  z-index: 10;
  vertical-align: middle;
  overflow: hidden;
}
.sequence-slider > .sequence-canvas li > .info .camera_caption {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sequence-slider > .sequence-canvas li > .info .camera_caption h4.slide-title {
  margin: 0;
  text-align: center;
  font: 600 32px/100px 'Open Sans', sans-serif;
  color: #3b3b3b;
  text-transform: normal;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.6);
}
.sequence-slider > .sequence-canvas li > .info .camera_caption h4.slide-title a {
  color: #222222;
}
.sequence-slider > .sequence-canvas li > .info .camera_caption h4.slide-title a span.lastItem {
  color: #049cdb;
}
.sequence-slider > .sequence-canvas li > .info .camera_caption:hover .slide-title {
  padding: 30% 0;
}
.sequence-prev,
.sequence-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background: #000;
  cursor: pointer;
  z-index: 100;
  border-radius: 1000px;
  transition: all 0.5s ease;
}
.sequence-prev:hover,
.sequence-next:hover {
  background: #555;
}
.sequence-prev {
  left: 20px;
}
.sequence-next {
  right: 20px;
}
.sequence-pagination-wrapper {
  float: right;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.sequence-pagination.sequence-thumbnails {
  margin: 0;
  width: 385px;
}
.sequence-pagination.sequence-thumbnails li {
  float: left;
  text-indent: 0;
  margin: 0 0 20px 19px;
  border-radius: 0;
  overflow: visible;
  background: none !important;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sequence-pagination.sequence-thumbnails li:before {
  background: white;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sequence-pagination.sequence-thumbnails li img {
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sequence-pagination.sequence-thumbnails li:hover:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.sequence-pagination.sequence-thumbnails li.current:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.sequence-pagination li {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-indent: 9999px;
}
.sequence-pagination li:hover,
.sequence-pagination li.current {
  background: #555;
}
.sequence-preloader {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
@keyframes preload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sequence-preloader .preloading .circle {
  fill: #ff9442;
  display: inline-block;
  height: 12px;
  position: relative;
  top: -50%;
  width: 12px;
  animation: preload 1s infinite;
}
.preloading {
  display: block;
  height: 12px;
  margin: 0 auto;
  top: 50%;
  margin-top: -6px;
  position: relative;
  width: 48px;
}
.sequence-preloader .preloading .circle:nth-child(2) {
  animation-delay: .15s;
}
.sequence-preloader .preloading .circle:nth-child(3) {
  animation-delay: .3s;
}
.preloading-complete {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
}
div.inline {
  background-color: #ff9442;
  margin-right: 4px;
  float: left;
}
