body {
  background-color: #000;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
  *height: 100vh;
  height: inherit;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  text-align: center;
      width: 70%;
    left: 15%;
}
.hero-slider .carousel-cell .inner .subtitle {
  
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title { 
  font-size: 3rem;
  line-height: 1.2em;
  *text-transform: uppercase;
  *letter-spacing: 3px;
  margin-bottom: 40px;
  color:#fff;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 6px 18px;
  text-transform: uppercase; 
  font-size: 0.8rem;
  *letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

.full-slider-wrapper {
	width:100% !important;
	height:560px !important;
}

@media only screen and (max-width: 782px) {
	.hero-slider .carousel-cell .inner .title {
    font-size: 24px; 
}
	.full-slider-wrapper {
	width:100% !important;
	height:400px !important;
}
}

@media only screen and (max-width: 600px) {
	.full-slider-wrapper {
	width:100% !important;
	height:300px !important;
}
}