@charset "UTF-8";
/* CSS Document */



.carousel-control.left {
    background:none !important;
}
.carousel-control.right {
    background:none !important;
}
.carousel-control:hover,
.carousel-control:focus {
    background:none !important;
}
.carousel-indicators li {
  background-color: #ffffff !important;
    border: 1px solid #3e5f79 !important;
  
  
}
.carousel-indicators .active {
  background-color: #3e5f79 !important;
}

/*
.carousel-indicators-custom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators-custom li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #353535;
  border-radius: 10px;
}
.carousel-indicators-custom .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #353535;
}
*/
.carousel-caption-custom {
  position: relative;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #353535;
  text-align: center;
}

.whattonotice {
	background-color: #e8eff1;
    border: 2px solid #3e5f79;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
}

