/* **************************** SLIDERS CSS v3.2 ************************** */
.chr_slider {
  position: relative;
  height: 100%; }

/*HT height changed to 100% from 250px*/
.chr_slider .chr_slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%; }

.chr_slider .chr_slide:first-child {
  display: block; }

.mod-rgba .chr_slider .chr_slide.darkbg {
  background-color: rgba(0, 0, 0, 0.2); }

/* a dark overlay to make light text work */
.chr_slider .chr_slide .disable_animation {
  visibility: visible !important; }

.chr_slider a {
  text-decoration: none;
  color: #fff; }

.chr_slider a:hover {
  text-decoration: none; }

.chr_slider .background_image {
  /* do not modify padding on this */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 100% !important; }

.chr_slider .content {
  /* do not modify margin on this */
  padding: 30px 170px 30px 0;
  /* padding on the right should be a bit more than the max width of the feature_image */
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* box sizing required to keep it in correct width with the padding */ }

/* adjust colours if set on a darkbg background */
.darkbg .chr_slider .content,
.chr_slider .darkbg .content,
.chr_slider.darkbg .content,
.chr_slider .content.darkbg {
  color: #fff; }

.chr_slider .title,
.chr_slider .subtitle {
  font-family: "Raleway Extra Bold";
  margin: 5px 0;
  line-height: 1.1em;
  text-transform: uppercase; }

.chr_slider .title {
  font-size: 3.3em; }

.chr_slider .subtitle {
  font-size: 2.0em; }

.chr_slider .description,
.chr_slider .additional_content {
  margin: 20px 0;
  line-height: 1.8em; }

.chr_slider .description {
  font-size: 1.2em; }

.chr_slider .additional_content {
  font-size: 1em;
  color: inherit;
  /* color inheritance is required due to it being replaced by .chr_content otherwise */ }

.chr_slider .feature_image {
  position: absolute;
  top: 30px;
  right: 10px;
  max-width: 150px;
  height: auto !important;
  /* scale automatically based on the actual width, overriding the inline set height */ }

.chr_slider .nav {
  /* disable selecting of text when using the nav quickly */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none; }

.chr_slider .nav .elements {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1; }

.chr_slider .nav .element.dots {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #aaa;
  float: left;
  margin: 0 5px; }

.chr_slider .element.dots:hover {
  background-color: #fff; }

.chr_slider .element.dots.active {
  background-color: #fff;
  cursor: default !important; }

.chr_slider .nav .element.thumbs {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: left;
  margin: 0 5px;
  opacity: .7; }

.chr_slider .element.thumbs:hover,
.chr_slider .element.thumbs.active {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9); }

.chr_slider .element.thumbs:hover {
  transition: none; }

.chr_slider .element.thumbs.active {
  cursor: default !important; }

.chr_slider .prev,
.chr_slider .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 128px;
  background-size: 100%; }

.chr_slider .prev {
  left: 10px;
  background-image: url("../images/icons/arrow1_left_black_large.png"); }

.darkbg .chr_slider .prev,
.chr_slider .darkbg .prev,
.chr_slider.darkbg .prev {
  background-image: url("../images/icons/arrow1_left_white_large.png"); }

.chr_slider .next {
  right: 10px;
  background-image: url("../images/icons/arrow1_right_black_large.png"); }

.darkbg .chr_slider .next,
.chr_slider .darkbg .next,
.chr_slider.darkbg .next {
  background-image: url("../images/icons/arrow1_right_white_large.png"); }

.chr_slider .lettering-word {
  white-space: nowrap;
  /* disable wrapping in the middle of a word */ }

/* ******************** The end, thanks for visiting! ******************* */

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