@import url(../revolution/css/navigation.css);
@import url(../revolution/css/layers.css);

iframe {border: 0;}


/* Bullets & Arrows
-------------------------------------------------------*/

.tp-bullet {
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !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: #0ccfa8;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
}

.tparrows.custom {
  background: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}

.tparrows.custom:before {
  color: #969ca7;
  font-family: "FontAwesome";
}

.tparrows.custom:hover {
  background-color: #0ccfa8;
}

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

.tparrows.custom.tp-leftarrow:before {
  content: "\f104";
}

.tparrows.custom.tp-rightarrow:before {
  content: "\f105";
}


/*-------------------------------------------------------*/
/* Basic Styles
/*-------------------------------------------------------*/

.tp-caption.hero-text {
  color:#fff;
  text-shadow:none;
  font-weight:800;
  font-size:62px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.tp-caption.hero-text.dark {	
  color:#3c3f46;
}

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

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

.tp-caption.hero-line {
  content: "";
  border-bottom: 4px solid #d6dbe2;
  width: 38px;
}


/* Home Demo 1 / Slide-1
-------------------------------------------------------*/

.tp-caption.hero-text > span.color {
  color:#f34937;
}

.tp-caption.hero-upper {
  color:#3c3f46;
  font-weight:400;
  font-size:20px;
  line-height:20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tp-caption.hero-lower {
  color:#969ca7;
  font-weight:600;
  font-size:18px;
  line-height:20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.tp-caption .largebtn {  
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 45px;
  color: #3c3f46 !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 13px 34px;
  background: transparent;
  border: 2px solid #969ca7;
  border-radius: 3px;
  margin-right: 1px;
}

.tp-caption .largebtn:hover {
  color: #fff !important;
  background: #0ccfa8;
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}


/* Home Demo 1 / Slide-2
-------------------------------------------------------*/

.tp-caption.hero-text.green > span {
  color: #0ccfa8;
}


/* Home Demo 2 / Slide-1
-------------------------------------------------------*/

.tp-caption.hero-line.white {
  border-bottom: 4px solid #fff;
}

.tp-caption.white {
  color: #fff;
}

.tp-caption .largebtn.white {  
  color: #3c3f46 !important;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 3px;
  margin-right: 1px;
}

.tp-caption .largebtn.white:hover {
  color: #fff !important;
  background: #0ccfa8;
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}


/* Home Multi-Page / Slide-1
-------------------------------------------------------*/

.tp-caption.hero-medium {
  color:#fff;
  font-size:26px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}