/*! http://responsiveslides.com v1.54 by @viljamis */

.ccm-image-slider {
  position: relative;
}

.ccm-image-slider-text {
  position: absolute;
  width: 45%;
  left: 0;
  top: 10%;
}

.ccm-image-slider-title {
  margin-top: auto;
}

.ccm-image-slider-container a.mega-link-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0px;
}

.rslides {
  margin: 0 auto;
}

.slider-custom {
  width: 100%;
}

.slider-section,
.slider-item {
  width: 100%;
}

.slider-item {
  display: none;
  height: 800px;
}

.slider-item.slider-active {
  display: block;
}

.slider-text {
  width: 60%;
  padding-top: 200px;
}

div.ccm-page .slider-item h4 {
  color: white !important;
  font-size: 24px !important;
}

div.ccm-page .slider-item h1 {
  color: white !important;
  font-size: 60px !important;
  line-height: 1 !important;
  margin-top: 0px;
}

div.ccm-page .slider-item h4:first-of-type {
  color: #f0bf55 !important;
}

div.ccm-page .slider-item p {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  div.ccm-page .slider-item h4 {
    font-size: 14px !important;
  }

  div.ccm-page .slider-item h1 {
    font-size: 40px !important;
  }

  div.ccm-page .slider-item p {
    font-size: 15px;
  }

  .slider-item {
    height: 600px;
  }
}
