@import url(../revolution/css/navigation.css);
@import url(../revolution/css/layers.css);
iframe {
  border: 0;
}

/* Bullets
-------------------------------------------------------*/
.tp-bullet {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
}

.tp-bullet.selected,
.tp-bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #c8b273;
  width: 8px !important;
  height: 8px !important;
}

/* Arrows
-------------------------------------------------------*/
.custom.tparrows,
.custom.tparrows:hover {
  background-color: transparent;
}

.custom.tparrows:before {
  font-family: "Themify";
  font-size: 30px;
}

.custom.tparrows.tp-leftarrow:before {
  content: '\e629';
}

.custom.tparrows.tp-rightarrow:before {
  content: '\e628';
}

/*-------------------------------------------------------*/
/* Font Styles
/*-------------------------------------------------------*/
.tp-caption.hero-text {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.hero-text.alt-font {
  font-family: "Playfair Display", serif;
}

.tp-caption.hero-text.alt-font-2 {
  font-family: "Merriweather", serif;
}

.tp-caption.uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tp-caption.medium-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium-text.alt-font {
  font-family: 'Pinyon Script', cursive;
}

.tp-caption.medium-text.alt-font-2 {
  font-family: "Open Sans", sans-serif;
}

.tp-caption.alt-font {
  font-family: "Merriweather", serif;
}

.tp-caption.italic {
  font-style: italic;
}

.rev-period {
  color: #c8b273;
}

.tp-caption.hero-text.style-2 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.tp-caption.size-120 {
  font-size: 120px;
}

.tp-caption.size-70 {
  font-size: 70px;
}

.tp-caption.size-64 {
  font-size: 64px;
}

.tp-caption.size-60 {
  font-size: 60px;
}

.tp-caption.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

.tp-caption.dark {
  color: #121212;
}

.tp-caption.grey {
  color: #7a7a7a;
}

.tp-caption.small-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: none;
}

.tp-caption.hero-line {
  content: "";
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.tp-caption a,
.tp-caption a:hover {
  color: #fff;
}

.rev-offset {
  height: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .rev-offset {
    height: 60px;
  }
}

/*# sourceMappingURL=rev-slider.css.map */