.glideSlider {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.glideSlides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.glideSlides {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.glideSlide {
  height: 100%;
  float: left;
  clear: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.glideSlide img {
  width: 100%;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.slider-arrow--right {
  bottom: 50%;
  right: 30px;
}

.slider-arrow--left {
  bottom: 50%;
  left: 30px;
}

.slider-nav {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover {
  background: #ccc;
}

.slider-nav__item--current {
  background: #ccc;
}

.glide-text-wrapper {
  position: absolute;
  top: 180px;
  z-index: 9999;
  margin-left: 80px;
}

.glide-text-wrapper h1 {
  font-size: 110px;
  margin-top: 45px;
  color: white;
}
.glide-text-wrapper h3 {
  font-size: 22px;
  font-family: helvetica neue;
  font-weight: bold !important;
  line-height: 35px;
  color: #D35538;
  text-transform: uppercase;
}

.glide-text-wrapper .btn {
  padding: 14px 35px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-right: -1px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  border: 1px solid #fff;
  font-size: inherit;
  color: white;
  background: 0 0;
  text-align: center;
  cursor: pointer;
  padding: 18px 52px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-family: lovelo,sans-serif;
  outline: 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

}

.glide-image-wrapper {
  position: relative;
  z-index: 2;
}

.glide-nav-wrapper {
  position: relative;
  width: 100%;
  height: 75px;
}

.glide-nav-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}

.glide-nav-wrapper ul li {
  list-style: none;
  display: inline-block;
  float: left;
  height: 100%;
  width: 23%;
  margin: 8px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 13px;
  margin-top: 12px;
  background: #e7e7e8;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.14);
}

.glide-nav-wrapper ul li img {
  height: 100%;
}









