/* CAROUSEL
-------------------------------------------------- */
.carousel {
  background: #fff;
}
.carousel-inner {
  max-width: 3000px;
  margin: 0 auto;
}
.carousel-inner .item {
  margin-top: 72px;
}

/* Options Bar */
.slider-options {
  background-color:#0e2b8d;
  position: absolute;
  width: 100%;
  top: 0;
}
.slider-options .pagebody {
  background-color: #0e2b8d;
}
.slider-options .pagebody .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.slider-indicators {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
}
.slider-indicators h2 {
  color: #fff;
  border-bottom: 1px solid #428bca;
  padding-bottom: 5px;
  margin-top: 12px;
  font-size: 13px;
  word-wrap: break-word;
}
.slider-indicators li {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #0e2b8d;
  border-top: 1px solid #0e2b8d;
  text-align: center;
  position: relative;
  float: left;
  display: block;
}
.slider-indicators li p {
  display: none;
}
.slider-indicators li:hover {
  background: #428bca;
  border-color: #428bca;
}
.slider-indicators li:hover h2 {
  border-bottom-color: #fff;
}
.slider-indicators li.active {
  background: #fff;
  color: #0e2b8d;
  position: relative;
  z-index: 10;
  border-color: #0e2b8d;
}
.slider-indicators li.active:hover {
  border-color: #0e2b8d;
}
.slider-indicators li.active:hover h2{
  border-bottom-color: #428bca;
}
.slider-indicators li.active h2 {
  color: #0e2b8d;
}
/* Arrows */
.slider-indicators li.active:after, .slider-indicators li.active:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.slider-indicators li.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-width: 10px;
  margin-left: -10px;
}
.slider-indicators li.active:before {
  border-color: rgba(66, 139, 202, 0);
  border-top-color: #0e2b8d;
  border-bottom-color: transparent;
  border-width: 11px;
  margin-left: -11px;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Carousel Image */
.carousel-image {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}
.carousel-image img {
  max-width: 1000px;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  display: block;
}
.carousel-image:after{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(253,253,254,1) 6%, rgba(243,245,247,0) 40%, rgba(224,229,234,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(6%, rgba(253,253,254,1)), color-stop(40%, rgba(243,245,247,0)), color-stop(100%, rgba(224,229,234,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(253,253,254,1) 6%, rgba(243,245,247,0) 40%, rgba(224,229,234,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(253,253,254,1) 6%, rgba(243,245,247,0) 40%, rgba(224,229,234,0) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(253,253,254,1) 6%, rgba(243,245,247,0) 40%, rgba(224,229,234,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(253,253,254,1) 6%, rgba(243,245,247,0) 40%, rgba(224,229,234,0) 100%);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000FF', endColorstr='#000000FF', GradientType=0 );
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1005px;
  height: 100%;
  display: none;
}

/* Carousel Caption */
.carousel-caption {
  position: relative;
  padding: 0 0 8px 0;
  text-align: center;
  -webkit-box-shadow: -7px 0px 13px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: -7px 0px 13px -6px rgba(0,0,0,0.5);
  box-shadow: -7px 0px 13px -6px rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  left: 0 !important;
  top: 0;
  text-shadow: none;
}
.carousel-caption ul {
  list-style: none;
  font-size: 115%;
  padding-left: 0px;
  max-width: 350px;
  height: 250px;
  margin: 0 auto;
}
.carousel-caption ul li {
  border-bottom: 1px dashed #ccc;
  padding:6px 0px;
}
.carousel-caption .pin {
  height: 47px;
  position: relative;
  display: none;
}
.carousel-caption .pin img {
  position: absolute;
  left: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 720px) {
  .slider-options {
    position: relative;
  }
  .slider-indicators {
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-indicators li h2 {
    font-size: 16px;
  }
  .slider-indicators li p {
    display: block;
  }
  .slider-indicators li {
    padding: 8px 15px;
    text-align: left;
    float: left;
    display: table-cell;
  }
  .slider-indicators li.active:after, .slider-indicators li.active:before {
    top: auto;
    bottom: 100%;
  }
  .slider-indicators li.active:after {
    border-bottom-color: #fff;
    border-top-color: transparent;
  }
  .slider-indicators li.active:before {
    border-bottom-color: #0e2b8d;
    border-top-color: transparent;
  }
  .slider-options .pagebody .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel-inner .item{
    margin-top: 0;
  }
  .carousel-caption {
    padding: 0 0 32px 0;
    text-align: left;
    width: 50%;
    margin-left: 50%;
  }
  .carousel-caption .pin {
    display: block;
  }
  .carousel-caption ul {
    padding-left: 32px;
    margin: 0 0;
  }
  .carousel-image {
    position: absolute;
    width: 50%;
    display: block;
  }
  .carousel-image img {
    max-width: 1000px;
  }
}
@media (min-width: 960px) {
  .slider-row {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 992px) {
  .carousel-image {
    width: 58.33333333%;
  }
  .carousel-caption {
    margin-left: 58.33333333%;
    width: 41.66666667%;
  }
}
@media (min-width: 1700px) {
  .carousel-image img {
    min-width: 1000px;
    position: absolute;
    right: 0;
    left: auto;
  }
  .carousel-image:after{
    display: inline-block;
  }
  .carousel-caption ul {
    height: 300px;
  }
}