@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.slider {
  /*cursor:grab;*/
}
.slider.drag {
  cursor: grabbing !important;
}
.slider .slidesContainer {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.slider.single .indicator {
  display: none;
}
.slider.single .sliderBullets {
  display: none;
}
.slider.single .sliderButton {
  display: none;
}
.slider .sliderButtons {
  margin: 20px 0;
}
.slider .sliderButtons .col {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.slider .sliderButtons .col:last-child {
  text-align: right;
}
.slider .sliderButton {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderButton.next {
  margin-left: 10px;
}
.slider .sliderButton.next i {
  margin-right: -2px;
  margin-left: 0;
}
.slider .sliderButton:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slider .sliderButton i {
  margin-left: -2px;
  margin-top: 1px;
}
.slider .sliderButton.hidden {
  display: none;
}
.slider .sliderButton.next,
.slider .sliderButton.prev {
  right: 0;
  z-index: 2;
}
.slider .sliderButton.next.disabled,
.slider .sliderButton.prev.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.slider .sliderButton.prev {
  left: 0;
}
.slider .indicatorBar {
  background: #BABABA;
  height: 3px;
  position: relative;
  width: 100%;
}
.slider .indicatorBar .innerBar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: #004D71;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
