.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sequence-slider {
  height: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}
.sequence-slider.sequence-thumbnails {
  margin-bottom: 0px;
}
.sequence-slider > .sequence-canvas {
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 66%;
  left: 0;
  top: 0;
  margin: 0;
}
.sequence-slider > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sequence-slider > .sequence-canvas li > * {
  position: absolute;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.sequence-slider > .sequence-canvas li .slide-img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.sequence-slider > .sequence-canvas li .slide-img[data-url] {
  cursor: pointer;
}
.sequence-slider > .sequence-canvas li.animate-in .slide-img {
  opacity: 1;
}
.sequence-slider > .sequence-canvas li.animate-out .slide-img {
  opacity: 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-prev:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.sequence-next {
  right: 20px;
}
.sequence-next:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 17px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.sequence-pagination-wrapper {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  width: 34%;
}
.sequence-pagination.sequence-thumbnails {
  margin: 0 0 0 19px;
}
.sequence-pagination.sequence-thumbnails li {
  text-indent: 0;
  width: auto;
  height: auto;
  margin: 0 0 5px;
  border-radius: 0;
  overflow: visible;
  background: url(../imagens/sep.png) 2px 24px no-repeat;
  vertical-align: top;
  padding: 13px 23px;
  -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 .slide-title {
  color: #ffffff;
  font-weight: bold;
}
.sequence-pagination.sequence-thumbnails li p {
  padding: 0;
}
.sequence-pagination.sequence-thumbnails li img {
  width: 100%;
  vertical-align: top;
}
.sequence-pagination.sequence-thumbnails li:hover,
.sequence-pagination.sequence-thumbnails li.current {
  background: #00b0be !important;
}
.sequence-pagination li {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  text-indent: 9999px;
  margin: 0 5px;
}
.sequence-pagination li:hover,
.sequence-pagination li.current {
  background: #00b0be;
}
.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;
}
