/* Uncomment if you need other styles for arrows and bullets */
iframe {
  border: 0; }

/* Bullets (Uranus)
-------------------------------------------------------*/
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent; }

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 1px #b09980;
  border: none;
  border-radius: 50%;
  background: transparent; }

.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  position: absolute; }

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background-color: #b09980; }

.tp-bullet {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  -o-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: #fff;
  width: 6px !important;
  height: 6px !important;
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2); }

.uranus.white .tp-bullet.selected,
.uranus.white .tp-bullet:hover {
  box-shadow: 0 0 0 1px #fff; }

.uranus.white .tp-bullet-inner,
.uranus.white .tp-bullet.selected .tp-bullet-inner,
.uranus.white .tp-bullet:hover .tp-bullet-inner {
  background-color: #fff; }

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

.custom.tparrows:before {
  font-family: "icon54com";
  font-size: 36px;
  color: #292b32; }

.custom.light.tparrows:before {
  color: #fff; }

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

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

/*-------------------------------------------------------*/
/* Font Styles
/*-------------------------------------------------------*/
.tp-caption.hero-text {
  color: #231f20;
  text-shadow: none;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

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

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

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

.tp-caption.dark {
  color: #292b32; }

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

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

.tp-caption.hero-line {
  content: "";
  border-bottom: 3px solid #fff; }

.tp-caption.hero-line.dark {
  border-bottom: 3px solid #eae2e0; }

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

.tp-caption a.btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s !important;
  -moz-transition: background-color 0.3s, border-color 0.3s !important;
  -ms-transition: background-color 0.3s, border-color 0.3s !important;
  -o-transition: background-color 0.3s, border-color 0.3s !important;
  transition: background-color 0.3s, border-color 0.3s !important; }

.linea {
  position: relative;
  display: inline-block;
}
.linea::before, .linea::after {
  background-color:  #3b5a2a;
  content: "";
  position: absolute;
  top: 50%;
  width: 90%;
  height: 2px;
}
.linea::before {
  left: -93%;
}
.linea::after {
  right: -93%;
}


/*
@media only screen and (max-width: 1400px) {

  .linea::before, .linea::after {
    width: 90%;
  }  
  .linea::before {
    left: -93%;
  }  
  .linea::after {
    right: -93%;
  }
}

.linea {
  position: relative;
  z-index: 1;
}

.linea:before, .linea:after {
  border-top: 2px solid #3b5a2a;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.linea span {
  background: #fec93e;
  padding: 0 15px;
}

*/


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

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

/*-------------------------------------------------------*/
/* Newsletter Form
/*-------------------------------------------------------*/
#mc_embed_signup input[type="email"] {
  width: 250px;
  font-size: 18px;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 5px;
  border-radius: 2px; }
  @media only screen and (max-width: 639px) {
    #mc_embed_signup input[type="email"] {
      width: 180px; } }
  @media (max-width: 380px) {
    #mc_embed_signup input[type="email"] {
      width: 280px;
      display: block;
      margin-top: 20px;
      margin-bottom: 10px; } }

#mc-embedded-subscribe,
#mc-embedded-subscribe:focus {
  width: auto;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  padding: 0 30px;
  border: 0;
  background: #b09980;
  color: #fff;
  vertical-align: middle;
  border-radius: 2px; }

#mc-embedded-subscribe:hover {
  background: #21232b; }

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